Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5651 - 5660 of about 10,000 for content_length:[100000 TO 499999] (0.14 sec)

  1. fill - SVG: Scalable Vector Graphics | MDN

    The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill
    Registered: Fri Nov 15 00:49:02 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. fx - SVG: Scalable Vector Graphics | MDN

    The fx attribute defines the x-axis coordinate of the focal point for a radial gradient.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fx
    Registered: Fri Nov 15 00:50:46 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 125.2K bytes
    - Viewed (0)
  3. ideographic - SVG: Scalable Vector Graphics | MDN

    The ideographic attribute indicates the alignment coordinate for glyphs to achieve ideographic baseline alignment for horizontally oriented glyph layouts. The value is an offset in the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic
    Registered: Fri Nov 15 00:50:51 UTC 2024
    - Last Modified: Tue Nov 12 01:28:31 UTC 2024
    - 121.9K bytes
    - Viewed (0)
  4. Microsoft Extension Licenses

    List of Microsoft Extension Licenses
    code.visualstudio.com/docs/supporting/oss-extensions
    Registered: Fri Nov 15 00:30:23 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. Visual Studio Code Variables Reference

    Visual Studio Code variable substitution reference
    code.visualstudio.com/docs/editor/variables-reference
    Registered: Fri Nov 15 00:31:14 UTC 2024
    - 107.6K bytes
    - Viewed (0)
  6. Collections reference - Boto3 1.35.60 documenta...

    Contents Menu Expand Light mode Dark mode Auto light/dark mode Close Menu Hide navigation sidebar Hide table of conte...
    boto3.amazonaws.com/v1/documentation/api/latest/reference/core/collections.html
    Registered: Fri Nov 15 00:31:52 UTC 2024
    - Last Modified: Wed Nov 13 20:33:14 UTC 2024
    - 110.1K bytes
    - Viewed (0)
  7. Meta programming - JavaScript | MDN

    The Proxy and Reflect objects allow you to intercept and define custom behavior for fundamental language operations (e.g. property lookup, assignment, enumeration, function invocation, etc.). With the help of these two objects you are able to program at the meta level of JavaScript.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Meta_programming
    Registered: Fri Nov 15 00:36:37 UTC 2024
    - Last Modified: Tue Nov 12 01:28:09 UTC 2024
    - 165.2K bytes
    - Viewed (0)
  8. JavaScript modules - JavaScript | MDN

    This guide gives you all you need to get started with JavaScript module syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
    Registered: Fri Nov 15 00:36:54 UTC 2024
    - Last Modified: Tue Nov 12 01:28:09 UTC 2024
    - 280.2K bytes
    - Viewed (0)
  9. Inheritance and the prototype chain - JavaScrip...

    In programming, inheritance refers to passing down characteristics from a parent to a child so that a new piece of code can reuse and build upon the features of an existing one. JavaScript implements inheritance by using objects. Each object has an internal link to another object called its prototype. That prototype object has a prototype of its own, and so on until an object is reached with null as its prototype. By definition, null has no prototype and acts as the final link in this prototype chain. It is possible to mutate any member of the prototype chain or even swap out the prototype at runtime, so concepts like static dispatching do not exist in JavaScript.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
    Registered: Fri Nov 15 00:38:42 UTC 2024
    - Last Modified: Tue Nov 12 01:28:10 UTC 2024
    - 223K bytes
    - Viewed (0)
  10. <glyph> - SVG: Scalable Vector Graphics | MDN

    A <glyph> defines a single glyph in an SVG font.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/glyph
    Registered: Fri Nov 15 00:38:47 UTC 2024
    - Last Modified: Tue Nov 12 01:28:35 UTC 2024
    - 135K bytes
    - Viewed (0)
Back to top