Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for Percent (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

                    }
                }
    """
    
            expect:
            succeeds "check"
        }
    
        void "runtime exception when evaluating rule yields decent exception"() {
            mavenRepo.module("org.utils", "impl", '1.3').dependsOn('org.utils', 'api', '1.3').publish()
            mavenRepo.module("org.utils", "api", '1.3').publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    	path, err := getIstioVirtualServicePathForSvcFromRoute(cd, svc, port)
    	if err != nil {
    		return "", "", err
    	}
    
    	// Starting with recent 1.5.0 builds, the path will include .istio.io.  Handle both.
    	// nolint: gosimple
    	re := regexp.MustCompile("/apis/networking(\\.istio\\.io)?/v1alpha3/namespaces/(?P<namespace>[^/]+)/virtual-service/(?P<name>[^/]+)")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// Expected type of objects in the underlying cache.
    	objectType reflect.Type
    	// Used for logging, to disambiguate *unstructured.Unstructured (CRDs)
    	groupResource schema.GroupResource
    
    	// "sliding window" of recent changes of objects and the current state.
    	watchCache *watchCache
    	reflector  *cache.Reflector
    
    	// Versioner is used to handle resource versions.
    	versioner storage.Versioner
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta2/types.go

    }
    
    // StatefulSetStatus represents the current state of a StatefulSet.
    type StatefulSetStatus struct {
    	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the
    	// StatefulSet's generation, which is updated on mutation by the API Server.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1/types.go

    }
    
    // StatefulSetStatus represents the current state of a StatefulSet.
    type StatefulSetStatus struct {
    	// observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the
    	// StatefulSet's generation, which is updated on mutation by the API Server.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  6. src/crypto/tls/conn.go

    	// all are tried to decrypt tickets.
    	ticketKeys []ticketKey
    
    	// clientFinishedIsFirst is true if the client sent the first Finished
    	// message during the most recent handshake. This is recorded because
    	// the first transmitted Finished message is the tls-unique
    	// channel-binding value.
    	clientFinishedIsFirst bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier.go

    				args,
    				"-s", epInfo.IP(),
    				"-j", string(kubeMarkMasqChain))
    			// Update client-affinity lists.
    			if svcInfo.SessionAffinityType() == v1.ServiceAffinityClientIP {
    				args = append(args, "-m", "recent", "--name", string(endpointChain), "--set")
    			}
    			// DNAT to final destination.
    			args = append(args, "-m", protocol, "-p", protocol, "-j", "DNAT", "--to-destination", epInfo.String())
    			natRules.Write(args)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #endif  // __CYGWIN__
    
    #ifndef GTEST_LANG_CXX11
    // gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when
    // -std={c,gnu}++{0x,11} is passed.  The C++11 standard specifies a
    // value for __cplusplus, and recent versions of clang, gcc, and
    // probably other compilers set that too in C++11 mode.
    # if __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L
    // Compiling in at least C++11 mode.
    #  define GTEST_LANG_CXX11 1
    # else
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #endif  // __CYGWIN__
    
    #ifndef GTEST_LANG_CXX11
    // gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when
    // -std={c,gnu}++{0x,11} is passed.  The C++11 standard specifies a
    // value for __cplusplus, and recent versions of clang, gcc, and
    // probably other compilers set that too in C++11 mode.
    # if __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L
    // Compiling in at least C++11 mode.
    #  define GTEST_LANG_CXX11 1
    # else
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/init.go

    func findModulePath(dir string) (string, error) {
    	// TODO(bcmills): once we have located a plausible module path, we should
    	// query version control (if available) to verify that it matches the major
    	// version of the most recent tag.
    	// See https://golang.org/issue/29433, https://golang.org/issue/27009, and
    	// https://golang.org/issue/31549.
    
    	// Cast about for import comments,
    	// first in top-level directory, then in subdirectories.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top