Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 232 for normalization (0.52 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/typeparams/normalize.go

    // returning an error if the term set cannot be computed or is empty. In the
    // latter case, the error will be ErrEmptyTypeSet.
    //
    // See the documentation of StructuralTerms for more information on
    // normalization.
    func InterfaceTermSet(iface *types.Interface) ([]*types.Term, error) {
    	return computeTermSet(iface)
    }
    
    // UnionTermSet computes the normalized terms for a union, returning an error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

        <section>
            <title>Input Normalization types</title>
            <para>Types used to configure input normalization</para>
            <table>
                <title>Input Normalization types</title>
                <tr>
                    <td>org.gradle.normalization.InputNormalizationHandler</td>
                </tr>
                <tr>
                    <td>org.gradle.normalization.InputNormalization</td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
  3. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/impl/ApiMemberWriter.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.normalization.java.impl;
    
    import org.objectweb.asm.AnnotationVisitor;
    import org.objectweb.asm.ClassVisitor;
    import org.objectweb.asm.FieldVisitor;
    import org.objectweb.asm.MethodVisitor;
    import org.objectweb.asm.ModuleVisitor;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. platforms/jvm/scala/src/main/java/org/gradle/api/internal/tasks/scala/NormalizingScalaCompiler.java

    import org.gradle.language.base.internal.compile.Compiler;
    import org.gradle.util.internal.CollectionUtils;
    
    import java.io.File;
    import java.util.List;
    
    /**
     * A Scala {@link Compiler} which does some normalization of the compile configuration and behaviour before delegating to some other compiler.
     */
    public class NormalizingScalaCompiler implements Compiler<ScalaJavaJointCompileSpec> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_use_cases.adoc

    The changes don't need to be completely independent, either; we'll take a look at the strategies to reuse results when dependencies are involved in the section about the <<build_cache_concepts.adoc#normalization,different forms of normalization>>.
    
    == Combine remote results with local caching
    
    You can utilize both a local and a remote cache for a compound effect.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	headerLenMask   = 0x3F // extract the length value from the header byte
    	headerFlagsMask = 0xC0 // extract the qcInfo bits from the header byte
    )
    
    // Properties provides access to normalization properties of a rune.
    type Properties struct {
    	pos   uint8  // start position in reorderBuffer; used in composition.go
    	size  uint8  // length of UTF-8 encoding of this rune
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. maven-model-builder/pom.xml

                  <exclude>org.apache.maven.model.merge.MavenModelMerger</exclude>
                  <exclude>org.apache.maven.model.normalization.DefaultModelNormalizer$DuplicateMerger#mergePlugin(org.apache.maven.model.Plugin,org.apache.maven.model.Plugin):METHOD_REMOVED</exclude>
                  <exclude>org.apache.maven.model.normalization.DefaultModelNormalizer$DuplicateMerger:METHOD_REMOVED_IN_SUPERCLASS</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/injected-services-should-have-service-scope-applied.txt

    Class <org.gradle.nativeplatform.toolchain.internal.xcode.SwiftStdlibToolLocator> is not annotated with @ServiceScope in (SwiftStdlibToolLocator.java:0)
    Class <org.gradle.normalization.InputNormalizationHandler> is not annotated with @ServiceScope in (InputNormalizationHandler.java:0)
    Class <org.gradle.normalization.internal.InputNormalizationHandlerInternal> is not annotated with @ServiceScope in (InputNormalizationHandlerInternal.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/idna10.0.0.go

    // of hyphens ('-'), normalization, validity of runes, and the context rules.
    // In particular, ValidateLabels also sets the CheckHyphens and CheckJoiners flags
    // in UTS #46.
    func ValidateLabels(enable bool) Option {
    	return func(o *options) {
    		// Don't override existing mappings, but set one that at least checks
    		// normalization if it is not set.
    		if o.mapping == nil && enable {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/build.gradle.kts

        implementation(project(":files"))
        implementation(project(":resources"))
        implementation(project(":tooling-api"))
        implementation(project(":execution"))
        implementation(project(":normalization-java"))
    
        implementation("org.gradle:kotlin-dsl-shared-runtime")
    
        implementation(libs.groovy)
        implementation(libs.groovyJson)
        implementation(libs.slf4jApi)
        implementation(libs.guava)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top