Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 156 of 156 for setSession (0.05 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/io/xpp3/CoreExtensionsXpp3Reader.java

                    coreExtension.setArtifactId(interpolatedTrimmed(parser.nextText(), "artifactId"));
                } else if (checkFieldWithDuplicate(parser, "version", null, parsed)) {
                    coreExtension.setVersion(interpolatedTrimmed(parser.nextText(), "version"));
                } else if (checkFieldWithDuplicate(parser, "classLoadingStrategy", null, parsed)) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            }
    
            private DependencyResolutionResult resolveDependencies(MavenProject project) {
                DependencyResolutionResult resolutionResult;
    
                RepositorySystemSession session = this.session.getSession();
                try {
                    DefaultDependencyResolutionRequest resolution =
                            new DefaultDependencyResolutionRequest(project, session);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
  3. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    String PATH_SEP; private String family; private String name; private String version; private String arch; public void Os(); public void Os(String); public void setFamily(String); public void setName(String); public void setArch(String); public void setVersion(String); public boolean eval() throws Exception; public static boolean isFamily(String); public static boolean isName(String); public static boolean isArch(String); public static boolean isVersion(String); public static boolean isOs(String, String,...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbFile.java

                    req.setShareAccess(sharing);
                    req.setFileAttributes(attrs);
    
                    // Add SMB3 features support with error handling for compatibility
                    SmbSessionImpl session = h.getSession();
    
                    // Enable lease support if available, with fallback for compatibility
                    boolean leasesAdded = false;
                    if (config.isUseLeases() && h.isSMB3()) {
                        try {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                final EntityCreator<T, SearchResponse, SearchHit> creator) {
            return search(index, searchRequestBuilder -> {
                searchRequestBuilder.setVersion(true);
                return condition.build(searchRequestBuilder);
            }, (queryBuilder, execTime, searchResponse) -> searchResponse.map(response -> {
                final SearchHit[] hits = response.getHits().getHits();
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 122.4K bytes
    - Viewed (1)
  6. RELEASE.md

        *   symbolic tensors outside the scope of the model are used in custom loss
            functions. The flag can be disabled for these cases and ideally the
            usage pattern will need to be fixed.
        *   Mark Keras `set_session` as `compat.v1` only.
        *   `tf.keras.estimator.model_to_estimator` now supports exporting to
            `tf.train.Checkpoint format`, which allows the saved checkpoints to be
            compatible with `model.load_weights`.
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
Back to top