Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 168 for substitutions (0.23 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    === Remove or improve custom dependency resolution logic
    
    Gradle allows users to model dependency resolution in the way that best suits them.
    Simple customizations, such as forcing specific versions of a dependency or substituting
    one dependency for another, don't have a big impact on dependency resolution times.
    More complex customizations, such as custom logic that downloads and parses POMs,
    can slow down dependency resolution signficantly.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

    import org.jetbrains.kotlin.fir.resolve.diagnostics.ConeDiagnosticWithCandidates
    import org.jetbrains.kotlin.fir.resolve.diagnostics.ConeHiddenCandidateError
    import org.jetbrains.kotlin.fir.resolve.substitution.substitutorByMap
    import org.jetbrains.kotlin.fir.scopes.impl.declaredMemberScope
    import org.jetbrains.kotlin.fir.scopes.unsubstitutedScope
    import org.jetbrains.kotlin.fir.symbols.SymbolInternals
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    image::ant-task-migration.png[]
    
    The idea is to substitute the standard Gradle `compileJava` task for the Ant `build` task.
    There are several steps involved in this substitution:
    
     1. Applying the <<java_library_plugin#java_library_plugin,Java Library Plugin>>.
    +
    This provides the `compileJava` task shown in the diagram.
     2. Renaming the old `build` task.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    [[migmvn:filtering_resources]]
    == Filtering resources
    
    Maven has a phase called `process-resources` that has the goal `resources:resources` bound to it by default.
    This gives the build author an opportunity to perform variable substitution on various files, such as web resources, packaged properties files, etc.
    
    The Java plugin for Gradle provides a `processResources` task to do the same thing.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  5. src/html/template/escape_test.go

    			`<a style="/* color: {{.H}} */">`,
    			`<a style="/* color:  */">`,
    		},
    		{
    			"CSS attr line comment",
    			`<a style="// color: {{.G}}">`,
    			`<a style="// color: ">`,
    		},
    		{
    			"HTML substitution commented out",
    			"<p><!-- {{.H}} --></p>",
    			"<p></p>",
    		},
    		{
    			"Comment ends flush with start",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            // Updated version no longer depends on project
            def updated = mavenRepo.module('org', 'direct', '1.1').publish()
    
            // Chain of deps to make sure upgrade happens after substituting and finding deps
            def b = mavenRepo.module('org', 'b', '1.0').dependsOn(updated).publish()
            mavenRepo.module('org', 'a', '1.0').dependsOn(b).publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ```
    java {
       disableAutoTargetJvm()
    }
    ```
    
    ==== Bug fix in Maven / Ivy interoperability with dependency substitution
    
    If you have a Maven dependency pointing to an Ivy dependency where the `default` configuration dependencies do not match the `compile` + `runtime` + `master` ones
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	// name.  This is used by types to implement the inside-out
    	// C++ declaration syntax.
    	inner []AST
    
    	// The printing field is a list of items we are currently
    	// printing.  This avoids endless recursion if a substitution
    	// reference creates a cycle in the graph.
    	printing []AST
    }
    
    // writeByte adds a byte to the string being printed.
    func (ps *printState) writeByte(b byte) {
    	ps.last = b
    	ps.buf.WriteByte(b)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  9. src/crypto/des/des_test.go

    			0x10, 0x02, 0x91, 0x16, 0x98, 0x10, 0x01, 0x01,
    		},
    		nil,
    		[]byte{0x1a, 0xea, 0xc3, 0x9a, 0x61, 0xf0, 0xa4, 0x64}},
    }
    
    // Table A.4 Values To Be Used for the Substitution Table Known Answer Test
    var tableA4Tests = []CryptTest{
    	{ // 0
    		[]byte{
    			0x7c, 0xa1, 0x10, 0x45, 0x4a, 0x1a, 0x6e, 0x57,
    			0x7c, 0xa1, 0x10, 0x45, 0x4a, 0x1a, 0x6e, 0x57,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 16:49:56 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  10. doc/go_spec.html

    <p>
    A generic function or type is <i>instantiated</i> by substituting <i>type arguments</i>
    for the type parameters [<a href="#Go_1.18">Go 1.18</a>].
    Instantiation proceeds in two steps:
    </p>
    
    <ol>
    <li>
    Each type argument is substituted for its corresponding type parameter in the generic
    declaration.
    This substitution happens across the entire function or type declaration,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
Back to top