Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for get$file (0.04 sec)

  1. src/main/java/org/codelibs/fess/dict/DictionaryManager.java

                creator.setDictionaryManager(this);
            });
        }
    
        /**
         * Retrieves all available dictionary files from the ConfigSync storage.
         * This method queries the ConfigSync API to get file information and
         * uses registered DictionaryCreator instances to create appropriate
         * DictionaryFile objects.
         *
         * @return an array of dictionary files available in the system
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

            ClassPath.getClassPathEntry(new File("/home/build/outer.jar"), "x/y/z.jar").toURI());
        assertEquals(
            "/home/build/x y.jar",
            ClassPath.getClassPathEntry(new File("/home/build/outer.jar"), "x y.jar").getFile());
      }
    
      public void testGetClassPathFromManifest_nullManifest() {
        assertThat(ClassPath.getClassPathFromManifest(new File("some.jar"), null)).isEmpty();
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 20:58:01 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top