Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 147 for patching (0.23 sec)

  1. guava/src/com/google/common/base/CharMatcher.java

       *     sequence is empty
       */
      public boolean matchesNoneOf(CharSequence sequence) {
        return indexIn(sequence) == -1;
      }
    
      /**
       * Returns the index of the first matching BMP character in a character sequence, or {@code -1} if
       * no matching character is present.
       *
       * <p>The default implementation iterates over the sequence in forward order calling {@link
       * #matches} for each character.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/CharMatcher.java

       *     sequence is empty
       */
      public boolean matchesNoneOf(CharSequence sequence) {
        return indexIn(sequence) == -1;
      }
    
      /**
       * Returns the index of the first matching BMP character in a character sequence, or {@code -1} if
       * no matching character is present.
       *
       * <p>The default implementation iterates over the sequence in forward order calling {@link
       * #matches} for each character.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  3. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"kotlin-dsl-tooling-builders",
    					"execution-e2e-tests",
    					"declarative-dsl-provider",
    					"platform-native",
    					"version-control",
    					"file-watching",
    					"jacoco",
    					"ivy",
    					"testing-native",
    					"maven",
    					"integ-test"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

            toList(container.withType(type)) == iterationOrder(c, a)
            toList(container.withType(otherType)) == iterationOrder(d)
        }
    
        def "provider for element is queried when filtered collection with matching type created"() {
            containerAllowsExternalProviders()
            def provider = Mock(ProviderInternal)
    
            addToContainer(c)
            container.addLater(provider)
            addToContainer(d)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  5. istioctl/pkg/describe/describe.go

    			fmt.Fprintf(writer, "%sWARNING POD DOES NOT MATCH ANY SUBSETS.  (Non matching subsets %s)\n",
    				printSpaces(initPrintNum+printLevel1), strings.Join(nonmatchingSubsets, ","))
    		}
    		fmt.Fprintf(writer, "%sMatching subsets: %s\n",
    			printSpaces(initPrintNum+printLevel1), strings.Join(matchingSubsets, ","))
    		if len(nonmatchingSubsets) > 0 {
    			fmt.Fprintf(writer, "%s(Non-matching subsets %s)\n",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

        }
    
        /**
         * Component metadata from an external source only support 2 different types of attributes: boolean or string.
         * Gradle makes the necessary work to coerce those into "real" typed attributes during matching. This test
         * is here to prove that coercion works properly whenever attributes are sourced from a component metadata
         * supplier.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    		enableMatchLabelKeys      bool
    	}{
    		// Explanation on the Legend:
    		// a) X/Y means there are X matching pods on node1 and Y on node2, both nodes are candidates
    		//   (i.e. they have passed all predicates)
    		// b) X/~Y~ means there are X matching pods on node1 and Y on node2, but node Y is NOT a candidate
    		// c) X/?Y? means there are X matching pods on node1 and Y on node2, both nodes are candidates
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                    configurations {
                        foo.attributes { $freeDebug; attribute(extra, 'extra') } // the "extra" attribute will be used when matching ':c'
                        bar.attributes { $freeRelease; attribute(extra, 'extra') } // the "extra" attribute will be used when matching ':c'
                    }
                    dependencies {
                        foo project(':c')
                        bar project(':c')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  9. pkg/controller/daemon/daemon_controller.go

    			}
    			break
    		}
    
    		// When surge is enabled, we allow 2 pods if and only if the oldest pod matching the current hash state
    		// is not ready AND the oldest pod that doesn't match the current hash state is ready. All other pods are
    		// deleted. If neither pod is ready, only the one matching the current hash revision is kept.
    		var oldestNewPod, oldestOldPod *v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// /foo/barbaz). If multiple matching paths exist in an Ingress spec, the
    	// longest matching path is given priority.
    	// Examples:
    	// - /foo/bar does not match requests to /foo/barbaz
    	// - /foo/bar matches request to /foo/bar and /foo/bar/baz
    	// - /foo and /foo/ both match requests to /foo and /foo/. If both paths are
    	//   present in an Ingress spec, the longest matching path (/foo/) is given
    	//   priority.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
Back to top