Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Rice (0.18 sec)

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

    hyundai
    
    // ibm : 2014-07-31 International Business Machines Corporation
    ibm
    
    // icbc : 2015-02-19 Industrial and Commercial Bank of China Limited
    icbc
    
    // ice : 2014-10-30 IntercontinentalExchange, Inc.
    ice
    
    // icu : 2015-01-08 ShortDot SA
    icu
    
    // ieee : 2015-07-23 IEEE Global LLC
    ieee
    
    // ifm : 2014-01-30 ifm electronic gmbh
    ifm
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          MockResponse.Builder()
            .status("ICY 200 OK")
            .addHeader("Accept-Ranges: none")
            .addHeader("Content-Type: audio/mpeg")
            .addHeader("icy-br:128")
            .addHeader("ice-audio-info: bitrate=128;samplerate=44100;channels=2")
            .addHeader("icy-br:128")
            .addHeader("icy-description:Rock")
            .addHeader("icy-genre:riders")
            .addHeader("icy-name:A2RRock")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

          super(key, queue);
          this.hash = hash;
          this.next = next;
        }
    
        @Override
        public K getKey() {
          return get();
        }
    
        /*
         * It'd be nice to get these for free from AbstractReferenceEntry, but we're already extending
         * WeakReference<K>.
         */
    
        // null access
    
        @Override
        public long getAccessTime() {
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    &lt;=    less or equal
    &gt;     greater
    &gt;=    greater or equal
    </pre>
    
    <p>
    In any comparison, the first operand
    must be <a href="#Assignability">assignable</a>
    to the type of the second operand, or vice versa.
    </p>
    <p>
    The equality operators <code>==</code> and <code>!=</code> apply
    to operands that are <i>comparable</i>.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

          super(key, queue);
          this.hash = hash;
          this.next = next;
        }
    
        @Override
        public K getKey() {
          return get();
        }
    
        /*
         * It'd be nice to get these for free from AbstractReferenceEntry, but we're already extending
         * WeakReference<K>.
         */
    
        // null access
    
        @Override
        public long getAccessTime() {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
Back to top