- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 607 for fnames (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh/docs/advanced/generate-clients.md
<img src="/img/tutorial/generate-clients/image06.png"> 在这个例子中,你会有: * `ItemsService` * `UsersService` ### 客户端方法名 { #client-method-names } 现在,像 `createItemItemsPost` 这样的生成方法名看起来不太简洁: ```TypeScript ItemsService.createItemItemsPost({name: "Plumbus", price: 5}) ``` ...这是因为客户端生成器会把每个*路径操作*的 OpenAPI 内部**操作 ID(operation ID)**用作方法名的一部分。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java
List<Integer> completeLengthChecks; int baseStackDepth; ExecutorService service = newFixedThreadPool(5); try { // Avoid counting frames from the executor itself, or the ExecutionSequencer baseStackDepth = serializer.submit(() -> Thread.currentThread().getStackTrace().length, service).get();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
} /** * Parses a search hit from OpenSearch and converts it to a document map. * * @param fessConfig the Fess configuration * @param hlPrefix the highlight prefix for field names * @param searchHit the search hit to parse * @return the parsed document as a map */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 09:24:04 GMT 2025 - 12.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
&& field.getType() == String.class && !field.getName().equals("serialVersionUID")) { // Check field name follows convention assertTrue("Field name should match pattern: " + field.getName(), labelPattern.matcher(field.getName()).matches()); // Check field value follows convention field.setAccessible(true);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ThreadFactoryBuilder.java
* * <p><b>Java 21+ users:</b> use {@link Thread.Builder#name(String, long)} instead. Note that * {@link #setNameFormat} accepts a thread name <i>format string</i> (e.g., {@code * threadFactoryBuilder.setNameFormat("rpc-pool-%d")}), while {@code threadBuilder.name()} accepts * a thread name <i>prefix</i> and initial counter value (e.g., {@code * threadBuilder.name("rpc-pool-", 0)}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Dec 29 17:36:00 GMT 2025 - 9.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
assertTrue(result); // Verify that each index is recreated with its original name (not .rebuild.xxx) for (final String index : testClient.createdIndices) { assertFalse(index.contains(".rebuild."), "Index should not contain .rebuild.: " + index); } // Verify reindex targets are original names (not .rebuild.xxx) for (final String[] pair : testClient.reindexPairs) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
docs/sts/web-identity.md
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/generate-clients.md
<img src="/img/tutorial/generate-clients/image06.png"> 在此例中,你會有: * `ItemsService` * `UsersService` ### 用戶端方法名稱 { #client-method-names } 目前像 `createItemItemsPost` 這樣的產生方法名稱看起來不太俐落: ```TypeScript ItemsService.createItemItemsPost({name: "Plumbus", price: 5}) ``` ...那是因為用戶端產生器對每個 *路徑操作* 都使用 OpenAPI 內部的**操作 ID(operation ID)**。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 9.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
* @param id the document ID to retrieve * @param fields the fields to include in the response (null for all fields) * @return the document as a map of field names to values, or null if not found */ public Map<String, Object> getDocument(final SearchEngineClient searchEngineClient, final String id, final String[] fields) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 26.1K bytes - Click Count (0) -
cmd/generic-handlers.go
"favicon-32x32.png": {}, "favicon-96x96.png": {}, "index.html": {}, minioReservedBucket: {}, } // Fetch redirect location if urlPath satisfies certain // criteria. Some special names are considered to be // redirectable, this is purely internal function and // serves only limited purpose on redirect-handler for // browser requests. func getRedirectLocation(r *http.Request) *xnet.URL {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.7K bytes - Click Count (1)