Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 881 - 890 of about 10,000 for content_length:[100000 TO 499999] (0.62 sec)

  1. RegExp - JavaScript | MDN

    The RegExp object is used for matching text with a pattern.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
    Registered: Mon Nov 24 00:45:02 UTC 2025
    - Last Modified: Sun Nov 23 01:10:32 UTC 2025
    - 175.1K bytes
    - Viewed (0)
  2. Boolean - JavaScript | MDN

    Boolean values can be one of two values: true or false, representing the truth value of a logical proposition.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    Registered: Mon Nov 24 00:46:31 UTC 2025
    - Last Modified: Sun Nov 23 01:10:28 UTC 2025
    - 153.8K bytes
    - Viewed (0)
  3. Unicode character class escape: \p{...}, \P{......

    A unicode character class escape is a kind of character class escape that matches a set of characters specified by a Unicode property. It's only supported in Unicode-aware mode. When the v flag is enabled, it can also be used to match finite-length strings.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_c...
    Registered: Mon Nov 24 01:03:16 UTC 2025
    - Last Modified: Sun Nov 23 01:10:37 UTC 2025
    - 196.8K bytes
    - Viewed (0)
  4. glyph-orientation-horizontal - SVG | MDN

    The glyph-orientation-horizontal attribute affects the amount that the current text position advances as each glyph is rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/glyph-orientation-horizontal
    Registered: Mon Nov 24 01:03:32 UTC 2025
    - Last Modified: Sun Nov 23 01:10:39 UTC 2025
    - 160.6K bytes
    - Viewed (0)
  5. 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: Mon Nov 24 01:04:14 UTC 2025
    - Last Modified: Sun Nov 23 01:10:37 UTC 2025
    - 190.7K bytes
    - Viewed (0)
  6. dx - SVG | MDN

    The dx attribute indicates a shift along the x-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dx
    Registered: Mon Nov 24 01:04:56 UTC 2025
    - Last Modified: Sun Nov 23 01:10:39 UTC 2025
    - 167.3K bytes
    - Viewed (0)
  7. let - JavaScript | MDN

    The let declaration declares re-assignable, block-scoped local variables, optionally initializing each to a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let
    Registered: Mon Nov 24 01:04:03 UTC 2025
    - Last Modified: Sun Nov 23 01:10:37 UTC 2025
    - 199.8K bytes
    - Viewed (0)
  8. intercept - SVG | MDN

    The intercept attribute defines the intercept of the linear function of color component transfers when the type attribute is set to linear.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/intercept
    Registered: Mon Nov 24 01:04:37 UTC 2025
    - Last Modified: Sun Nov 23 01:10:40 UTC 2025
    - 164.6K bytes
    - Viewed (0)
  9. limitingConeAngle - SVG | MDN

    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/Reference/Attribute/limitingConeAngle
    Registered: Mon Nov 24 01:04:00 UTC 2025
    - Last Modified: Sun Nov 23 01:10:40 UTC 2025
    - 163.8K bytes
    - Viewed (0)
  10. Use prompt files in VS Code

    Learn how to create reusable prompt files for GitHub Copilot Chat in VS Code to standardize common development tasks and improve your coding workflow efficiency.
    code.visualstudio.com/docs/copilot/customization/prompt-files
    Registered: Mon Nov 24 00:19:37 UTC 2025
    - 117.4K bytes
    - Viewed (0)
Back to top