- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 40 for workflows (0.14 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
/** * Form class for starting crawling operations in the admin wizard. * * This form is used to collect user input and parameters needed to initiate * crawling operations through the administrative interface wizard workflow. * It serves as a data transfer object between the web layer and the crawling * service components. */ public class StartCrawlingForm { /** * Default constructor. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
.github/workflows/scorecard.yml
# This workflow uses actions that are not certified by GitHub. They are provided # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. name: Scorecard supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 19:19:31 UTC 2025 - 2.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- cloud.google.com/go/vmwareengine: v0.3.0 - cloud.google.com/go/vpcaccess: v1.6.0 - cloud.google.com/go/webrisk: v1.8.0 - cloud.google.com/go/websecurityscanner: v1.5.0 - cloud.google.com/go/workflows: v1.10.0 - github.com/alecthomas/kingpin/v2: [v2.3.2](https://github.com/alecthomas/kingpin/v2/tree/v2.3.2) - github.com/antlr/antlr4/runtime/Go/antlr/v4: [8188dc5](https://github.com/antlr/antlr4/runtime/Go/antlr/v4/tree/8188dc5)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 456.9K bytes - Viewed (1) -
.github/workflows/codeql-analysis.yml
# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. name: "CodeQL" on: push: branches: [master] pull_request: # The branches below must be a subset of the branches above branches: [master] schedule: - cron: '0 11 * * 4' jobs:
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Fri Oct 02 13:24:14 UTC 2020 - 2.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
### Expanded CLI support for debugging workloads and nodes SIG CLI expanded on debugging with `kubectl` to support two new debugging workflows: debugging workloads by creating a copy, and debugging nodes by creating a container in host namespaces. These can be convenient to: - Insert a debug container in clusters that don’t have ephemeral containers enabled
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- cloud.google.com/go/vmwareengine: v0.3.0 - cloud.google.com/go/vpcaccess: v1.6.0 - cloud.google.com/go/webrisk: v1.8.0 - cloud.google.com/go/websecurityscanner: v1.5.0 - cloud.google.com/go/workflows: v1.10.0 - github.com/googleapis/enterprise-certificate-proxy: [v0.2.3](https://github.com/googleapis/enterprise-certificate-proxy/tree/v0.2.3) - google.golang.org/genproto/googleapis/api: 1aefcd6
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
src/test/java/org/codelibs/fess/sso/SsoAuthenticatorTest.java
String result = authenticator.logout(user); // Verify assertEquals("", result); assertEquals(user, authenticator.getLastLogoutUser()); } // Test complete workflow public void test_completeAuthenticationFlow() { // Setup TestLoginCredential credential = new TestLoginCredential("user", "pass"); authenticator.setLoginCredential(credential);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
emrstudio-prod.us-west-1.amazonaws.com emrappui-prod.us-west-2.amazonaws.com emrnotebooks-prod.us-west-2.amazonaws.com emrstudio-prod.us-west-2.amazonaws.com // Amazon Managed Workflows for Apache Airflow // Submitted by AWS Security <******@****.***> // Reference: f5ea5d0a-ec6a-4f23-ac1c-553fbff13f5c *.cn-north-1.airflow.amazonaws.com.cn *.cn-northwest-1.airflow.amazonaws.com.cn
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ParameterUtilTest.java
assertEquals("value@#$%", result.get(ConfigName.FIELD).get("key_with_underscores")); } public void test_integrationScenarios() { // Test complete workflow: parse -> encrypt -> createConfigParameterMap String originalParams = "config.timeout=30\npassword=secret\nclient.host=localhost"; // First parse
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} SingletonLaContainerFactory.destroy(); logger.info("Destroyed LaContainer."); } } /** * Main processing method that coordinates the entire crawling workflow. * This method handles session setup, crawler initialization, crawling execution, * and cleanup operations. * * @param options parsed command-line options containing crawling configuration
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0)