Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,226 for packager (0.03 sec)

  1. src/main/java/org/codelibs/fess/helper/ProtocolHelper.java

            }
        }
    
        /**
         * Loads protocol handlers from the specified base package by scanning for
         * Handler classes in subpackages and registering them as web or file protocols
         * based on their PROTOCOL_TYPE field.
         *
         * @param basePackage the base package to scan for protocol handlers
         */
        protected void loadProtocols(final String basePackage) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/util/ResourceUtilTest.java

            assertTrue(classesPath.toString().contains("classes"));
    
            // Test with multiple names
            classesPath = ResourceUtil.getClassesPath("package", "Test.class");
            assertNotNull(classesPath);
            assertTrue(classesPath.toString().contains("package"));
            assertTrue(classesPath.toString().contains("Test.class"));
        }
    
        public void test_getOrigPath() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  3. okhttp/src/commonTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixTesting.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.internal.publicsuffix
    
    import org.junit.runner.Runner
    
    expect class PublicSuffixTestRunner : Runner
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri May 23 16:58:05 UTC 2025
    - 753 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.badword;
    
    /**
     * The download form for Bad Word.
     *
     */
    public class DownloadForm {
    
        /**
         * Default constructor.
         */
        public DownloadForm() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 864 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/cbean/DataConfigCB.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean;
    
    import org.codelibs.fess.opensearch.config.cbean.bs.BsDataConfigCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class DataConfigCB extends BsDataConfigCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 838 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/cbean/ElevateWordCB.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean;
    
    import org.codelibs.fess.opensearch.config.cbean.bs.BsElevateWordCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ElevateWordCB extends BsElevateWordCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 841 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/cbean/LabelTypeCB.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean;
    
    import org.codelibs.fess.opensearch.config.cbean.bs.BsLabelTypeCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class LabelTypeCB extends BsLabelTypeCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 835 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/cbean/WebAuthenticationCB.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean;
    
    import org.codelibs.fess.opensearch.config.cbean.bs.BsWebAuthenticationCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 859 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/CrawlingInfoCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.ca;
    
    import org.codelibs.fess.opensearch.config.cbean.ca.bs.BsCrawlingInfoCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 850 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/FileAuthenticationCA.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.ca;
    
    import org.codelibs.fess.opensearch.config.cbean.ca.bs.BsFileAuthenticationCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 868 bytes
    - Viewed (0)
Back to top