- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 40 for restoreId (0.05 seconds)
-
src/test/java/org/codelibs/fess/util/SystemUtilTest.java
try { String result = SystemUtil.getSearchEngineHttpAddress(); assertNull(result); } finally { // Restore original value if it existed if (originalValue != null) { System.setProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS, originalValue); } } } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 17.1K bytes - Click Count (0) -
.github/workflows/maven.yml
cp .github/ci-extensions.xml .mvn/extensions.xml - name: Restore Mimir caches uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ${{ env.MIMIR_LOCAL }} key: master-${{ runner.os }}-${{ github.run_id }} restore-keys: | master-${{ runner.os }}- master- - name: Set up MavenCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 24 08:21:28 GMT 2026 - 12.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
searchPaging(data, form); }); } /** * Sets up pagination data for the web config search results. * Registers web config items and restores search criteria from the pager. * * @param data the render data to populate with search results * @param form the search form containing filter criteria */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 22.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainBeforeHookTest.java
originalTimeZone = TimeZone.getDefault(); originalProvider = getDBFluteSystemTimeZoneProvider(); } @Override protected void tearDown(TestInfo testInfo) throws Exception { // Restore original timezone settings TimeZone.setDefault(originalTimeZone); if (originalProvider != null) { DBFluteSystem.unlock(); DBFluteSystem.setFinalTimeZoneProvider(originalProvider);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 8.4K bytes - Click Count (0) -
.github/workflows/maven.yml
with: java-version: '21' distribution: 'temurin' - uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - name: Checkout fess-parent uses: actions/checkout@v4 with: repository: codelibs/fess-parent ref: ${{ env.PARENT_BRANCH }}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 1.5K bytes - Click Count (0) -
doc/godebug.md
Using `gotestjsonbuildtext=1` restores the 1.23 behavior. This setting will be removed in a future release, Go 1.28 at the earliest. Go 1.24 changed [`crypto/rsa`](/pkg/crypto/rsa) to require RSA keys to be at least 1024 bits. This behavior can be controlled with the `rsa1024min` setting. Using `rsa1024min=0` restores the Go 1.23 behavior.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 15:49:10 GMT 2026 - 26K bytes - Click Count (0) -
ci/official/envs/windows_x86_2022_ml_actions
# We use the shell's default value substitution to ensure that if these are # already set (e.g. poisoned for RBE), we don't overwrite them with empty values # before setup.sh has a chance to restore the TFCI_ variables. export BAZEL_VC="${TFCI_BAZEL_VC:-$BAZEL_VC}" export BAZEL_LLVM="${TFCI_BAZEL_LLVM:-$BAZEL_LLVM}" export BAZEL_SH="${TFCI_BAZEL_SH:-$BAZEL_SH}" export USE_CLANG_CL="${TFCI_USE_CLANG_CL:-$USE_CLANG_CL}"
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 2.4K bytes - Click Count (0) -
ci/official/envs/windows_x86_ml_actions
# We use the shell's default value substitution to ensure that if these are # already set (e.g. poisoned for RBE), we don't overwrite them with empty values # before setup.sh has a chance to restore the TFCI_ variables. export BAZEL_VC="${TFCI_BAZEL_VC:-$BAZEL_VC}" export BAZEL_LLVM="${TFCI_BAZEL_LLVM:-$BAZEL_LLVM}" export BAZEL_SH="${TFCI_BAZEL_SH:-$BAZEL_SH}" export USE_CLANG_CL="${TFCI_USE_CLANG_CL:-$USE_CLANG_CL}"
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 2.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
assertTrue(queryFieldConfig.notAnalyzedFieldSet.contains("field5")); } finally { // Restore original config ComponentUtil.setFessConfig(originalConfig); // Restore original queryFieldConfig queryFieldConfig = new QueryFieldConfig(); queryFieldConfig.init(); } } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java
e.execute(() -> assertThat(Thread.currentThread().isInterrupted()).isFalse()); // Run those tasks together. fakePool.runAll(); // Check that the interruption of a SequentialExecutor's task is restored to the thread once // it is yielded. Clear the bit while checking so that the test doesn't hose JUnit or some other // test case. assertThat(Thread.interrupted()).isTrue(); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 10.5K bytes - Click Count (0)