Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 8411 - 8420 of about 10,000 for filetype:html (0.22 sec)

  1. k4 - SVG: Scalable Vector Graphics | MDN

    The k4 attribute defines one of the values to be used within the arithmetic operation of the <feComposite> filter primitive.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/k4
    Registered: Mon May 19 00:52:20 UTC 2025
    - Last Modified: Sat May 17 00:50:02 UTC 2025
    - 109.4K bytes
    - Viewed (0)
  2. Strict equality (===) - JavaScript | MDN

    The strict equality (===) operator checks whether its two operands are equal, returning a Boolean result. Unlike the equality operator, the strict equality operator always considers operands of different types to be different.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality
    Registered: Mon May 19 00:52:24 UTC 2025
    - Last Modified: Sat May 17 00:49:56 UTC 2025
    - 147.9K bytes
    - Viewed (0)
  3. Float16Array - JavaScript | MDN

    The Float16Array typed array represents an array of 16-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/Float16Array
    Registered: Mon May 19 00:51:17 UTC 2025
    - Last Modified: Sat May 17 00:49:42 UTC 2025
    - 82.9K bytes
    - Viewed (0)
  4. lengthAdjust - SVG: Scalable Vector Graphics | MDN

    The lengthAdjust attribute controls how the text is stretched into the length defined by the textLength attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/lengthAdjust
    Registered: Mon May 19 00:51:23 UTC 2025
    - Last Modified: Sat May 17 00:50:02 UTC 2025
    - 108.6K bytes
    - Viewed (0)
  5. class expression - JavaScript | MDN

    The class keyword can be used to define a class inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/class
    Registered: Mon May 19 00:51:41 UTC 2025
    - Last Modified: Sat May 17 00:49:55 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  6. Conditional (ternary) operator - JavaScript | MDN

    The conditional (ternary) operator is the only JavaScript operator that takes three operands: a condition followed by a question mark (?), then an expression to execute if the condition is truthy followed by a colon (:), and finally the expression to execute if the condition is falsy. This operator is frequently used as an alternative to an if...else statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_operator
    Registered: Mon May 19 00:51:45 UTC 2025
    - Last Modified: Sat May 17 00:49:55 UTC 2025
    - 151.7K bytes
    - Viewed (0)
  7. URIError - JavaScript | MDN

    The URIError object represents an error when a global URI handling function was used in a wrong way.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError
    Registered: Mon May 19 00:53:49 UTC 2025
    - Last Modified: Sat May 17 00:49:54 UTC 2025
    - 73.9K bytes
    - Viewed (0)
  8. filterUnits - SVG: Scalable Vector Graphics | MDN

    The filterUnits attribute defines the coordinate system for the attributes x, y, width and height.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/filterUnits
    Registered: Mon May 19 00:53:13 UTC 2025
    - Last Modified: Sat May 17 00:50:01 UTC 2025
    - 109.7K bytes
    - Viewed (0)
  9. std::i32 - Rust

    Redundant constants module for the `i32` primitive type.
    doc.rust-lang.org/std/i32/index.html
    Registered: Mon May 19 00:53:22 UTC 2025
    - Last Modified: Thu May 15 17:17:42 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  10. targetY - SVG: Scalable Vector Graphics | MDN

    The targetY attribute determines the positioning in vertical direction of the convolution matrix relative to a given target pixel in the input image. The topmost row of the matrix is row number zero. The value must be such that: 0 <= targetY < y of order.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/targetY
    Registered: Mon May 19 00:57:12 UTC 2025
    - Last Modified: Sat May 17 00:50:03 UTC 2025
    - 107.9K bytes
    - Viewed (0)
Back to top