Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 176 for nfinal (0.51 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java

                ScoreFunctionCall<ScoreFunctionCreator<AccessTokenCQ>> functionsLambda,
                final ConditionOptionCall<FunctionScoreQueryBuilder> opLambda) {
            AccessTokenCQ cq = new AccessTokenCQ();
            queryLambda.callback(cq);
            final Collection<FilterFunctionBuilder> list = new ArrayList<>();
            if (functionsLambda != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 71.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRelatedContentCQ.java

                ScoreFunctionCall<ScoreFunctionCreator<RelatedContentCQ>> functionsLambda,
                final ConditionOptionCall<FunctionScoreQueryBuilder> opLambda) {
            RelatedContentCQ cq = new RelatedContentCQ();
            queryLambda.callback(cq);
            final Collection<FilterFunctionBuilder> list = new ArrayList<>();
            if (functionsLambda != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java

                ScoreFunctionCall<ScoreFunctionCreator<BoostDocumentRuleCQ>> functionsLambda,
                final ConditionOptionCall<FunctionScoreQueryBuilder> opLambda) {
            BoostDocumentRuleCQ cq = new BoostDocumentRuleCQ();
            queryLambda.callback(cq);
            final Collection<FilterFunctionBuilder> list = new ArrayList<>();
            if (functionsLambda != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/reflect/TypeToken.java

              (ImmutableList) TypeCollector.FOR_RAW_TYPE.collectTypes(getRawTypes());
          return ImmutableSet.copyOf(collectedTypes);
        }
    
        private static final long serialVersionUID = 0;
      }
    
      private final class InterfaceSet extends TypeSet {
    
        private final transient TypeSet allTypes;
        @CheckForNull private transient ImmutableSet<TypeToken<? super T>> interfaces;
    
        InterfaceSet(TypeSet allTypes) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/reflect/TypeToken.java

              (ImmutableList) TypeCollector.FOR_RAW_TYPE.collectTypes(getRawTypes());
          return ImmutableSet.copyOf(collectedTypes);
        }
    
        private static final long serialVersionUID = 0;
      }
    
      private final class InterfaceSet extends TypeSet {
    
        private final transient TypeSet allTypes;
        @CheckForNull private transient ImmutableSet<TypeToken<? super T>> interfaces;
    
        InterfaceSet(TypeSet allTypes) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

      final ExecutorService closingExecutor = newSingleThreadExecutor();
    
      final TestCloseable closeable1 = new TestCloseable("closeable1");
      final TestCloseable closeable2 = new TestCloseable("closeable2");
      final TestCloseable closeable3 = new TestCloseable("closeable3");
      final TestCloseable closeable4 = new TestCloseable("closeable4");
    
      final Waiter waiter = new Waiter();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProject.java

        private static final Logger BUILD_LOGGER = Logging.getLogger(Project.class);
    
        private final ProjectState owner;
        private final ClassLoaderScope classLoaderScope;
        private final ClassLoaderScope baseClassLoaderScope;
        private final ServiceRegistry services;
    
        private final ProjectInternal rootProject;
    
        private final GradleInternal gradle;
    
        private final ScriptSource buildScriptSource;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            private final ProjectBuildingRequest request;
            private final RepositorySystemSession session;
            private final List<RemoteRepository> repositories;
            private final ReactorModelPool modelPool;
            private final ConcurrentMap<String, Object> parentCache;
            private final ModelTransformerContextBuilder transformerContextBuilder;
            private final ExecutorService executor;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Synchronized.java

     * anyway, so we just need to get by without the annotations here until Kotlin better understands
     * our other nullness annotations.
     */
    final class Synchronized {
      private Synchronized() {}
    
      static class SynchronizedObject implements Serializable {
        final Object delegate;
        final Object mutex;
    
        SynchronizedObject(Object delegate, @CheckForNull Object mutex) {
          this.delegate = checkNotNull(delegate);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Synchronized.java

     * anyway, so we just need to get by without the annotations here until Kotlin better understands
     * our other nullness annotations.
     */
    final class Synchronized {
      private Synchronized() {}
    
      static class SynchronizedObject implements Serializable {
        final Object delegate;
        final Object mutex;
    
        SynchronizedObject(Object delegate, @CheckForNull Object mutex) {
          this.delegate = checkNotNull(delegate);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 57.3K bytes
    - Viewed (0)
Back to top