Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for extraJar (0.13 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

            given:
            createBuildScripts("""
                task extraJar(type: Jar) {
                    from sourceSets.main.allJava
                    archiveBaseName = "publishTest-extra"
                }
    
                artifacts {
                    implementation extraJar
                    archives extraJar
                    it."default" extraJar
                }
    
                publishing {
                    publications {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseClasspathIntegrationTest.groovy

            module.artifact(classifier: 'extra')
            module.artifact(classifier: 'tests')
            module.publish()
            def baseJar = module.artifactFile
            def extraJar = module.artifactFile(classifier: 'extra')
            def testsJar = module.artifactFile(classifier: 'tests')
            def anotherJar = mavenRepo.module('coolGroup', 'another', '1.0').publish().artifactFile
    
            //when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  3. src/sort/gen_sort_variants.go

    			i = medianAdjacent{{.FuncSuffix}}(data, i, &swaps {{.ExtraArg}})
    			j = medianAdjacent{{.FuncSuffix}}(data, j, &swaps {{.ExtraArg}})
    			k = medianAdjacent{{.FuncSuffix}}(data, k, &swaps {{.ExtraArg}})
    		}
    		// Find the median among i, j, k and stores it into j.
    		j = median{{.FuncSuffix}}(data, i, j, k, &swaps {{.ExtraArg}})
    	}
    
    	switch swaps {
    	case 0:
    		return j, increasingHint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheStandardStreamsIntegrationTest.groovy

    class ConfigurationCacheStandardStreamsIntegrationTest extends AbstractConfigurationCacheIntegrationTest {
        def "#task task can run with default configuration"() {
            setUpProject(
                makeTask(task, extraArg: "Gradle")
            )
    
            when:
            configurationCacheRun("run")
    
            then:
            outputContains("Hello, Gradle")
    
            where:
            task       || _
            "exec"     || _
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. testing/integ-test/src/integTest/groovy/org/gradle/integtests/SyncTaskIntegrationTest.groovy

                file 'extra.txt'
                extraDir { file 'extra.txt' }
                dir1 {
                    file 'extra.txt'
                    extraDir { file 'extra.txt' }
                }
            }
    
            buildScript '''
                task sync(type: Sync) {
                    into 'dest'
                    from 'source'
                    preserve {
                      include 'extraDir/**'
                      include 'dir1/**'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. src/main/java/jcifs/internal/SMBSigningDigest.java

         * @param length
         * @param extraPad
         *            extra padding to include in signature
         * @param msg
         *            The message to verify
         * @return whether verification was unsuccessful
         */
        boolean verify ( byte[] data, int offset, int length, int extraPad, CommonServerMessageBlock msg );
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Aug 05 09:45:59 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/TaskDefinitionScriptTransformer.java

                if (mapArg != null) {
                    args.addExpression(mapArg);
                }
                args.addExpression(taskName);
                for (Expression extraArg : extraArgs) {
                    args.addExpression(extraArg);
                }
                return true;
            }
    
            private boolean isInstanceMethod(MethodCallExpression call, String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 19 22:17:48 UTC 2019
    - 9.1K bytes
    - Viewed (0)
  8. test/fixedbugs/issue5162.go

    			fmt.Print(src)
    			tocall = append(tocall, fmt.Sprintf("CheckEq%d_%s", i, strings.Title(typ)))
    		}
    	}
    	fmt.Println("func main() {")
    	for _, fun := range tocall {
    		fmt.Printf("\t%s()\n", fun)
    		fmt.Printf("\t%sExtraVar()\n", fun)
    	}
    	fmt.Println("}")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 19:01:50 UTC 2013
    - 2.3K bytes
    - Viewed (0)
  9. docs/es/docs/advanced/response-change-status-code.md

    Y si declaraste un `response_model`, aún se usará para filtrar y convertir el objeto que retornaste.
    
    **FastAPI** usará esa respuesta *temporal* para extraer el código de estado (también cookies y headers), y los pondrá en la respuesta final que contiene el valor que retornaste, filtrado por cualquier `response_model`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Feb 06 19:56:23 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/internal/smb2/Smb2SigningDigest.java

         *
         * @see jcifs.internal.SMBSigningDigest#verify(byte[], int, int, int, jcifs.internal.CommonServerMessageBlock)
         */
        @Override
        public synchronized boolean verify ( byte[] data, int offset, int length, int extraPad, CommonServerMessageBlock msg ) {
            this.digest.reset();
    
            int flags = SMBUtil.readInt4(data, offset + 16);
            if ( ( flags & ServerMessageBlock2.SMB2_FLAGS_SIGNED ) == 0 ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Aug 17 17:34:29 UTC 2021
    - 4.9K bytes
    - Viewed (0)
Back to top