- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1851 - 1860 of 2,702 for host:developer.mozilla.org (0.11 sec)
-
d - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dRegistered: Mon Nov 25 04:40:40 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 203.7K bytes - Viewed (0) -
Named backreference: \k<name> - JavaScript | MDN
A named backreference refers to the submatch of a previous named capturing group and matches the same text as that group. For unnamed capturing groups, you need to use the normal backreference syntax.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_backreferenceRegistered: Mon Nov 25 04:40:02 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 143.6K bytes - Viewed (0) -
horiz-adv-x - SVG: Scalable Vector Graphics | MDN
The horiz-adv-x attribute indicates the horizontal advance after rendering a glyph in horizontal orientation.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/horiz-adv-xRegistered: Mon Nov 25 04:42:02 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 125.4K 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: Mon Nov 25 04:45:26 UTC 2024 - Last Modified: Sat Nov 23 16:10:25 UTC 2024 - 154.1K bytes - Viewed (0) -
break - JavaScript | MDN
The break statement terminates the current loop or switch statement and transfers program control to the statement following the terminated statement. It can also be used to jump past a labeled statement when used within that labeled statement.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/breakRegistered: Mon Nov 25 04:48:15 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 151.2K bytes - Viewed (0) -
async function* - JavaScript | MDN
The async function* declaration creates a binding of a new async generator function to a given name.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function*Registered: Mon Nov 25 04:46:50 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 153.2K bytes - Viewed (0) -
lighting-color - SVG: Scalable Vector Graphics ...
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/lighting-colorRegistered: Mon Nov 25 04:44:49 UTC 2024 - Last Modified: Sat Nov 23 16:10:31 UTC 2024 - 126.2K bytes - Viewed (0) -
media - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/mediaRegistered: Mon Nov 25 04:44:55 UTC 2024 - Last Modified: Sat Nov 23 16:10:31 UTC 2024 - 124.6K bytes - Viewed (0) -
limitingConeAngle - SVG: Scalable Vector Graphi...
The limitingConeAngle attribute represents the angle in degrees between the spot light axis (i.e. the axis between the light source and the point to which it is pointing at) and the spot light cone. So it defines a limiting cone which restricts the region where the light is projected. No light is projected outside the cone.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/limitingConeAngleRegistered: Mon Nov 25 04:43:39 UTC 2024 - Last Modified: Sat Nov 23 16:10:31 UTC 2024 - 126.5K bytes - Viewed (0) -
Math - JavaScript | MDN
The Math namespace object contains static properties and methods for mathematical constants and functions.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/MathRegistered: Mon Nov 25 04:50:37 UTC 2024 - Last Modified: Sat Nov 23 16:10:19 UTC 2024 - 85.5K bytes - Viewed (0)