Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 247 for containers (0.52 sec)

  1. src/main/resources/crawler/extractor+tikaExtractor.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<include path="crawler/container.xml" />
    	<component name="tikaExtractor"
    		class="org.codelibs.fess.crawler.extractor.impl.TikaExtractor">
    		<property name="maxCompressionRatio">2</property>
    		<property name="maxUncompressionSize">10000000</property>
    	</component>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Aug 25 12:46:12 GMT 2019
    - 461 bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/adminlte.min.js.map

       INIT: `init${EVENT_KEY}`,\n    CREATED: `created${EVENT_KEY}`,\n    REMOVED: `removed${EVENT_KEY}`,\n  }\n\n  const Selector = {\n    BODY: 'toast-body',\n    CONTAINER_TOP_RIGHT: '#toastsContainerTopRight',\n    CONTAINER_TOP_LEFT: '#toastsContainerTopLeft',\n    CONTAINER_BOTTOM_RIGHT: '#toastsContainerBottomRight',\n    CONTAINER_BOTTOM_LEFT: '#toastsContainerBottomLeft',\n  }\n\n  const ClassName = {\n    TOP_RIGHT: 'toasts-top-right',\n    TOP_LEFT: 'toasts-top-left',\n    BOTTOM_RIGHT: ...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 77K bytes
    - Viewed (1)
  3. src/main/webapp/WEB-INF/view/index.jsp

    </head>
    <body>
    	<la:form action="/search" method="get" styleId="searchForm">
    		${fe:facetForm()}${fe:geoForm()}
    		<header>
    			<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
    				<div id="content" class="container">
    					<div class="navbar-brand"></div>
    					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
    							aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  4. src/test/java/org/codelibs/core/lang/StringUtilTest.java

            assertEquals("1", true, StringUtil.contains("a", 'a'));
            assertEquals("2", true, StringUtil.contains("abc", 'b'));
            assertEquals("3", false, StringUtil.contains("abc", 'd'));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testContains2() throws Exception {
            assertEquals("1", true, StringUtil.contains("a", "a"));
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 12K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java

                    final String webPackageKeyword = getWebPackageKeyword();
                    if (!clazz.getName().contains(webPackageKeyword) ||
                    // exclude app.web.api.admin packages
                            clazz.getName().contains(".app.web.api.admin.")) {
                        return;
                    }
                    check(srcFile, clazz, webPackageKeyword);
                }
            });
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/ACE.java

        public static final int GENERIC_READ          = 0x80000000; // 31
    
        public static final int FLAGS_OBJECT_INHERIT    = 0x01;
        public static final int FLAGS_CONTAINER_INHERIT = 0x02;
        public static final int FLAGS_NO_PROPAGATE      = 0x04;
        public static final int FLAGS_INHERIT_ONLY      = 0x08;
        public static final int FLAGS_INHERITED         = 0x10;
    
        boolean allow;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 7.2K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/error/badRequest.jsp

    	type="text/css" />
    <link href="${fe:url('/css/font-awesome.min.css')}"
    	rel="stylesheet" type="text/css" />
    </head>
    <body class="error">
    	<jsp:include page="../header.jsp" />
    	<main class="container">
    		<div class="text-center">
    			<h2>
    				<la:message key="labels.request_error_title" />
    			</h2>
    			<div class="errormessage"><la:message key="labels.bad_request" /></div>
    		</div>
    	</main>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java

            assertEscapePattern("\\Qsmb://server/test/\\E.*", "smb://server/test/");
            assertEscapePattern(".*\\Q?\\E.*", "contains:?");
            assertEscapePattern(".*\\Q\001\\E.*", "contains:\001");
            assertEscapePattern("(?i).*\\.exe$", "regexpIgnoreCase:\\.exe$");
            assertEscapePattern("(?i)index.html", "regexpIgnoreCase:index.html");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/zh-tw/stopwords.txt

    [
    ]
    <
    >
    *
    #
    &
    ^
    $
    @
    !
    ~
    :
    ;
    +
    /
    \
    《
    》
    —
    -
    ,
    。
    、
    :
    ;
    !
    ·
    ?
    “
    ”
    )
    (
    【
    】
    [
    ]
    ●
    # the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese)
     
    
    # English Stop Words
    
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jun 17 08:00:22 GMT 2017
    - 310 bytes
    - Viewed (0)
  10. dbflute_fess/dfprop/dependencyInjectionMap.dfprop

    # /---------------------------------------------------------------------------
    # dependencyInjectionMap: (NotRequired - Default map:{})
    #
    # The various settings about dependency injection(DI Container). 
    #
    # {Java} Spring Only:
    # o dbfluteBeansPackageName (NotRequired - Default '../resources')
    # o dbfluteBeansFileName: (NotRequired - Default 'dbfluteBeans.xml')
    # o dbfluteBeansDataSourceName: (NotRequired - Default 'dataSource')
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 6.5K bytes
    - Viewed (0)
Back to top