Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 115 of 115 for niye (0.03 sec)

  1. 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() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. cmd/testdata/undeleteable-object.tgz

    š«*⢨̔öç9B×I{tþ Òä UÁ‘ Ä ÞÆ X`§> —æƒEôû° â„@CŸoÚ“] ¥âš ]tsœaò8ÅËIñb œ+>ÈÿÀ~ýÌ*¯Ü 䮿Ǣ+Ú” Q/ue+~ƒ¹ˆ>7 ž6 '2Aaß_¢?‘Gô ¼pÓ !²× IJ ˯‚ÓùèªÛ£\Ib¬«¬B2l ¦© (¿ “kc@ žIµŒöñ`« ‰(»óºòF' •¬Oå±S ×È:25Z;%’É@g P§² ¾Y; 'a’ õMŽ >P!Éx r CSlpÇ3·dá~òìKTÆmQBë5£;ôß2ýôö¯ì8/p£·‚ñIÉ™O» ' T ¨`^ ³ ƒceQ±*2ÎçÎ¡Ñ G–LÍTNk#Ô H±,-~Øa8 ŒKIÍó—VÆ Îeõµ#ž€Ç2¿E5]zݲC¢"ˆÁ ’N¯Œ _Þ´¾Aá"¥x:¤hþ¤‰ Ï„Ñ¥ ‡ ¤¹{ÙTöë¼zµßɲ¨.­ûhcƒ"¹x÷ªno7¾O} ”í`‚ÒP%è¸ÖéXì uøoûv{ú\ÌÃÐ,7 Á3 è’6‰”…‹1o-L ÞâãÒº¢ jó ðý†Jçö ÿ` øåI=˜ê:W ï°‡ºT³ ¦€O8Kù ïÇÛ<Ð} 4ýÚøÚûÏ: J* ‹÷™í€€èƒ”ÁvÃ...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

     - reach GA, and deprecate the beta, or
     - have a new beta version _(and deprecate the previous beta)_.
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. doc/go_spec.html

    </p>
    
    <h3 id="Function_declarations">Function declarations</h3>
    
    <!--
    	Given the importance of functions, this section has always
    	been woefully underdeveloped. Would be nice to expand this
    	a bit.
    -->
    
    <p>
    A function declaration binds an identifier, the <i>function name</i>,
    to a function.
    </p>
    
    <pre class="ebnf">
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    When you use **FastAPI**, there's a lot more going on, processing the request and response, handling dependencies, executing **your own code**, and particularly, **waiting for the network**. But you will probably still get some nice performance improvements just from the upgrade.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top