Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1311 - 1320 of 2,702 for host:developer.mozilla.org (0.07 sec)

  1. 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: Mon Nov 25 04:20:35 UTC 2024
    - Last Modified: Sat Nov 23 16:10:20 UTC 2024
    - 155.5K bytes
    - Viewed (0)
  2. attributeType - SVG: Scalable Vector Graphics |...

    The attributeType attribute specifies the namespace in which the target attribute and its associated values are defined.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/attributeType
    Registered: Mon Nov 25 04:18:29 UTC 2024
    - Last Modified: Sat Nov 23 16:10:29 UTC 2024
    - 126.3K bytes
    - Viewed (0)
  3. <text> - SVG: Scalable Vector Graphics | MDN

    The <text> SVG element draws a graphics element consisting of text. It's possible to apply a gradient, pattern, clipping path, mask, or filter to <text>, like any other SVG graphics element.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/text
    Registered: Mon Nov 25 04:22:18 UTC 2024
    - Last Modified: Mon Nov 25 01:24:50 UTC 2024
    - 136.8K bytes
    - Viewed (0)
  4. Float64Array - JavaScript | MDN

    The Float64Array typed array represents an array of 64-bit floating point numbers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0 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/Float64Array
    Registered: Mon Nov 25 04:19:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:16 UTC 2024
    - 82.2K bytes
    - Viewed (0)
  5. Intl - JavaScript | MDN

    The Intl namespace object contains several constructors as well as functionality common to the internationalization constructors and other language sensitive functions. Collectively, they comprise the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, date and time formatting, and more.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
    Registered: Mon Nov 25 04:22:00 UTC 2024
    - Last Modified: Sat Nov 23 16:10:17 UTC 2024
    - 84.5K bytes
    - Viewed (0)
  6. Logical OR assignment (||=) - JavaScript | MDN

    The logical OR assignment (||=) operator only evaluates the right operand and assigns to the left if the left operand is falsy.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignment
    Registered: Mon Nov 25 04:16:54 UTC 2024
    - Last Modified: Sat Nov 23 16:10:25 UTC 2024
    - 143.3K bytes
    - Viewed (0)
  7. <vkern> - SVG: Scalable Vector Graphics | MDN

    The <vkern> SVG element allows to fine-tweak the vertical distance between two glyphs in top-to-bottom fonts. This process is known as kerning.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/vkern
    Registered: Mon Nov 25 04:17:41 UTC 2024
    - Last Modified: Mon Nov 25 01:24:50 UTC 2024
    - 125.5K bytes
    - Viewed (0)
  8. alignment-baseline - SVG: Scalable Vector Graph...

    The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/alignment-baseline
    Registered: Mon Nov 25 04:21:22 UTC 2024
    - Last Modified: Sat Nov 23 16:10:29 UTC 2024
    - 137.8K bytes
    - Viewed (0)
  9. <rect> - SVG: Scalable Vector Graphics | MDN

    The <rect> SVG element is a basic SVG shape that draws rectangles, defined by their position, width, and height. The rectangles may have their corners rounded.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/rect
    Registered: Mon Nov 25 04:17:25 UTC 2024
    - Last Modified: Mon Nov 25 01:24:50 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  10. 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: Mon Nov 25 04:17:32 UTC 2024
    - Last Modified: Sat Nov 23 16:10:29 UTC 2024
    - 122.9K bytes
    - Viewed (0)
Back to top