Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for seksen (0.07 sec)

  1. android/guava/src/com/google/common/base/Converter.java

     * <i>similar</i>.
     *
     * <h3>Nullability</h3>
     *
     * <p>A converter always converts {@code null} to {@code null} and non-null references to non-null
     * references. It would not make sense to consider {@code null} and a non-null reference to be
     * "different representations of the same information", since one is distinguishable from
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jun 18 21:43:06 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    kawara.fukuoka.jp
    kawasaki.miyagi.jp
    kawatana.nagasaki.jp
    kawaue.gifu.jp
    kawazu.shizuoka.jp
    kayabe.hokkaido.jp
    kazimierz-dolny.pl
    kazo.saitama.jp
    kazuno.akita.jp
    kddi
    ke
    keisen.fukuoka.jp
    keliweb.cloud
    kembuchi.hokkaido.jp
    kep.tr
    kepno.pl
    kerryhotels
    kerrylogistics
    kerryproperties
    ketrzyn.pl
    keymachine.de
    keyword-on.net
    kfh
    kg
    kg.kr
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. src/main/java/org/codelibs/fess/Constants.java

        public static final String FESEN_TYPE_AWS = "aws";
    
        /** Search engine username configuration key. */
        public static final String FESEN_USERNAME = "fesen.username";
    
        /** Search engine password configuration key. */
        public static final String FESEN_PASSWORD = "fesen.password";
    
        // ============================================================
        // Execution Type Constants
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractBehavior.java

        // ===================================================================================
        //                                                                       Fesen
        //                                                                              ======
        public RefreshResponse refresh() {
            return client.admin().indices().prepareRefresh(asEsIndex()).execute().actionGet(refreshTimeout);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/CompactHashMap.java

     * supported. Null keys and values are supported.
     *
     * <p>{@code containsKey(k)}, {@code put(k, v)} and {@code remove(k)} are all (expected and
     * amortized) constant time operations. Expected in the hashtable sense (depends on the hash
     * function doing a good job of distributing the elements to the buckets to a distribution not far
     * from uniform), and amortized since some operations can trigger a hash table resize.
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  6. android/pom.xml

                  <groupId>com.toasttab.android</groupId>
                  <artifactId>gummy-bears-api-23</artifactId>
                  <version>0.12.0</version>
                  <!-- TODO(cpovirk): In principle, it would make sense to *also* test compatibility with JDK 1.8, since guava-android also has JRE users. -->
                </signature>
                <ignores>
                  <!-- Unsafe isn't part of the documented Android API, but it is available.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/ImmutableCollection.java

     * </ul>
     *
     * <h4>"Interfaces", not implementations</h4>
     *
     * <p>These are classes instead of interfaces to prevent external subtyping, but should be thought
     * of as interfaces in every important sense. Each public class such as {@link ImmutableSet} is a
     * <i>type</i> offering meaningful behavioral guarantees. This is substantially different from the
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

                    String classpath = cmdList.get(cpIndex + 1);
                    assertTrue(classpath.contains(confPath));
                }
            }
        }
    
        // Test executeSuggestCreator with local Fesen
        public void test_executeSuggestCreator_withLocalFesen() {
            createRequiredDirectories();
            suggestJob.useLocalFesen(true);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/ServiceManagerTest.java

       * no service under management. Listeners would never fire because the ServiceManager was healthy
       * and stopped at the same time. This test ensures that listeners fire and isHealthy makes sense.
       */
      public void testEmptyServiceManager() {
        Logger logger = Logger.getLogger(ServiceManager.class.getName());
        logger.setLevel(Level.FINEST);
        TestLogHandler logHandler = new TestLogHandler();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java

        // ===================================================================================
        //                                                                       Fesen
        //                                                                              ======
        public RefreshResponse refresh() {
            return client.admin().indices().prepareRefresh(asEsIndex()).execute().actionGet(refreshTimeout);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 21 04:02:44 UTC 2025
    - 26.4K bytes
    - Viewed (0)
Back to top