Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2161 - 2170 of about 10,000 for filetype:html (0.18 sec)

  1. Beam SQL: Walkthrough

    Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes.
    beam.apache.org/documentation/dsls/sql/walkthrough/
    Registered: Wed Apr 16 00:14:20 UTC 2025
    - Last Modified: Thu Apr 10 17:40:49 UTC 2025
    - 42.6K bytes
    - Viewed (0)
  2. globalThis - JavaScript | MDN

    The globalThis global property contains the global this value, which is usually akin to the global object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
    Registered: Wed Apr 16 00:44:37 UTC 2025
    - Last Modified: Tue Apr 15 00:50:55 UTC 2025
    - 153.4K bytes
    - Viewed (0)
  3. Graceful Shutdown and Cleanup - The Rust Progra...

    Light Rust Coal Navy Ayu The Rust Programming Language Graceful Shutdown and Cleanup The code in Listing 21-20 is res...
    doc.rust-lang.org/book/ch21-03-graceful-shutdown-and-cleanup.html
    Registered: Wed Apr 16 00:44:45 UTC 2025
    - Last Modified: Thu Apr 03 09:24:10 UTC 2025
    - 41.1K bytes
    - Viewed (0)
  4. function expression - JavaScript | MDN

    The function keyword can be used to define a function inside an expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function
    Registered: Wed Apr 16 00:44:45 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 167.9K bytes
    - Viewed (0)
  5. Grouping operator ( ) - JavaScript | MDN

    The grouping ( ) operator controls the precedence of evaluation in expressions. It also acts as a container for arbitrary expressions in certain syntactic constructs, where ambiguity or syntax errors would otherwise occur.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Grouping
    Registered: Wed Apr 16 00:44:49 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 156.1K bytes
    - Viewed (0)
  6. Iterator - JavaScript | MDN

    An Iterator object is an object that conforms to the iterator protocol by providing a next() method that returns an iterator result object. All built-in iterators inherit from the Iterator class. The Iterator class provides a [Symbol.iterator]() method that returns the iterator object itself, making the iterator also iterable. It also provides some helper methods for working with iterators.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator
    Registered: Wed Apr 16 00:46:37 UTC 2025
    - Last Modified: Tue Apr 15 00:50:56 UTC 2025
    - 108.9K bytes
    - Viewed (0)
  7. std - Rust

    The Rust Standard Library
    doc.rust-lang.org/std/index.html
    Registered: Wed Apr 16 00:46:43 UTC 2025
    - Last Modified: Thu Apr 03 09:31:35 UTC 2025
    - 52.1K bytes
    - Viewed (0)
  8. clip - SVG: Scalable Vector Graphics | MDN

    The clip attribute defines the visible region of an element. You should use clip-path instead.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/clip
    Registered: Wed Apr 16 00:45:19 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 135.2K bytes
    - Viewed (0)
  9. d - SVG: Scalable Vector Graphics | MDN

    The d attribute defines a path to be drawn.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/d Similar Results (1)
    Registered: Wed Apr 16 00:45:26 UTC 2025
    - Last Modified: Tue Apr 15 00:51:15 UTC 2025
    - 212.9K bytes
    - Viewed (0)
  10. Uint8ClampedArray - JavaScript | MDN

    The Uint8ClampedArray typed array represents an array of 8-bit unsigned integers clamped to 0โ€“255. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray
    Registered: Wed Apr 16 00:45:29 UTC 2025
    - Last Modified: Tue Apr 15 00:51:06 UTC 2025
    - 83K bytes
    - Viewed (0)
Back to top