- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 541 for dest (0.05 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/TaskQueue.kt
* scheduled. If the task is already in the queue, the earliest execution time is used. * * The target execution time is implemented on a best-effort basis. If another task in this queue * is running when that time is reached, that task is allowed to complete before this task is * started. Similarly the task will be delayed if the host lacks compute resources. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 7.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/Fingerprint2011Test.java
} public void testMumurHash64() { byte[] bytes = "test".getBytes(UTF_8); assertEquals( 1618900948208871284L, Fingerprint2011.murmurHash64WithSeed(bytes, 0, bytes.length, 1)); bytes = "test test test".getBytes(UTF_8); assertEquals( UnsignedLong.valueOf("12313169684067793560").longValue(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 7.8K bytes - Viewed (0) -
okhttp-tls/README.md
.build(); ``` With a server that holds a certificate and a client that trusts it we have enough for an HTTPS handshake. The best part of this example is that we don't need to make our test code insecure with a a fake `HostnameVerifier` or `X509TrustManager`. Certificate Authorities -----------------------
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 9.1K bytes - Viewed (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
} /** * Creates the permissions normally used for Windows filesystems, looking up the user afresh, even * if previous calls have initialized the {@code PermissionSupplier} fields. * * <p>This lets us test the effects of different values of the {@code user.name} system property * without needing a separate VM or classloader. */ @IgnoreJRERequirement // used only when Path is available (and only from tests)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.5K bytes - Viewed (0) -
guava/src/com/google/common/hash/Murmur3_32HashFunction.java
* implementation</a>. * * @author Austin Appleby * @author Dimitris Andreou * @author Kurt Alfred Kluever */ @Immutable @SuppressWarnings("IdentifierName") // the best we could do for adjacent digit blocks final class Murmur3_32HashFunction extends AbstractHashFunction implements Serializable { static final HashFunction MURMUR3_32 =
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 11.8K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.search_result_sort_filename_desc=Nome do arquivo (desc) labels.search_result_sort_created_asc=Data (asc) labels.search_result_sort_created_desc=Data (desc) labels.search_result_sort_content_length_asc=Tamanho (asc) labels.search_result_sort_content_length_desc=Tamanho (desc) labels.search_result_sort_last_modified_asc=Última modificação (asc) labels.search_result_sort_last_modified_desc=Última modificação (desc)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
</la:option> <la:option value="last_modified.desc"> <la:message key="labels.search_result_sort_last_modified_desc" /> </la:option> <c:if test="${searchLogSupport}"> <la:option value="click_count.asc"> <la:message key="labels.search_result_sort_click_count_asc" /> </la:option> <la:option value="click_count.desc"> <la:message key="labels.search_result_sort_click_count_desc" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:47:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
</la:option> <la:option value="last_modified.desc"> <la:message key="labels.search_result_sort_last_modified_desc" /> </la:option> <c:if test="${searchLogSupport}"> <la:option value="click_count.asc"> <la:message key="labels.search_result_sort_click_count_asc" /> </la:option> <la:option value="click_count.desc"> <la:message key="labels.search_result_sort_click_count_desc" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:47:48 UTC 2025 - 3.7K bytes - Viewed (0) -
.github/PULL_REQUEST_TEMPLATE.md
4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews 5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests --> #### What type of PR is this? <!--
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Jun 06 14:40:00 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.docid_not_found = ID do documento não encontrada. Causa: {0} errors.document_not_found = URL do ID do documento não encontrada. Causa: {0} errors.not_load_from_server = Não foi possível carregar deste servidor. Causa: {0} errors.failed_to_start_job = Não foi possível iniciar o trabalho {0}. errors.failed_to_stop_job = Não foi possível parar o trabalho {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0)