Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for confirm (0.15 sec)

  1. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

              BinaryOperator<V> mergeFunction) {
        return CollectCollectors.toImmutableSortedMap(
            comparator, keyFunction, valueFunction, mergeFunction);
      }
    
      /*
       * TODO(kevinb): Confirm that ImmutableSortedMap is faster to construct and
       * uses less memory than TreeMap; then say so in the class Javadoc.
       */
      private static final Comparator<?> NATURAL_ORDER = Ordering.natural();
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 53.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ImmutableSortedMap.java

              BinaryOperator<V> mergeFunction) {
        return CollectCollectors.toImmutableSortedMap(
            comparator, keyFunction, valueFunction, mergeFunction);
      }
    
      /*
       * TODO(kevinb): Confirm that ImmutableSortedMap is faster to construct and
       * uses less memory than TreeMap; then say so in the class Javadoc.
       */
      private static final Comparator<?> NATURAL_ORDER = Ordering.natural();
    
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 50.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String refresh = StringUtil.isNotBlank(fessConfig.getIndexReindexRefresh()) ? fessConfig.getIndexReindexRefresh() : null;
            final String requestsPerSecond = getReindexRequestsPerSecound(fessConfig);
            final String scroll = StringUtil.isNotBlank(fessConfig.getIndexReindexScroll()) ? fessConfig.getIndexReindexScroll() : null;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            private final FessConfig fessConfig;
    
            private int startPosition = -1;
    
            private int offset = -1;
    
            private int pageSize = -1;
    
            protected JsonRequestParams(final HttpServletRequest request, final FessConfig fessConfig) {
                this.request = request;
                this.fessConfig = fessConfig;
            }
    
            @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 02:17:23 GMT 2024
    - 50.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsDuplicateHostCA.java

     */
    package org.codelibs.fess.es.config.cbean.ca.bs;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionAggregation;
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.ca.DuplicateHostCA;
    import org.codelibs.fess.es.config.cbean.cq.DuplicateHostCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsDuplicateHostCQ;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 50.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsRelatedContentCA.java

     */
    package org.codelibs.fess.es.config.cbean.ca.bs;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionAggregation;
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.ca.RelatedContentCA;
    import org.codelibs.fess.es.config.cbean.cq.RelatedContentCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsRelatedContentCQ;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 55K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java

     */
    package org.codelibs.fess.es.config.cbean.ca.bs;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionAggregation;
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.ca.FileAuthenticationCA;
    import org.codelibs.fess.es.config.cbean.cq.FileAuthenticationCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsFileAuthenticationCQ;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 71.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsWebAuthenticationCA.java

     */
    package org.codelibs.fess.es.config.cbean.ca.bs;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionAggregation;
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.ca.WebAuthenticationCA;
    import org.codelibs.fess.es.config.cbean.cq.WebAuthenticationCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsWebAuthenticationCQ;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 76.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq.bs;
    
    import java.time.LocalDateTime;
    import java.util.ArrayList;
    import java.util.Collection;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.cq.FailureUrlCQ;
    import org.dbflute.cbean.ckey.ConditionKey;
    import org.opensearch.index.query.BoolQueryBuilder;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 57.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRelatedQueryCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq.bs;
    
    import java.time.LocalDateTime;
    import java.util.ArrayList;
    import java.util.Collection;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.cq.RelatedQueryCQ;
    import org.dbflute.cbean.ckey.ConditionKey;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 57.5K bytes
    - Viewed (0)
Back to top