Search Options

Results per page
Sort
Preferred Languages
Advance

Results 511 - 520 of 565 for nonHex (0.39 sec)

  1. src/main/resources/fess_label_it.properties

    labels.crawler_title_edit=Configurazione generale
    labels.schedule=Pianificazione
    labels.enabled=Abilitato
    labels.day_for_cleanup=Elimina documenti precedenti
    labels.day=giorni
    labels.crawl_button_update=Aggiorna
    labels.none=Nessuno
    labels.crawling_thread_count=Configurazione crawler simultanei
    labels.incremental_crawling=Verifica ultima modifica
    labels.search_log_enabled=Log di ricerca
    labels.user_info_enabled=Log utente
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/CacheBuilder.java

     *   <li>notification of evicted (or otherwise removed) entries
     *   <li>accumulation of cache access statistics
     * </ul>
     *
     * <p>These features are all optional; caches can be created using all or none of them. By default,
     * cache instances created by {@code CacheBuilder} will not perform any type of eviction.
     *
     * <p>Usage example:
     *
     * {@snippet :
     * LoadingCache<Key, Graph> graphs = CacheBuilder.newBuilder()
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 51.7K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

          Do you think, at your age, it is right?'
    
        `In my youth,' Father William replied to his son,
          `I feared it might injure the brain;
        But, now that I'm perfectly sure I have none,
          Why, I do it again and again.'
    
        `You are old,' said the youth, `as I mentioned before,
          And have grown most uncommonly fat;
        Yet you turned a back-somersault in at the door--
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.crawler_title_edit=Configuração geral
    labels.schedule=Agendamento
    labels.enabled=Habilitado
    labels.day_for_cleanup=Excluir documentos anteriores
    labels.day=dias
    labels.crawl_button_update=Atualizar
    labels.none=Nenhum
    labels.crawling_thread_count=Configuração de rastreadores simultâneos
    labels.incremental_crawling=Verificar data da última modificação
    labels.search_log_enabled=Log de pesquisa
    labels.user_info_enabled=Log do usuário
    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.crawler_title_edit=Konfiguracja ogólna
    labels.schedule=Harmonogram
    labels.enabled=Włączone
    labels.day_for_cleanup=Usuń poprzednie dokumenty
    labels.day=dni
    labels.crawl_button_update=Aktualizuj
    labels.none=Brak
    labels.crawling_thread_count=Konfiguracja jednoczesnych crawlerów
    labels.incremental_crawling=Sprawdź datę ostatniej modyfikacji
    labels.search_log_enabled=Dziennik wyszukiwania
    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/src/com/google/common/collect/MapMakerInternalMap.java

      interface WeakValueReference<K, V, E extends InternalEntry<K, V, E>> {
        /**
         * Returns the current value being referenced, or {@code null} if there is none (e.g. because
         * either it got collected, or {@link #clear} was called, or it wasn't set in the first place).
         */
        @Nullable V get();
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
  7. okhttp/api/android/okhttp.api

    public abstract interface class okhttp3/Authenticator {
    	public static final field Companion Lokhttp3/Authenticator$Companion;
    	public static final field JAVA_NET_AUTHENTICATOR Lokhttp3/Authenticator;
    	public static final field NONE Lokhttp3/Authenticator;
    	public abstract fun authenticate (Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
    }
    
    public final class okhttp3/Authenticator$Companion {
    }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 69.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_zh_CN.properties

    labels.crawler_configuration=通用设置
    labels.crawler_title_edit=通用设置
    labels.schedule=计划
    labels.enabled=启用
    labels.day_for_cleanup=删除以前的文档
    labels.day=天
    labels.crawl_button_update=更新
    labels.none=无
    labels.crawling_thread_count=同时爬虫设置
    labels.incremental_crawling=检查上次修改时间
    labels.search_log_enabled=搜索日志
    labels.user_info_enabled=用户日志
    labels.user_favorite_enabled=收藏日志
    labels.web_api_json_enabled=JSON响应
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.crawler_title_edit=Configuration générale
    labels.schedule=Planification
    labels.enabled=Activé
    labels.day_for_cleanup=Supprimer les anciens documents
    labels.day=jours
    labels.crawl_button_update=Mettre à jour
    labels.none=Aucun
    labels.crawling_thread_count=Configuration du robot d'exploration simultané
    labels.incremental_crawling=Vérifier la dernière modification
    labels.search_log_enabled=Journal de recherche
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  10. docs/recipes.md

              }
            });
          }
        ```
    
    ### Accessing Headers ([.kt][AccessHeadersKotlin], [.java][AccessHeadersJava])
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 17:01:12 UTC 2025
    - 47.8K bytes
    - Viewed (0)
Back to top