Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Us (0.34 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cc.il.us
    cc.in.us
    cc.ks.us
    cc.ky.us
    cc.la.us
    cc.ma.us
    cc.md.us
    cc.me.us
    cc.mi.us
    cc.mn.us
    cc.mo.us
    cc.ms.us
    cc.mt.us
    cc.nc.us
    cc.nd.us
    cc.ne.us
    cc.nh.us
    cc.nj.us
    cc.nm.us
    cc.nv.us
    cc.ny.us
    cc.oh.us
    cc.ok.us
    cc.or.us
    cc.pa.us
    cc.pr.us
    cc.ri.us
    cc.sc.us
    cc.sd.us
    cc.tn.us
    cc.tx.us
    cc.ut.us
    cc.vi.us
    cc.vt.us
    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)
  2. CHANGELOG/CHANGELOG-1.30.md

    [registry.k8s.io/kube-apiserver:v1.3...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

            .addHeader("Accept-Language", "en-US")
            .build()
        val response1 = client.newCall(request1).execute()
        assertThat(response1.body.string()).isEqualTo("A")
        val request2 =
          Request.Builder()
            .url(url)
            .addHeader("Accept-Language", "fr-CA, fr-FR")
            .addHeader("Accept-Language", "en-US")
            .build()
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    java.util.Properties loadProperties(java.io.InputStream); } org/codehaus/plexus/util/ReaderFactory.class package org.codehaus.plexus.util; public synchronized class ReaderFactory { public static final String ISO_8859_1 = ISO-8859-1; public static final String US_ASCII = US-ASCII; public static final String UTF_16 = UTF-16; public static final String UTF_16BE = UTF-16BE; public static final String UTF_16LE = UTF-16LE; public static final String UTF_8 = UTF-8; public static final String FILE_ENCODING; public void ReaderFactory();...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    dance?
    Will you, won't you, will you, won't you, won't you join the
    dance?
    
    
    "You can really have no notion how delightful it will be
    When they take us up and throw us, with the lobsters, out to
                                                          sea!"
    But the snail replied "Too far, too far!" and gave a look
                                                           askance--
    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)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    dance?
    Will you, won't you, will you, won't you, won't you join the
    dance?
    
    
    "You can really have no notion how delightful it will be
    When they take us up and throw us, with the lobsters, out to
                                                          sea!"
    But the snail replied "Too far, too far!" and gave a look
                                                           askance--
    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)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    java.util.Properties loadProperties(java.io.InputStream); } org/codehaus/plexus/util/ReaderFactory.class package org.codehaus.plexus.util; public synchronized class ReaderFactory { public static final String ISO_8859_1 = ISO-8859-1; public static final String US_ASCII = US-ASCII; public static final String UTF_16 = UTF-16; public static final String UTF_16BE = UTF-16BE; public static final String UTF_16LE = UTF-16LE; public static final String UTF_8 = UTF-8; public static final String FILE_ENCODING; public void ReaderFactory();...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CallTest.kt

        Thread.sleep(10) // Make sure the timestamps are unique.
        val cacheHit =
          executeSynchronously(
            "/",
            "Accept-Language",
            "en-US",
            "Accept-Charset",
            "UTF-8",
          )
    
        // Check the merged response. The request is the application's original request.
        cacheHit.assertCode(200)
          .assertBody("A")
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    	// create user policy mapping on peer cluster if missing
    	us := info.UserStats[user]
    
    	c.RLock()
    	defer c.RUnlock()
    	if !c.enabled {
    		return nil
    	}
    	var (
    		latestID, latestPeerName string
    		lastUpdate               time.Time
    		latestUserStat           srUserStatsSummary
    	)
    	for dID, ss := range us {
    		if lastUpdate.IsZero() {
    			lastUpdate = ss.userPolicy.UpdatedAt
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  10. tensorflow/c/c_api.cc

    Status LoadDynamicLibrary(const char* library_filename, void** result,
                              const void** buf, size_t* len);
    
    // TODO(josh11b,mrry): Change Session to be able to use a Graph*
    // directly, instead of requiring us to serialize to a GraphDef and
    // call Session::Extend().
    bool ExtendSessionGraphHelper(TF_Session* session, TF_Status* status) {
      if (session->graph != nullptr) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
Back to top