Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for tada (0.25 sec)

  1. platforms/documentation/docs/src/snippets/dataflowActions/playSound/tests/success.out

    Playing sound tada.mp3...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/dataflowActions/playSound/groovy/plugin/src/main/java/org/gradle/sample/sound/SoundFeedbackPlugin.java

                            new File(
                                soundsDir,
                                result.getFailure().isPresent() ? "sad-trombone.mp3" : "tada.mp3"
                            )
                        )
                    )
            );
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/flow/FlowProviders.java

         *                     new File(
         *                         soundsDir,
         *                         result.getFailure().isPresent() ? "sad-trombone.mp3" : "tada.mp3"
         *                     )
         *                 )
         *             )
         *         );
         *     }
         * }
         * </pre>
         *
         * @see FlowAction
         * @see FlowScope
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/catalog/LibrariesSourceGeneratorTest.groovy

                library('tada_one', 'g:a:v')
                library('tada.one', 'g:a:v')
                library('tadaOne', 'g:a:v')
            }
    
            then:
            ex = thrown()
            verify(ex.message, """Cannot generate dependency accessors:
    ${nameClash { noIntro().inConflict('groovy.json', 'groovyJson').getterName('getGroovyJson') }}
    ${nameClash { noIntro().inConflict('tada.one', 'tadaOne').getterName('getTadaOne') }}
    """)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/dataflow_actions.adoc

    <5> A lifecycle event provider can be mapped into something else while preserving the action order.
    
    As a result, when you run the build, and it completes successfully, the action will play the "tada" sound.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

            when:
            render unexpectedInputType {
                type('SomeTask').property('tada')
                    .kind("file")
                    .missing(location)
                    .includeLink()
            }
    
            then:
            outputEquals """
    Type 'SomeTask' property 'tada' file '${location}' is not a file.
    
    Reason: Expected an input to be a file but it was a directory.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationIntegrityCheckIntegTest.groovy

            uncheckedModule("org", "baz", "1.0")
            uncheckedModule("org2", "tada", "1.1")
            buildFile << """
                dependencies {
                    implementation "org:foo:1.0"
                    implementation "org:bar:1.0"
                    implementation "org:baz:1.0"
                    implementation "org2:tada:1.1"
                }
            """
    
            expect:
            succeeds ":compileJava"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"syringe":                              "\U0001f489",
    	"t-rex":                                "\U0001f996",
    	"taco":                                 "\U0001f32e",
    	"tada":                                 "\U0001f389",
    	"taiwan":                               "\U0001f1f9\U0001f1fc",
    	"tajikistan":                           "\U0001f1f9\U0001f1ef",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  9. docs/es/docs/python-types.md

    ```
    
    Esto significa:
    
    * La variable `prices` es un `dict`:
        * Los keys de este `dict` son de tipo `str` (Digamos que son el nombre de cada ítem).
        * Los valores de este `dict` son de tipo `float` (Digamos que son el precio de cada ítem).
    
    ### Clases como tipos
    
    También puedes declarar una clase como el tipo de una variable.
    
    Digamos que tienes una clase `Person`con un nombre:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. docs/pt/docs/async.md

    > Você tem que limpar uma grande casa suja.
    
    *Sim, essa é toda a história*.
    
    ---
    
    Não há espera em lugar algum, apenas um monte de trabalho para ser feito, em múltiplos cômodos da casa.
    
    Você poderia ter chamadas como no exemplo dos hambúrgueres, primeiro a sala de estar, então a cozinha, mas você não está esperando por nada, apenas limpar e limpar, as chamadas não afetariam em nada.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top