Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,702 for host:developer.mozilla.org (0.33 sec)

  1. limitingConeAngle - SVG: Scalable Vector Graphi...

    The limitingConeAngle attribute represents the angle in degrees between the spot light axis (i.e. the axis between the light source and the point to which it is pointing at) and the spot light cone. So it defines a limiting cone which restricts the region where the light is projected. No light is projected outside the cone.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/limitingConeAngle
    Registered: Mon Nov 25 04:43:39 UTC 2024
    - Last Modified: Sat Nov 23 16:10:31 UTC 2024
    - 126.5K bytes
    - Viewed (0)
  2. Math - JavaScript | MDN

    The Math namespace object contains static properties and methods for mathematical constants and functions.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math
    Registered: Mon Nov 25 04:50:37 UTC 2024
    - Last Modified: Sat Nov 23 16:10:19 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. <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)
  10. 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)
Back to top