Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 3,220 for host:developer.mozilla.org (0.04 sec)

  1. Non-capturing group: (?:...) - JavaScript | MDN

    A non-capturing group groups a subpattern, allowing you to apply a quantifier to the entire group or use disjunctions within it. It acts like the grouping operator in JavaScript expressions, and unlike capturing groups, it does not memorize the matched text, allowing for better performance and avoiding confusion when the pattern also contains useful capturing groups.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Non-capturing_group
    Registered: Mon Jul 07 01:30:53 UTC 2025
    - Last Modified: Thu Jul 03 09:38:28 UTC 2025
    - 150.6K bytes
    - Viewed (0)
  2. fr - SVG | MDN

    The fr attribute defines the radius of the focal point for the radial gradient.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fr
    Registered: Mon Jul 07 01:33:02 UTC 2025
    - Last Modified: Thu Jul 03 09:38:35 UTC 2025
    - 114.3K bytes
    - Viewed (0)
  3. from - SVG | MDN

    The from attribute indicates the initial value of the attribute that will be modified during the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/from Similar Results (1)
    Registered: Mon Jul 07 01:31:29 UTC 2025
    - Last Modified: Thu Jul 03 09:38:35 UTC 2025
    - 109.2K bytes
    - Viewed (0)
  4. points - SVG | MDN

    The points attribute defines a list of points. Each point is defined by a pair of number representing a X and a Y coordinate in the user coordinate system. If the attribute contains an odd number of coordinates, the last one will be ignored.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/points
    Registered: Mon Jul 07 01:31:59 UTC 2025
    - Last Modified: Thu Jul 03 09:38:37 UTC 2025
    - 113.8K bytes
    - Viewed (0)
  5. pointsAtY - SVG | MDN

    The pointsAtY attribute represents the y location in the coordinate system established by attribute primitiveUnits on the <filter> element of the point at which the light source is pointing.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/pointsAtY Similar Results (1)
    Registered: Mon Jul 07 01:32:15 UTC 2025
    - Last Modified: Thu Jul 03 09:38:38 UTC 2025
    - 109.1K bytes
    - Viewed (0)
  6. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/calcmode/index.md # Original Wiki contributors Sebastianz Jeremie 184
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/calcMode/contributors.txt
    Registered: Mon Jul 07 01:57:17 UTC 2025
    - Last Modified: Wed Mar 19 00:46:38 UTC 2025
    - 184 bytes
    - Viewed (0)
  7. Function.prototype[Symbol.hasInstance]() - Java...

    The [Symbol.hasInstance]() method of Function instances specifies the default procedure for determining if a constructor function recognizes an object as one of the constructor's instances. It is called by the instanceof operator.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/Symbol.hasInstance
    Registered: Mon Jul 07 01:57:24 UTC 2025
    - Last Modified: Thu Jul 03 09:38:15 UTC 2025
    - 71.1K bytes
    - Viewed (0)
  8. Object.prototype.__proto__ - JavaScript | MDN

    The __proto__ accessor property of Object instances exposes the [[Prototype]] (either an object or null) of this object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/proto
    Registered: Mon Jul 07 01:57:29 UTC 2025
    - Last Modified: Thu Jul 03 09:38:19 UTC 2025
    - 85.7K bytes
    - Viewed (0)
  9. Object.prototype.propertyIsEnumerable() - JavaS...

    The propertyIsEnumerable() method of Object instances returns a boolean indicating whether the specified property is this object's enumerable own property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable
    Registered: Mon Jul 07 01:56:42 UTC 2025
    - Last Modified: Thu Jul 03 09:38:19 UTC 2025
    - 85.8K bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/element/text/index.md # Original Wiki contributors olibre Jeremie Tigt APerson241 fscholz ...
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/text/contributors.txt
    Registered: Mon Jul 07 01:56:51 UTC 2025
    - Last Modified: Wed Mar 19 00:46:53 UTC 2025
    - 305 bytes
    - Viewed (0)
Back to top