Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 139 for zoeken (0.12 sec)

  1. src/main/resources/fess_message.properties

    errors.failed_to_download_mapping_file = Failed to download a mapping file.
    errors.failed_to_upload_mapping_file = Failed to upload a mapping file.
    errors.invalid_kuromoji_token={0} is invalid as a token.
    errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different.
    errors.invalid_str_is_included = {1} is invalid for {0}.
    errors.blank_password = Password is required.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_en.properties

    errors.failed_to_download_mapping_file = Failed to download a mapping file.
    errors.failed_to_upload_mapping_file = Failed to upload a mapping file.
    errors.invalid_kuromoji_token={0} is invalid as a token.
    errors.invalid_kuromoji_segmentation=The number of segmentation for {0} and {1} is different.
    errors.invalid_str_is_included = {1} is invalid for {0}.
    errors.blank_password = Password is required.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

      * All communication is now over TLS
      * Authorization plugins can be installed by kubeadm, including the new default of RBAC
      * The bootstrap token system now allows token management and expiration
    * The [`kubefed` federation bootstrap tool](https://kubernetes.io/docs/tutorials/federation/set-up-cluster-federation-kubefed/) has also graduated to beta.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    - Kube-apiserver can now specify `--authentication-token-webhook-version=v1` or `--authorization-webhook-version=v1` to use `v1` TokenReview and SubjectAccessReview API objects when communicating with authentication and authorization webhooks. ([#84768](https://github.com/kubernetes/kubernetes/pull/84768), [@liggitt](https://github.com/liggitt))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  5. src/main/resources/fess_message_nl.properties

    errors.failed_to_download_mapping_file = Kan mappingbestand niet downloaden.
    errors.failed_to_upload_mapping_file = Kan mappingbestand niet uploaden.
    errors.invalid_kuromoji_token={0} is geen geldig token.
    errors.invalid_kuromoji_segmentation=Het aantal segmentaties van {0} komt niet overeen met het aantal segmentaties van {1}.
    errors.invalid_str_is_included = {1} is ongeldig in {0}.
    errors.blank_password = Wachtwoord is vereist.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_it.properties

    errors.failed_to_download_mapping_file = Impossibile scaricare il file di mappatura.
    errors.failed_to_upload_mapping_file = Impossibile caricare il file di mappatura.
    errors.invalid_kuromoji_token={0} non è un token valido.
    errors.invalid_kuromoji_segmentation=Il numero di segmentazioni di {0} non corrisponde al numero di segmentazioni di {1}.
    errors.invalid_str_is_included = {0} non è valido in {1}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.9.md

    ### **Cluster Lifecycle**
    
    *   You must either specify the `--discovery-token-ca-cert-hash` flag to `kubeadm join`, or opt out of the CA pinning feature using `--discovery-token-unsafe-skip-ca-verification`.
    *   The default `auto-detect` behavior of the kubelet's `--cloud-provider` flag is removed.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.7.md

    * `--service-account-lookup` now defaults to true, requiring the Secret API object containing the token to exist in order for a service account token to be valid. This enables service account tokens to be revoked by deleting the Secret object containing the token. ([#44071](https://github.com/kubernetes/kubernetes/pull/44071), [@liggitt](https://github.com/liggitt))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_zh_TW.properties

    labels.purgeUserInfoDay=刪除以前的使用者日誌
    labels.reading=讀音
    labels.roleTypeIds=角色ID
    labels.scriptData=腳本
    labels.scriptResult=結果
    labels.scriptType=執行方法
    labels.segmentation=分段
    labels.startTime=開始時間
    labels.target=目標
    labels.token=令牌
    labels.synonymFile=同義詞檔案
    labels.stopwordsFile=停用詞檔案
    labels.stemmerOverrideFile=詞幹覆蓋檔案
    labels.mappingFile=映射檔案
    labels.protwordsFile=Protwords檔案
    labels.kuromojiFile=Kuromoji檔案
    labels.elevateWordFile=提升詞檔案
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

                    return appValue.get();
                }
    
                @Override
                public String getAppEncryptPropertyPattern() {
                    return ".*password|.*key|.*token|.*secret";
                }
            });
            final String now = String.valueOf(System.currentTimeMillis());
            helper.updateSystemProperties();
            assertNull(System.getProperty("fess." + now));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 28.9K bytes
    - Viewed (0)
Back to top