Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Logic (0.1 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

                    outputFile.delete();
                }
            }
        }
    
        // Test variable replacement logic without triggering component dependencies
        public void test_variable_replacement_logic() throws Exception {
            // Test the variable replacement logic directly
            final List<String> commands =
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 16.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/reflect/Types.java

          }
    
          /*
           * We use this only when getTypeName is available.
           *
           * Well, really, we use this when we think we're running under Java 8, as determined by some
           * logic in the static initializer, which does not check for getTypeName specifically. We
           * should really validate that it works as desired for all Android versions that we support.
           */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/reflect/Types.java

          }
    
          /*
           * We use this only when getTypeName is available.
           *
           * Well, really, we use this when we think we're running under Java 8, as determined by some
           * logic in the static initializer, which does not check for getTypeName specifically. We
           * should really validate that it works as desired for all Android versions that we support.
           */
          @IgnoreJRERequirement
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         */
        public void setIndexConfigPath(final String indexConfigPath) {
            this.indexConfigPath = indexConfigPath;
        }
    
        /**
         * Interface for defining search condition logic.
         *
         * @param <B> the type of request builder
         */
        public interface SearchCondition<B> {
            /**
             * Builds the search condition into the request builder.
             *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top