Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 132 for listo (0.17 sec)

  1. src/main/resources/fess_label_de.properties

    labels.joblog_delete_all_cancel=Abbrechen
    labels.dict_configuration=Wörterbuch-Liste
    labels.dict_list_title=Wörterbuch-Liste
    labels.dict_list_link=Wörterbücher
    labels.dictionary_name=Name
    labels.dictionary_type=Typ
    labels.dict_synonym_configuration=Synonym-Liste
    labels.dict_synonym_title=Synonym-Liste
    labels.dict_synonym_list_link=Liste
    labels.dict_synonym_link_create=Neu erstellen
    labels.dict_synonym_link_edit=Bearbeiten
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.joblog_delete_all_cancel	=	Annuler
    labels.dict_configuration	=	Liste des dictionnaires
    labels.dict_list_title	=	Liste des dictionnaires
    labels.dict_list_link	=	Dictionnaires
    labels.dictionary_name	=	Nom
    labels.dictionary_type	=	Type
    labels.dict_synonym_configuration	=	Liste des synonymes
    labels.dict_synonym_title	=	Liste des synonymes
    labels.dict_synonym_list_link	=	Liste
    labels.dict_synonym_link_create	=	Créer nouveau
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/test/resources/osdd/osdd.xml

    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
      <ShortName>Fess</ShortName>
      <Description>Full Text Search for Your Documents.</Description>
      <Tags>Full Text Search</Tags>
      <Contact>fess-user@lists.sourceforge.jp</Contact>
      <SearchForm>http://localhost:8080/fess/</SearchForm>
      <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
      <InputEncoding>UTF-8</InputEncoding>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 08 05:17:08 GMT 2024
    - 535 bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/pt-br/stopwords.txt

    dispoe
    dispoem
    diversa
    diversas
    diversos
    do
    dos
    durante
    e
    ela
    elas
    ele
    eles
    em
    entao
    entre
    essa
    essas
    esse
    esses
    esta
    estas
    este
    estes
    ha
    isso
    isto
    logo
    mais
    mas
    mediante
    menos
    mesma
    mesmas
    mesmo
    mesmos
    na
    nas
    nao
    nas
    nem
    nesse
    neste
    nos
    o
    os
    ou
    outra
    outras
    outro
    outros
    pelas
    pelas
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 820 bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/helper/OsddHelperTest.java

                              <Description>Full Text Search for Your Documents.</Description>
                              <Tags>Full Text Search</Tags>
                              <Contact>fess-user@lists.sourceforge.jp</Contact>
                              <SearchForm>http://localhost:8080/fess/</SearchForm>
                              <Url type="text/html" template="http://localhost:8080/fess/search?q={searchTerms}"/>
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

        }
    
        protected void storeQueue(final List<Tuple3<String, String, String>> taskList) {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
            final String[] targets = fessConfig.getThumbnailGeneratorTargetsAsArray();
            final List<ThumbnailQueue> list = new ArrayList<>();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.5K bytes
    - Viewed (0)
  7. src/main/webapp/css/bootstrap.min.css.map

    -horizontal .list-group-item:first-child {\n  border-bottom-left-radius: 0.25rem;\n  border-top-right-radius: 0;\n}\n\n.list-group-horizontal .list-group-item:last-child {\n  border-top-right-radius: 0.25rem;\n  border-bottom-left-radius: 0;\n}\n\n.list-group-horizontal .list-group-item.active {\n  margin-top: 0;\n}\n\n.list-group-horizontal .list-group-item + .list-group-item {\n  border-top-width: 1px;\n  border-left-width: 0;\n}\n\n.list-group-horizontal .list-group-item + .list-group-item.active...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 626.8K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/sso/aad/AzureAdAuthenticatorTest.java

            list.clear();
            authenticator.addGroupOrRoleName(list, "test", false);
            assertEquals(1, list.size());
            assertEquals("test", list.get(0));
    
            list.clear();
            authenticator.addGroupOrRoleName(list, "******@****.***", true);
            assertEquals(2, list.size());
            assertEquals("******@****.***", list.get(0));
            assertEquals("test", list.get(1));
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java

                    final ListResultBean<WebConfig> list = new ListResultBean<>();
                    list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W1"));
                    list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W2"));
                    list.add((WebConfig) crawlingConfigHelper.getCrawlingConfig("W3"));
                    return list;
                }
            }, WebConfigBhv.class.getCanonicalName());
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

            final CsvWriter csvWriter = new CsvWriter(writer, cfg);
            try {
                final List<String> list = new ArrayList<>();
                list.add("SessionId");
                list.add("SessionCreatedTime");
                list.add("Key");
                list.add("Value");
                list.add("CreatedTime");
                csvWriter.writeValues(list);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.4K bytes
    - Viewed (0)
Back to top