Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 8431 - 8440 of about 10,000 for filetype:html (0.2 sec)

  1. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ€” when a module updates the value of a binding that it exports, the update will be visible in its imported value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
    Registered: Mon May 19 00:57:22 UTC 2025
    - Last Modified: Sat May 17 00:49:56 UTC 2025
    - 172.8K bytes
    - Viewed (0)
  2. extends - JavaScript | MDN

    The extends keyword is used in class declarations or class expressions to create a class that is a child of another class.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends
    Registered: Mon May 19 00:57:27 UTC 2025
    - Last Modified: Sat May 17 00:49:35 UTC 2025
    - 190.7K bytes
    - Viewed (0)
  3. Cell in std::cell - Rust

    A mutable memory location.
    doc.rust-lang.org/std/cell/struct.Cell.html
    Registered: Mon May 19 00:56:36 UTC 2025
    - Last Modified: Thu May 15 17:17:40 UTC 2025
    - 71.4K bytes
    - Viewed (0)
  4. Mutex in std::sync - Rust

    A mutual exclusion primitive useful for protecting shared data
    doc.rust-lang.org/std/sync/struct.Mutex.html Similar Results (1)
    Registered: Mon May 19 00:56:40 UTC 2025
    - Last Modified: Thu May 15 17:17:51 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  5. mode - SVG: Scalable Vector Graphics | MDN

    The mode attribute defines the blending mode on the <feBlend> filter primitive.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/mode
    Registered: Mon May 19 00:57:35 UTC 2025
    - Last Modified: Sat May 17 00:50:02 UTC 2025
    - 109.9K bytes
    - Viewed (0)
  6. fn - Rust

    Function pointers, like `fn(usize) -> bool`.
    doc.rust-lang.org/std/primitive.fn.html
    Registered: Mon May 19 00:57:39 UTC 2025
    - Last Modified: Thu May 15 17:17:48 UTC 2025
    - 65.1K bytes
    - Viewed (0)
  7. preserveAlpha - SVG: Scalable Vector Graphics |...

    the preserveAlpha attribute indicates how a <feConvolveMatrix> element handles alpha transparency.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/preserveAlpha
    Registered: Mon May 19 00:57:46 UTC 2025
    - Last Modified: Sat May 17 00:50:03 UTC 2025
    - 110.6K bytes
    - Viewed (0)
  8. JavaScript error reference - JavaScript | MDN

    Below, you'll find a list of errors which are thrown by JavaScript. These errors can be a helpful debugging aid, but the reported problem isn't always immediately clear. The pages below will provide additional details about these errors. Each error is an object based upon the Error object, and has a name and a message.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors
    Registered: Mon May 19 00:57:52 UTC 2025
    - Last Modified: Sat May 17 00:49:36 UTC 2025
    - 174.2K bytes
    - Viewed (0)
  9. std::slice - Rust

    Utilities for the slice primitive type.
    doc.rust-lang.org/std/slice/index.html
    Registered: Mon May 19 00:55:57 UTC 2025
    - Last Modified: Thu May 15 17:17:50 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. new - JavaScript | MDN

    The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new
    Registered: Mon May 19 00:55:59 UTC 2025
    - Last Modified: Sat May 17 00:49:55 UTC 2025
    - 167.5K bytes
    - Viewed (0)
Back to top