- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2491 - 2500 of 3,108 for host:developer.mozilla.org (0.03 sec)
-
baseFrequency - SVG | MDN
The baseFrequency attribute represents the base frequency parameter for the noise function of the <feTurbulence> filter primitive.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/baseFrequencyRegistered: Wed Jul 16 00:58:37 UTC 2025 - Last Modified: Wed Jul 16 00:47:32 UTC 2025 - 112K bytes - Viewed (0) -
<fePointLight> - SVG | MDN
The <fePointLight> SVG filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/fePointLightRegistered: Wed Jul 16 00:57:14 UTC 2025 - Last Modified: Wed Jul 16 00:47:35 UTC 2025 - 114.4K bytes - Viewed (0) -
new - JavaScript | MDN
The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/newRegistered: Wed Jul 16 00:57:57 UTC 2025 - Last Modified: Wed Jul 16 00:47:27 UTC 2025 - 167.2K bytes - Viewed (0) -
keySplines - SVG | MDN
The keySplines attribute defines a set of Bézier curve control points associated with the keyTimes list, defining a cubic Bézier function that controls interval pacing.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/keySplinesRegistered: Wed Jul 16 00:58:00 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 109.4K bytes - Viewed (0) -
Unary negation (-) - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_negationRegistered: Wed Jul 16 00:57:44 UTC 2025 - Last Modified: Wed Jul 16 00:47:28 UTC 2025 - 145.2K bytes - Viewed (0) -
Bitwise OR (|) - JavaScript | MDN
The bitwise OR (|) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of either or both operands are 1.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_ORRegistered: Wed Jul 16 00:59:55 UTC 2025 - Last Modified: Wed Jul 16 00:47:27 UTC 2025 - 147.1K bytes - Viewed (0) -
Logical OR (||) - JavaScript | MDN
The logical OR (||) (logical disjunction) operator for a set of operands is true if and only if one or more of its operands is true. It is typically used with boolean (logical) values. When it is, it returns a Boolean value. However, the || operator actually returns the value of one of the specified operands, so if this operator is used with non-Boolean values, it will return a non-Boolean value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_ORRegistered: Wed Jul 16 01:03:46 UTC 2025 - Last Modified: Wed Jul 16 00:47:27 UTC 2025 - 155.5K bytes - Viewed (0) -
Addition assignment (+=) - JavaScript | MDN
The addition assignment (+=) operator performs addition (which is either numeric addition or string concatenation) on the two operands and assigns the result to the left operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition_assignmentRegistered: Wed Jul 16 01:04:25 UTC 2025 - Last Modified: Wed Jul 16 00:47:27 UTC 2025 - 145.3K bytes - Viewed (0) -
dy - SVG | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dyRegistered: Wed Jul 16 01:05:53 UTC 2025 - Last Modified: Wed Jul 16 00:47:33 UTC 2025 - 118.7K bytes - Viewed (0) -
export - JavaScript | MDN
The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it — when a module updates the value of a binding that it exports, the update will be visible in its imported value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/exportRegistered: Wed Jul 16 01:04:42 UTC 2025 - Last Modified: Wed Jul 16 00:47:28 UTC 2025 - 172.5K bytes - Viewed (0)