Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5131 - 5140 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)

  1. <metadata> - SVG: Scalable Vector Graphics | MDN

    The <metadata> SVG element adds metadata to SVG content. Metadata is structured information about data. The contents of <metadata> should be elements from other XML namespaces such as RDF, FOAF, etc.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/metadata
    Registered: Fri May 09 00:38:17 UTC 2025
    - Last Modified: Tue May 06 13:39:04 UTC 2025
    - 121.6K bytes
    - Viewed (0)
  2. Enhanced colorization

    How to customize semantic colorization of C++ code in Visual Studio Code.
    code.visualstudio.com/docs/cpp/colorization-cpp
    Registered: Fri May 09 00:34:34 UTC 2025
    - 98.6K bytes
    - Viewed (0)
  3. JavaScript Guide - JavaScript | MDN

    The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
    Registered: Fri May 09 00:36:12 UTC 2025
    - Last Modified: Tue May 06 13:38:37 UTC 2025
    - 166.2K bytes
    - Viewed (0)
  4. Right shift (>>) - JavaScript | MDN

    The right shift (>>) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and copies of the leftmost bit are shifted in from the left. This operation is also called "sign-propagating right shift" or "arithmetic right shift", because the sign of the resulting number is the same as the sign of the first operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift
    Registered: Fri May 09 00:55:15 UTC 2025
    - Last Modified: Tue May 06 13:38:55 UTC 2025
    - 153.4K bytes
    - Viewed (0)
  5. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ€” when a module updates the value of a binding that it exports, the update will be visible in its imported value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
    Registered: Fri May 09 00:55:19 UTC 2025
    - Last Modified: Tue May 06 13:38:56 UTC 2025
    - 172.7K bytes
    - Viewed (0)
  6. function - JavaScript | MDN

    The function declaration creates a binding of a new function to a given name.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function
    Registered: Fri May 09 00:55:23 UTC 2025
    - Last Modified: Tue May 06 13:38:56 UTC 2025
    - 162.1K bytes
    - Viewed (0)
  7. text-rendering - SVG: Scalable Vector Graphics ...

    The text-rendering attribute provides hints to the renderer about what tradeoffs to make when rendering text.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/text-rendering
    Registered: Fri May 09 00:53:30 UTC 2025
    - Last Modified: Tue May 06 13:39:02 UTC 2025
    - 112.5K bytes
    - Viewed (0)
  8. shape-rendering - SVG: Scalable Vector Graphics...

    The shape-rendering attribute provides hints to the renderer about what tradeoffs to make when rendering shapes like paths, circles, or rectangles.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/shape-rendering
    Registered: Fri May 09 00:53:37 UTC 2025
    - Last Modified: Tue May 06 13:39:02 UTC 2025
    - 114.4K bytes
    - Viewed (0)
  9. Import attributes - JavaScript | MDN

    The import attributes feature instructs the runtime about how a module should be loaded, including the behavior of module resolution, fetching, parsing, and evaluation. It's supported in import declarations, export...from declarations, and dynamic import().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import/with
    Registered: Fri May 09 00:54:58 UTC 2025
    - Last Modified: Tue May 06 13:38:56 UTC 2025
    - 159.1K bytes
    - Viewed (0)
  10. stroke-width - SVG: Scalable Vector Graphics | MDN

    The stroke-width attribute is a presentation attribute defining the width of the stroke to be applied to the shape. It applies to any SVG shape or text-content element, but as an inherited property, it may be applied to elements such as <g> and still have the intended effect on descendant elements' strokes.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-width
    Registered: Fri May 09 00:54:58 UTC 2025
    - Last Modified: Tue May 06 13:39:02 UTC 2025
    - 114.5K bytes
    - Viewed (0)
Back to top