Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,623 for content_length:[100000 TO 499999] (0.02 sec)

  1. color-interpolation - SVG | MDN

    The color-interpolation attribute specifies the color space for gradient interpolations, color animations, and alpha compositing.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/color-interpolation
    Registered: Wed Nov 05 00:55:41 UTC 2025
    - Last Modified: Tue Nov 04 01:13:36 UTC 2025
    - 172.9K bytes
    - Viewed (0)
  2. color-interpolation-filters - SVG | MDN

    The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/color-interpolation-filters
    Registered: Wed Nov 05 00:55:45 UTC 2025
    - Last Modified: Tue Nov 04 01:13:36 UTC 2025
    - 166.7K bytes
    - Viewed (0)
  3. baseline-shift - SVG | MDN

    The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/baseline-shift
    Registered: Wed Nov 05 00:55:50 UTC 2025
    - Last Modified: Tue Nov 04 01:13:35 UTC 2025
    - 164.5K bytes
    - Viewed (0)
  4. <linearGradient> - SVG | MDN

    The <linearGradient> SVG element lets authors define linear gradients to apply to other SVG elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/linearGradient
    Registered: Wed Nov 05 00:57:38 UTC 2025
    - Last Modified: Tue Nov 04 01:13:39 UTC 2025
    - 170.3K bytes
    - Viewed (0)
  5. for...of - JavaScript | MDN

    The for...of statement executes a loop that operates on a sequence of values sourced from an iterable object. Iterable objects include instances of built-ins such as Array, String, TypedArray, Map, Set, NodeList (and other DOM collections), as well as the arguments object, generators produced by generator functions, and user-defined iterables.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
    Registered: Wed Nov 05 00:57:45 UTC 2025
    - Last Modified: Tue Nov 04 01:13:30 UTC 2025
    - 202.4K bytes
    - Viewed (0)
  6. NaN - JavaScript | MDN

    The NaN global property is a value representing Not-A-Number.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NaN
    Registered: Wed Nov 05 00:55:00 UTC 2025
    - Last Modified: Tue Nov 04 01:13:19 UTC 2025
    - 189.9K bytes
    - Viewed (0)
  7. 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: Wed Nov 05 00:57:15 UTC 2025
    - Last Modified: Tue Nov 04 01:13:28 UTC 2025
    - 184.3K bytes
    - Viewed (0)
  8. 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: Wed Nov 05 00:57:21 UTC 2025
    - Last Modified: Tue Nov 04 01:13:28 UTC 2025
    - 182.7K bytes
    - Viewed (0)
  9. BigInt64Array - JavaScript | MDN

    The BigInt64Array typed array represents an array of 64-bit signed integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0n unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array
    Registered: Wed Nov 05 00:57:53 UTC 2025
    - Last Modified: Tue Nov 04 01:13:14 UTC 2025
    - 152K bytes
    - Viewed (0)
  10. Functions - JavaScript | MDN

    Generally speaking, a function is a "subprogram" that can be called by code external (or internal, in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function as parameters, and the function will return a value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions
    Registered: Wed Nov 05 00:55:54 UTC 2025
    - Last Modified: Tue Nov 04 01:13:12 UTC 2025
    - 206.5K bytes
    - Viewed (0)
Back to top