Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for interpolated (0.17 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                }
            }
    
            Model tmpModel = lineage.get(0);
    
            // inject interpolated activations
            List<Profile> interpolated = interpolateActivations(tmpModel.getProfiles(), profileActivationContext, problems);
            if (interpolated != tmpModel.getProfiles()) {
                tmpModel = tmpModel.withProfiles(interpolated);
            }
    
            // inject external profile into current model
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri May 03 08:48:38 GMT 2024
    - 61.5K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            The {@code <parent>} element contains information required to locate the parent project from which
            this project will inherit from.
            <p><strong>Note:</strong> The children of this element are not interpolated and must be given as literal values.</p>
            ]]>
          </description>
          <fields>
            <field>
              <name>groupId</name>
              <version>4.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    RegexBasedInterpolat { private java.util.List valueSources; public void RegexBasedInterpolat(); public void RegexBasedInterpolat(java.util.List); public void addValueSource(ValueSource); public void removeValuesSource(ValueSource); public String interpolate(String, String); } org/codehaus/plexus/util/interpolation/ValueSource.class package org.codehaus.plexus.util.interpolation; public abstract interface ValueSource { public abstract Object getValue(String); } org/codehaus/plexus/util/InterpolationFilterR.class...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 164.6K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                                Severity.WARNING,
                                Version.V30,
                                prefix + path,
                                null,
                                "Failed to interpolate profile activation property " + s + ": " + propertyName
                                        + " expressions are not supported during profile activation.",
                                locationSupplier.get());
                    }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 13:13:07 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  5. RELEASE.md

            feature columns and losses.
        *   Add non-linear image warping ops: `tf.contrib.image.sparse_image_warp`,
            `tf.contrib.image.dense_image_warp`, and
            `tf.contrib.image.interpolate_spline`.
        *   Fix bug in `tf.contrib.opt.MultitaskOptimizerWrapper` where types of
            tensors were mismatched.
    *   Other:
        *   Low-level graph construction now calls the TensorFlow C API. This change
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top