- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Roots (0.02 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
*/ @Deprecated private void setSourceRootDirs(ProjectScope scope, Language language, List<String> roots) { sources.removeIf((source) -> scope.equals(source.scope()) && language.equals(source.language())); Path directory = getBaseDirectory(); for (String root : roots) { addSourceRoot(new DefaultSourceRoot(scope, language, directory.resolve(root))); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0) -
tensorflow/BUILD
# "-Wl,--undefined-version", # copybara:uncomment_end(google-only) ], }), linkstatic = 1, per_os_targets = True, roots = [ "//tensorflow/c/experimental/filesystem:filesystem_interface", "//tensorflow/c/experimental/stream_executor:stream_executor", "//tensorflow/c:env", "//tensorflow/c:kernels",Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Nov 12 19:21:56 GMT 2025 - 53.1K bytes - Click Count (0) -
cmd/test-utils_test.go
} // Success. return objLayer, formattedDisks, nil } // removeRoots - Cleans up initialized directories during tests. func removeRoots(roots []string) { for _, root := range roots { os.RemoveAll(root) } } // creates a bucket for the tests and returns the bucket name. // initializes the specified API endpoints for the tests.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0)