- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 389 for advice (0.07 sec)
-
src/main/resources/fess_label_es.properties
labels.tooltip_search_view=Vista de búsqueda labels.tooltip_run_crawler=Ejecutar rastreador labels.tooltip_forum=Foro labels.tooltip_onlinehelp=Ayuda labels.tooltip_logout=Cerrar sesión labels.advance=Búsqueda avanzada labels.advance_search_title=Búsqueda avanzada labels.advance_search_must_queries=Contiene todas las palabras labels.advance_search_phrase_query=Coincidencia exacta de la frase
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.tooltip_search_view=खोज स्क्रीन labels.tooltip_run_crawler=क्रॉलर चलाएं labels.tooltip_forum=मंच labels.tooltip_onlinehelp=सहायता labels.tooltip_logout=लॉगआउट labels.advance=उन्नत खोज labels.advance_search_title=उन्नत खोज labels.advance_search_must_queries=सभी शब्दों के साथ labels.advance_search_phrase_query=सटीक वाक्यांश के साथ labels.advance_search_should_queries=कम से कम एक शब्द के साथ
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
configure.py
ask_cuda_compute_capabilities = ( 'Please specify a list of comma-separated CUDA compute capabilities ' 'you want to build with.\nYou can find the compute capability of your ' 'device at: https://developer.nvidia.com/cuda-gpus. Each capability ' 'can be specified as "x.y" or "compute_xy" to include both virtual and' ' binary GPU code, or as "sm_xy" to only include the binary 'Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
@Nullable WriteThroughEntry lastReturned; HashIterator() { nextSegmentIndex = segments.length - 1; nextTableIndex = -1; advance(); } @Override public abstract T next(); final void advance() { nextExternal = null; if (nextInChain()) { return; } if (nextInTable()) { return; }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 19:35:11 UTC 2025 - 148.9K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.eol_error=您的系统已停止支持。请参阅产品支持生命周期页面进行升级。 labels.tooltip_search_view=搜索视图 labels.tooltip_run_crawler=运行爬虫 labels.tooltip_forum=论坛 labels.tooltip_onlinehelp=帮助 labels.tooltip_logout=注销 labels.advance=高级搜索 labels.advance_search_title=高级搜索 labels.advance_search_must_queries=包含所有词 labels.advance_search_phrase_query=精确匹配短语 labels.advance_search_should_queries=包含任何词 labels.advance_search_not_queries=不包含词
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 43.5K bytes - Viewed (0) -
src/archive/tar/reader_test.go
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Dec 15 16:34:13 UTC 2025 - 47.5K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* * <p>Example: {@code Files.fileTraverser().depthFirstPreOrder(new File("/"))} may return files * with the following paths: {@code ["/", "/etc", "/etc/config.txt", "/etc/fonts", "/home", * "/home/alice", ...]} * * @since 23.5 */ public static Traverser<File> fileTraverser() { return Traverser.forTree(FILE_TREE); } private static final SuccessorsFunction<File> FILE_TREE =Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 25 20:24:13 UTC 2025 - 32.8K bytes - Viewed (0) -
cmd/object-api-utils.go
return paths } // string concat alternative to s1 + s2 with low overhead. func concat(ss ...string) string { length := len(ss) if length == 0 { return "" } // create & allocate the memory in advance. n := 0 for i := range length { n += len(ss[i]) } b := make([]byte, 0, n) for i := range length { b = append(b, ss[i]...) } return unsafe.String(unsafe.SliceData(b), n) }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Jun 25 15:08:54 UTC 2025 - 37.3K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
trentin-südtirol.it trentino-a-adige.it trentino-aadige.it trentino-alto-adige.it trentino-altoadige.it trentino-s-tirol.it trentino-stirol.it trentino-sud-tirol.it trentino-sudtirol.it trentino-sued-tirol.it trentino-suedtirol.it trentino-süd-tirol.it trentino-südtirol.it trentino.it trentinoa-adige.it trentinoaadige.it trentinoalto-adige.it trentinoaltoadige.it
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2) -
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
} /** * Generates a decorated collection that remains consistent with the values in the multimap for * the provided key. Changes to the multimap may alter the returned collection, and vice versa. */ Collection<V> wrapCollection(@ParametricNullness K key, Collection<V> collection) { return new WrappedCollection(key, collection, null); } final List<V> wrapList(
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)