Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 987 for typeOf (0.11 sec)

  1. platforms/jvm/scala/src/test/groovy/org/gradle/api/internal/tasks/DefaultScalaSourceSetTest.groovy

    import org.gradle.api.tasks.ScalaSourceSet
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.gradle.util.TestUtil
    import org.junit.Rule
    import org.junit.Test
    
    import static org.gradle.api.reflect.TypeOf.typeOf
    import static org.gradle.util.Matchers.isEmpty
    import static org.hamcrest.CoreMatchers.equalTo
    import static org.hamcrest.CoreMatchers.instanceOf
    import static org.hamcrest.MatcherAssert.assertThat
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/date.js

     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/internal/DefaultJavaPluginConvention.java

    import org.gradle.api.reflect.HasPublicType;
    import org.gradle.api.reflect.TypeOf;
    import org.gradle.api.reporting.ReportingExtension;
    import org.gradle.api.tasks.SourceSetContainer;
    import org.gradle.util.internal.RelativePathUtil;
    
    import javax.inject.Inject;
    import java.io.File;
    
    import static org.gradle.api.reflect.TypeOf.typeOf;
    
    @SuppressWarnings("deprecation")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 22:10:58 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  4. test/fixedbugs/issue49110.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import "reflect"
    
    func main() {
    	_ = reflect.StructOf([]reflect.StructField{
    		{Name: "_", PkgPath: "main", Type: reflect.TypeOf(int(0))},
    		{Name: "_", PkgPath: "main", Type: reflect.TypeOf(int(0))},
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 27 21:35:48 UTC 2021
    - 389 bytes
    - Viewed (0)
  5. test/fixedbugs/issue47068.dir/b.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package b
    
    import "reflect"
    
    func B() {
    	t1 := reflect.TypeOf([30]int{})
    	t2 := reflect.TypeOf(new([30]int)).Elem()
    	if t1 != t2 {
    		panic("[30]int types do not match")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 23 19:49:23 UTC 2021
    - 334 bytes
    - Viewed (0)
  6. test/fixedbugs/issue32901.dir/main.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"reflect"
    
    	"./c"
    )
    
    func main() {
    	x := c.F()
    	p := c.P()
    	t := reflect.PointerTo(reflect.TypeOf(x))
    	tp := reflect.TypeOf(p)
    	if t != tp {
    		panic("FAIL")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 26 14:24:17 UTC 2021
    - 346 bytes
    - Viewed (0)
  7. platforms/software/antlr/src/test/groovy/org/gradle/api/plugins/antlr/AntlrPluginTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.plugins.antlr
    
    import org.gradle.api.Action
    import org.gradle.test.fixtures.AbstractProjectBuilderSpec
    
    import static org.gradle.api.reflect.TypeOf.typeOf
    
    class AntlrPluginTest extends AbstractProjectBuilderSpec {
    
        def addsAntlrPropertiesToEachSourceSet() {
            when:
            project.pluginManager.apply(AntlrPlugin)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskCollection.java

                                    public TypeOf<?> getPublicType() {
                                        // TODO: This returns the wrong public type for domain objects
                                        // created with the eager APIs or added directly to the container.
                                        // This can leak internal types.
                                        // We do not currently keep track of the type used when creating
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/KotlinTypeStrings.kt

     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import org.gradle.api.reflect.TypeOf
    import org.gradle.kotlin.dsl.internal.sharedruntime.codegen.primitiveTypeStrings
    
    
    internal
    fun kotlinTypeStringFor(type: TypeOf<*>): String = type.run {
        when {
            isArray ->
                "Array<${kotlinTypeStringFor(componentType!!)}>"
            isParameterized ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L....
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
Back to top