Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 400 for Dreesen (0.17 sec)

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

        verifySetContents(set, EMPTY_COLLECTION);
      }
    
      public void testNewTreeSetEmpty() {
        TreeSet<Integer> set = Sets.newTreeSet();
        verifySortedSetContents(set, EMPTY_COLLECTION, null);
      }
    
      public void testNewTreeSetEmptyDerived() {
        TreeSet<Derived> set = Sets.newTreeSet();
        assertTrue(set.isEmpty());
        set.add(new Derived("foo"));
        set.add(new Derived("bar"));
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Mar 07 18:34:03 GMT 2024
    - 49.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/allcommon/EsSqlClause.java

     */
    package org.codelibs.fess.es.config.allcommon;
    
    import org.dbflute.cbean.sqlclause.AbstractSqlClause;
    import org.dbflute.dbway.DBWay;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class EsSqlClause extends AbstractSqlClause {
    
        private static final long serialVersionUID = 1L;
    
        public EsSqlClause(String tableDbName) {
            super(tableDbName);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/allcommon/EsPagingResultBean.java

    import org.opensearch.action.search.SearchRequestBuilder;
    import org.opensearch.search.aggregations.Aggregations;
    
    /**
     * @param <ENTITY> The type of entity.
     * @author ESFlute (using FreeGen)
     */
    public class EsPagingResultBean<ENTITY> extends PagingResultBean<ENTITY> {
    
        private static final long serialVersionUID = 1L;
    
        protected long took;
        private int totalShards;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java

    import org.apache.logging.log4j.Logger;
    import org.codelibs.fess.es.log.bsbhv.BsClickLogBhv;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.util.DfTypeUtil;
    
    /**
     * @author FreeGen
     */
    public class ClickLogBhv extends BsClickLogBhv {
        private static final Logger logger = LogManager.getLogger(ClickLogBhv.class);
    
        private String indexName = null;
    
        @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/user/bsentity/BsGroup.java

    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.es.user.allcommon.EsAbstractEntity;
    import org.codelibs.fess.es.user.bsentity.dbmeta.GroupDbm;
    
    /**
     * ${table.comment}
     * @author ESFlute (using FreeGen)
     */
    public class BsGroup extends EsAbstractEntity {
    
        // ===================================================================================
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/internal/publicsuffix/PublicSuffixListGenerator.kt

            }
          }
        }
    
      private suspend fun readImportResults(): ImportResults =
        withContext(Dispatchers.IO) {
          val sortedRules: SortedSet<ByteString> = TreeSet()
          val sortedExceptionRules: SortedSet<ByteString> = TreeSet()
          var totalRuleBytes = 0
          var totalExceptionRuleBytes = 0
    
          fileSystem.source(publicSuffixListDotDat).buffer().use { source ->
            while (!source.exhausted()) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Apr 18 01:24:38 GMT 2024
    - 6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/WebConfigCA.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsWebConfigCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class WebConfigCA extends BsWebConfigCA {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 825 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/cq/DuplicateHostCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsDuplicateHostCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class DuplicateHostCQ extends BsDuplicateHostCQ {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 837 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsElevateWordCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class ElevateWordCQ extends BsElevateWordCQ {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 831 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/WebAuthenticationCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsWebAuthenticationCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class WebAuthenticationCQ extends BsWebAuthenticationCQ {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 849 bytes
    - Viewed (0)
Back to top