Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1121 - 1130 of 1,276 for href (0.14 sec)

  1. src/main/resources/fess_label.properties

    labels.menu_related_query=Related Query
    labels.sidebar.placeholder_search=Search...
    labels.menu_plugin=Plugin
    labels.menu_storage=Storage
    labels.sidebar.menu=Menu
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">CodeLibs Project</a>.
    labels.search=Search
    labels.similar_doc_result_status=Showing similar results.
    labels.search_result_status=Results <b>{2}</b> - <b>{3}</b> of <b>{1}</b> for <b>{0}</b>
    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. android/guava/src/com/google/common/collect/ImmutableSortedSet.java

     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting
     * collection will not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
     * @since 2.0 (implements {@code NavigableSet} since 12.0)
     */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 36.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
            return urlList;
        }
    
        /**
         * Gets the base URL for resolving relative URLs.
         *
         * @param currentUrl the current URL
         * @param baseHref the base href value from HTML
         * @return the base URL
         * @throws MalformedURLException if the URL is malformed
         */
        protected URL getBaseUrl(final String currentUrl, final String baseHref) throws MalformedURLException {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_CN.properties

    labels.menu_related_content=相关内容
    labels.menu_related_query=相关查询
    labels.sidebar.placeholder_search=搜索...
    labels.menu_plugin=插件
    labels.menu_storage=存储
    labels.sidebar.menu=菜单
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">CodeLibs项目</a>.
    labels.search=搜索
    labels.similar_doc_result_status=显示相似结果。
    labels.search_result_status=<b>{0}</b> 的搜索结果<span class="br-phone"></span> <b>{1}</b> 条中的 <b>{2}</b> - <b>{3}</b> 条
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.menu_related_query=Requête associée
    labels.sidebar.placeholder_search=Rechercher...
    labels.menu_plugin=Plugin
    labels.menu_storage=Stockage
    labels.sidebar.menu=Menu
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">Projet CodeLibs</a>.
    labels.search=Rechercher
    labels.similar_doc_result_status=Affichage de résultats similaires.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_es.properties

    labels.menu_related_query=Consulta relacionada
    labels.sidebar.placeholder_search=Buscar...
    labels.menu_plugin=Plugin
    labels.menu_storage=Almacenamiento
    labels.sidebar.menu=Menú
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">Proyecto CodeLibs</a>.
    labels.search=Buscar
    labels.similar_doc_result_status=Mostrando resultados similares.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ko.properties

    labels.menu_related_content=관련 콘텐츠
    labels.menu_related_query=관련 쿼리
    labels.sidebar.placeholder_search=검색...
    labels.menu_plugin=플러그인
    labels.menu_storage=스토리지
    labels.sidebar.menu=메뉴
    labels.footer.copyright=&copy;2024 <a href="https://github.com/codelibs">CodeLibs 프로젝트</a>.
    labels.search=검색
    labels.similar_doc_result_status=유사한 결과를 표시하고 있습니다.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Iterables.java

     * are <i>lazy</i>, which means that their iterators only advance the backing iteration when
     * absolutely necessary.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#iterables">{@code
     * Iterables}</a>.
     *
     * @author Kevin Bourrillion
     * @author Jared Levy
     * @since 2.0
     */
    @GwtCompatible
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 43.3K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/Monitor.java

     * performance loss. {@code Monitor} even has the potential for performance gain by optimizing the
     * evaluation and signaling of conditions. Signaling is entirely <a
     * href="http://en.wikipedia.org/wiki/Monitor_(synchronization)#Implicit_signaling">implicit</a>. By
     * eliminating explicit signaling, this class can guarantee that only one thread is awakened when a
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 42.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/util/concurrent/ClosingFuture.java

         * AutoCloseable}. For users of the {@code -android} flavor, the object must be a {@code
         * Closeable}. (For more about the flavors, see <a
         * href="https://github.com/google/guava#adding-guava-to-your-build">Adding Guava to your
         * build</a>.)
         *
         * <p>Be careful when targeting an older SDK than you are building against (most commonly when
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 98.1K bytes
    - Viewed (0)
Back to top