Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 1,329 for host:developer.mozilla.org (0.02 sec)

  1. <filter> - SVG: Scalable Vector Graphics | MDN

    The <filter> SVG element defines a custom filter effect by grouping atomic filter primitives. It is never rendered itself, but must be used by the filter attribute on SVG elements, or the filter CSS property for SVG/HTML elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/filter
    Registered: Fri May 10 00:40:54 UTC 2024
    - Last Modified: Sat May 04 00:41:28 UTC 2024
    - 138.9K bytes
    - Viewed (0)
  2. <circle> - SVG: Scalable Vector Graphics | MDN

    The <circle> SVG element is an SVG basic shape, used to draw circles based on a center point and a radius.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/circle
    Registered: Fri May 10 00:40:58 UTC 2024
    - Last Modified: Sat May 04 00:41:27 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  3. <cursor> - SVG: Scalable Vector Graphics | MDN

    The <cursor> SVG element can be used to define a platform-independent custom cursor. A recommended approach for defining a platform-independent custom cursor is to create a PNG image and define a cursor element that references the PNG image and identifies the exact position within the image which is the pointer position (i.e., the hot spot).
    developer.mozilla.org/en-US/docs/Web/SVG/Element/cursor
    Registered: Fri May 10 00:41:01 UTC 2024
    - Last Modified: Sat May 04 00:41:27 UTC 2024
    - 126.3K bytes
    - Viewed (0)
  4. Date - JavaScript | MDN

    JavaScript Date objects represent a single moment in time in a platform-independent format. Date objects encapsulate an integral number that represents milliseconds since the midnight at the beginning of January 1, 1970, UTC (the epoch).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
    Registered: Fri May 10 00:41:02 UTC 2024
    - Last Modified: Tue May 07 00:39:25 UTC 2024
    - 191K bytes
    - Viewed (0)
  5. Bitwise NOT (~) - JavaScript | MDN

    The bitwise NOT (~) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bit of the operand is 0, and a 0 otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT
    Registered: Fri May 10 00:39:54 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. cap-height - SVG: Scalable Vector Graphics | MDN

    The cap-height attribute defines the height of uppercase glyphs of the font within the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/cap-height
    Registered: Fri May 10 00:42:01 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  7. clip - SVG: Scalable Vector Graphics | MDN

    The clip attribute is a presentation attribute defining the visible region of an element.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/clip
    Registered: Fri May 10 00:42:13 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 136.9K bytes
    - Viewed (0)
  8. alphabetic - SVG: Scalable Vector Graphics | MDN

    The alphabetic attribute defines the lower baseline of a font. It has the same syntax and semantics as the baseline descriptor within an @font-face.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/alphabetic
    Registered: Fri May 10 00:42:19 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 121.8K bytes
    - Viewed (0)
  9. Division assignment (/=) - JavaScript | MDN

    The division assignment (/=) operator performs division on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Division_assignment
    Registered: Fri May 10 00:40:50 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 127.4K bytes
    - Viewed (0)
  10. Bitwise AND (&) - JavaScript | MDN

    The bitwise AND (&) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of both operands are 1.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND
    Registered: Fri May 10 00:39:50 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 129.4K bytes
    - Viewed (0)
Back to top