Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for datagram (0.21 sec)

  1. docs/en/docs/img/tutorial/bigger-applications/package.drawio

    <mxfile host="65bd71144e" modified="2020-11-28T18:13:19.199Z" agent="5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.51.1 Chrome/83.0.4103.122 Electron/9.3.3 Safari/537.36" etag="KPHuXUeExV3PdWouu_3U" version="13.6.5">
        <diagram id="zB4-QXJZ7ScUzHSLnJ1i" name="Page-1">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  2. architecture/runtimes.md

    - Worker processes. Long-running daemon processes that the Gradle daemon starts to run specific kinds of work, such as compilation or test execution.
    
    The diagram below shows the relationships between the different processes:
    
    ```mermaid
        graph LR
            
            gradle["Gradle CLI client"]
        
            gradlew["Gradlew CLI client"]
        
            subgraph IDE    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/swift_library_plugin.adoc

    ====
    
    [[sec:swift_library_tasks]]
    == Tasks
    
    The following diagram shows the relationships between tasks added by this plugin.
    
    Note the default linkage of a Swift library is shared linkage as shown in the diagram.
    
    .Swift Library Plugin default task graph
    image::swift-shared-library-task-graph.png[]
    
    With static linkage, the diagram changes to the following:
    
    .Swift Library Plugin static library only task graph
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  4. architecture/ambient/peer-authentication.md

    The following diagram illustrates the flow of unauthenticated traffic with a `PERMISSIVE` policy:
    
    ```mermaid
    graph TD;
    src[src pod]-->|plaintext port|ztunnel{"ztunnel (L4 policy applied here)"}
    ztunnel{ztunnel}-->|TLS|wp{waypoint}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/xcode_plugin.adoc

    ====
    
    [[sec:xcode_tasks]]
    == Tasks
    
    The Xcode Plugin adds a number of tasks to your project.
    The main tasks that you will use are the `xcode`, `cleanXcode` and `openXcode` tasks.
    
    The following diagram shows the relationships between tasks added by this plugin.
    
    .Xcode Plugin default task graph
    image::xcode-task-graph.png[]
    
    [[sec:xcode_lifecycle_tasks]]
    === Lifecycle Tasks
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  6. docs/en/docs/img/deployment/concepts/process-ram.drawio

    <mxfile host="65bd71144e">
        <diagram id="BkDNbdtn8_9fWQybnc8v" name="Page-1">
            <mxGraphModel dx="741" dy="1167" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1920" pageHeight="1200" math="0" shadow="0">
                <root>
                    <mxCell id="0"/>
                    <mxCell id="1" parent="0"/>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 10K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/build_lifecycle.adoc

    == Task Graphs
    
    Gradle builds the task graph *before* executing any task.
    
    Across all projects in the build, tasks form a http://en.wikipedia.org/wiki/Directed_acyclic_graph[Directed Acyclic Graph^] (DAG).
    
    This diagram shows two example task graphs, one abstract and the other concrete, with dependencies between tasks represented as arrows:
    
    image::task-dag-examples.png[]
    
    [[build_lifecycle_events]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 11:17:49 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/util/concurrent/Service.java

        /**
         * Called when the service transitions to the {@linkplain State#TERMINATED TERMINATED} state.
         * The {@linkplain State#TERMINATED TERMINATED} state is a terminal state in the transition
         * diagram. Therefore, if this method is called, no other methods will be called on the {@link
         * Listener}.
         *
         * @param from The previous state that is being transitioned from. Failure can occur in any
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/cacher/ready.go

    type status int
    
    const (
    	Pending status = iota
    	Ready
    	Stopped
    )
    
    // ready is a three state condition variable that blocks until is Ready if is not Stopped.
    // Its initial state is Pending and its state machine diagram is as follow.
    //
    // Pending <------> Ready -----> Stopped
    //
    //	|                           ^
    //	└---------------------------┘
    type ready struct {
    	state       status        // represent the state of the variable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 13:32:11 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/cpp_library_plugin.adoc

    ====
    
    [[sec:cpp_library_tasks]]
    == Tasks
    
    The following diagram shows the relationships between tasks added by this plugin.
    
    Note the default linkage of a {cpp} library is shared linkage as shown in the diagram.
    
    .{cpp} Library Plugin default task graph
    image::cpp-shared-library-task-graph.png[]
    
    With static linkage, the diagram changes to the following:
    
    .{cpp} Library Plugin static library only task graph
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.2K bytes
    - Viewed (0)
Back to top