Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,392 for toolID (0.37 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/tools/ToolSearchPath.java

            private final File tool;
    
            private FoundTool(File tool) {
                this.tool = tool;
            }
    
            @Override
            public boolean isAvailable() {
                return true;
            }
    
            @Override
            public File getTool() {
                return tool;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. src/cmd/go/internal/vet/vet.go

    For a list of checkers and their flags, see 'go tool vet help'.
    For details of a specific checker such as 'printf', see 'go tool vet help printf'.
    
    The -vettool=prog flag selects a different analysis tool with alternative
    or additional checks.
    For example, the 'shadow' analyzer can be built and run using these commands:
    
      go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
      go vet -vettool=$(which shadow)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 19:23:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. pkg/collateral/cobra_noagent.go

    package collateral
    
    import (
    	"github.com/spf13/cobra"
    	"github.com/spf13/cobra/doc"
    )
    
    // CobraCommand returns a Cobra command used to output a tool's collateral files (markdown docs, bash completion & man pages)
    // The root argument must be the root command for the tool.
    func CobraCommand(root *cobra.Command, meta Metadata) *cobra.Command {
    	hdr := &doc.GenManHeader{
    		Title:   meta.Title,
    		Section: meta.Section,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 2.5K bytes
    - Viewed (1)
  4. tensorflow/cc/saved_model/BUILD

            "//tensorflow/core/graph/regularization:util",
            "//tensorflow/core/util/tensor_bundle:naming",
            "//tensorflow/tools/proto_splitter:chunk_proto_cc",
            "//tensorflow/tools/proto_splitter:merge",
            "//tensorflow/tools/proto_splitter/cc:util",
            "@com_google_absl//absl/status",
            "@com_google_absl//absl/status:statusor",
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/build-organization/structuring-software-projects/README.adoc

    NOTE: You can open this sample inside an IDE using the https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start[IntelliJ's Gradle import] or https://projects.eclipse.org/projects/tools.buildship[Eclipse Buildship].
    
    This sample shows how to structure a software product that consists of multiple components as a set of connected Gradle builds.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/versions/types_go122.go

    	"go/types"
    )
    
    // FileVersion returns a file's Go version.
    // The reported version is an unknown Future version if a
    // version cannot be determined.
    func FileVersion(info *types.Info, file *ast.File) string {
    	// In tools built with Go >= 1.22, the Go version of a file
    	// follow a cascades of sources:
    	// 1) types.Info.FileVersion, which follows the cascade:
    	//   1.a) file version (ast.File.GoVersion),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. src/cmd/vet/doc.go

    Vet's exit code is non-zero for erroneous invocation of the tool or if a
    problem was reported, and 0 otherwise. Note that the tool does not
    check every possible problem and depends on unreliable heuristics,
    so it should be used as guidance only, not as a firm indicator of
    program correctness.
    
    To list the available checks, run "go tool vet help":
    
    	appends          check for missing values after append
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 00:17:30 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverResult.java

         */
        @Nonnull
        List<Path> getPaths();
    
        /**
         * Returns the file paths of all dependencies, dispatched according the tool options where to place them.
         * The {@link PathType} keys identify, for example, {@code --class-path} or {@code --module-path} options.
         * In the case of Java tools, the map may also contain {@code --patch-module} options, which are
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. docs/en/docs/alternatives.md

    ## Intro
    
    **FastAPI** wouldn't exist if not for the previous work of others.
    
    There have been many tools created before that have helped inspire its creation.
    
    I have been avoiding the creation of a new framework for several years. First I tried to solve all the features covered by **FastAPI** using many different frameworks, plug-ins, and tools.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  10. maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

     *      </td>
     *   </tr>
     * </table>
     * <p>This is only a small set of all the options. A complete list can be found at
     * <a href="https://maven.apache.org/components/plugin-tools/maven-plugin-tools-annotations/index.html" target="_blank">
     * Maven Plugin Tool for Annotations</a>.
     *
     * @see <a href="https://maven.apache.org/guides/plugin/guide-java-plugin-development.html" target="_blank">Guide to Developing Java Plugins</a>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top