Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 232 for normalization (0.19 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/tasks/Classpath.java

     *
     * <p>
     *     For jar files, the normalized path is empty.
     *     The content of the jar file is normalized so that time stamps and order of the zip entries in the jar file do not matter.
     *     This normalization applies to not only files directly on the classpath, but also
     *     to any jar files found inside directories or nested inside other jar files.
     *     If a directory is a classpath entry, then the root directory itself is ignored.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jul 28 21:23:55 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/annotations/DefaultTypeMetadataStoreTest.groovy

    import javax.inject.Inject
    import java.lang.annotation.Annotation
    
    import static org.gradle.internal.deprecation.Documentation.userManual
    import static org.gradle.internal.execution.model.annotations.ModifierAnnotationCategory.NORMALIZATION
    import static org.gradle.internal.reflect.validation.TypeValidationProblemRenderer.renderMinimalInformationAbout
    import static org.gradle.util.internal.TextUtil.normaliseLineSeparators
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/unicode/norm/normalize.go

    	"golang.org/x/text/transform"
    )
    
    // A Form denotes a canonical representation of Unicode code points.
    // The Unicode-defined normalization and equivalence forms are:
    //
    //	NFC   Unicode Normalization Form C
    //	NFD   Unicode Normalization Form D
    //	NFKC  Unicode Normalization Form KC
    //	NFKD  Unicode Normalization Form KD
    //
    // For a Form f, this documentation uses the notation f(x) to mean
    // the bytes or string x converted to the given form.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/normalization/KotlinCompileClasspathFingerprinter.kt

     * 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.kotlin.dsl.normalization
    
    import org.gradle.api.internal.cache.StringInterner
    import org.gradle.api.internal.changedetection.state.AbiExtractingClasspathResourceHasher
    import org.gradle.api.internal.changedetection.state.CachingResourceHasher
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/impl/MethodMember.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 com.google.common.collect.ImmutableSortedSet;
    import com.google.common.collect.Ordering;
    import org.objectweb.asm.Type;
    
    import java.lang.reflect.Modifier;
    import java.util.Arrays;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  6. .teamcity/test-buckets.json

    					"cli"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"language-java",
    					"build-cache-base",
    					"normalization-java",
    					"docs",
    					"build-option",
    					"toolchains-jvm",
    					"resources-http",
    					"execution",
    					"resources",
    					"internal-performance-testing",
    					"wrapper-shared"
    				]
    			},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithFileInputsIntegrationTest.groovy

            PathSensitivity.ABSOLUTE  | [['first/input', 'foo'], ['first/input', 'foo'], ['third/input', 'foo']]
        }
    
        @ToBeFixedForConfigurationCache(because = "classpath normalization configuration is not serialized")
        def "can use classpath normalization for parameter object"() {
            createDirs("a", "b", "c")
            settingsFile << """
                    include 'a', 'b', 'c'
                """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 20.6K bytes
    - Viewed (0)
  8. tests/integration/security/fuzz/fuzz_test.go

    var (
    	// Known unsupported path parameter ("/bla;foo") normalization for Tomcat.
    	dotdotPwnIgnoreTomcat = []string{
    		"/../private/secret.html;index.html <- VULNERABLE!",
    		"/../private/secret.html;index.htm <- VULNERABLE!",
    		"/..%5Cprivate%5Csecret.html;index.html <- VULNERABLE!",
    		"/..%5Cprivate%5Csecret.html;index.htm <- VULNERABLE!",
    	}
    	// Known unsupported path parameter ("/bla;foo") normalization for Tomcat.
    	wfuzzIgnoreTomcat = []string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. subprojects/core/build.gradle.kts

        api(project(":jvm-services"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":native"))
        api(project(":normalization-java"))
        api(project(":persistent-cache"))
        api(project(":problems-api"))
        api(project(":process-services"))
        api(project(":resources"))
        api(project(":snapshots"))
        api(project(":worker-main"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

    Type 'SomeCacheableTask' property 'inputFiles' is annotated with @InputFiles but missing a normalization strategy.
    
    Reason: If you don't declare the normalization, outputs can't be re-used between machines or locations on the same machine, therefore caching efficiency drops significantly.
    
    Possible solution: Declare the normalization strategy by annotating the property with either @PathSensitive, @Classpath or @CompileClasspath.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top