Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 231 for conflicting (0.22 sec)

  1. src/regexp/syntax/regexp.go

    		return 0, 0
    
    	case OpCapture, OpStar, OpPlus, OpQuest, OpRepeat:
    		return calcFlags(re.Sub[0], flags)
    
    	case OpConcat, OpAlternate:
    		// Gather the must and cant for each subexpression.
    		// When we find a conflicting subexpression, insert the necessary
    		// flags around the previously identified span and start over.
    		var must, cant, allCant printFlags
    		start := 0
    		last := 0
    		did := false
    		for i, sub := range re.Sub {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:51 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/LibrariesSourceGeneratorTest.groovy

            sources.hasDependencyAlias('other', 'getOther', "This dependency was declared in ${escapedContext}")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/20060")
        def "no name conflicting of library accessors"() {
            when:
            generate {
                library('com-company-libs-a', 'com.company:libs-a:1.0')
                library('com-companylibs-b', 'com.companylibs:libs-b:1.0')
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/modfile.go

    			if from, r, ok := replacement(mod, index.replace); ok {
    				modRoot := MainModules.ModRoot(v)
    				if foundModRoot != "" && foundFrom != from && found != r {
    					base.Errorf("conflicting replacements found for %v in workspace modules defined by %v and %v",
    						mod, modFilePath(foundModRoot), modFilePath(modRoot))
    					return found, foundModRoot, modFilePath(foundModRoot)
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 26 17:53:40 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  4. pkg/kube/kclient/client.go

    // Internally, this uses a shared informer, so calling this multiple times will share the same internals. This is keyed on
    // unique {Type,LabelSelector,FieldSelector}.
    //
    // Warning: if conflicting filter.ObjectTransform are used for the same key, the first one registered wins.
    // This means there must only be one filter configuration for a given type using the same kube.Client.
    // Use with caution.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 07:14:28 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_downgrade_and_exclude.adoc

    - _strict dependencies_ don't suffer an ordering problem: they are applied transitively to the subgraph, and it doesn't matter in which order dependencies are declared.
    - conflicting strict dependencies will trigger a build failure that you have to resolve
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  6. pkg/config/validation/virtualservice_test.go

    		}, valid: true},
    		{name: "simple redirect", route: &networking.HTTPRoute{
    			Redirect: &networking.HTTPRedirect{
    				Uri:       "/lerp",
    				Authority: "foo.biz",
    			},
    		}, valid: true},
    		{name: "conflicting redirect and route", route: &networking.HTTPRoute{
    			Route: []*networking.HTTPRouteDestination{{
    				Destination: &networking.Destination{Host: "foo.baz"},
    			}},
    			Redirect: &networking.HTTPRedirect{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 15:33:55 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolutionStrategy.java

     *   }
     * }
     * </pre>
     *
     * @since 1.0-milestone-6
     */
    public interface ResolutionStrategy {
    
        /**
         * In case of conflict, Gradle by default uses the newest of conflicting versions.
         * However, you can change this behavior. Use this method to configure the resolution to fail eagerly on any version conflict, e.g.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 17 13:05:50 UTC 2022
    - 16K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta_test.go

    		}
    	}
    }
    
    func TestValidateFinalizersPreventConflictingFinalizers(t *testing.T) {
    	testcases := map[string]struct {
    		ObjectMeta  metav1.ObjectMeta
    		ExpectedErr string
    	}{
    		"conflicting finalizers": {
    			ObjectMeta:  metav1.ObjectMeta{Name: "test", ResourceVersion: "1", Finalizers: []string{metav1.FinalizerOrphanDependents, metav1.FinalizerDeleteDependents}},
    			ExpectedErr: "cannot be both set",
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 07 03:12:31 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/utils/tpu_rewrite_device_util_test.cc

                "found TPU_SYSTEM devices with conflicting jobs 'localhost' and "
                "'worker'"),
            std::make_tuple<DeviceNames, std::string>(
                {"/job:localhost/replica:0/task:0/device:TPU_SYSTEM:0",
                 "/job:localhost/replica:1/task:0/device:TPU_SYSTEM:0"},
                "found TPU_SYSTEM devices with conflicting replicas '0' and '1'"),
            std::make_tuple<DeviceNames, std::string>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_pod_control.go

    		default:
    			if hasUnexpectedController(claim, set, pod) {
    				// Add an event so the user knows they're in a strange configuration. The claim will be cleaned up below.
    				msg := fmt.Sprintf("PersistentVolumeClaim %s has a conflicting OwnerReference that acts as a manging controller, the retention policy is ignored for this claim", claimName)
    				spc.recorder.Event(set, v1.EventTypeWarning, "ConflictingController", msg)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top