Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2311 - 2320 of 2,702 for host:developer.mozilla.org (0.09 sec)

  1. Exponentiation assignment (**=) - JavaScript | MDN

    The exponentiation assignment (**=) operator performs exponentiation on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation_assignment
    Registered: Mon Nov 25 04:48:37 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 140.1K bytes
    - Viewed (0)
  2. glyph-orientation-horizontal - SVG: Scalable Ve...

    The glyph-orientation-horizontal 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-horizontal
    Registered: Mon Nov 25 04:45:42 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 124.6K bytes
    - Viewed (0)
  3. Statements and declarations - JavaScript | MDN

    JavaScript applications consist of statements with an appropriate syntax. A single statement may span multiple lines. Multiple statements may occur on a single line if each statement is separated by a semicolon. This isn't a keyword, but a group of keywords.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements
    Registered: Mon Nov 25 04:45:43 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 162.4K bytes
    - Viewed (0)
  4. JSON - JavaScript | MDN

    The JSON namespace object contains static methods for parsing values from and converting values to JavaScript Object Notation (JSON).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON
    Registered: Mon Nov 25 04:50:26 UTC 2024
    - Last Modified: Sat Nov 23 16:10:18 UTC 2024
    - 79.9K bytes
    - Viewed (0)
  5. Greater than (>) - JavaScript | MDN

    The greater than (>) operator returns true if the left operand is greater than the right operand, and false otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Greater_than
    Registered: Mon Nov 25 04:48:48 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 143.9K bytes
    - Viewed (0)
  6. markerHeight - SVG: Scalable Vector Graphics | MDN

    The markerHeight attribute represents the height of the viewport into which the <marker> is to be fitted when it is rendered according to the viewBox and preserveAspectRatio attributes.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/markerHeight Similar Results (1)
    Registered: Mon Nov 25 04:48:48 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 125.5K bytes
    - Viewed (0)
  7. kernelMatrix - SVG: Scalable Vector Graphics | MDN

    The kernelMatrix attribute defines the list of numbers that make up the kernel matrix for the <feConvolveMatrix> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/kernelMatrix
    Registered: Mon Nov 25 04:47:58 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 127K bytes
    - Viewed (0)
  8. import.meta - JavaScript | MDN

    The import.meta meta-property exposes context-specific metadata to a JavaScript module. It contains information about the module, such as the module's URL.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import.meta
    Registered: Mon Nov 25 04:49:42 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 147.4K bytes
    - Viewed (0)
  9. Strict inequality (!==) - JavaScript | MDN

    The strict inequality (!==) operator checks whether its two operands are not equal, returning a Boolean result. Unlike the inequality operator, the strict inequality operator always considers operands of different types to be different.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_inequality
    Registered: Mon Nov 25 04:50:46 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 144.5K bytes
    - Viewed (0)
  10. kernelUnitLength - SVG: Scalable Vector Graphic...

    The kernelUnitLength attribute has two meanings based on the context it's used in. For lighting filter primitives, it indicates the intended distance for the x and y coordinates, for <feConvolveMatrix>, it indicates the intended distance between successive columns and rows in the kernel matrix.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/kernelUnitLength
    Registered: Mon Nov 25 04:54:39 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 132.2K bytes
    - Viewed (0)
Back to top