Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 9811 - 9820 of about 10,000 for filetype:html (1.41 sec)

  1. <feFlood> - SVG: Scalable Vector Graphics | MDN

    The <feFlood> SVG filter primitive fills the filter subregion with the color and opacity defined by flood-color and flood-opacity.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFlood
    Registered: Wed Jun 04 00:42:44 UTC 2025
    - Last Modified: Sat May 31 00:51:57 UTC 2025
    - 115.6K bytes
    - Viewed (0)
  2. Numbers and strings - JavaScript | MDN

    This chapter introduces the two most fundamental data types in JavaScript: numbers and strings. We will introduce their underlying representations, and functions used to work with and perform calculations on them.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Numbers_and_strings
    Registered: Wed Jun 04 00:42:45 UTC 2025
    - Last Modified: Sat May 31 00:51:26 UTC 2025
    - 200.4K bytes
    - Viewed (0)
  3. Regular expressions - JavaScript | MDN

    Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of RegExp, and with the match(), matchAll(), replace(), replaceAll(), search(), and split() methods of String. This chapter describes JavaScript regular expressions. It provides a brief overview of each syntax element. For a detailed explanation of each one's semantics, read the regular expressions reference.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions
    Registered: Wed Jun 04 00:42:51 UTC 2025
    - Last Modified: Sat May 31 00:51:26 UTC 2025
    - 201K bytes
    - Viewed (0)
  4. <feFuncG> - SVG: Scalable Vector Graphics | MDN

    The <feFuncG> SVG filter primitive defines the transfer function for the green component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncG
    Registered: Wed Jun 04 00:42:57 UTC 2025
    - Last Modified: Sat May 31 00:51:57 UTC 2025
    - 110K bytes
    - Viewed (0)
  5. Internationalization - JavaScript | MDN

    The Intl object is the namespace for the ECMAScript Internationalization API, which provides a wide range of locale- and culture-sensitive data and operations.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Internationalization
    Registered: Wed Jun 04 00:41:13 UTC 2025
    - Last Modified: Sat May 31 00:51:26 UTC 2025
    - 266.6K bytes
    - Viewed (0)
  6. <feMorphology> - SVG: Scalable Vector Graphics ...

    The <feMorphology> SVG filter primitive is used to erode or dilate the input image. Its usefulness lies especially in fattening or thinning effects.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feMorphology
    Registered: Wed Jun 04 00:41:18 UTC 2025
    - Last Modified: Sat May 31 00:51:57 UTC 2025
    - 120.5K bytes
    - Viewed (0)
  7. Representing dates & times - JavaScript | MDN

    JavaScript does not have a date data type. However, you can use the Date object and its methods to work with dates and times in your applications. The Date object has a large number of methods for setting, getting, and manipulating dates. It does not have any properties.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Representing_dates_times
    Registered: Wed Jun 04 00:41:23 UTC 2025
    - Last Modified: Sat May 31 00:51:26 UTC 2025
    - 149.5K bytes
    - Viewed (0)
  8. <fePointLight> - SVG: Scalable Vector Graphics ...

    The <fePointLight> SVG filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/fePointLight
    Registered: Wed Jun 04 00:41:24 UTC 2025
    - Last Modified: Sat May 31 00:51:57 UTC 2025
    - 115.2K bytes
    - Viewed (0)
  9. Enumerability and ownership of properties - Jav...

    Every property in JavaScript objects can be classified by three factors:
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Enumerability_and_ownership_of_properties
    Registered: Wed Jun 04 00:40:21 UTC 2025
    - Last Modified: Sat May 31 00:51:26 UTC 2025
    - 156.3K bytes
    - Viewed (0)
  10. Tools for SVG - SVG: Scalable Vector Graphics |...

    Now that we covered the basics of the SVG internals, we will take a look at some tools to work with SVG files.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Tools_for_SVG
    Registered: Wed Jun 04 00:40:26 UTC 2025
    - Last Modified: Sat May 31 00:51:58 UTC 2025
    - 113.9K bytes
    - Viewed (0)
Back to top