Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 111 - 114 of 114 for setSession (0.06 seconds)

  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)) {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Oct 27 13:24:03 GMT 2025
    - 25.3K bytes
    - Click Count (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);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 17:20:31 GMT 2025
    - 51.8K bytes
    - Click Count (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,...
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 164.6K bytes
    - Click Count (0)
  4. 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`.
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Oct 28 22:27:41 GMT 2025
    - 740.4K bytes
    - Click Count (3)
Back to Top