Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Meyers (0.2 sec)

  1. cmd/site-replication.go

    		})
    	}
    	if err != nil {
    		return errSRServiceAccount(fmt.Errorf("unable to create service account on %s: %v", ourName, err))
    	}
    
    	peers := make(map[string]madmin.PeerInfo, len(arg.Peers))
    	for dID, pi := range arg.Peers {
    		if c.state.Peers != nil {
    			if existingPeer, ok := c.state.Peers[dID]; ok {
    				// retain existing ReplicateILMExpiry of peer if its already set
    				// and incoming arg has it false. it could be default false
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 182.7K bytes
    - Viewed (1)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

        }
    
    /**
     * Tests to see if the SMB resource exists. If the resource refers
     * only to a server, this method determines if the server exists on the
     * network and is advertising SMB services. If this resource refers to
     * a workgroup, this method determines if the workgroup name is valid on
     * the local SMB network. If this <code>SmbFile</code> refers to the root
     * <code>smb1://</code> resource <code>true</code> is always returned. If
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    doubt that it had a VERY turn-up nose, much more like a snout
    than a real nose; also its eyes were getting extremely small for
    a baby:  altogether Alice did not like the look of the thing at
    all.  `But perhaps it was only sobbing,' she thought, and looked
    into its eyes again, to see if there were any tears.
    
      No, there were no tears.  `If you're going to turn into a pig,
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    doubt that it had a VERY turn-up nose, much more like a snout
    than a real nose; also its eyes were getting extremely small for
    a baby:  altogether Alice did not like the look of the thing at
    all.  `But perhaps it was only sobbing,' she thought, and looked
    into its eyes again, to see if there were any tears.
    
      No, there were no tears.  `If you're going to turn into a pig,
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    variables, only on lexical <i>references</i> to them in the source,
    analyzed transitively. For instance, if a variable <code>x</code>'s
    initialization expression refers to a function whose body refers to
    variable <code>y</code> then <code>x</code> depends on <code>y</code>.
    Specifically:
    </p>
    
    <ul>
    <li>
    A reference to a variable or function is an identifier denoting that
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    string subjectAltNames: description: A list of alternate names to verify the subject identity in the certificate. items: type: string type: array type: object tunnel: description: Configuration of tunneling TCP over other transport or application layers for the host configured in the DestinationRule. properties: protocol: description: Specifies which protocol to use for tunneling the downstream connection. type: string targetHost: description: Specifies a host to which the downstream connection is...
    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)
  7. CHANGELOG/CHANGELOG-1.5.md

    ([#37991](https://github.com/kubernetes/kubernetes/pull/37991), [@pwittrock](https://github.com/pwittrock))
    
    * The strategicmerge patchMergeKey for VolumeMounts was changed from "name" to "mountPath".  This was necessary because the name field refers to the name of the Volume, and is not a unique key for the VolumeMount.  Multiple VolumeMounts will have the same Volume name if mounting the same volume more than once.  The "mountPath" is verified to be unique and can act as the mergekey.  ([#3...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  8. cmd/object-handlers.go

    		return defaultMeta, nil
    	}
    
    	// Copy is default behavior if not x-amz-metadata-directive is set.
    	return defaultMeta, nil
    }
    
    // getRemoteInstanceTransport contains a roundtripper for external (not peers) servers
    var remoteInstanceTransport atomic.Value
    
    func setRemoteInstanceTransport(tr http.RoundTripper) {
    	remoteInstanceTransport.Store(tr)
    }
    
    func getRemoteInstanceTransport() http.RoundTripper {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Apr 05 11:39:31 GMT 2024
    - 124.7K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    blog
    
    // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
    bloomberg
    
    // blue : 2013-11-07 Identity Digital Limited
    blue
    
    // bms : 2014-10-30 Bristol-Myers Squibb Company
    bms
    
    // bmw : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
    bmw
    
    // bnpparibas : 2014-05-29 BNP Paribas
    bnpparibas
    
    // boats : 2014-12-04 XYZ.COM LLC
    boats
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  10. CHANGELOG/CHANGELOG-1.4.md

            * Make the kubectl from k8s release the default on GCI
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top