Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 2,702 for host:developer.mozilla.org (0.1 sec)

  1. in - SVG: Scalable Vector Graphics | MDN

    The in attribute identifies input for the given filter primitive.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/in
    Registered: Mon Nov 25 04:49:43 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 136.1K bytes
    - Viewed (0)
  2. letter-spacing - SVG: Scalable Vector Graphics ...

    The letter-spacing attribute controls spacing between text characters.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing
    Registered: Mon Nov 25 04:48:28 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 126.7K bytes
    - Viewed (0)
  3. Capturing group: (...) - JavaScript | MDN

    A capturing group groups a subpattern, allowing you to apply a quantifier to the entire group or use disjunctions within it. It memorizes information about the subpattern match, so that you can refer back to it later with a backreference, or access the information through the match results.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Capturing_group
    Registered: Mon Nov 25 04:52:17 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 155.5K bytes
    - Viewed (0)
  4. Arrow function expressions - JavaScript | MDN

    An arrow function expression is a compact alternative to a traditional function expression, with some semantic differences and deliberate limitations in usage:
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
    Registered: Mon Nov 25 04:53:15 UTC 2024
    - Last Modified: Sat Nov 23 16:10:13 UTC 2024
    - 182.3K bytes
    - Viewed (0)
  5. Greater than or equal (>=) - JavaScript | MDN

    The greater than or equal (>=) operator returns true if the left operand is greater than or equal to the right operand, and false otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than_or_equal
    Registered: Mon Nov 25 04:49:24 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 148.2K bytes
    - Viewed (0)
  6. Quantifier: *, +, ?, {n}, {n,}, {n,m} - JavaScr...

    A quantifier repeats an atom a certain number of times. The quantifier is placed after the atom it applies to.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Quantifier
    Registered: Mon Nov 25 04:54:22 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  7. import - JavaScript | MDN

    The static import declaration is used to import read-only live bindings which are exported by another module. The imported bindings are called live bindings because they are updated by the module that exported the binding, but cannot be re-assigned by the importing module.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
    Registered: Mon Nov 25 04:54:28 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 182.9K bytes
    - Viewed (0)
  8. Uint32Array - JavaScript | MDN

    The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. 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/Uint32Array
    Registered: Mon Nov 25 04:54:51 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 81.7K bytes
    - Viewed (0)
  9. Int8Array - JavaScript | MDN

    The Int8Array typed array represents an array of 8-bit signed integers. 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/Int8Array
    Registered: Mon Nov 25 04:56:33 UTC 2024
    - Last Modified: Sat Nov 23 16:10:16 UTC 2024
    - 81.2K bytes
    - Viewed (0)
  10. Backreference: \1, \2 - JavaScript | MDN

    A backreference refers to the submatch of a previous capturing group and matches the same text as that group. For named capturing groups, you may prefer to use the named backreference syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Backreference
    Registered: Mon Nov 25 04:53:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 148K bytes
    - Viewed (0)
Back to top