- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 3,176 for host:developer.mozilla.org (0.1 sec)
-
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/vector-effect/index.md # Original Wiki contributors cdoublev severo Sebastianz S...developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/vector-effect/contributors.txtRegistered: Fri Dec 12 01:32:22 UTC 2025 - Last Modified: Tue Aug 19 16:05:18 UTC 2025 - 220 bytes - Viewed (0) -
const - JavaScript | MDN
The const declaration declares block-scoped local variables. The value of a constant can't be changed through reassignment using the assignment operator, but if a constant is an object, its properties can be added, updated, or removed.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/constRegistered: Fri Dec 12 00:55:15 UTC 2025 - Last Modified: Thu Dec 11 01:09:18 UTC 2025 - 192.6K bytes - Viewed (0) -
fill - SVG | MDN
The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fillRegistered: Fri Dec 12 00:55:39 UTC 2025 - Last Modified: Thu Dec 11 01:09:20 UTC 2025 - 193.5K bytes - Viewed (0) -
dx - SVG | MDN
The dx attribute indicates a shift along the x-axis on the position of an element or its content.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dxRegistered: Fri Dec 12 00:56:31 UTC 2025 - Last Modified: Thu Dec 11 01:09:20 UTC 2025 - 169.4K bytes - Viewed (0) -
encodeURIComponent() - JavaScript | MDN
The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURI(), this function encodes more characters, including those that are part of the URI syntax.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponentRegistered: Fri Dec 12 00:56:33 UTC 2025 - Last Modified: Thu Dec 11 01:09:10 UTC 2025 - 192.1K bytes - Viewed (0) -
Boolean - JavaScript | MDN
Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BooleanRegistered: Fri Dec 12 00:56:19 UTC 2025 - Last Modified: Thu Dec 11 01:09:09 UTC 2025 - 155.9K bytes - Viewed (0) -
diffuseConstant - SVG | MDN
The diffuseConstant attribute represents the kd value in the Phong lighting model. In SVG, this can be any non-negative number.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/diffuseConstantRegistered: Fri Dec 12 00:56:20 UTC 2025 - Last Modified: Thu Dec 11 01:09:20 UTC 2025 - 165.9K bytes - Viewed (0) -
<feGaussianBlur> - SVG | MDN
The <feGaussianBlur> SVG filter primitive blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feGaussianBlurRegistered: Fri Dec 12 00:56:39 UTC 2025 - Last Modified: Thu Dec 11 01:09:22 UTC 2025 - 171.9K bytes - Viewed (0) -
typeof - JavaScript | MDN
The typeof operator returns a string indicating the type of the operand's value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeofRegistered: Fri Dec 12 00:52:41 UTC 2025 - Last Modified: Thu Dec 11 01:09:18 UTC 2025 - 196.3K bytes - Viewed (0) -
if...else - JavaScript | MDN
The if...else statement executes a statement if a specified condition is truthy. If the condition is falsy, another statement in the optional else clause will be executed.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...elseRegistered: Fri Dec 12 00:52:01 UTC 2025 - Last Modified: Thu Dec 11 01:09:18 UTC 2025 - 191K bytes - Viewed (0)