Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 184 of 184 for todolist (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java

        private List<String> getSourceRootDirs(ProjectScope scope, Language language) {
            return getEnabledSourceRoots(scope, language)
                    .map((source) -> source.directory().toString())
                    .toList();
        }
    
        /**
         * @deprecated Replaced by {@code getEnabledSourceRoots(ProjectScope.MAIN, Language.JAVA_FAMILY)}.
         */
        @Deprecated(since = "4.0.0")
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:47:20 UTC 2025
    - 67K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                                }
                            });
                            final List<String> newGroupList = stream(user.getGroupNames()).get(stream -> stream.collect(Collectors.toList()));
                            stream(user.getGroupNames()).of(stream -> stream.forEach(name -> {
                                if (oldGroupList.contains(name)) {
                                    oldGroupList.remove(name);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 86.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

        }
    
        private ImmutableList<FluentFuture<?>> inputFutures() {
          return FluentIterable.from(inputs)
              .<FluentFuture<?>>transform(future -> future.future)
              .toList();
        }
      }
    
      /**
       * A generic {@link Combiner} that lets you use a lambda or method reference to combine two {@link
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 13:51:27 UTC 2025
    - 96.9K bytes
    - Viewed (0)
  4. cmd/testdata/decryptObjectInfo.json.zst

    ed-Key":"IAAfAPBDkzPfUsIdK1dq/oLk1XxnsUDL2rUKBO+ZB7PsfPM6hRn8ilVcPxL+4XTRg==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/script/mod_list.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"aVMZLVgFjN7tr6LhjXkk=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAOWefFQ8ifkI8OQ0+9r5BrXa...
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top