Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 1,325 for host:developer.mozilla.org (0.02 sec)

  1. <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 May 03 00:37:02 UTC 2024
    - Last Modified: Thu May 02 00:44:52 UTC 2024
    - 132.8K bytes
    - Viewed (0)
  2. ArrayBuffer - JavaScript | MDN

    The ArrayBuffer object is used to represent a generic raw binary data buffer.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
    Registered: Fri May 03 00:36:21 UTC 2024
    - Last Modified: Thu May 02 00:44:08 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  3. <feConvolveMatrix> - SVG: Scalable Vector Graph...

    The <feConvolveMatrix> SVG filter primitive applies a matrix convolution filter effect. A convolution combines pixels in the input image with neighboring pixels to produce a resulting image. A wide variety of imaging operations can be achieved through convolutions, including blurring, edge detection, sharpening, embossing and beveling.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix
    Registered: Fri May 03 00:36:27 UTC 2024
    - Last Modified: Thu May 02 00:44:52 UTC 2024
    - 155.3K bytes
    - Viewed (0)
  4. JavaScript language overview - JavaScript | MDN

    JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages โ€” many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes and classes. It also supports functional programming since functions are first-class objects that can be easily created via expressions and passed around like any other object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Language_overview
    Registered: Fri May 03 00:36:31 UTC 2024
    - Last Modified: Thu May 02 00:44:02 UTC 2024
    - 344.6K bytes
    - Viewed (0)
  5. <feImage> - SVG: Scalable Vector Graphics | MDN

    The <feImage> SVG filter primitive fetches image data from an external source and provides the pixel data as output (meaning if the external source is an SVG image, it is rasterized.)
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage
    Registered: Fri May 03 00:37:23 UTC 2024
    - Last Modified: Thu May 02 00:44:53 UTC 2024
    - 138.4K bytes
    - Viewed (0)
  6. <feOffset> - SVG: Scalable Vector Graphics | MDN

    The <feOffset> SVG filter primitive allows to offset the input image. The input image as a whole is offset by the values specified in the dx and dy attributes.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset
    Registered: Fri May 03 00:37:27 UTC 2024
    - Last Modified: Thu May 02 00:44:53 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. font-family - SVG: Scalable Vector Graphics | MDN

    The font-family attribute indicates which font family will be used to render the text, specified as a prioritized list of font family names and/or generic family names.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-family
    Registered: Fri May 03 00:49:13 UTC 2024
    - Last Modified: Fri May 03 00:43:18 UTC 2024
    - 130.1K bytes
    - Viewed (0)
  8. Exponentiation (**) - JavaScript | MDN

    The exponentiation (**) operator returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow(), except it also accepts BigInts as operands.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation
    Registered: Fri May 03 00:49:14 UTC 2024
    - Last Modified: Fri May 03 00:43:13 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. 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 May 03 00:49:24 UTC 2024
    - Last Modified: Fri May 03 00:43:18 UTC 2024
    - 120.7K bytes
    - Viewed (0)
  10. Error.prototype.stack - JavaScript | MDN

    The non-standard stack property of an Error instance offers a trace of which functions were called, in what order, from which line and file, and with what arguments. The stack string proceeds from the most recent calls to earlier ones, leading back to the original global scope call.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/stack
    Registered: Fri May 03 01:07:39 UTC 2024
    - Last Modified: Fri May 03 00:43:04 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top