- Sort Score
- Num 10 results
- Language All
Results 711 - 720 of 814 for intent (0.14 seconds)
-
README.md
[r8_proguard]: https://square.github.io/okhttp/features/r8_proguard/ [recipes]: https://square.github.io/okhttp/recipes/ [snap]: https://s01.oss.sonatype.org/content/repositories/snapshots/
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 9.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Stopwatch.java
* successive readings of "now" in the same process. * * <p>In contrast, <i>wall time</i> is a reading of "now" as given by a method like * {@link System#currentTimeMillis()}, best represented as an {@link java.time.Instant}. Such values * <i>can</i> be subtracted to obtain a {@link Duration} (such as by {@link Duration#between}), but * doing so does <i>not</i> give a reliable measurement of elapsed time, because wall time readings
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Oct 08 18:55:33 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
elevateWord.setCreatedBy(Constants.SYSTEM_USER); elevateWord.setCreatedTime(now); elevateWordBhv.insert(elevateWord); final String id = elevateWord.getId(); final List<ElevateWordToLabel> mappingList = stream(labels)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 18.3K bytes - Click Count (0) -
src/main/resources/esclient.xml
<!-- "node.name":"search_engine", "discovery.seed_hosts":"search_engine", "cluster.initial_cluster_manager_nodes":"search_engine", "node.roles":"cluster_manager,data,ingest,ml", --> "indices.breaker.total.limit":"100%", "action.auto_create_index":"-*"} </property> <!-- Dictionaries --> <postConstruct name="addConfigFile"> <arg>"fess"</arg>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
LICENSES/vendor/cel.dev/expr/LICENSE
Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work,Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Nov 06 20:53:17 GMT 2024 - 11.2K bytes - Click Count (0) -
LICENSE
Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work,Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Feb 22 18:59:39 GMT 2023 - 11.1K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Strings.java
* @param minLength the minimum length the resulting string must have. Can be zero or negative, in * which case the input string is always returned. * @param padChar the character to insert at the beginning of the result until the minimum length * is reached * @return the padded string */ public static String padStart(String string, int minLength, char padChar) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 12.2K bytes - Click Count (0) -
src/main/resources/fess_label_hi.properties
labels.parameters=पैरामीटर labels.designFile=अपलोड करने के लिए फ़ाइल labels.bulkFile=बल्क फ़ाइल labels.appendQueryParameter=खोज पैरामीटर जोड़ें labels.configId=कॉन्फ़िग ID labels.configParameter=कॉन्फ़िग पैरामीटर labels.content=सामग्री labels.csvFileEncoding=CSV एन्कोडिंग labels.defaultLabelValue=डिफ़ॉल्ट लेबल labels.designFileName=फ़ाइल नाम labels.incrementalCrawling=अंतिम संशोधित जांचें labels.errorCount=त्रुटि गणना labels.errorLog=त्रुटि लॉग
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 71.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/LinkedListMultimap.java
keyList.count++; Node<K, V> keyTail = keyList.tail; keyTail.nextSibling = node; node.previousSibling = keyTail; keyList.tail = node; } } else { // non-empty list, insert before nextSibling /* * requireNonNull is safe as long as callers pass a nextSibling that (a) has the same key and * (b) is present in the multimap. (And they do, except maybe in case of concurrentCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 27K bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedPriorityBlockingQueue.java
* use a secondary key to break ties in primary priority values. For example, here is a class that * applies first-in-first-out tie-breaking to comparable elements. To use it, you would insert a * {@code new FIFOEntry(anEntry)} instead of a plain entry object. * * <pre>{@code * class FIFOEntry<E extends Comparable<? super E>> implements Comparable<FIFOEntry<E>> {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 19K bytes - Click Count (0)