Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 163 for patching (0.36 sec)

  1. pilot/pkg/networking/core/httproute_test.go

    			expectedHosts: map[string]map[string]bool{
    				"block_all": {
    					"*": true,
    				},
    			},
    			registryOnly: true,
    		},
    		{
    			name:                  "wild card sidecar config, with non matching virtual service",
    			routeName:             "7443",
    			sidecarConfig:         sidecarConfigWithWildcard,
    			virtualServiceConfigs: []*config.Config{&virtualService5},
    			expectedHosts: map[string]map[string]bool{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

      //
      // A consequence of these requirements is that the delegate futures cannot be stored in
      // final fields.
      //
      // For simplicity the rest of this description will discuss Futures.catching since it is the
      // simplest instance, though very similar descriptions apply to many other classes in this file.
      //
      // In the constructor of AbstractCatchingFuture, the delegate future is assigned to a field
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/deadness_analysis.cc

            // In the optimistic mode, we use the first-seen Merge node per
            // frame as the representative Merge node.  It is just convenient and
            // does not affect the result after pattern-matching into the
            // AndRecurrence form.
            absl::string_view frame_name = control_flow_info_[n->id()].frame_name;
            auto insert_result = frame_to_merge_node_.insert({frame_name, n});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			expectedOut: []example.Pod{},
    		},
    		{
    			name:   "test List with pod name matching",
    			prefix: "/pods/first/",
    			pred: storage.SelectionPredicate{
    				Label: labels.Everything(),
    				Field: fields.ParseSelectorOrDie("metadata.name!=bar"),
    			},
    			expectedOut: []example.Pod{},
    		},
    		{
    			name:   "test List with pod name matching with resource version set to current resource version, match=NotOlderThan",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    Using a file tree turns <<build_cache.adoc#sec:task_output_caching, caching>> off for the task.
    
    | `@link:{javadocPath}/org/gradle/api/tasks/OutputDirectories.html[OutputDirectories]`
    | `Map&lt;String, File&gt;`+++**+++ or `Iterable&lt;File&gt;`+++*+++
    | An iterable of output directories.
    Using a file tree turns <<build_cache.adoc#sec:task_output_caching, caching>> off for the task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  6. pilot/pkg/model/push_context.go

    				if wrapper.Sidecar != nil {
    					sidecar := wrapper.Sidecar
    					// if there is no workload selector, the config applies to all workloads
    					// if there is a workload selector, check for matching workload labels
    					if sidecar.GetWorkloadSelector() != nil {
    						workloadSelector := labels.Instance(sidecar.GetWorkloadSelector().GetLabels())
    						// exclude workload selector that not match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/buildlist.go

    //     invocations were already roots in rs (3).
    //
    //  2. (The argument invariant.) Every module that provides a package matching
    //     an explicit package pattern is included as a root. This follows directly
    //     from (1): packages matching explicit package patterns are marked with
    //     pkgIsRoot.
    //
    //  3. (The completeness invariant.) Every module that contributed any package
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/Futures.java

      //
      // A consequence of these requirements is that the delegate futures cannot be stored in
      // final fields.
      //
      // For simplicity the rest of this description will discuss Futures.catching since it is the
      // simplest instance, though very similar descriptions apply to many other classes in this file.
      //
      // In the constructor of AbstractCatchingFuture, the delegate future is assigned to a field
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  9. src/cmd/internal/testdir/testdir_test.go

    				}
    
    				// Compile the checks as regular expressions. Notice that we
    				// consider checks as matching from the beginning of the actual
    				// assembler source (that is, what is left on each line of the
    				// compile -S output after we strip file/line info) to avoid
    				// trivial bugs such as "ADD" matching "FADD". This
    				// doesn't remove genericity: it's still possible to write
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  10. src/cmd/cgo/out.go

    		}
    	}
    	if strings.Contains(s, "//") || strings.Contains(s, "/*") {
    		fatalf("dynamic symbol %q contains Go comment")
    	}
    }
    
    // Construct a gcc struct matching the gc argument frame.
    // Assumes that in gcc, char is 1 byte, short 2 bytes, int 4 bytes, long long 8 bytes.
    // These assumptions are checked by the gccProlog.
    // Also assumes that gc convention is to word-align the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top