Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 31 - 40 of 714 for host:developer.mozilla.org (0.02 sec)

  1. 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: Fri Apr 26 00:50:32 UTC 2024
    - Last Modified: Fri Apr 26 00:40:59 UTC 2024
    - 155.7K bytes
    - Viewed (0)
  2. 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: Fri Apr 26 00:50:20 UTC 2024
    - Last Modified: Fri Apr 26 00:40:59 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  3. Left shift assignment (<<=) - JavaScript | MDN

    The left shift assignment (<<=) operator performs left shift on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift_assignment
    Registered: Fri Apr 26 00:50:49 UTC 2024
    - Last Modified: Fri Apr 26 00:40:58 UTC 2024
    - 122.5K bytes
    - Viewed (0)
  4. marker-mid - SVG: Scalable Vector Graphics | MDN

    The marker-mid attribute defines the arrowhead or polymarker that will be drawn at all interior vertices of the given shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/marker-mid
    Registered: Fri Apr 26 00:50:49 UTC 2024
    - Last Modified: Fri Apr 26 00:41:05 UTC 2024
    - 135.7K bytes
    - Viewed (0)
  5. display - SVG: Scalable Vector Graphics | MDN

    The display attribute lets you control the rendering of graphical or container elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/display
    Registered: Fri Apr 26 00:49:14 UTC 2024
    - Last Modified: Fri Apr 26 00:41:03 UTC 2024
    - 142.8K bytes
    - Viewed (0)
  6. glyph-orientation-vertical - SVG: Scalable Vect...

    The glyph-orientation-vertical attribute affects the amount that the current text position advances as each glyph is rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/glyph-orientation-vertical
    Registered: Fri Apr 26 00:49:24 UTC 2024
    - Last Modified: Fri Apr 26 00:41:04 UTC 2024
    - 126.5K bytes
    - Viewed (0)
  7. fr - SVG: Scalable Vector Graphics | MDN

    The fr attribute defines the radius of the focal point for the radial gradient.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fr
    Registered: Fri Apr 26 00:49:28 UTC 2024
    - Last Modified: Fri Apr 26 00:41:04 UTC 2024
    - 173.1K bytes
    - Viewed (0)
  8. Exponentiation (**) - JavaScript | MDN

    The exponentiation (**) operator returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow(), except it also accepts BigInts as operands.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation
    Registered: Fri Apr 26 00:51:28 UTC 2024
    - Last Modified: Fri Apr 26 00:40:58 UTC 2024
    - 141.5K bytes
    - Viewed (0)
  9. letter-spacing - SVG: Scalable Vector Graphics ...

    The letter-spacing attribute controls spacing between text characters, in addition to any spacing from the kerning attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing
    Registered: Fri Apr 26 00:51:32 UTC 2024
    - Last Modified: Fri Apr 26 00:41:05 UTC 2024
    - 130.5K bytes
    - Viewed (0)
  10. font-style - SVG: Scalable Vector Graphics | MDN

    The font-style attribute specifies whether the text is to be rendered using a normal, italic, or oblique face.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-style
    Registered: Fri Apr 26 00:50:01 UTC 2024
    - Last Modified: Fri Apr 26 00:41:04 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top