Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Goldis (0.3 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    file containing certificate authority certificates to use in verifying a presented server certificate.' type: string clientCertificate: description: REQUIRED if mode is `MUTUAL`. type: string credentialName: description: The name of the secret that holds the TLS certs for the client including the CA certificates. type: string insecureSkipVerify: description: '`insecureSkipVerify` specifies whether the proxy should skip verifying the CA signature and SAN for the server certificate corresponding to the...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. doc/go1.17_spec.html

    since Go source text is Unicode characters encoded in UTF-8, multiple
    UTF-8-encoded bytes may represent a single integer value.  For
    instance, the literal <code>'a'</code> holds a single byte representing
    a literal <code>a</code>, Unicode U+0061, value <code>0x61</code>, while
    <code>'รค'</code> holds two bytes (<code>0xc3</code> <code>0xa4</code>) representing
    a literal <code>a</code>-dieresis, U+00E4, value <code>0xe4</code>.
    </p>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     *
     * <h4>Manually closing</h4>
     *
     * If you want to close the captured objects manually, after you've used the final result, call
     * {@link #finishToValueAndCloser(ValueAndCloserConsumer, Executor)} to get an object that holds the
     * final result. You then call {@link ValueAndCloser#closeAsync()} to close the captured objects.
     *
     * <pre>{@code
     *     ClosingFuture.submit(
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
  4. internal/s3select/csv/testdata/testdata.zip

    -73.891517639160156 40.746650695800781 -73.751426696777344 40.707618713378906 1 12.43 36.5 0.5 0.5 1 0 38.5 1 1 83 122 green 0.00 0.0 0.0 58 42 8.95 1294 265 4 Queens 026500 4026500 E QN50 Elmhurst-Maspeth 4109 679 510 4 Queens 051000 4051000 I QN07 Hollis 4112 3389431 2 2014-03-22 20:57:40 2014-03-22 21:05:37 N 1 -73.891510009765625 40.746646881103516 -73.896446228027344 40.729728698730469 1 1.54 7.5 0.5 0.5 0 0 8.5 2 1 83 157 green 0.00 0.0 0.0 63 41 6.93 1294 265 4 Queens 026500 4026500 E QN50 Elmhurst-Maspeth...
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  5. cmd/object-handlers.go

    		}
    		return dsc, nil
    	})
    
    	vID := opts.VersionID
    	if replica {
    		opts.SetReplicaStatus(replication.Replica)
    		if opts.VersionPurgeStatus().Empty() {
    			// opts.VersionID holds delete marker version ID to replicate and not yet present on disk
    			vID = ""
    		}
    	}
    	opts.SetEvalRetentionBypassFn(func(goi ObjectInfo, gerr error) (err error) {
    		err = nil
    		if vID != "" {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 125K bytes
    - Viewed (0)
Back to top