Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 85 for bulkGet (0.05 sec)

  1. src/main/java/org/codelibs/fess/Constants.java

        /** Storage secret key configuration key. */
        public static final String STORAGE_SECRET_KEY = "storage.secretkey";
    
        /** Storage bucket configuration key. */
        public static final String STORAGE_BUCKET = "storage.bucket";
    
        // ============================================================
        // Mapping Type Constants
        // ============================================================
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_it.properties

    labels.notification_search_top=Pagina principale di ricerca
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Chiave di accesso
    labels.storage_secret_key=Chiave segreta
    labels.storage_bucket=Bucket
    labels.send_testmail=Invia email di test
    labels.backup_configuration=Backup
    labels.backup_name=Nome
    labels.backup_bulk_file=File di massa
    labels.backup_button_upload=Carica
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label.properties

    labels.notification_login=Login Page
    labels.notification_search_top=Search Top Page
    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.send_testmail=Send Test Mail
    labels.backup_configuration=Backup
    labels.backup_name=Name
    labels.backup_bulk_file=Bulk File
    labels.backup_button_upload=Upload
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.notification_search_top=Página inicial de pesquisa
    labels.storage_endpoint=Ponto de extremidade
    labels.storage_access_key=Chave de acesso
    labels.storage_secret_key=Chave secreta
    labels.storage_bucket=Bucket
    labels.send_testmail=Enviar e-mail de teste
    labels.backup_configuration=Backup
    labels.backup_name=Nome
    labels.backup_bulk_file=Arquivo em massa
    labels.backup_button_upload=Fazer upload
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pl.properties

    labels.notification_search_top=Strona główna wyszukiwania
    labels.storage_endpoint=Punkt końcowy
    labels.storage_access_key=Klucz dostępu
    labels.storage_secret_key=Tajny klucz
    labels.storage_bucket=Bucket
    labels.send_testmail=Wyślij e-mail testowy
    labels.backup_configuration=Kopia zapasowa
    labels.backup_name=Nazwa
    labels.backup_bulk_file=Plik zbiorczy
    labels.backup_button_upload=Prześlij
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
          Object value = new Object();
          int hash = map.hash(key);
          // chain all entries together as we only have a single bucket
          entry = map.newEntry(key, hash, entry);
          ValueReference<Object, Object> valueRef = map.newValueReference(entry, value, 1);
          entry.setValueReference(valueRef);
        }
        segment.table.set(0, entry);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_nl.properties

    labels.notification_login=Inlogpagina
    labels.notification_search_top=Zoek startpagina
    labels.storage_endpoint=Eindpunt
    labels.storage_access_key=Toegangssleutel
    labels.storage_secret_key=Geheime sleutel
    labels.storage_bucket=Bucket
    labels.send_testmail=Test-e-mail verzenden
    labels.backup_configuration=Back-up
    labels.backup_name=Naam
    labels.backup_bulk_file=Bulkbestand
    labels.backup_button_upload=Uploaden
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

    import org.opensearch.search.SearchHit;
    import org.opensearch.search.SearchHits;
    import org.opensearch.search.aggregations.AggregationBuilders;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.collapse.CollapseBuilder;
    import org.opensearch.search.fetch.subphase.highlight.HighlightBuilder;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

     *
     *  * http://host:80/
     *
     *  * http://host
     *
     * Both the unnecessary port specification (`:80`) and the absent trailing slash (`/`) cause URI to
     * bucket the two URLs separately. This harms URI's usefulness in collections. Any application that
     * stores information-per-URL will need to either canonicalize manually, or suffer unnecessary
     * redundancy for such URLs.
     *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Secret Key */
        public static final String LABELS_storage_secret_key = "{labels.storage_secret_key}";
    
        /** The key of the message: Bucket */
        public static final String LABELS_storage_bucket = "{labels.storage_bucket}";
    
        /** The key of the message: Send Test Mail */
        public static final String LABELS_send_testmail = "{labels.send_testmail}";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top