Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1041 - 1050 of 3,910 for host:developer.mozilla.org (0.07 sec)

  1. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/element/desc/index.md # Original Wiki contributors Tigt chrisdavidmills CITguy Jeremie ExE...
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/desc/contributors.txt
    Registered: Wed Apr 16 01:11:21 UTC 2025
    - Last Modified: Wed Mar 19 00:46:50 UTC 2025
    - 247 bytes
    - Viewed (0)
  2. globalThis - JavaScript | MDN

    The globalThis global property contains the global this value, which is usually akin to the global object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
    Registered: Wed Apr 16 00:44:37 UTC 2025
    - Last Modified: Tue Apr 15 00:50:55 UTC 2025
    - 153.4K bytes
    - Viewed (0)
  3. function expression - JavaScript | MDN

    The function keyword can be used to define a function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function
    Registered: Wed Apr 16 00:44:45 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 167.9K bytes
    - Viewed (0)
  4. Grouping operator ( ) - JavaScript | MDN

    The grouping ( ) operator controls the precedence of evaluation in expressions. It also acts as a container for arbitrary expressions in certain syntactic constructs, where ambiguity or syntax errors would otherwise occur.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Grouping
    Registered: Wed Apr 16 00:44:49 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 156.1K bytes
    - Viewed (0)
  5. Iterator - JavaScript | MDN

    An Iterator object is an object that conforms to the iterator protocol by providing a next() method that returns an iterator result object. All built-in iterators inherit from the Iterator class. The Iterator class provides a [Symbol.iterator]() method that returns the iterator object itself, making the iterator also iterable. It also provides some helper methods for working with iterators.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
    Registered: Wed Apr 16 00:46:37 UTC 2025
    - Last Modified: Tue Apr 15 00:50:56 UTC 2025
    - 108.9K bytes
    - Viewed (0)
  6. clip - SVG: Scalable Vector Graphics | MDN

    The clip attribute defines the visible region of an element. You should use clip-path instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/clip
    Registered: Wed Apr 16 00:45:19 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 135.2K bytes
    - Viewed (0)
  7. d - SVG: Scalable Vector Graphics | MDN

    The d attribute defines a path to be drawn.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/d Similar Results (1)
    Registered: Wed Apr 16 00:45:26 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 212.9K bytes
    - Viewed (0)
  8. Uint8ClampedArray - JavaScript | MDN

    The Uint8ClampedArray typed array represents an array of 8-bit unsigned integers clamped to 0โ€“255. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray
    Registered: Wed Apr 16 00:45:29 UTC 2025
    - Last Modified: Tue Apr 15 00:51:06 UTC 2025
    - 83K bytes
    - Viewed (0)
  9. edgeMode - SVG: Scalable Vector Graphics | MDN

    The edgeMode attribute determines how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is positioned at or near the edge of the input image.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/edgeMode Similar Results (1)
    Registered: Wed Apr 16 00:45:02 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 133.7K bytes
    - Viewed (0)
  10. for...of - JavaScript | MDN

    The for...of statement executes a loop that operates on a sequence of values sourced from an iterable object. Iterable objects include instances of built-ins such as Array, String, TypedArray, Map, Set, NodeList (and other DOM collections), as well as the arguments object, generators produced by generator functions, and user-defined iterables.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
    Registered: Wed Apr 16 00:45:02 UTC 2025
    - Last Modified: Tue Apr 15 00:51:09 UTC 2025
    - 175.9K bytes
    - Viewed (0)
Back to top