Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Left shift (<<) - JavaScript | MDN

    The left shift (<<) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the left. Excess bits shifted off to the left are discarded, and zero bits are shifted in from the right.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift
    Registered: Mon Nov 25 05:09:17 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 145.5K bytes
    - Viewed (0)
  2. RangeError: repeat count must be non-negative -...

    The JavaScript exception "repeat count must be non-negative" occurs when the String.prototype.repeat() method is used with a count argument that is a negative number.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Negative_repetition_count
    Registered: Mon Nov 25 05:09:03 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 139.5K bytes
    - Viewed (0)
  3. tableValues - SVG: Scalable Vector Graphics | MDN

    The tableValues attribute defines a list of numbers defining a lookup table of values for a color component transfer function.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/tableValues
    Registered: Mon Nov 25 05:11:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 125.3K bytes
    - Viewed (0)
  4. stemv - SVG: Scalable Vector Graphics | MDN

    The stemv attribute indicates the vertical stem width of the font.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stemv
    Registered: Mon Nov 25 05:09:31 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 122.5K bytes
    - Viewed (0)
  5. y1 - SVG: Scalable Vector Graphics | MDN

    The y1 attribute is used to specify the first y-coordinate for drawing an SVG element that requires more than one coordinate. Elements that only need one coordinate use the y attribute instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/y1
    Registered: Mon Nov 25 05:26:46 UTC 2024
    - Last Modified: Mon Nov 25 01:24:47 UTC 2024
    - 130.7K bytes
    - Viewed (0)
  6. Warning: -file- is being assigned a //# sourceM...

    The JavaScript warning "-file- is being assigned a //# sourceMappingURL, but already has one." occurs when a source map has been specified more than once for a given JavaScript source.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Already_has_pragma
    Registered: Mon Nov 25 05:25:55 UTC 2024
    - Last Modified: Sat Nov 23 16:10:11 UTC 2024
    - 139.4K bytes
    - Viewed (0)
  7. SVG element reference - SVG: Scalable Vector Gr...

    SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element
    Registered: Mon Nov 25 05:29:00 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 167.6K bytes
    - Viewed (0)
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/index.md # Original Wiki contributors michaelfm1211 mfuji09 chrisdavidmills AryanzyRaj aliveupstairs...
    developer.mozilla.org/en-US/docs/Web/SVG/contributors.txt
    Registered: Mon Nov 25 05:27:37 UTC 2024
    - Last Modified: Fri Apr 14 01:39:23 UTC 2023
    - 847 bytes
    - Viewed (0)
  9. Strict mode - JavaScript | MDN

    JavaScript's strict mode is a way to opt in to a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode". Strict mode isn't just a subset: it intentionally has different semantics from normal code. Browsers not supporting strict mode will run strict mode code with different behavior from browsers that do, so don't rely on strict mode without feature-testing for support for the relevant aspects of strict mode. Strict mode code and non-strict mode code can coexist, so scripts can opt into strict mode incrementally.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
    Registered: Mon Nov 25 05:33:20 UTC 2024
    - Last Modified: Sun Nov 24 01:25:29 UTC 2024
    - 205.3K bytes
    - Viewed (0)
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/element/ellipse/index.md # Original Wiki contributors alattalatta Jeremie fscholz chrisdavidmills St...
    developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse/contributors.txt
    Registered: Mon Nov 25 05:33:34 UTC 2024
    - Last Modified: Fri Apr 14 01:39:24 UTC 2023
    - 293 bytes
    - Viewed (0)
Back to top