Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 5811 - 5820 of over 10,000 for filetype:html (0.62 seconds)

  1. Closures - JavaScript | MDN

    A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at function creation time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures
    Tue May 05 01:21:59 GMT 2026
      27.6K bytes
  2. <feMerge> - SVG | MDN

    The <feMerge> SVG element allows filter effects to be applied concurrently instead of sequentially. This is achieved by other filters storing their output via the result attribute and then accessing it in a <feMergeNode> child.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feMerge
    Tue May 05 01:22:14 GMT 2026
      19K bytes
  3. <feBlend> - SVG | MDN

    The <feBlend> SVG filter primitive composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the mode attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feBlend
    Tue May 05 01:22:14 GMT 2026
      19K bytes
  4. function* expression - JavaScript | MDN

    The function* keyword can be used to define a generator function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function*
    Tue May 05 01:22:09 GMT 2026
      23K bytes
  5. <style> - SVG | MDN

    The <style> SVG element allows style sheets to be embedded directly within SVG content.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/style
    Tue May 05 01:22:15 GMT 2026
      19K bytes
  6. String - JavaScript | MDN

    The String object is used to represent and manipulate a sequence of characters.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
    Tue May 05 01:22:06 GMT 2026
      24.1K bytes
  7. <feColorMatrix> - SVG | MDN

    The <feColorMatrix> SVG filter element changes colors based on a transformation matrix. Every pixel's color value [R,G,B,A] is matrix multiplied by a 5 by 5 color matrix to create new color [R',G',B',A'].
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feColorMatrix
    Tue May 05 01:22:14 GMT 2026
      20.2K bytes
  8. <feDropShadow> - SVG | MDN

    The <feDropShadow> SVG filter primitive creates a drop shadow of the input image. It can only be used inside a <filter> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feDropShadow
    Tue May 05 01:22:14 GMT 2026
      19.1K bytes
  9. RangeError - JavaScript | MDN

    The RangeError object indicates an error when a value is not in the set or range of allowed values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError
    Tue May 05 01:22:05 GMT 2026
      17K bytes
  10. baseProfile - SVG | MDN

    The baseProfile attribute describes the minimum SVG language profile that the author believes is necessary to correctly render the content. The attribute does not specify any processing restrictions; it can be considered metadata.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/baseProfile
    Tue May 05 01:22:12 GMT 2026
      17.7K bytes
Back to Top