Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for hierarchies (0.16 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystem.java

        private final FileChangeListeners fileChangeListeners;
        private final List<File> unsupportedFileSystems = new ArrayList<>();
        private Logger warningLogger = LOGGER;
    
        /**
         * Watchable hierarchies registered before the {@link FileWatcherRegistry} has been started.
         */
        private final Set<File> watchableHierarchiesRegisteredEarly = new LinkedHashSet<>();
    
        private FileWatcherRegistry watchRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 16:22:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultConfigurationCache.kt

            }
        }
    
        private
        fun checkFingerprint(entryDetails: EntryDetails, layout: ConfigurationCacheRepository.Layout): CheckedFingerprint {
            // Register all included build root directories as watchable hierarchies,
            // so we can load the fingerprint for build scripts and other files from included builds
            // without violating file system invariants.
            registerWatchableBuildDirectories(entryDetails.rootDirs)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  3. docs/sts/ldap.md

        </Credentials>
      </AssumeRoleWithLDAPIdentity>
      <ResponseMetadata/>
    </AssumeRoleWithLDAPIdentityResponse>
    ```
    
    ## Using LDAP STS API
    
    With multiple OU hierarchies for users, and multiple group search base DN's.
    
    ```
    export MINIO_ROOT_USER=minio
    export MINIO_ROOT_PASSWORD=minio123
    export MINIO_IDENTITY_LDAP_SERVER_ADDR='my.ldap-active-dir-server.com:636'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/certs/certs.go

    func CreatePKIAssets(cfg *kubeadmapi.InitConfiguration) error {
    	klog.V(1).Infoln("creating PKI assets")
    
    	// This structure cannot handle multilevel CA hierarchies.
    	// This isn't a problem right now, but may become one in the future.
    
    	var certList Certificates
    
    	if cfg.Etcd.Local == nil {
    		certList = GetCertsWithoutEtcd()
    	} else {
    		certList = GetDefaultCertList()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 05 10:17:14 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // A value-parameterized class must inherit from both ::testing::Test and
    // ::testing::WithParamInterface. In most cases that just means inheriting
    // from ::testing::TestWithParam, but more complicated test hierarchies
    // may need to inherit from Test and WithParamInterface at different levels.
    //
    // This interface has support for accessing the test parameter value via
    // the GetParam() method.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    If you want to copy the files without the directory structure, you must use an explicit `fileTree(_dir_) { _includes_ }.files` expression.
    
    [[sec:copying_directories_example]]
    === Copying directory hierarchies
    
    You may need to copy files as well as the directory structure in which they reside.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // A value-parameterized class must inherit from both ::testing::Test and
    // ::testing::WithParamInterface. In most cases that just means inheriting
    // from ::testing::TestWithParam, but more complicated test hierarchies
    // may need to inherit from Test and WithParamInterface at different levels.
    //
    // This interface has support for accessing the test parameter value via
    // the GetParam() method.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  10. docs/de/docs/benchmarks.md

    Je einfacher das Problem, welches durch das Tool gelöst wird, desto besser ist die Performanz. Und die meisten Benchmarks testen nicht die zusätzlichen Funktionen, welche das Tool bietet.
    
    Die Hierarchie ist wie folgt:
    
    * **Uvicorn**: ein ASGI-Server
        * **Starlette**: (verwendet Uvicorn) ein Web-Mikroframework
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 16:04:13 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top