Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 739 for host:developer.mozilla.org (0.02 sec)

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

    The <use> element takes nodes from within the SVG document, and duplicates them somewhere else. The effect is the same as if the nodes were deeply cloned into a non-exposed DOM, then pasted where the use element is, much like cloned template elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/use
    Registered: Fri May 10 00:46:01 UTC 2024
    - Last Modified: Sat May 04 00:41:29 UTC 2024
    - 145.8K bytes
    - Viewed (0)
  2. set - JavaScript | MDN

    The set syntax binds an object property to a function to be called when there is an attempt to set that property. It can also be used in classes.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set
    Registered: Fri May 10 00:46:02 UTC 2024
    - Last Modified: Sat May 04 00:41:06 UTC 2024
    - 154.4K bytes
    - Viewed (0)
  3. new - JavaScript | MDN

    The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new
    Registered: Fri May 10 00:49:43 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 176.7K bytes
    - Viewed (1)
  4. new.target - JavaScript | MDN

    The new.target meta-property lets you detect whether a function or constructor was called using the new operator. In constructors and functions invoked using the new operator, new.target returns a reference to the constructor or function that new was called upon. In normal function calls, new.target is undefined.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
    Registered: Fri May 10 00:48:47 UTC 2024
    - Last Modified: Sat May 04 00:41:19 UTC 2024
    - 170.5K bytes
    - Viewed (0)
  5. decoding - SVG: Scalable Vector Graphics | MDN

    The decoding attribute, valid on <image> elements, provides a hint to the browser as to whether it should perform image decoding along with rendering other content in a single presentation step that looks more "correct" (sync), or render and present the other content first and then decode the image and present it later (async). In practice, async means that the next paint does not wait for the image to decode.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/decoding
    Registered: Fri May 10 00:48:52 UTC 2024
    - Last Modified: Sat May 04 00:41:23 UTC 2024
    - 128K bytes
    - Viewed (0)
  6. dx - SVG: Scalable Vector Graphics | MDN

    The dx attribute indicates a shift along the x-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dx
    Registered: Fri May 10 00:49:02 UTC 2024
    - Last Modified: Sat May 04 00:41:24 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  7. Regular expressions - JavaScript | MDN

    A regular expression (regex for short) allow developers to match strings against a pattern, extract submatch information, or simply test if the string conforms to that pattern. Regular expressions are used in many programming languages, and JavaScript's syntax is inspired by Perl.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions
    Registered: Fri May 10 00:50:41 UTC 2024
    - Last Modified: Sat May 04 00:41:19 UTC 2024
    - 162.5K bytes
    - Viewed (0)
  8. dy - SVG: Scalable Vector Graphics | MDN

    The dy attribute indicates a shift along the y-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dy
    Registered: Fri May 10 00:49:29 UTC 2024
    - Last Modified: Sat May 04 00:41:24 UTC 2024
    - 174.4K bytes
    - Viewed (0)
  9. Less than (<) - JavaScript | MDN

    The less than (<) operator returns true if the left operand is less than the right operand, and false otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Less_than
    Registered: Fri May 10 00:49:31 UTC 2024
    - Last Modified: Sat May 04 00:41:18 UTC 2024
    - 149.6K bytes
    - Viewed (0)
  10. Right shift (>>) - JavaScript | MDN

    The right shift (>>) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and copies of the leftmost bit are shifted in from the left. This operation is also called "sign-propagating right shift" or "arithmetic right shift", because the sign of the resulting number is the same as the sign of the first operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Right_shift
    Registered: Fri May 10 00:50:52 UTC 2024
    - Last Modified: Sat May 04 00:41:19 UTC 2024
    - 133.9K bytes
    - Viewed (0)
Back to top