- Sort Score
- Result 10 results
- Languages All
Results 551 - 560 of 759 for sections (0.32 sec)
-
ci/official/utilities/setup.sh
# Bazel download issues. set +e MAX_RETRIES=2 for ((i=1; i <= $MAX_RETRIES; i++)); do tfrun bazel --version done set -e # Single handler for all cleanup actions, triggered on an EXIT trap. # TODO(angerson) Making this use different scripts may be overkill. cleanup() { if [[ "$TFCI_DOCKER_ENABLE" == 1 ]]; then ./ci/official/utilities/cleanup_docker.sh fi
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jan 09 18:37:25 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateResponseTest.java
assertEquals(0xA5A5A5A5, resp.getAttributes()); // SmbBasicFileInfo mapping assertArrayEquals(fileId, resp.getFileId()); assertEquals("file.txt", resp.getFileName()); // No create contexts section present -> null assertNull(resp.getCreateContexts()); } @Test void decode_withCreateContext_unrecognized_yieldsEmptyArray() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-callbacks.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ int getConnTimeout(); /** * Property {@code jcifs.smb.client.sessionTimeout} (int, default 35000) * * * @return timeout for SMB sessions, in milliseconds */ int getSessionTimeout(); /** * * Property {@code jcifs.smb.client.responseTimeout} (int, default 30000) *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
import jakarta.annotation.Resource; import jakarta.servlet.ServletContext; /** * Base action class for admin pages in Fess. * <p> * This abstract class provides common functionality for all admin actions, * including authentication, authorization, and HTML data setup. * </p> * */ public abstract class FessAdminAction extends FessBaseAction { /** Constant suffix for view names. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/es/docs/tutorial/security/index.md
No es muy popular o usado hoy en día. OAuth2 no especifica cómo encriptar la comunicación, espera que tengas tu aplicación servida con HTTPS. /// tip | Consejo En la sección sobre **deployment** verás cómo configurar HTTPS de forma gratuita, usando Traefik y Let's Encrypt. /// ## OpenID Connect OpenID Connect es otra especificación, basada en **OAuth2**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/FileNotifyInformation.java
* Any change to the data in a named stream of a file in the watched directory or subtree causes a change notification wait operation to return. */ int FILE_NOTIFY_CHANGE_STREAM_WRITE = 0x00000800; // actions returned /** * File has been added */ int FILE_ACTION_ADDED = 0x00000001; /** * File has been removed */ int FILE_ACTION_REMOVED = 0x00000002; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/AbstractConfigHelperTest.java
long elapsed = endTime - startTime; assertTrue("Expected at least 15ms sleep, got " + elapsed + "ms", elapsed >= 15); // Generous tolerance for CI environments like GitHub Actions assertTrue("Expected less than 200ms sleep, got " + elapsed + "ms", elapsed < 200); } public void test_waitForNext_withZeroInterval() { configHelper.setReloadInterval(0L);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 00:03:47 UTC 2025 - 4.7K bytes - Viewed (0) -
tensorflow/api_template_v1.__init__.py
# "contrib". if "__all__" in vars(): vars()["__all__"].append("contrib") from tensorflow.python.platform import flags # The "app" module will be imported as part of the placeholder section above. _current_module.app.flags = flags # pylint: disable=undefined-variable setattr(_current_module, "flags", flags) _major_api_version = 1 # Add module aliases from Keras to TF.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/crawlinginfo/ApiAdminCrawlinginfoAction.java
}); return asJson(new ApiResponse().status(Status.OK).result()); } /** * Deletes all old crawling info sessions except currently running ones. * * @return JSON response indicating the deletion status */ // DELETE /api/admin/crawlinginfo/all @Execute public JsonResponse<ApiResult> delete$all() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.1K bytes - Viewed (0)