Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 240 for rootsOf (0.12 sec)

  1. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/builder/KtBinaryModuleBuilder.kt

            binaryRoots.add(root)
        }
    
        /**
         * Adds a collection of [roots] to the current library.
         *
         * See [addBinaryRoot] for details
         *
         * @see addBinaryRoot for details
         */
        public fun addBinaryRoots(roots: Collection<Path>) {
            binaryRoots.addAll(roots)
        }
    
        protected fun getBinaryRoots(): List<Path> = binaryRoots.distinct()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 16 13:31:53 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/WindowsKitWindowsSdkLocatorTest.groovy

            windowsRegistryLocal.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, /SOFTWARE\Microsoft\Windows Kits\Installed Roots/, "KitsRoot10") >> dir1.absolutePath
    
            when:
            def result = windowsSdkLocatorLocal.locateComponent(null)
    
            then:
            result.available
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  3. src/crypto/x509/root_unix_test.go

    			}
    
    			certFiles, certDirectories = tc.files, tc.dirs
    
    			r, err := loadSystemRoots()
    			if err != nil {
    				t.Fatal("unexpected failure:", err)
    			}
    
    			if r == nil {
    				t.Fatal("nil roots")
    			}
    
    			// Verify that the returned certs match, otherwise report where the mismatch is.
    			for i, cn := range tc.cns {
    				if i >= r.len() {
    					t.Errorf("missing cert %v @ %v", cn, i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 00:36:38 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/DfsImpl.java

                     * domain-based DFS root shares to links for each
                     */
                    Map<String, CacheEntry<DfsReferralDataInternal>> roots = domains.get(domain);
                    if ( roots != null ) {
                        dr = getLinkReferral(tf, domain, root, path, now, roots);
                    }
    
                    if ( tf.getConfig().isDfsConvertToFQDN() && dr instanceof DfsReferralDataImpl ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:07:29 UTC 2023
    - 29.1K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/Dfs.java

            }
            /* domains that can contain DFS points to maps of roots for each
             */
            HashMap domains = getTrustedDomains(auth);
            if (domains != null) {
                domain = domain.toLowerCase();
                /* domain-based DFS root shares to links for each
                 */
                HashMap roots = (HashMap)domains.get(domain);
                if (roots != null) {
                    SmbTransport trans = null;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 11.7K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultUcrtLocatorTest.groovy

        def "uses ucrt found in registry"() {
            def dir1 = ucrtDir("ucrt", "10.0.10150.0")
    
            given:
            windowsRegistry.getStringValue(WindowsRegistry.Key.HKEY_LOCAL_MACHINE, /SOFTWARE\Microsoft\Windows Kits\Installed Roots/, "KitsRoot10") >> dir1.absolutePath
    
            when:
            def result = ucrtLocator.locateComponent(null)
    
            then:
            result.available
            result.component.name == "Universal C Runtime 10"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/BuildProgressCrossVersionSpec.groovy

                        .addProgressListener(events).run()
            }
    
            then:
            println events.describeOperationsTree()
            def roots = events.operations.findAll { it.parent == null }
            roots.any { it.descriptor.name == 'Run build' }
    
            def orphans = roots.findAll { it.descriptor.name != 'Run build' }
            orphans.size() == 4
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java

            List<String> roots;
            if (nonNull(scope, "scope") == ProjectScope.MAIN) {
                roots = prj.getCompileSourceRoots();
            } else if (scope == ProjectScope.TEST) {
                roots = prj.getTestCompileSourceRoots();
            } else {
                throw new IllegalArgumentException("Unsupported scope " + scope);
            }
            return roots.stream()
                    .map(Paths::get)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  9. security/pkg/k8s/chiron/utils.go

    		return nil, nil, fmt.Errorf("error when retrieving CA cert: (%v)", err)
    	}
    	// Verify the certificate chain before returning the certificate
    	roots := x509.NewCertPool()
    	if roots == nil {
    		return nil, nil, fmt.Errorf("failed to create cert pool")
    	}
    	if ok := roots.AppendCertsFromPEM(caCert); !ok {
    		return nil, nil, fmt.Errorf("failed to append CA certificate")
    	}
    	intermediates := x509.NewCertPool()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 18:11:22 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_notall.txt

    stdout '^x/otherroot$'
    stdout '^x/otherdep$'
    
    ! stdout '^x/fromotherroottest$'
    ! stdout '^y/fromotherdeptest$'
    
    cmp go.mod go.mod.orig
    
    # With -deps -test, test dependencies of other roots should be included,
    # but test dependencies of non-roots should not.
    
    go list -deps -test all x/otherroot
    stdout '^x/inall$'
    stdout '^x/inall/fromtest$'
    stdout '^x/inall/fromtestinall$'
    stdout '^x/otherroot$'
    stdout '^x/otherdep$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 11 13:08:54 UTC 2020
    - 2.1K bytes
    - Viewed (0)
Back to top