Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 152 for tetchy (0.31 sec)

  1. android/guava/src/com/google/common/util/concurrent/Futures.java

       * <p>Usage example:
       *
       * <pre>{@code
       * ListenableFuture<Integer> fetchCounterFuture = ...;
       *
       * // Falling back to a zero counter in case an exception happens when
       * // processing the RPC to fetch counters.
       * ListenableFuture<Integer> faultTolerantFuture = Futures.catching(
       *     fetchCounterFuture, FetchException.class, x -> 0, directExecutor());
       * }</pre>
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/schema-extra-example.md

    ### Summary
    
    I used to say I didn't like history that much... and look at me now giving "tech history" lessons. πŸ˜…
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.8K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/generate-clients.md

    ## OpenAPI-Client-Generatoren
    
    Es gibt viele Tools zum Generieren von Clients aus **OpenAPI**.
    
    Ein gΓ€ngiges Tool ist <a href="https://openapi-generator.tech/" class="external-link" target="_blank">OpenAPI Generator</a>.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Apr 03 03:42:11 GMT 2024
    - 12K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/ViewHelper.java

    import org.lastaflute.web.ruts.process.ActionRuntime;
    import org.lastaflute.web.util.LaRequestUtil;
    import org.lastaflute.web.util.LaServletContextUtil;
    import org.opensearch.core.common.text.Text;
    import org.opensearch.search.fetch.subphase.highlight.HighlightField;
    
    import com.github.jknack.handlebars.Context;
    import com.github.jknack.handlebars.Handlebars;
    import com.github.jknack.handlebars.Template;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 40.1K bytes
    - Viewed (2)
  5. docs/pl/docs/index.md

    ---
    
    FastAPI to nowoczesny, wydajny framework webowy do budowania API z uΕΌyciem Pythona bazujΔ…cy na standardowym typowaniu Pythona.
    
    Kluczowe cechy:
    
    * **WydajnoΕ›Δ‡**: FastAPI jest bardzo wydajny, na rΓ³wni z **NodeJS** oraz **Go** (dziΔ™ki Starlette i Pydantic). [Jeden z najszybszych dostΔ™pnych frameworkΓ³w Pythonowych](#wydajnosc).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc

      // fill the cache, and the loop with i = 1 should be all cache hits. The
      // fetcher checks that it is called once and only once for each offset (to
      // fetch the corresponding block).
      for (int i = 0; i < 2; i++) {
        for (int j = 0; j < block_count; j++) {
          TF_EXPECT_OK(ReadCache(&cache, "", block_size * j, block_size, &out));
        }
      }
    }
    
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:57 GMT 2021
    - 23.2K bytes
    - Viewed (0)
  7. cmd/iam-store.go

    		Status:    gi.Status,
    		Members:   gi.Members,
    		Policy:    policy,
    		UpdatedAt: gi.UpdatedAt,
    	}, nil
    }
    
    // ListGroups - lists groups. Since this is not going to be a frequent
    // operation, we fetch this info from storage, and refresh the cache as well.
    func (store *IAMStoreSys) ListGroups(ctx context.Context) (res []string, err error) {
    	cache := store.lock()
    	defer store.unlock()
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    The Mouse did not answer, so Alice went on eagerly:  `There is
    such a nice little dog near our house I should like to show you!
    A little bright-eyed terrier, you know, with oh, such long curly
    brown hair!  And it'll fetch things when you throw them, and
    it'll sit up and beg for its dinner, and all sorts of things--I
    can't remember half of them--and it belongs to a farmer, you
    know, and he says it's so useful, it's worth a hundred pounds!
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  9. src/archive/tar/reader.go

    // to store the rest of the sparse map.
    //
    // The Header.Size does not reflect the size of any extended headers used.
    // Thus, this function will read from the raw io.Reader to fetch extra headers.
    // This method mutates blk in the process.
    func (tr *Reader) readOldGNUSparseMap(hdr *Header, blk *block) (sparseDatas, error) {
    	// Make sure that the input format is GNU.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 08 01:59:14 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  10. docs/em/docs/advanced/generate-clients.md

    1️⃣ 🎯 πŸ“ˆ πŸ‘ˆ 🚫 🎯 ⭐ πŸ‘ˆ πŸ‘† πŸ’ͺ **πŸ— πŸ‘©β€πŸ’»** (πŸ•£ πŸ€™ <abbr title="Software Development Kits">**πŸ“±**</abbr> ) πŸ‘† πŸ› οΈ, πŸ“š 🎏 **πŸ› οΈ πŸ‡ͺπŸ‡Έ**.
    
    ## πŸ—„ πŸ‘©β€πŸ’» πŸš‚
    
    πŸ“€ πŸ“š 🧰 πŸ— πŸ‘©β€πŸ’» βšͺ️➑️ **πŸ—„**.
    
    ⚠ 🧰 <a href="https://openapi-generator.tech/" class="external-link" target="_blank">πŸ—„ πŸš‚</a>.
    
    πŸš₯ πŸ‘† πŸ— **πŸ•Έ**, πŸ“Ά 😌 πŸŽ› <a href="https://github.com/hey-api/openapi-ts" class="external-link" target="_blank">πŸ—„-πŸ“•-πŸ‡¦πŸ‡ͺ</a>.
    
    ## πŸ— πŸ“• πŸ•Έ πŸ‘©β€πŸ’»
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Apr 03 03:42:11 GMT 2024
    - 8.4K bytes
    - Viewed (0)
Back to top