Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 207 for Hour (0.06 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    				}}.Do(ctx)
    
    			if err == nil {
    				return false, errors.New("expected error when creating sentinel resource")
    			}
    
    			// Check to see if the returned error message contains our
    			// unique string. UUID should be unique enough to just check
    			// simple existence in the error.
    			if strings.Contains(err.Error(), uuidString) {
    				return true, nil
    			}
    
    			return false, nil
    		})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/CacheBuilder.java

       * simply use the standard method-chaining idiom, as illustrated in the documentation at top,
       * configuring a {@code CacheBuilder} and building your {@link Cache} all in a single statement.
       *
       * <p><b>Warning:</b> if you ignore the above advice, and use this {@code CacheBuilder} to build a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. src/cmd/dist/build.go

    			// their $PATH. See go.dev/issue/42563.
    			path = p
    		}
    		if !strings.Contains(pathsep+path+pathsep, pathsep+gorootBin+pathsep) {
    			xprintf("*** You need to add %s to your PATH.\n", gorootBin)
    		}
    	}
    }
    
    // Version prints the Go version.
    func cmdversion() {
    	xflagparse(0)
    	xprintf("%s\n", findgoversion())
    }
    
    // cmdlist lists all supported platforms.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/conversion.go

    			jn := configs[j].Namespace + "/" + configs[j].Name
    			return in < jn
    		}
    		return configs[i].CreationTimestamp.Before(configs[j].CreationTimestamp)
    	})
    }
    
    // convertResources is the top level entrypoint to our conversion logic, computing the full state based
    // on KubernetesResources inputs.
    func convertResources(r GatewayResources) IstioResources {
    	// sort HTTPRoutes by creation timestamp and namespace/name
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

        private static final String SCRIPTS_PACKAGE = "org.gradle.groovy.scripts";
    
        /**
         * When updating this mapping, consider being nice and also updating the list of generated imports for our internal test infrastructure.
         * See the import list in AnnotationGenerator.kt
         */
        private static final ImmutableMap<String, ClassNode> TYPE_REDIRECT_MAPPING = ImmutableMap.of(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  6. cmd/xl-storage_test.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    //
    // This file is generated by a SCRIPT.  DO NOT EDIT BY HAND!
    //
    #ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
    #define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
    
    
    // Value-parameterized tests allow you to test your code with different
    // parameters without writing multiple copies of the same test.
    //
    // Here is how you use value-parameterized tests:
    
    #if 0
    
    // To write value-parameterized tests, first you should define a fixture
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// ensure that the rv from which the watch is being served, is the latest
    	// one. "latest" is ensured by serving the watch from
    	// the underlying storage.
    	//
    	// it should never happen due to our validation but let's just be super-safe here
    	// and disable sendingInitialEvents when the feature wasn't enabled
    	if !utilfeature.DefaultFeatureGate.Enabled(features.WatchList) && opts.SendInitialEvents != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. cmd/kubelet/app/server.go

    is checked every 20 seconds (also configurable with a flag).`,
    		// The Kubelet has special flag parsing requirements to enforce flag precedence rules,
    		// so we do all our parsing manually in Run, below.
    		// DisableFlagParsing=true provides the full set of flags passed to the kubelet in the
    		// `args` arg to Run, without Cobra's interference.
    		DisableFlagParsing: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  10. cmd/iam.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top