Search Options

Results per page
Sort
Preferred Languages
Advance

Results 631 - 640 of 660 for Disable (0.04 sec)

  1. android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java

          // fail(), but with the JUnit-supplied message.
          assertEquals("Started with " + startedWith, expected, actual);
        }
      }
    
      // J2kt cannot translate the Comparable rawtype in a usable way (it becomes Comparable<Object>
      // but types are typically only Comparable to themselves).
      @SuppressWarnings({"rawtypes", "unchecked"})
      private static MinMaxPriorityQueue.Builder<Comparable<?>> rawtypeToWildcard(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 36K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.log_level=Protokollebene
    labels.csv_file_encoding=CSV-Dateikodierung
    labels.notification_to=Benachrichtigungs-E-Mail
    labels.pathmap_configuration=Pfadzuordnung
    labels.pathmap_title_details=Pfadzuordnung
    labels.disabled=Deaktiviert
    labels.pathmap_pt_crawling=Crawling
    labels.pathmap_pt_displaying=Anzeige
    labels.pathmap_pt_both=Crawling/Anzeige
    labels.pathmap_pt_stored=Gespeicherte URL
    labels.regular_name=Regulärer Name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  3. guava/src/com/google/common/collect/ImmutableSet.java

       *
       * <p>The array {@code others} must not be longer than {@code Integer.MAX_VALUE - 6}.
       *
       * @since 3.0 (source-compatible since 2.0)
       */
      @SafeVarargs // For Eclipse. For internal javac we have disabled this pointless type of warning.
      public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) {
        checkArgument(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.csv_file_encoding=Кодировка файла CSV
    labels.notification_to=Уведомление по электронной почте
    labels.pathmap_configuration=Сопоставление путей
    labels.pathmap_title_details=Сопоставление путей
    labels.disabled=Отключено
    labels.pathmap_pt_crawling=Сканирование
    labels.pathmap_pt_displaying=Отображение
    labels.pathmap_pt_both=Сканирование/Отображение
    labels.pathmap_pt_stored=Сохраненный URL
    labels.regular_name=Обычное имя
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_it.properties

    labels.log_level=Livello di log
    labels.csv_file_encoding=Codifica file CSV
    labels.notification_to=Email di notifica
    labels.pathmap_configuration=Mappatura percorso
    labels.pathmap_title_details=Mappatura percorso
    labels.disabled=Disabilitato
    labels.pathmap_pt_crawling=Scansione
    labels.pathmap_pt_displaying=Visualizzazione
    labels.pathmap_pt_both=Scansione/Visualizzazione
    labels.pathmap_pt_stored=URL memorizzato
    labels.regular_name=Nome regolare
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/primitives/Longs.java

        @Override
        public Long get(int index) {
          checkElementIndex(index, size());
          return array[start + index];
        }
    
        @Override
        /*
         * This is an override that is not directly visible to callers, so NewApi will catch calls to
         * Collection.spliterator() where necessary.
         */
        @IgnoreJRERequirement
        public Spliterator.OfLong spliterator() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Path Mapping */
        public static final String LABELS_pathmap_title_details = "{labels.pathmap_title_details}";
    
        /** The key of the message: Disabled */
        public static final String LABELS_DISABLED = "{labels.disabled}";
    
        /** The key of the message: Crawling */
        public static final String LABELS_pathmap_pt_crawling = "{labels.pathmap_pt_crawling}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_pl.properties

    labels.log_level=Poziom logowania
    labels.csv_file_encoding=Kodowanie pliku CSV
    labels.notification_to=E-mail powiadomienia
    labels.pathmap_configuration=Mapowanie ścieżek
    labels.pathmap_title_details=Mapowanie ścieżek
    labels.disabled=Wyłączone
    labels.pathmap_pt_crawling=Indeksowanie
    labels.pathmap_pt_displaying=Wyświetlanie
    labels.pathmap_pt_both=Indeksowanie/Wyświetlanie
    labels.pathmap_pt_stored=Zapisany URL
    labels.regular_name=Nazwa regularna
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_pt_BR.properties

    labels.csv_file_encoding=Codificação de arquivo CSV
    labels.notification_to=E-mail de notificação
    labels.pathmap_configuration=Mapeamento de caminho
    labels.pathmap_title_details=Mapeamento de caminho
    labels.disabled=Desabilitado
    labels.pathmap_pt_crawling=Rastreamento
    labels.pathmap_pt_displaying=Exibindo
    labels.pathmap_pt_both=Rastreamento/Exibição
    labels.pathmap_pt_stored=URL armazenada
    labels.regular_name=Nome regular
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_zh_CN.properties

    labels.purge_by_bots=要删除日志的机器人名称
    labels.log_level=日志级别
    labels.csv_file_encoding=CSV文件编码
    labels.notification_to=通知邮件
    labels.pathmap_configuration=路径映射
    labels.pathmap_title_details=路径映射
    labels.disabled=禁用
    labels.pathmap_pt_crawling=爬网
    labels.pathmap_pt_displaying=显示
    labels.pathmap_pt_both=爬网/显示
    labels.pathmap_pt_stored=存储的URL
    labels.regular_name=常规名称
    labels.duplicate_name=重复名称
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
Back to top