Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 374 for utilio (0.17 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java

    import org.eclipse.aether.resolution.DependencyResult;
    import org.eclipse.aether.util.filter.AndDependencyFilter;
    import org.eclipse.aether.util.filter.ScopeDependencyFilter;
    import org.eclipse.aether.util.graph.visitor.DependencyGraphDumper;
    import org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

      * `whenMerged { link:{javadocPath}/org/gradle/plugins/ide/eclipse/model/Jdt.html[Jdt] arg -> ... }`
      * `withProperties { arg -> }` argument type => link:{javaApi}/java/util/Properties.html[`java.util.Properties`]
    
    
    [[sec:partial-overwrite]]
    ==== Partial overwrite of existing content
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/Script.java

         * Provides access to resource-specific utility methods, for example factory methods that create various resources.
         *
         * @return Returned instance contains various resource-specific utility methods.
         */
        ResourceHandler getResources();
    
        /**
         * Creates a {@code Provider} implementation based on the provided value.
         *
         * @param value The {@code java.util.concurrent.Callable} use to calculate the value.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/build.gradle

                sampleDirectory = samplesRoot.dir("incubating/java/jvm-multi-project-with-test-aggregation-standalone")
                displayName = "Aggregating test results using a standalone utility project (Incubating)"
                description = "Report all test results using a standalone utility project as part of a multi-module project."
                category = "Java"
                common {
                    from(templates.javaApplicationAsSubproject)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java

    import javax.inject.Inject;
    import javax.inject.Named;
    import javax.inject.Singleton;
    
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Collection;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.LinkedHashSet;
    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    import org.apache.maven.RepositoryUtils;
    import org.apache.maven.api.xml.XmlNode;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/xla_launch_util_gpu_test.cc

    // in GPU device is not buildable in open-source environment. Resolve the issue
    // and enable the test in open-source.
    #if defined(PLATFORM_GOOGLE)
    
    #include <cstdint>
    #include <memory>
    #include <utility>
    #include <vector>
    
    #include <gtest/gtest.h>
    #include "absl/container/flat_hash_set.h"
    #include "tensorflow/compiler/jit/device_compiler.h"
    #include "tensorflow/compiler/jit/flags.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/decompose_optionals.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include <memory>
    #include <utility>
    #include <vector>
    
    #include "llvm/ADT/ArrayRef.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/Support/Casting.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/ResolutionCandidateAssessor.java

    import org.gradle.internal.component.model.VariantGraphResolveState;
    
    import javax.annotation.Nullable;
    import java.util.Comparator;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    import java.util.stream.Collectors;
    
    /**
     * A utility class used by {@link ResolutionFailureHandler} to assess and classify
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r214/ToolingApiEclipseModelWtpClasspathAttributesCrossVersionSpec.groovy

            where:
            appliedPlugins         | _
            ['war']                | _
            ['war', 'eclipse-wtp'] | _
            ['ear']                | _
            ['ear', 'eclipse-wtp'] | _
        }
    
        def "Wtp utility projects do not deploy any dependencies"() {
            given:
            buildFile <<
            """apply plugin: 'java'
               apply plugin: 'eclipse-wtp'
               repositories { $localMaven }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/target_hardware.cc

    #include <memory>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "llvm/ADT/DenseMap.h"
    #include "llvm/Support/raw_ostream.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/Support/TypeID.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/lite/experimental/tac/common/targets.h"
    #include "tensorflow/compiler/mlir/lite/experimental/tac/common/utils.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 09 21:39:59 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top