Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 117 for glass2 (0.29 sec)

  1. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/NonDeclarativePluginUseIntegrationSpec.groovy

                  ops << "withId 2"
                }
    
                def class1 = ${pluginBuilder.packageName}.TestPlugin
                def class2 = ${pluginBuilder2.packageName}.TestPlugin2
    
                plugins.withType(class1) {
                  ops << "withType 1"
                }
    
                plugins.withType(class2) {
                  ops << "withType 2"
                }
    
                apply plugin: '$PLUGIN_ID'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 9K bytes
    - Viewed (0)
  2. testing/integ-test/src/integTest/groovy/org/gradle/integtests/ProjectLayoutIntegrationTest.groovy

    }
    '''
    
            file('src/org/gradle/a/ClassA.java') << 'package org.gradle.a; public class ClassA { }'
            file('src/org/gradle/b/ClassB.java') << 'package org.gradle.b; public class ClassB { private org.gradle.a.ClassA field; }'
    
            executer.withTasks('clean', 'assemble').run()
    
            file('a/build/classes/java/main').assertHasDescendants(
                    'org/gradle/a/ClassA.class'
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/volumebinding/assume_cache_test.go

    	// List them
    	verifyListPVs(t, cache, pvs1, "class1")
    	verifyListPVs(t, cache, pvs2, "class2")
    
    	// Update a PV
    	updatedPV := makePV("test-pv3", "class1").withVersion("2").PersistentVolume
    	pvs1[updatedPV.Name] = updatedPV
    	assumecache.UpdateTestObject(cache.AssumeCache, updatedPV)
    
    	// List them
    	verifyListPVs(t, cache, pvs1, "class1")
    	verifyListPVs(t, cache, pvs2, "class2")
    
    	// Delete a PV
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/AntWorkerMemoryLeakIntegrationTest.groovy

    import spock.lang.Issue
    
    class AntWorkerMemoryLeakIntegrationTest extends AbstractIntegrationSpec {
        public static final String LOCAL_GROOVY = 'localGroovy()'
    
        private void goodCode(String groovyVersion, TestFile root = testDirectory) {
            root.file("src/main/java/org/gradle/Class0.java") << "package org.gradle; public class Class0 { }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  5. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/codenarc/CodeNarcPluginVersionIntegrationTest.groovy

        }
    
        @Issue("GRADLE-3492")
        def "can exclude code"() {
            badCode()
            buildFile << """
                codenarcMain {
                    exclude '**/class1*'
                    exclude '**/Class2*'
                }
                codenarcTest {
                    exclude '**/TestClass1*'
                    exclude '**/testclass2*'
                }
            """.stripIndent()
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  6. src/mime/testdata/test.types.globs2

    # Copyright 2021 The Go Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    
    # mime package test for globs2
    50:document/test:*.t3
    50:example/test:*.t4
    50:text/plain:*,v
    50:application/x-trash:*~
    30:example/do-not-use:*.t4
    10:example/glob-question-mark:*.foo?ar
    10:example/glob-asterisk:*.foo*r
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 13 21:01:01 UTC 2022
    - 408 bytes
    - Viewed (0)
  7. src/cmd/internal/test2json/testdata/ascii.json

    {"Action":"output","Test":"TestAscii","Output":"I can eat glass, and it doesn't hurt me. I can eat glass, and it doesn't hurt me.\n"}
    {"Action":"output","Test":"TestAscii","Output":"I CAN EAT GLASS, AND IT DOESN'T HURT ME. I CAN EAT GLASS, AND IT DOESN'T HURT ME.\n"}
    {"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n"}
    {"Action":"output","Test":"TestAscii","Output":"    i can eat glass, and it doesn't hurt me. i can eat glass, and it doesn't hurt me.\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 836 bytes
    - Viewed (0)
  8. internal/config/storageclass/storage-class.go

    )
    
    // Standard constants for all storage class
    const (
    	// Reduced redundancy storage class
    	RRS = "REDUCED_REDUNDANCY"
    	// Standard storage class
    	STANDARD = "STANDARD"
    )
    
    // Standard constats for config info storage class
    const (
    	ClassStandard = "standard"
    	ClassRRS      = "rrs"
    	Optimize      = "optimize"
    	InlineBlock   = "inline_block"
    
    	// Reduced redundancy storage class environment variable
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/deployment/custom-class.yaml

    Ben Leggett <******@****.***> 1714764582 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. src/embed/internal/embedtest/embed_test.go

    	testFiles(t, global, "testdata/glass.txt", "I can eat glass and it doesn't hurt me.\n")
    
    	if err := fstest.TestFS(global, "concurrency.txt", "testdata/hello.txt"); err != nil {
    		t.Fatal(err)
    	}
    
    	testString(t, concurrency, "concurrency", "Concurrency is not parallelism.\n")
    	testString(t, string(glass), "glass", "I can eat glass and it doesn't hurt me.\n")
    }
    
    //go:embed testdata
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 20:10:16 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top