Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. switch - JavaScript | MDN

    The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements after the first case clause with a matching value, until a break statement is encountered. The default clause of a switch statement will be jumped to if no case matches the expression's value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/switch
    Registered: Fri Jan 03 03:16:15 UTC 2025
    - Last Modified: Fri Jan 03 00:49:33 UTC 2025
    - 166.4K bytes
    - Viewed (0)
  2. fy - SVG: Scalable Vector Graphics | MDN

    The fy attribute defines the y-axis coordinate of the focal point for a radial gradient.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fy
    Registered: Fri Jan 03 03:15:58 UTC 2025
    - Last Modified: Fri Jan 03 00:49:37 UTC 2025
    - 127.9K bytes
    - Viewed (0)
  3. SyntaxError: "0"-prefixed octal literals are de...

    The JavaScript strict mode-only exception "0-prefixed octal literals are deprecated; use the "0o" prefix instead" occurs when deprecated octal literals (0 followed by digits) are used.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_literal
    Registered: Fri Jan 03 03:18:29 UTC 2025
    - Last Modified: Fri Jan 03 00:49:16 UTC 2025
    - 139.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top