Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 96 for avuto (0.42 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 0.01 */
        String QUERY_BOOST_FUZZY_TITLE = "query.boost.fuzzy.title";
    
        /** The key of the configuration. e.g. AUTO */
        String QUERY_BOOST_FUZZY_TITLE_FUZZINESS = "query.boost.fuzzy.title.fuzziness";
    
        /** The key of the configuration. e.g. 10 */
        String QUERY_BOOST_FUZZY_TITLE_EXPANSIONS = "query.boost.fuzzy.title.expansions";
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
  2. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                            <la:select styleId="storageType" property="storageType"
                                                       styleClass="form-control">
                                                <la:option value="auto"><la:message key="labels.storage_type_auto"/></la:option>
                                                <la:option value="s3"><la:message key="labels.storage_type_s3"/></la:option>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 42.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_zh_TW.properties

    labels.notification_search_top=搜尋首頁
    labels.storage_endpoint=端點
    labels.storage_access_key=訪問金鑰
    labels.storage_secret_key=密鑰
    labels.storage_bucket=儲存桶
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=發送測試郵件
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 43.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.storage_endpoint=Конечная точка
    labels.storage_access_key=Ключ доступа
    labels.storage_secret_key=Секретный ключ
    labels.storage_bucket=Бакет
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Отправить тестовое письмо
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.storage_endpoint=Point de terminaison
    labels.storage_access_key=Clé d'accès
    labels.storage_secret_key=Clé secrète
    labels.storage_bucket=Compartiment
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Envoyer un e-mail de test
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_nl.properties

    labels.storage_endpoint=Eindpunt
    labels.storage_access_key=Toegangssleutel
    labels.storage_secret_key=Geheime sleutel
    labels.storage_bucket=Bucket
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Test-e-mail verzenden
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        default void setStorageType(final String value) {
            setSystemProperty(Constants.STORAGE_TYPE, value);
        }
    
        default String getStorageType() {
            return getSystemProperty(Constants.STORAGE_TYPE, "auto");
        }
    
        default void setStorageRegion(final String value) {
            setSystemProperty(Constants.STORAGE_REGION, value);
        }
    
        default String getStorageRegion() {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 88.2K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_pt_BR.properties

    labels.storage_endpoint=Ponto de extremidade
    labels.storage_access_key=Chave de acesso
    labels.storage_secret_key=Chave secreta
    labels.storage_bucket=Bucket
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Enviar e-mail de teste
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.storage_endpoint=Endpunkt
    labels.storage_access_key=Zugriffsschlüssel
    labels.storage_secret_key=Geheimer Schlüssel
    labels.storage_bucket=Bucket
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Test-E-Mail senden
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.9K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_pl.properties

    labels.storage_endpoint=Punkt końcowy
    labels.storage_access_key=Klucz dostępu
    labels.storage_secret_key=Tajny klucz
    labels.storage_bucket=Bucket
    labels.storage_type=Type
    labels.storage_type_auto=Auto
    labels.storage_type_s3=S3
    labels.storage_type_gcs=GCS
    labels.storage_region=Region
    labels.storage_project_id=Project ID
    labels.storage_credentials_path=Credentials Path
    labels.send_testmail=Wyślij e-mail testowy
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 48.1K bytes
    - Viewed (0)
Back to top