Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 69 for tots (0.29 sec)

  1. src/main/resources/fess_label.properties

    labels.ignoreFailureType=Ignored Failure Type
    labels.lastAccessTime=Last Access Time
    labels.notificationTo=Notification To
    labels.num=Num
    labels.pn=Page Number
    labels.protocolScheme=Scheme
    labels.purgeByBots=Purge Bots
    labels.logLevel=Log Level
    labels.purgeSearchLogDay=Purge Search Log
    labels.query=Query
    labels.queryId=Query ID
    labels.rt=rt
    labels.searchLog=Search Log
    labels.sort=Sort
    labels.start=Start
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_pt_BR.properties

    labels.ignoreFailureType=Tipos de falha ignorados
    labels.lastAccessTime=Data do último acesso
    labels.notificationTo=Notificar para
    labels.num=Número
    labels.pn=Número da página
    labels.protocolScheme=Esquema
    labels.purgeByBots=Excluir por Bots
    labels.logLevel=Nível de log
    labels.purgeSearchLogDay=Excluir logs de pesquisa
    labels.query=Consulta
    labels.queryId=ID da consulta
    labels.rt=rt
    labels.searchLog=Log de pesquisa
    labels.sort=Ordenar
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    toyonaka.osaka.jp
    toyone.aichi.jp
    toyono.osaka.jp
    toyooka.hyogo.jp
    toyosato.shiga.jp
    toyota
    toyota.aichi.jp
    toyota.yamaguchi.jp
    toyotomi.hokkaido.jp
    toyotsu.fukuoka.jp
    toyoura.hokkaido.jp
    toys
    tozawa.yamagata.jp
    tozsde.hu
    tp.it
    tr
    tr.eu.org
    tr.it
    tr.no
    tra.kp
    trade
    trader.aero
    trading
    trading.aero
    traeumtgerade.de
    trafficmanager.net
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  4. android/guava/src/com/google/common/net/InetAddresses.java

          char c = ipString.charAt(i);
          if (c == '.') {
            hasDot = true;
          } else if (c == ':') {
            if (hasDot) {
              return null; // Colons must not appear after dots.
            }
            hasColon = true;
          } else if (c == '%') {
            percentIndex = i;
            break;
          } else if (Character.digit(c, 16) == -1) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.handlerScript=スクリプト
    labels.popularWord=人気ワード
    labels.ignoreFailureType=無視された障害種類
    labels.lastAccessTime=最終アクセス日時
    labels.notificationTo=通知先
    labels.num=数
    labels.pn=ページ番号
    labels.protocolScheme=スキーム
    labels.purgeByBots=Botsの削除
    labels.logLevel=ログレベル
    labels.purgeSearchLogDay=検索ログの削除
    labels.query=クエリー
    labels.queryId=クエリーID
    labels.rt=rt
    labels.searchLog=検索ログ
    labels.sort=ソート
    labels.start=スタート位置
    labels.loginRequired=ログインが必要
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    toyonaka.osaka.jp
    toyone.aichi.jp
    toyono.osaka.jp
    toyooka.hyogo.jp
    toyosato.shiga.jp
    toyota
    toyota.aichi.jp
    toyota.yamaguchi.jp
    toyotomi.hokkaido.jp
    toyotsu.fukuoka.jp
    toyoura.hokkaido.jp
    toys
    tozawa.yamagata.jp
    tozsde.hu
    tp.it
    tr
    tr.eu.org
    tr.it
    tr.no
    tra.kp
    trade
    trader.aero
    trading
    trading.aero
    traeumtgerade.de
    trafficmanager.net
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  7. CHANGELOG/CHANGELOG-1.27.md

    - `StatefulSet` names must be DNS labels, rather than subdomains. Any `StatefulSet`
      which took advantage of subdomain validation (by having dots in the name) can't
      possibly have worked, because we eventually set `pod.spec.hostname` from the `StatefulSetName`,
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Allow Secret & ConfigMap keys to contain caps, dots, and underscores ([#25458](https://github.com/kubernetes/kubernetes/pull/25458), [@errm](https://github.com/errm))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

      * Fix a bug where Kubelet does not ignore pod manifest files starting with dots ([#45111](https://github.com/kubernetes/kubernetes/pull/45111), [@dwradcliffe](https://github.com/dwradcliffe))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_PN = "{labels.pn}";
    
        /** The key of the message: Scheme */
        public static final String LABELS_PROTOCOL_SCHEME = "{labels.protocolScheme}";
    
        /** The key of the message: Purge Bots */
        public static final String LABELS_PURGE_BY_BOTS = "{labels.purgeByBots}";
    
        /** The key of the message: Log Level */
        public static final String LABELS_LOG_LEVEL = "{labels.logLevel}";
    
    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