Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 437 for documented (0.04 sec)

  1. src/test/java/org/codelibs/fess/ds/DataStoreTest.java

                    // Simulate storing documents
                    Map<String, Object> doc1 = new HashMap<>();
                    doc1.put("id", "1");
                    doc1.put("title", "Document 1");
                    callback.store(initParamMap, doc1);
    
                    Map<String, Object> doc2 = new HashMap<>();
                    doc2.put("id", "2");
                    doc2.put("title", "Document 2");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java

                @Override
                public void commit() {
                    documentsBeforeCommit.set(docCount);
                    commitCount.incrementAndGet();
                }
            };
    
            // Store some documents
            DataStoreParams params = new DataStoreParams();
            Map<String, Object> data = new HashMap<>();
    
            callback.store(params, data);
            callback.store(params, data);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    * Exclude nodes labeled as master from LoadBalancer / NodePort; restores documented behaviour. ([#44745](https://github.com/kubernetes/kubernetes/pull/44745), [@justinsb](https://github.com/justinsb))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_es.properties

    labels.dict_stopwords_button_download = Descargar
    labels.dict_stopwords_button_upload = Subir
    labels.dict_stopwords_file = Archivo de palabras vacías
    labels.boost_document_rule_configuration=Impulso de documento
    labels.boost_document_rule_title_details=Impulso de documento
    labels.boost_document_rule_list_url_expr=Condición
    labels.boost_document_rule_url_expr=Condición
    labels.boost_document_rule_boost_expr=Expresión de impulso
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java

         */
        @Override
        public void destroy() {
        }
    
        /**
         * Creates a thumbnail generation task for the specified document.
         *
         * @param path the file path or URL of the document
         * @param docMap the document metadata map containing field values
         * @return a tuple containing the generator name, thumbnail ID, and path
         */
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_fr.properties

    errors.cannot_delete_doc_because_of_running = Un robot d'exploration est en cours d'exécution. Vous ne pouvez pas supprimer de documents.
    errors.failed_to_delete_doc_in_admin = Échec de la suppression d'un document.
    errors.failed_to_send_testmail=Échec de l'envoi d'un e-mail de test.
    errors.invalid_query_unknown = La requête spécifiée a une condition inconnue.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_de.properties

    errors.target_file_does_not_exist = Die Datei {0} existiert nicht.
    errors.failed_to_delete_file = Fehler beim Löschen der Datei {0}.
    errors.docid_not_found = Dokumenten-ID nicht gefunden. Ursache: {0}
    errors.document_not_found = Die URL für die Dokumenten-ID wurde nicht gefunden. Ursache: {0}
    errors.not_load_from_server = Konnte von diesem Server nicht geladen werden. Ursache: {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. guava/src/com/google/common/net/MediaType.java

      /**
       * As described in <a href="http://www.ietf.org/rfc/rfc3023.txt">RFC 3023</a>, this constant
       * ({@code text/xml}) is used for XML documents that are "readable by casual users." {@link
       * #APPLICATION_XML_UTF_8} is provided for documents that are intended for applications.
       */
      public static final MediaType XML_UTF_8 = createConstantUtf8(TEXT_TYPE, "xml");
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_it.properties

    labels.dict_stopwords_button_download = Scarica
    labels.dict_stopwords_button_upload = Carica
    labels.dict_stopwords_file = File stopwords
    labels.boost_document_rule_configuration=Regola di boost documento
    labels.boost_document_rule_title_details=Regola di boost documento
    labels.boost_document_rule_list_url_expr=Condizione
    labels.boost_document_rule_url_expr=Condizione
    labels.boost_document_rule_boost_expr=Espressione di boost
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
        }
    
        /**
         * Extracts anchor URLs from the HTML document.
         *
         * @param document the parsed HTML document
         * @param responseData the response data from crawling
         * @return list of anchor URLs found in the document
         */
        protected List<String> getAnchorList(final Document document, final ResponseData responseData) {
            List<RequestData> anchorList = new ArrayList<>();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
Back to top