Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1861 - 1870 of 2,702 for host:developer.mozilla.org (0.05 sec)

  1. mathematical - SVG: Scalable Vector Graphics | MDN

    The mathematical attribute indicates the alignment coordinate for glyphs to achieve mathematical baseline alignment for horizontally oriented glyph layouts. The value is an offset in the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/mathematical
    Registered: Mon Nov 25 04:50:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 121.8K bytes
    - Viewed (0)
  2. Method definitions - JavaScript | MDN

    Method definition is a shorter syntax for defining a function property in an object initializer. It can also be used in classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions
    Registered: Mon Nov 25 04:53:37 UTC 2024
    - Last Modified: Sat Nov 23 16:10:13 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  3. keyTimes - SVG: Scalable Vector Graphics | MDN

    The keyTimes attribute represents a list of time values used to control the pacing of the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/keyTimes
    Registered: Mon Nov 25 04:52:43 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 126.7K bytes
    - Viewed (0)
  4. Bitwise OR (|) - JavaScript | MDN

    The bitwise OR (|) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of either or both operands are 1.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR
    Registered: Mon Nov 25 04:51:46 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 145.2K bytes
    - Viewed (0)
  5. height - SVG: Scalable Vector Graphics | MDN

    The height attribute defines the vertical length of an element in the user coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/height
    Registered: Mon Nov 25 04:53:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:30 UTC 2024
    - 179.3K bytes
    - Viewed (0)
  6. Expression statement - JavaScript | MDN

    An expression statement is an expression used in a place where a statement is expected. The expression is evaluated and its result is discarded โ€” therefore, it makes sense only for expressions that have side effects, such as executing a function or updating a variable.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/Expression_statement
    Registered: Mon Nov 25 04:06:53 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 150.7K bytes
    - Viewed (0)
  7. <image> - SVG: Scalable Vector Graphics | MDN

    The <image> SVG element includes images inside SVG documents. It can display raster image files or other SVG files.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/image
    Registered: Mon Nov 25 04:07:00 UTC 2024
    - Last Modified: Mon Nov 25 01:24:49 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  8. Optional chaining (?.) - JavaScript | MDN

    The optional chaining (?.) operator accesses an object's property or calls a function. If the object accessed or function called using this operator is undefined or null, the expression short circuits and evaluates to undefined instead of throwing an error.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
    Registered: Mon Nov 25 04:13:53 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 169.7K bytes
    - Viewed (0)
  9. <feDiffuseLighting> - SVG: Scalable Vector Grap...

    The <feDiffuseLighting> SVG filter primitive lights an image using the alpha channel as a bump map. The resulting image, which is an RGBA opaque image, depends on the light color, light position and surface geometry of the input bump map.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting
    Registered: Mon Nov 25 04:12:40 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 136.8K bytes
    - Viewed (0)
  10. function - JavaScript | MDN

    The function declaration creates a binding of a new function to a given name.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function
    Registered: Mon Nov 25 04:07:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 160.3K bytes
    - Viewed (0)
Back to top