Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 714 for host:developer.mozilla.org (0.03 sec)

  1. Function: name - JavaScript | MDN

    The name data property of a Function instance indicates the function's name as specified when it was created, or it may be either anonymous or '' (an empty string) for functions created anonymously.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
    Registered: Fri Apr 26 01:06:48 UTC 2024
    - Last Modified: Fri Apr 26 00:40:49 UTC 2024
    - 128.8K bytes
    - Viewed (0)
  2. Bitwise XOR (^) - JavaScript | MDN

    The bitwise XOR (^) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of either but not both operands are 1.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_XOR
    Registered: Fri Apr 26 00:41:50 UTC 2024
    - Last Modified: Fri Apr 26 00:40:58 UTC 2024
    - 127.3K bytes
    - Viewed (0)
  3. bias - SVG: Scalable Vector Graphics | MDN

    The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/bias
    Registered: Fri Apr 26 00:41:57 UTC 2024
    - Last Modified: Fri Apr 26 00:41:03 UTC 2024
    - 120.7K bytes
    - Viewed (0)
  4. BigInt - JavaScript | MDN

    BigInt values represent numeric values which are too large to be represented by the number primitive.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
    Registered: Fri Apr 26 00:41:13 UTC 2024
    - Last Modified: Fri Apr 26 00:40:47 UTC 2024
    - 141.3K bytes
    - Viewed (0)
  5. SVG fonts - SVG: Scalable Vector Graphics | MDN

    When SVG was specified, support for web fonts was not widespread in browsers. Since accessing the correct font file is, however, crucial for rendering text correctly, a font description technology was added to SVG to provide this ability. It was not meant for compatibility with other formats like PostScript or OTF, but rather as a simple means of embedding glyph information into SVG when rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/SVG_fonts
    Registered: Fri Apr 26 00:39:54 UTC 2024
    - Last Modified: Thu Apr 25 11:30:46 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. <animate> - SVG: Scalable Vector Graphics | MDN

    The SVG <animate> element provides a way to animate an attribute of an element over time.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/animate
    Registered: Fri Apr 26 00:39:57 UTC 2024
    - Last Modified: Thu Apr 25 11:30:43 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  7. parseFloat() - JavaScript | MDN

    The parseFloat() function parses a string argument and returns a floating point number.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseFloat
    Registered: Fri Apr 26 00:40:02 UTC 2024
    - Last Modified: Thu Apr 25 11:30:20 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. <polyline> - SVG: Scalable Vector Graphics | MDN

    The <polyline> SVG element is an SVG basic shape that creates straight lines connecting several points. Typically a polyline is used to create open shapes as the last point doesn't have to be connected to the first point. For closed shapes see the <polygon> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline
    Registered: Fri Apr 26 00:42:44 UTC 2024
    - Last Modified: Fri Apr 26 00:41:08 UTC 2024
    - 132K bytes
    - Viewed (0)
  9. Proxy - JavaScript | MDN

    The Proxy object enables you to create a proxy for another object, which can intercept and redefine fundamental operations for that object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
    Registered: Fri Apr 26 00:42:48 UTC 2024
    - Last Modified: Thu Apr 25 11:30:21 UTC 2024
    - 177.4K bytes
    - Viewed (0)
  10. encodeURI() - JavaScript | MDN

    The encodeURI() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURIComponent(), this function encodes fewer characters, preserving those that are part of the URI syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI
    Registered: Fri Apr 26 00:40:39 UTC 2024
    - Last Modified: Thu Apr 25 11:30:13 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top