Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 112 for facet1 (0.05 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F62C         ; valid                  ;      ; NV8    # 6.1  GRIMACING FACE
    1F62D         ; valid                  ;      ; NV8    # 6.0  LOUDLY CRYING FACE
    1F62E..1F62F  ; valid                  ;      ; NV8    # 6.1  FACE WITH OPEN MOUTH..HUSHED FACE
    1F630..1F633  ; valid                  ;      ; NV8    # 6.0  FACE WITH OPEN MOUTH AND COLD SWEAT..FLUSHED FACE
    1F634         ; valid                  ;      ; NV8    # 6.1  SLEEPING FACE
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Supplier.java

       *
       * <p>Historically, {@code Supplier} instances in this library have implemented this method to
       * recognize certain cases where distinct {@code Supplier} instances would in fact behave
       * identically. However, as code migrates to {@code java.util.function}, that behavior will
       * disappear. It is best not to depend on it.
       */
      @Override
      boolean equals(@Nullable Object object);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jun 19 17:20:48 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.boostExpr=Expression de boost
    labels.confirmPassword=Confirmer
    labels.crawler=Robot d'exploration
    labels.crudMode=Mode
    labels.errorCountMax=Nombre d'erreurs maximum
    labels.errorCountMin=Nombre d'erreurs minimum
    labels.facet=Facette
    labels.geo=Géo
    labels.groups=Groupes
    labels.hash=Hachage
    labels.kuromojiFile=Fichier Kuromoji
    labels.maxSize=Taille maximale
    labels.order=Ordre
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  4. guava/src/com/google/common/base/Function.java

       *
       * <p>Historically, {@code Function} instances in this library have implemented this method to
       * recognize certain cases where distinct {@code Function} instances would in fact behave
       * identically. However, as code migrates to {@code java.util.function}, that behavior will
       * disappear. It is best not to depend on it.
       */
      @Override
      boolean equals(@Nullable Object obj);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Apr 15 22:14:00 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_nl.properties

    labels.boostExpr=Boost-expressie
    labels.confirmPassword=Bevestigen
    labels.crawler=Crawler
    labels.crudMode=Modus
    labels.errorCountMax=Maximaal aantal fouten
    labels.errorCountMin=Minimaal aantal fouten
    labels.facet=Facet
    labels.geo=Geo
    labels.groups=Groepen
    labels.hash=Hash
    labels.kuromojiFile=Kuromoji-bestand
    labels.maxSize=Maximale grootte
    labels.order=Volgorde
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  6. guava/src/com/google/common/base/Predicate.java

       *
       * <p>Historically, {@code Predicate} instances in this library have implemented this method to
       * recognize certain cases where distinct {@code Predicate} instances would in fact behave
       * identically. However, as code migrates to {@code java.util.function}, that behavior will
       * disappear. It is best not to depend on it.
       */
      @Override
      boolean equals(@Nullable Object obj);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jun 18 15:22:00 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/kotlin/okhttp3/internal/platform/android/AndroidSocketAdapter.kt

    /**
     * Modern reflection based SocketAdapter for Conscrypt class SSLSockets.
     *
     * This is used directly for providers where class name is known e.g. the Google Play Provider
     * but we can't compile directly against it, or in fact reliably know if it is registered and
     * on classpath.
     */
    open class AndroidSocketAdapter(
      private val sslSocketClass: Class<in SSLSocket>,
    ) : SocketAdapter {
      private val setUseSessionTickets: Method =
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/exception/ServletRuntimeExceptionTest.java

            ServletException servletException = new ServletException("Serialization test");
            ServletRuntimeException runtimeException = new ServletRuntimeException(servletException);
    
            // The fact that we can create the instance verifies the serialVersionUID is defined
            assertNotNull(runtimeException);
    
            // Verify the exception maintains its state
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/graph/MapIteratorCache.java

     * this structure is never mutated, it provides a thread-safe view of the backing map.
     *
     * <p>The {@link MapIteratorCache} assumes ownership of the backing map, and cannot guarantee
     * correctness in the face of external mutations to the backing map. As such, it is <b>strongly</b>
     * recommended that the caller does not persist a reference to the backing map (unless the backing
     * map is immutable).
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/base/Supplier.java

       *
       * <p>Historically, {@code Supplier} instances in this library have implemented this method to
       * recognize certain cases where distinct {@code Supplier} instances would in fact behave
       * identically. However, as code migrates to {@code java.util.function}, that behavior will
       * disappear. It is best not to depend on it.
       */
      @Override
      boolean equals(@Nullable Object object);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jun 19 17:20:48 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top