- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of about 10,000 for content_length:[100000 TO 499999] (0.07 sec)
-
Character escape: \n, \u{...} - JavaScript | MDN
A character escape represents a character that may not be able to be conveniently represented in its literal form.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Character_escapeRegistered: Fri Jan 03 03:18:35 UTC 2025 - Last Modified: Fri Jan 03 00:49:32 UTC 2025 - 150.9K bytes - Viewed (0) -
gradientTransform - SVG: Scalable Vector Graphi...
The gradientTransform attribute contains the definition of an optional additional transformation from the gradient coordinate system onto the target coordinate system (i.e., userSpaceOnUse or objectBoundingBox). This allows for things such as skewing the gradient. This additional transformation matrix is post-multiplied to (i.e., inserted to the right of) any previously defined transformations, including the implicit transformation necessary to convert from object bounding box units to user space.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/gradientTransformRegistered: Fri Jan 03 03:18:35 UTC 2025 - Last Modified: Fri Jan 03 00:49:38 UTC 2025 - 127.6K bytes - Viewed (0) -
k - SVG: Scalable Vector Graphics | MDN
The k attribute specifies the amount for decreasing the spacing between the two glyphs in a kerning pair.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/kRegistered: Fri Jan 03 03:17:20 UTC 2025 - Last Modified: Fri Jan 03 00:49:38 UTC 2025 - 120.2K bytes - Viewed (0) -
id - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/idRegistered: Fri Jan 03 03:17:02 UTC 2025 - Last Modified: Fri Jan 03 00:49:38 UTC 2025 - 124.8K bytes - Viewed (0) -
min - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Attribute/minRegistered: Fri Jan 03 03:29:16 UTC 2025 - Last Modified: Fri Jan 03 00:49:38 UTC 2025 - 121.4K bytes - Viewed (0) -
Labeled statement - JavaScript | MDN
A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/labelRegistered: Fri Jan 03 03:29:28 UTC 2025 - Last Modified: Fri Jan 03 00:49:32 UTC 2025 - 158.4K bytes - Viewed (0) -
do...while - JavaScript | MDN
The do...while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/do...whileRegistered: Fri Jan 03 03:25:21 UTC 2025 - Last Modified: Fri Jan 03 00:49:32 UTC 2025 - 149.6K bytes - Viewed (0) -
typeof - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeofRegistered: Fri Jan 03 03:25:27 UTC 2025 - Last Modified: Fri Jan 03 00:49:32 UTC 2025 - 162.2K 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 Jan 03 03:25:33 UTC 2025 - Last Modified: Fri Jan 03 00:49:32 UTC 2025 - 155.9K bytes - Viewed (0) -
std::intrinsics - Rust
Compiler intrinsics.doc.rust-lang.org/std/intrinsics/index.htmlRegistered: Fri Jan 03 03:25:34 UTC 2025 - Last Modified: Thu Nov 28 13:52:00 UTC 2024 - 113.1K bytes - Viewed (0)