Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,267 for shown (0.08 sec)

  1. src/cmd/go/internal/base/base.go

    	// The words between "go" and the first flag or argument in the line are taken to be the command name.
    	UsageLine string
    
    	// Short is the short description shown in the 'go help' output.
    	Short string
    
    	// Long is the long message shown in the 'go help <this-command>' output.
    	Long string
    
    	// Flag is a set of flags specific to this command.
    	Flag flag.FlagSet
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/README.md

    "GPU" and "CPU", and currently "C" is not supported on "GPU", but the rest are
    supported by "GPU". So we will end up with 3 subgraphs as shown in the diagram.
    
    ![Target Annotation](g3doc/images/target_annotation.png)
    
    2  Perform ops-lowering & target-specific optimizations for
        different hardware backends. As shown in the below diagram, the red & the
        yellow subgraph will be duplicated as "alternative subgraph view" for "CPU".
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/list_test_err.txt

    env GO111MODULE=off
    
    # issue 28491: errors in test source files should not prevent
    # "go list -test" from returning useful information.
    
    # go list -e prints information for all test packages.
    # The syntax error is shown in the package error field.
    go list -e -test -deps -f '{{.ImportPath}} {{.Error | printf "%q"}}' syntaxerr
    stdout 'pkgdep <nil>'
    stdout 'testdep_a <nil>'
    stdout 'testdep_b <nil>'
    stdout 'syntaxerr <nil>'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 04 23:08:19 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/codenarc/CodeNarcCompilationClasspathIntegrationTest.groovy

            fails("codenarcMain")
    
            then:
            failure.assertHasCause('CodeNarc rule violations were found')
        }
    
        @Requires(UnitTestPreconditions.Jdk15OrEarlier)
        def "an informative error is shown when a compilation classpath is specified on a CodeNarc task when using an incompatible CodeNarc version"() {
            given:
            buildFileWithCodeNarcAndCompilationClasspath(UNSUPPORTED_COMPILATION_CLASSPATH_VERSION)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. src/math/rand/example_test.go

    	show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
    
    	// Int31, Int63, and Uint32 generate values of the given width.
    	// The Int method (not shown) is like either Int31 or Int63
    	// depending on the size of 'int'.
    	show("Int31", r.Int31(), r.Int31(), r.Int31())
    	show("Int63", r.Int63(), r.Int63(), r.Int63())
    	show("Uint32", r.Uint32(), r.Uint32(), r.Uint32())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  6. docs/sts/dex.yaml

    expiry:
      signingKeys: "3h"
      idTokens: "3h"
    
      # Options for controlling the logger.
      logger:
        level: "debug"
        format: "text" # can also be "json"
    
    # Default values shown below
    oauth2:
      # use ["code", "token", "id_token"] to enable implicit flow for web-only clients
      responseTypes: [ "code", "token", "id_token" ] # also allowed are "token" and "id_token"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jul 15 11:55:55 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  7. src/math/rand/v2/example_test.go

    	show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
    
    	// Int32, Int64, and Uint32 generate values of the given width.
    	// The Int method (not shown) is like either Int32 or Int64
    	// depending on the size of 'int'.
    	show("Int32", r.Int32(), r.Int32(), r.Int32())
    	show("Int64", r.Int64(), r.Int64(), r.Int64())
    	show("Uint32", r.Uint32(), r.Uint32(), r.Uint32())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 30 17:09:26 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/java_library_distribution_plugin.adoc

    include::sample[dir="snippets/java/javaLibraryDistribution/groovy",files="build.gradle[tags=use-plugin]"]
    ====
    
    To define the name for the distribution you have to set the `baseName` property as shown below:
    
    .Configure the distribution name
    ====
    include::sample[dir="snippets/java/javaLibraryDistribution/kotlin",files="build.gradle.kts[tags=name-conf]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/RuleSourceAppliedToModelMapElementIntegrationTest.groovy

    - Method invalidRule(org.gradle.api.Task) is not a valid rule method: A method annotated with @Mutate must have void return type.''')
        }
    
        def "unbound inputs of scoped rules are reported and their scope is shown"() {
            when:
            buildScript '''
                class UnboundRuleSource extends RuleSource {
                    @Mutate
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/analysis/diagnostic.go

    // meant to fix the issue flagged by the diagnostic.
    //
    // The TextEdits must not overlap, nor contain edits for other packages.
    type SuggestedFix struct {
    	// A description for this suggested fix to be shown to a user deciding
    	// whether to accept it.
    	Message   string
    	TextEdits []TextEdit
    }
    
    // A TextEdit represents the replacement of the code between Pos and End with the new text.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top