Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of about 10,000 for content_length:[100000 TO 499999] (0.07 sec)

  1. 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_escape
    Registered: Fri Jan 03 03:18:35 UTC 2025
    - Last Modified: Fri Jan 03 00:49:32 UTC 2025
    - 150.9K bytes
    - Viewed (0)
  2. 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/gradientTransform
    Registered: Fri Jan 03 03:18:35 UTC 2025
    - Last Modified: Fri Jan 03 00:49:38 UTC 2025
    - 127.6K bytes
    - Viewed (0)
  3. 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/k
    Registered: Fri Jan 03 03:17:20 UTC 2025
    - Last Modified: Fri Jan 03 00:49:38 UTC 2025
    - 120.2K bytes
    - Viewed (0)
  4. id - SVG: Scalable Vector Graphics | MDN

    The id attribute assigns a unique name to an element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id
    Registered: Fri Jan 03 03:17:02 UTC 2025
    - Last Modified: Fri Jan 03 00:49:38 UTC 2025
    - 124.8K bytes
    - Viewed (0)
  5. min - SVG: Scalable Vector Graphics | MDN

    The min attribute specifies the minimum value of the active animation duration.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/min
    Registered: Fri Jan 03 03:29:16 UTC 2025
    - Last Modified: Fri Jan 03 00:49:38 UTC 2025
    - 121.4K bytes
    - Viewed (0)
  6. 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/label
    Registered: Fri Jan 03 03:29:28 UTC 2025
    - Last Modified: Fri Jan 03 00:49:32 UTC 2025
    - 158.4K bytes
    - Viewed (0)
  7. 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...while
    Registered: Fri Jan 03 03:25:21 UTC 2025
    - Last Modified: Fri Jan 03 00:49:32 UTC 2025
    - 149.6K bytes
    - Viewed (0)
  8. 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/typeof
    Registered: Fri Jan 03 03:25:27 UTC 2025
    - Last Modified: Fri Jan 03 00:49:32 UTC 2025
    - 162.2K bytes
    - Viewed (0)
  9. 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/const
    Registered: Fri Jan 03 03:25:33 UTC 2025
    - Last Modified: Fri Jan 03 00:49:32 UTC 2025
    - 155.9K bytes
    - Viewed (0)
  10. std::intrinsics - Rust

    Compiler intrinsics.
    doc.rust-lang.org/std/intrinsics/index.html
    Registered: Fri Jan 03 03:25:34 UTC 2025
    - Last Modified: Thu Nov 28 13:52:00 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top