Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,267 for shown (0.05 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/bisect/bisect.go

    //
    // As a convenience for manual debugging, “n” is an alias for “!y”,
    // meaning to disable and report all changes.
    //
    // Finally, a leading “v” in the pattern indicates that the reports will be shown
    // to the user of bisect to describe the changes involved in a failure.
    // At the API level, the leading “v” causes [Matcher.Visible] to return true.
    // See the next section for details.
    //
    // # Match Reports
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. src/compress/gzip/example_test.go

    	//
    	// Hello Gophers - 2
    }
    
    func Example_compressingReader() {
    	// This is an example of writing a compressing reader.
    	// This can be useful for an HTTP client body, as shown.
    
    	const testdata = "the data to be compressed"
    
    	// This HTTP handler is just for testing purposes.
    	handler := http.HandlerFunc(func(rw http.ResponseWriter, req *http.Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 22 16:24:14 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mark_input_output_aliases.mlir

    // AssignVariableOp. If a pair of input-output (say input at index `a` and
    // output at index `b`) read and write to the same resource, then those
    // input-output pairs alias each other.
    // This is shown on the device function by setting `tf.aliasing_output`
    // attribute of argument `a` to `b`.
    
    !tf_res_i32 = tensor<*x!tf_type.resource<tensor<i32>>>
    !tf_res_f32 = tensor<*x!tf_type.resource<tensor<f32>>>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 04:14:26 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/readme-templates/library-body.adoc.template

    The _group_ is used to give your library full coordinates when published.
    You can define it directly in the build script by setting the `group` property similar to how you set the version (shown above).
    ====
    
    Now run the `jar` task:
    
    [listing.terminal.sample-command]
    ----
    \$ ./gradlew jar
    
    BUILD SUCCESSFUL
    2 actionable tasks: 1 executed, 1 up-to-date
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  5. src/math/exp.go

    // The hexadecimal values are the intended ones for the following
    // constants. The decimal values may be used, provided that the
    // compiler will convert from decimal to binary accurately enough
    // to produce the hexadecimal values shown.
    
    func exp(x float64) float64 {
    	const (
    		Ln2Hi = 6.93147180369123816490e-01
    		Ln2Lo = 1.90821492927058770002e-10
    		Log2e = 1.44269504088896338700e+00
    
    		Overflow  = 7.09782712893383973096e+02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/bootstrap.min.js.map

    parent : ''\n}\n\nconst DefaultType = {\n  toggle : 'boolean',\n  parent : '(string|element)'\n}\n\nconst Event = {\n  SHOW           : `show${EVENT_KEY}`,\n  SHOWN          : `shown${EVENT_KEY}`,\n  HIDE           : `hide${EVENT_KEY}`,\n  HIDDEN         : `hidden${EVENT_KEY}`,\n  CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}`\n}\n\nconst ClassName = {\n  SHOW       : 'show',\n  COLLAPSE   : 'collapse',\n  COLLAPSING : 'collapsing',\n  COLLAPSED  : 'collapsed'\n}\n\nconst Dimension = {\n  WIDTH...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_downgrade_and_exclude.adoc

    ====
    
    Transitive dependencies can be excluded on the level of a declared dependency.
    Exclusions are spelled out as a key/value pair via the attributes `group` and/or `module` as shown in the example below.
    For more information, refer to link:{javadocPath}/org/gradle/api/artifacts/ModuleDependency.html#exclude-java.util.Map-[ModuleDependency.exclude(java.util.Map)].
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/resolver/KotlinBuildScriptDependenciesResolver.kt

        override fun resolve(
            script: ScriptContents,
            environment: Map<String, Any?>?,
            /**
             * Shows a message in the IDE.
             *
             * To report whole file errors (e.g. failure to query for dependencies), one can just pass a
             * null position so the error/warning will be shown in the top panel of the editor
             *
             * Also there is a FATAL Severity - in this case the highlighting of the file will be
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  9. tests/connpool_test.go

    }
    
    type wrapperConnPool struct {
    	db     *sql.DB
    	got    []string
    	expect []string
    }
    
    func (c *wrapperConnPool) Ping() error {
    	return c.db.Ping()
    }
    
    // If you use BeginTx returned *sql.Tx as shown below then you can't record queries in a transaction.
    //
    //	func (c *wrapperConnPool) BeginTx(ctx context.Context, opts *sql.TxOptions) (*sql.Tx, error) {
    //		 return c.db.BeginTx(ctx, opts)
    //	}
    //
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Feb 06 02:54:40 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/validation/MavenPublicationErrorChecker.java

                });
            Stream<String> warningForNonPrintedArtifacts = differencesByArtifact.size() > 3
                ? Stream.of("... (" + (differencesByArtifact.size() - 3) + " more artifact(s) not shown)")
                : Stream.empty();
            return Stream.concat(differencesFormatted, warningForNonPrintedArtifacts)
                .collect(Collectors.joining("\n", "", "\n"));
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 06:46:01 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top