Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 321 for gather (0.89 sec)

  1. tests/integration/security/authz_test.go

    					// The ext-authz server is hard-coded to allow requests from any service account ending in
    					// "/sa/a". Since the namespace is ignored, we use ns2.B for our denied app (rather than ns2.A).
    					// We'll only need the service account for TCP, since we send headers in all other protocols
    					// to control the server's behavior.
    					allowed := apps.Ns1.A
    					var denied echo.Instances
    					if provider.IsProtocolSupported(protocol.TCP) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/TypeToken.java

                        new TypeResolver.TypeVariableKey(typeParam.typeVariable), typeArg.runtimeType));
        // If there's any type error, we'd report now rather than later.
        return new SimpleTypeToken<>(resolver.resolveType(runtimeType));
      }
    
      /**
       * Returns a new {@code TypeToken} where type variables represented by {@code typeParam} are
       * substituted by {@code typeArg}. For example, it can be used to construct {@code Map<K, V>} for
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/ImmutableSortedMap.java

          throw new UnsupportedOperationException("Not available on ImmutableSortedMap.Builder");
        }
    
        @Override
        Builder<K, V> combine(ImmutableMap.Builder<K, V> other) {
          super.combine(other);
          return this;
        }
    
        /**
         * Returns a newly-created immutable sorted map.
         *
         * <p>Prefer the equivalent method {@link #buildOrThrow()} to make it explicit that the method
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    		out.Headers = append(out.Headers, matcher)
    	}
    
    	if in.Scheme != nil {
    		matcher := translateHeaderMatch(HeaderScheme, in.Scheme)
    		out.Headers = append(out.Headers, matcher)
    	}
    
    	for name, stringMatch := range in.QueryParams {
    		matcher := translateQueryParamMatch(name, stringMatch)
    		out.QueryParameters = append(out.QueryParameters, matcher)
    	}
    
    	return out
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. src/runtime/mheap.go

    }
    
    // takeAll removes all spans from other and inserts them at the front
    // of list.
    func (list *mSpanList) takeAll(other *mSpanList) {
    	if other.isEmpty() {
    		return
    	}
    
    	// Reparent everything in other to list.
    	for s := other.first; s != nil; s = s.next {
    		s.list = list
    	}
    
    	// Concatenate the lists.
    	if list.isEmpty() {
    		*list = *other
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			t.Fatalf("Unexpected error: %v", err)
    		}
    	}
    
    	cacher, _, err := newTestCacher(etcdStorage)
    	if err != nil {
    		t.Fatalf("Couldn't create cacher: %v", err)
    	}
    	defer cacher.Stop()
    
    	// Given that cacher is always initialized from the "current" version of etcd,
    	// we now have a cacher with an empty cache of watch events and a resourceVersion of rv.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  7. src/os/os_test.go

    				expectedErrStr := strings.Replace(tt.error.Error(), "file ", "", 1)
    				if !strings.HasSuffix(syscallErrStr, expectedErrStr) {
    					// Some Plan 9 file servers incorrectly return
    					// EACCES rather than EISDIR when a directory is
    					// opened for write.
    					if tt.error == syscall.EISDIR && strings.HasSuffix(syscallErrStr, syscall.EACCES.Error()) {
    						continue
    					}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier.go

    			if err != nil {
    				// We already deleted the entries from staleChains, but if
    				// the chains still exist, they'll just get added back
    				// (with a later timestamp) at the end of the sync.
    				proxier.logger.Error(err, "Unable to delete stale chains; will retry later")
    				metrics.NFTablesCleanupFailuresTotal.Inc()
    			}
    		}
    	}
    
    	// Now start the actual syncing transaction
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  9. src/time/format.go

    			hr, _, err = getnum(hour, true)
    			if err == nil {
    				mm, _, err = getnum(min, true)
    			}
    			if err == nil {
    				ss, _, err = getnum(seconds, true)
    			}
    
    			// The range test use > rather than >=,
    			// as some people do write offsets of 24 hours
    			// or 60 minutes or 60 seconds.
    			if hr > 24 {
    				rangeErrString = "time zone offset hour"
    			}
    			if mm > 60 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/filesystem/filesystem_interface.h

      ///     either `src` or `dst` doesn't exist or if the specified `src` path
      ///     doesn't exist.
      ///   * Must set `status` to `TF_FAILED_PRECONDITION` if either `src` or
      ///     `dst` is a directory or if either of them is invalid.
      ///   * Might use any other error value for `status` to signal other errors.
      ///
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
Back to top