Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 1,267 for shown (0.05 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_rules.adoc

    If the `revConstraint` attribute is not present, the `rev` attribute is used instead.
    
    To enable dynamic resolve mode, you need to set the appropriate option on the repository definition.
    A couple of examples are shown below.
    Note that dynamic resolve mode is only available for Gradle's Ivy repositories.
    It is not available for Maven repositories, or custom Ivy `DependencyResolver` implementations.
    
    .Enabling dynamic resolve mode
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/sql-databases.md

    === "Python 3.8+"
    
        ```Python
        {!> ../../../docs_src/sql_databases/sql_app/main.py!}
        ```
    
    ## Check it
    
    You can copy this code and use it as is.
    
    !!! info
    
        In fact, the code shown here is part of the tests. As most of the code in these docs.
    
    Then you can run it with Uvicorn:
    
    
    <div class="termy">
    
    ```console
    $ uvicorn sql_app.main:app --reload
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  3. doc/go_mem.html

    then any read <i>r</i> on <i>x</i> has only one possible <i>W</i>(<i>r</i>):
    the single <i>w</i> that immediately precedes it in the happens before order.
    </p>
    
    <p>
    More generally, it can be shown that any Go program that is data-race-free,
    meaning it has no program executions with read-write or write-write data races,
    can only have outcomes explained by some sequentially consistent interleaving
    of the goroutine executions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:54:42 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. src/runtime/os_windows.go

    		// possible, but just acknowledge the request.
    		mp.preemptGen.Add(1)
    		return
    	}
    
    	// We have to be very careful between this point and once
    	// we've shown mp is at an async safe-point. This is like a
    	// signal handler in the sense that mp could have been doing
    	// anything when we stopped it, including holding arbitrary
    	// locks.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    To do that Gradle will use a special set of repositories.
    
    The second phase is during dependency resolution.
    At this point Gradle will use the repositories declared in your project, as shown in the previous sections.
    
    [[sub:plugin-repos]]
    === Plugin repositories
    
    By default Gradle will use the http://plugins.gradle.org[Gradle plugin portal] to look for plugins.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/test/test.go

    	    expression. No tests, benchmarks, fuzz tests, or examples will be run.
    	    This will only list top-level tests. No subtest or subbenchmarks will be
    	    shown.
    
    	-parallel n
    	    Allow parallel execution of test functions that call t.Parallel, and
    	    fuzz targets that call t.Parallel when running the seed corpus.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    Dependencies can be created lazily using these factory methods, as shown below.
    
    A custom `dependencies` block differs from the top-level `dependencies` block in the following ways:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  8. src/net/lookup_test.go

    	// or stub resolver which implements query-response rate
    	// limitation, so we can expect some query successes and more
    	// failures including timeout, temporary and other here.
    	// As a rule, unknown must not be shown but it might possibly
    	// happen due to issue 4856 for now.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    const (
    	// Flags for choosing a device
    	DI_SHOWOEM       DI_FLAGS = 0x00000001 // support Other... button
    	DI_SHOWCOMPAT    DI_FLAGS = 0x00000002 // show compatibility list
    	DI_SHOWCLASS     DI_FLAGS = 0x00000004 // show class list
    	DI_SHOWALL       DI_FLAGS = 0x00000007 // both class & compat list shown
    	DI_NOVCP         DI_FLAGS = 0x00000008 // don't create a new copy queue--use caller-supplied FileQueue
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

     private:
      // A subgraph of the input, all marked with a common 'group_attribute'
      // value.
      //
      // In the following simple example, A, B, ..., E are nodes in the original
      // graph. The group attributes g are each shown as either 0 or empty.
      //
      //  A  -->  B  -->  C  -->  D  -->  E
      //  g:      g:0     g:0     g:0     g:
      //
      // The example is rewritten to two graphs; one on the host and one to be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top