Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 544 for darkred (0.28 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/RepositoryChainComponentMetaDataResolverTest.groovy

            }
    
            and:
            0 * localAccess._
            0 * remoteAccess._
            0 * result._
        }
    
        def "fails with not found when local static dependency is marked as missing"() {
            given:
            def repo = addRepo1()
    
            when:
            resolver.resolve(moduleComponentId, componentRequestMetaData, result)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  2. src/cmd/internal/src/pos.go

    	// positions for profiling purposes. To reflect this these positions will be changed to PosNotStmt.
    	//
    	// When the optimizer removes an instruction marked PosIsStmt; it should attempt to find a nearby
    	// instruction with the same line marked PosDefaultStmt to be the new statement boundary.  I.e., the
    	// optimizer should make a best-effort to conserve statement boundary positions, and might be enhanced
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  3. pkg/dns/proto/nds.pb.go

    	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
    	// Deprecated. Was added for experimentation only.
    	//
    	// Deprecated: Marked as deprecated in dns/proto/nds.proto.
    	AltHosts []string `protobuf:"bytes,5,rep,name=alt_hosts,json=altHosts,proto3" json:"alt_hosts,omitempty"`
    }
    
    func (x *NameTable_NameInfo) Reset() {
    	*x = NameTable_NameInfo{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/main/java/org/gradle/util/GFileUtils.java

            } catch (IOException e) {
                throw new RuntimeException("Problems opening file input stream for file: " + file, e);
            }
        }
    
        /**
         * Ensures that the given file (or directory) is marked as modified. If the file
         * (or directory) does not exist, a new file is created.
         */
        public static void touch(File file) {
            logDeprecation();
            try {
                if (!file.createNewFile()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 10:50:51 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. pkg/proxy/endpointslicecache.go

    		// change that.
    		if appliedOk {
    			return !reflect.DeepEqual(esData, appliedData)
    		}
    	}
    
    	// If this is marked for removal and does not exist in the cache, no changes
    	// are necessary.
    	if esData.remove {
    		return false
    	}
    
    	// If not in the cache, and not marked for removal, it should be added.
    	return true
    }
    
    // endpointsMapFromEndpointInfo computes an endpointsMap from endpointInfo that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (1)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

                property('someProperty')
            })
    
            then:
            outputEquals """
    Type 'SomeType' property 'someProperty' doesn't have a configured value.
    
    Reason: This property isn't marked as optional and no value has been configured.
    
    Possible solutions:
      1. Assign a value to 'someProperty'.
      2. Mark property 'someProperty' as optional.
    """
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_executor_ops.td

        and an integer attribute `num_outs` indicating the number of outputs. The
        `data` input is copied to output indicated by the `index` input. The other
        outputs are marked as dead. If one of the inputs or a control token is
        dead, then all of the outputs are marked as dead as well.
      }];
    
      let description = [{
        This is defined in TensorFlow as:
    
        REGISTER_OP("_SwitchN")
            .Input("data: T")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 23 19:35:12 UTC 2023
    - 22K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/binding/DefaultStructBindingsStore.java

                extractionContext.add(propertyName, String.format("it is marked as @Unmanaged, but is of @Managed type '%s'; please remove the @Managed annotation",
                        propertyType.getDisplayName()
                ));
            }
    
            if (!writable && isDeclaredAsHavingUnmanagedType) {
                extractionContext.add(propertyName, "it must not be read only, because it is marked as @Unmanaged");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/dependencies/HtmlDependencyReportTaskIntegrationTest.groovy

            json.project.configurations[1].dependencies[0].hasConflict == false
            json.project.configurations[1].dependencies[0].children.empty
        }
    
        def "already rendered dependencies are marked as such"() {
            given:
            mavenRepo.module("foo", "bar", "1.0").publish()
            mavenRepo.module("foo", "qix", "1.0").dependsOn("foo", "bar", "1.0").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  10. src/time/format_test.go

    			return -1
    		}
    		return r
    	}
    
    	for _, marked := range nextStdChunkTests {
    		// marked is an expected output from markChunks.
    		// If we delete the parens and pass it through markChunks,
    		// we should get the original back.
    		format := strings.Map(noParens, marked)
    		out := markChunks(format)
    		if out != marked {
    			t.Errorf("nextStdChunk parses %q as %q, want %q", format, out, marked)
    		}
    	}
    }
    
    type TimeFormatTest struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top