Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 230 for tuples (0.05 seconds)

  1. src/test/java/org/codelibs/fess/helper/FileTypeHelperTest.java

            Arrays.sort(types);
            assertEquals("document", types[0]);
            assertEquals("text", types[1]);
        }
    
        @Test
        public void test_getTypes_empty() {
            String[] types = fileTypeHelper.getTypes();
            assertNotNull(types);
            assertEquals(0, types.length);
        }
    
        @Test
        public void test_add_overwrite() {
            fileTypeHelper.add("application/pdf", "pdf");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 5.6K bytes
    - Click Count (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/BinaryCompatibilityHelper.groovy

    import gradlebuild.binarycompatibility.rules.KotlinModifiersBreakingChangeRule
    import gradlebuild.binarycompatibility.rules.MethodsRemovedInInternalSuperClassRule
    import gradlebuild.binarycompatibility.rules.NewIncubatingAPIRule
    import gradlebuild.binarycompatibility.rules.NullabilityBreakingChangesRule
    import gradlebuild.binarycompatibility.rules.SinceAnnotationRule
    import gradlebuild.binarycompatibility.rules.SinceAnnotationRuleCurrentGradleVersionSetup
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  3. src/main/webapp/js/marked.min.js

    `,e=e.substring(h.length+1),u=!0),!u){let $=this.rules.other.nextBulletRegex(f),Y=this.rules.other.hrRegex(f),ee=this.rules.other.fencesBeginRegex(f),te=this.rules.other.headingBeginRegex(f),be=this.rules.other.htmlBeginRegex(f),Re=this.rules.other.blockquoteBeginRegex(f);for(;e;){let H=e.split(`
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 41.5K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/storage/StorageTypeTest.java

    import org.codelibs.fess.unit.UnitFessTestCase;
    
    public class StorageTypeTest extends UnitFessTestCase {
    
        public void test_enumValues() {
            final StorageType[] types = StorageType.values();
            assertNotNull(types);
            assertEquals(3, types.length);
        }
    
        public void test_s3Type() {
            assertEquals(StorageType.S3, StorageType.valueOf("S3"));
        }
    
        public void test_gcsType() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 12:58:11 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java

     * hostnames or URLs to be treated as equivalent for crawling and indexing purposes.
     * It maintains a list of DuplicateHost rules and applies them to URLs.
     *
     */
    public class DuplicateHostHelper {
        private static final Logger logger = LogManager.getLogger(DuplicateHostHelper.class);
    
        /** List of duplicate host rules for URL conversion */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 4K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/service/RoleTypeService.java

        @Resource
        protected FessConfig fessConfig;
    
        /**
         * Gets a list of role types based on the pager.
         * @param roleTypePager The pager for role types.
         * @return A list of role types.
         */
        public List<RoleType> getRoleTypeList(final RoleTypePager roleTypePager) {
    
            final PagingResultBean<RoleType> roleTypeList = roleTypeBhv.selectPage(cb -> {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/app/service/LabelTypeService.java

        /**
         * Default constructor.
         */
        public LabelTypeService() {
            super();
        }
    
        /**
         * Get a list of label types.
         *
         * @param labelTypePager The pager for label types.
         * @return A list of label types.
         */
        public List<LabelType> getLabelTypeList(final LabelTypePager labelTypePager) {
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4.7K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/helper/FileTypeHelper.java

    import org.codelibs.fess.util.ComponentUtil;
    
    import jakarta.annotation.PostConstruct;
    
    /**
     * Helper class for managing file type mappings based on MIME types.
     * This class provides functionality to map MIME types to file types and
     * retrieve appropriate file type classifications for documents during indexing.
     *
     * The mappings are loaded from configuration and can be dynamically modified
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  9. architecture/standards/0006-use-of-provider-apis-in-gradle.md

    Given these constraints, we cannot always follow best practices.  This ADR proposes the way we should handle the use of Provider APIs in the gradle/gradle codebase.
    
    ## Decision
    
    ### Types of properties that should not use lazy types
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 10K bytes
    - Click Count (0)
  10. .teamcity/pluginData/Check/plugin-settings.xml

            <state type="buildPinned" enabled="false" />
            <state type="buildUnpinned" enabled="false" />
          </states>
          <build-types enabled-for-all="false" enabled-for-subprojects="false">
            <build-type id="bt270451" />
          </build-types>
        </webhook>
        <webhook url="https://gradle-bot.grdev.net/teamcity" enabled="true" template="legacy-tailored-json">
          <states>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue May 18 02:15:16 GMT 2021
    - 2.2K bytes
    - Click Count (0)
Back to Top