Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 1,267 for shown (0.05 sec)

  1. docs/sts/web-identity.md

    ```
    </details>
    
    ### Redirection from OpenID Provider
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    Both Eclipse plugins add a number of tasks to your projects. The main tasks that you will use are the `eclipse` and `cleanEclipse` tasks.
    
    [[sec:eclipse_tasks]]
    == Tasks
    
    The Eclipse plugins add the tasks shown below to a project.
    
    [[eclipsetasks]]
    === Eclipse Plugin tasks
    
    `eclipse` — link:{groovyDslPath}/org.gradle.api.Task.html[Task]::
    _Depends on_: all Eclipse configuration file generation tasks
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_traffic_policy.go

    		// defines the maximum number of parallel retries a given Envoy will allow to the upstream cluster. Envoy defaults
    		// this value to 3, however that has shown to be insufficient during periods of pod churn (e.g. rolling updates),
    		// where multiple endpoints in a cluster are terminated. In these scenarios the circuit breaker can kick
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/HttpHeaders.java

       *
       * @since 20.0
       */
      public static final String FORWARDED = "Forwarded";
      /**
       * The HTTP {@code Follow-Only-When-Prerender-Shown} header field name.
       *
       * @since 17.0
       */
      public static final String FOLLOW_ONLY_WHEN_PRERENDER_SHOWN = "Follow-Only-When-Prerender-Shown";
      /** The HTTP {@code Host} header field name. */
      public static final String HOST = "Host";
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    <7> Configure the `check` task to depend on all `integrationTest` targets.  By convention, test suite targets are not associated with the `check` task.
    
    Invoking the `check` task on the above configured build should show output similar to:
    
    [listing]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Multimap.java

     * </ul>
     *
     * <p><b>Important:</b> although the first interpretation resembles how most multimaps are
     * <i>implemented</i>, the design of the {@code Multimap} API is based on the <i>second</i> form.
     * So, using the multimap shown above as an example, the {@link #size} is {@code 3}, not {@code 2},
     * and the {@link #values} collection is {@code [1, 2, 3]}, not {@code [[1, 2], [3]]}. For those
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/Multimap.java

     * </ul>
     *
     * <p><b>Important:</b> although the first interpretation resembles how most multimaps are
     * <i>implemented</i>, the design of the {@code Multimap} API is based on the <i>second</i> form.
     * So, using the multimap shown above as an example, the {@link #size} is {@code 3}, not {@code 2},
     * and the {@link #values} collection is {@code [1, 2, 3]}, not {@code [[1, 2], [3]]}. For those
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    help that describes the analyses it performs.
    The doc comment contains a brief one-line summary,
    optionally followed by paragraphs of explanation.
    
    The [Analyzer] type has more fields besides those shown above:
    
    	type Analyzer struct {
    		Name             string
    		Doc              string
    		Flags            flag.FlagSet
    		Run              func(*Pass) (interface{}, error)
    		RunDespiteErrors bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

    // graph. We compute which islands to merge first, so that we don't need to
    // recursively mutate the IR (resulting in quadratic behavior when moving
    // operations). A rough sketch of the coarsening algorithm is shown below:
    //
    // // The algorithm iterates until a fixpoint is reached, i.e. when no more
    // // islands can be merged.
    // while (changed) {
    //   // In the first phase we try to merge islands with their nearest consumer
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  10. src/cmd/internal/src/pos.go

    }
    
    // Format formats a position as "filename:line" or "filename:line:column",
    // controlled by the showCol flag and if the column is known (!= 0).
    // For positions relative to line directives, the original position is
    // shown as well, as in "filename:line[origfile:origline:origcolumn] if
    // showOrig is set.
    func (p Pos) Format(showCol, showOrig bool) string {
    	buf := new(bytes.Buffer)
    	p.WriteTo(buf, showCol, showOrig)
    	return buf.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 15.5K bytes
    - Viewed (0)
Back to top