Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Cooper (0.19 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message:  */
        public static final String ERRORS_front_header = "{errors.front_header}";
    
        /** The key of the message:  */
        public static final String ERRORS_front_footer = "{errors.front_footer}";
    
        /** The key of the message: <div class="alert alert-warning"> */
        public static final String ERRORS_front_prefix = "{errors.front_prefix}";
    
        /** The key of the message: </div> */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.menu_access_token=Zugriffstoken
    labels.menu_related_content=Verwandte Inhalte
    labels.menu_related_query=Verwandte Abfragen
    labels.sidebar.placeholder_search=Suche...
    labels.sidebar.menu=MENÜ
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">CodeLibs-Projekt</a>.
    labels.search=Suche
    labels.similar_doc_result_status=Ähnliche Suchergebnisse werden angezeigt.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.menu_related_query	=	Requête associée
    labels.menu_plugin	=	Plugin
    labels.menu_storage	=	Stockage
    labels.sidebar.placeholder_search	=	Recherche...
    labels.sidebar.menu	=	MENU
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">Projet CodeLibs</a>.
    labels.search	=	Recherche
    labels.similar_doc_result_status	=	Des résultats similaires sont affichés.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_DOCUMENT_HTML_CANONICAL_XPATH = "crawler.document.html.canonical.xpath";
    
        /** The key of the configuration. e.g. noscript,script,style,header,footer,aside,nav,a[rel=nofollow] */
        String CRAWLER_DOCUMENT_HTML_PRUNED_TAGS = "crawler.document.html.pruned.tags";
    
        /** The key of the configuration. e.g. 120 */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  5. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    											<la:option value="14.11">14.11</la:option>
    											<la:option value="14.12">14.12</la:option>
    										</la:select>
    									</div>
    								</div>
    							</div>
    							<div class="card-footer">
    								<button type="submit" class="btn btn-primary ${f:h(editableClass)}" name="upgradeFrom"
    									value="<la:message key="labels.upgrade_start_button"/>"
    								>
    									<em class="fa fa-arrow-circle-right">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

        /** The path of the HTML: /error/system.jsp */
        HtmlNext path_Error_SystemJsp = new HtmlNext("/error/system.jsp");
    
        /** The path of the HTML: /footer.jsp */
        HtmlNext path_FooterJsp = new HtmlNext("/footer.jsp");
    
        /** The path of the HTML: /header.jsp */
        HtmlNext path_HeaderJsp = new HtmlNext("/header.jsp");
    
        /** The path of the HTML: /help.jsp */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    labels.menu_jobLog=Журнал работ
    labels.menu_failure_url=Ошибка URL
    labels.menu_search_list=Поиск
    labels.menu_backup=Вернуться
    labels.sidebar.placeholder_search=Поиск...
    labels.sidebar.menu=MENU
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">CodeLibs Project</a>.
    labels.search=Поиск
    labels.search_result_status=Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of <b>{1}</b> for <b>{0}</b>
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_config.properties

    crawler.document.html.digest.xpath=//META[@name='description']/@content
    crawler.document.html.canonical.xpath=//LINK[@rel='canonical'][1]/@href
    crawler.document.html.pruned.tags=noscript,script,style,header,footer,aside,nav,a[rel=nofollow]
    crawler.document.html.max.digest.length=120
    crawler.document.html.default.lang=
    crawler.document.html.default.include.index.patterns=
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: &amp;copy;2024 &lt;a href="https://github.com/codelibs"&gt;CodeLibs Project&lt;/a&gt;. */
        public static final String LABELS_FOOTER_COPYRIGHT = "{labels.footer.copyright}";
    
        /** The key of the message: Search */
        public static final String LABELS_SEARCH = "{labels.search}";
    
        /** The key of the message: Similar results are displayed. */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  10. pom.xml

    					<header>&lt;a href="https://fess.codelibs.org/" target="_blank"&gt;Enterprise Search Server: Fess&lt;/a&gt;</header>
    					<footer>&lt;a href="https://fess.codelibs.org/" target="_blank"&gt;Open Source Enterprise Search Server: Fess&lt;/a&gt;</footer>
    				</configuration>
    			</plugin>
    			<plugin>
    				<artifactId>maven-jxr-plugin</artifactId>
    				<configuration>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
Back to top