Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for tagasi (0.04 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.crawling_info_DataCrawlExecTime=Temps d'exécution de l'exploration (Magasin de données)
    labels.crawling_info_DataCrawlStartTime=Heure de début de l'exploration (Magasin de données)
    labels.crawling_info_DataCrawlEndTime=Heure de fin de l'exploration (Magasin de données)
    labels.crawling_info_DataIndexExecTime=Temps d'exécution de l'indexation (Magasin de données)
    labels.crawling_info_DataIndexSize=Taille de l'index (Magasin de données)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    taa.it
    tab
    tabayama.yamanashi.jp
    tabitorder.co.il
    tabuse.yamaguchi.jp
    tachiarai.fukuoka.jp
    tachikawa.tokyo.jp
    tadaoka.osaka.jp
    tado.mie.jp
    tadotsu.kagawa.jp
    tagajo.miyagi.jp
    tagami.niigata.jp
    tagawa.fukuoka.jp
    tahara.aichi.jp
    taifun-dns.de
    taiji.wakayama.jp
    taiki.hokkaido.jp
    taiki.mie.jp
    tainai.niigata.jp
    taipei
    taira.toyama.jp
    taishi.hyogo.jp
    taishi.osaka.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

            };
    
            PrunedTag[] tags = fessConfig.getCrawlerDocumentHtmlPrunedTagsAsArray();
            assertTrue(matchesTag(tags[0], "<script></script>"));
            assertTrue(matchesTag(tags[0], "<script id=\\\"main\\\"></script>"));
            assertFalse(matchesTag(tags[0], "<a></a>"));
    
            assertTrue(matchesTag(tags[1], "<div id=\"main\"></div>"));
            assertFalse(matchesTag(tags[1], "<div></div>"));
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java

                final Map<String, String> tags = new HashMap<>();
                getObjectTags(getObjectName(path, name)).entrySet().forEach(e -> {
                    final int index = tags.size() / 2 + 1;
                    tags.put("name" + index, e.getKey());
                    tags.put("value" + index, e.getValue());
                });
                RenderDataUtil.register(data, "savedTags", tags);
            });
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/exentity/CrawlingConfig.java

                public static final String HTML_CANONICAL_XPATH = "html.canonical.xpath";
                public static final String HTML_PRUNED_TAGS = "html.pruned.tags";
                public static final String PIPELINE = "pipeline";
                public static final String IGNORE_ROBOTS_TAGS = "ignore.robots.tags";
                public static final String SCRIPT_TYPE = "script.type";
                public static final String HTML_CHILD_URL_RULES = "html.child.url.rules";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  6. guava-testlib/README.md

    -   [Issue tracker: Report a defect or feature request](https://github.com/google/guava/issues/new)
    -   [StackOverflow: Ask "how-to" and "why-didn't-it-work" questions](https://stackoverflow.com/questions/ask?tags=guava+java)
    -   [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss)
    
    ## IMPORTANT WARNINGS
    
    1. APIs marked with the `@Beta` annotation at the class or method level
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Apr 14 18:38:35 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_message.properties

    errors.storage_access_error=Storage Access Error: {0}
    errors.storage_no_upload_file=Please specify a file to upload.
    errors.storage_directory_name_is_invalid=The directory name is invalid.
    errors.storage_tags_update_failure=Failed to update tags of {0}.
    
    success.update_crawler_params = Updated parameters.
    success.delete_doc_from_index = Started a process to delete documents from an index.
    success.crawling_info_delete_all = Deleted session data.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_en.properties

    errors.storage_access_error=Storage Access Error: {0}
    errors.storage_no_upload_file=Please specify a file to upload.
    errors.storage_directory_name_is_invalid=The directory name is invalid.
    errors.storage_tags_update_failure=Failed to update tags of {0}.
    
    success.update_crawler_params = Updated parameters.
    success.delete_doc_from_index = Started a process to delete documents from an index.
    success.crawling_info_delete_all = Deleted session data.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_nl.properties

    errors.storage_access_error=Toegangsfout opslag: {0}
    errors.storage_no_upload_file=Geef een bestand op om te uploaden.
    errors.storage_directory_name_is_invalid=De mapnaam is ongeldig.
    errors.storage_tags_update_failure=Kan tags voor {0} niet bijwerken.
    
    success.update_crawler_params = Parameters bijgewerkt.
    success.delete_doc_from_index = Proces gestart om document uit index te verwijderen.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    crawler.data.env.param.key.pattern=^FESS_ENV_.*
    # Whether to ignore robots.txt during crawling.
    crawler.ignore.robots.txt=false
    # Whether to ignore robots meta tags during crawling.
    crawler.ignore.robots.tags=false
    # Whether to ignore content exceptions during crawling.
    crawler.ignore.content.exception=true
    # HTTP status codes considered as failure URLs.
    crawler.failure.url.status.codes=404
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top