Search Options

Results per page
Sort
Preferred Languages
Advance

Results 521 - 530 of 645 for dependentes (0.07 sec)

  1. docs/federation/lookup/README.md

    ### 1. Prerequisites
    
    Install MinIO - [MinIO Quickstart Guide](https://min.io/docs/minio/linux/index.html#quickstart-for-linux).
    
    ### 2. Run MinIO in federated mode
    
    Bucket lookup from DNS federation requires two dependencies
    
    - etcd (for bucket DNS service records)
    - CoreDNS (for DNS management based on populated bucket DNS service records, optional)
    
    ## Architecture
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/sql-databases.md

    ๐Ÿ‘ฅ ๐Ÿ’ช โœ”๏ธ ๐Ÿ”ฌ ๐Ÿ’ฝ ๐ŸŽ‰/๐Ÿ”— (`SessionLocal`) ๐Ÿ“ ๐Ÿ“จ, โš™๏ธ ๐ŸŽ ๐ŸŽ‰ ๐Ÿ”˜ ๐ŸŒ ๐Ÿ“จ & โคด๏ธ ๐Ÿ” โšซ๏ธ โฎ๏ธ ๐Ÿ“จ ๐Ÿ.
    
    & โคด๏ธ ๐Ÿ†• ๐ŸŽ‰ ๐Ÿ”œ โœ โญ ๐Ÿ“จ.
    
    ๐Ÿ‘ˆ, ๐Ÿ‘ฅ ๐Ÿ”œ โœ ๐Ÿ†• ๐Ÿ”— โฎ๏ธ `yield`, ๐Ÿ”ฌ โญ ๐Ÿ“„ ๐Ÿ”ƒ [๐Ÿ”— โฎ๏ธ `yield`](dependencies/dependencies-with-yield.md){.internal-link target=_blank}.
    
    ๐Ÿ‘† ๐Ÿ”— ๐Ÿ”œ โœ ๐Ÿ†• ๐Ÿ‡ธ๐Ÿ‡ฒ `SessionLocal` ๐Ÿ‘ˆ ๐Ÿ”œ โš™๏ธ ๐Ÿ‘ ๐Ÿ“จ, & โคด๏ธ ๐Ÿ” โšซ๏ธ ๐Ÿ• ๐Ÿ“จ ๐Ÿ.
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›
    
    ```Python hl_lines="15-20"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  3. guava/src/com/google/common/hash/AbstractStreamingHasher.java

    import java.nio.ByteBuffer;
    import java.nio.ByteOrder;
    
    /**
     * A convenience base class for implementors of {@code Hasher}; handles accumulating data until an
     * entire "chunk" (of implementation-dependent length) is ready to be hashed.
     *
     * @author Kevin Bourrillion
     * @author Dimitris Andreou
     */
    // TODO(kevinb): this class still needs some design-and-document-for-inheritance love
    @ElementTypesAreNonnullByDefault
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jun 15 20:59:00 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  4. pom.xml

    				</configuration>
    			</plugin>
    			<plugin>
    				<artifactId>maven-antrun-plugin</artifactId>
    				<dependencies>
    					<dependency>
    						<groupId>org.apache.ant</groupId>
    						<artifactId>ant</artifactId>
    						<version>1.10.11</version>
    					</dependency>
    				</dependencies>
    				<configuration>
    					<target>
    						<ant antfile="${basedir}/dbflute.xml" target="download.dbflute" />
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 02:16:03 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  5. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                List<org.apache.maven.api.model.Dependency> dependencies = importMgmt.getDependencies().stream()
                        .filter(candidate -> exclusions.stream().noneMatch(exclusion -> match(exclusion, candidate)))
                        .map(candidate -> addExclusions(candidate, exclusions))
                        .collect(Collectors.toList());
                importMgmt = importMgmt.withDependencies(dependencies);
            }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 83.6K bytes
    - Viewed (0)
  6. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java

            // file reference. But this may be a Maven Plugin that we need to resolve from a remote repository
            // as well as its dependencies.
    
            if (request.isResolveRoot() /* && rootArtifact.getFile() == null */) {
                try {
                    resolve(rootArtifact, request.getRemoteRepositories(), session);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    # installed into a virtual environment, and then that venv is used to run all
    # bazel tests with a special flag "--define=no_tensorflow_py_deps=true", which
    # drops all the bazel dependencies for each py_test; this makes all the tests
    # use the wheel's TensorFlow installation instead of the one made available
    # through bazel. This must be done in a different root directory, //bazel_pip/...,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Jul 12 20:16:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

                <type>DependencyManagement</type>
              </association>
            </field>
            <field>
              <name>dependencies</name>
              <version>3.0.0+</version>
              <description>
                This element describes all the dependencies associated with a project.
                These dependencies are used to construct a classpath for your
                project during the build process. They are automatically downloaded from the
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java

    import java.util.Optional;
    
    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * The option of a command-line tool where to place the paths to some dependencies.
     * A {@code PathType} can identify the Java class-path, the Java module-path,
     * or another kind of path for another programming language for example.
     * Path types are often exclusive. For example, a dependency should not be
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. compat/maven-artifact/src/main/java/org/apache/maven/artifact/ArtifactUtils.java

            // For some reason with the introduction of MNG-1577 we have the case in Yoko where a depMan section has
            // something like the following:
            //
            // <dependencyManagement>
            //     <dependencies>
            //         <!--  Yoko modules -->
            //         <dependency>
            //             <groupId>org.apache.yoko</groupId>
            //             <artifactId>yoko-core</artifactId>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top