Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 532 for _abc (0.04 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/DefaultFileCollectionFactoryTest.groovy

            'closure'          | ({ ['abc', 'def'] } as Object[])
            'collection(list)' | ['abc', 'def']
            'array'            | (['abc', 'def'] as Object[])
            'FileCollection'   | fileCollectionOf(tmpDir.file('abc'), tmpDir.file('def'))
            'Callable'         | (({ ['abc', 'def'] } as Callable<Object>) as Object[])
            'Provider'         | providerReturning(['abc', 'def'])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/resource/local/DefaultPathKeyFileStoreTest.groovy

            store.get("b").file.text == "def"
        }
    
        def "can overwrite file entry"() {
            when:
            store.move("a", createFile("abc"))
            store.move("a", createFile("def"))
    
            then:
            fsBase.file("a").text == "def"
        }
    
        def "creates intermediary directories"() {
            when:
            store.move("a/b/c", createFile("abc"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 20 09:57:05 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/util/hosts_test.go

    	g.Expect(NewScopedFqdn("foo", "foo", "*.xyz.abc")).To(Equal(ScopedFqdn("foo/*.xyz.abc")))
    	// wildcard, all namespaces scope
    	g.Expect(NewScopedFqdn("*", "foo", "*")).To(Equal(ScopedFqdn("*/*")))
    	// wildcard sub domain, all namespaces scope
    	g.Expect(NewScopedFqdn("*", "foo", "*.xyz.abc")).To(Equal(ScopedFqdn("*/*.xyz.abc")))
    
    	// external host, local scope
    	g.Expect(NewScopedFqdn("foo", "foo", "xyz.abc")).To(Equal(ScopedFqdn("foo/xyz.abc")))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/language/nativeplatform/internal/IncludeType.java

         */
        IDENTIFIER,
        /**
         * A macro function argument list. These appear in the body of a directive or as the arguments to a {@link #MACRO_FUNCTION} eg {@code #include ABC(a b c)}.
         */
        ARGS_LIST,
        /**
         * A sequence of expressions. These appear as the arguments to a {@link #MACRO_FUNCTION} eg {@code #include ABC(a b c)}.
         */
        EXPRESSIONS,
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. plugin/pkg/admission/certificates/ctbattest/admission_test.go

    						SignerName: "abc.com/xyz",
    					},
    				},
    				operation: admission.Update,
    			},
    			authzErr: errors.New("forced error"),
    			allowed:  false,
    		},
    		{
    			description:                      "should allow create if no signer name is specified",
    			clusterTrustBundleFeatureEnabled: true,
    			allowedName:                      "abc.com/xyz",
    			attributes: &testAttributes{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/VersionParserTest.groovy

            "1.2-beta_3+0000" | "1.2"       | true
            "1.2b3"           | "1.2"       | true
            "1-alpha"         | "1"         | true
            "abc.1-3"         | "abc.1"     | true
            "123"             | "123"       | false
            "abc"             | "abc"       | false
            "a.b.c.1.2"       | "a.b.c.1.2" | false
            "1b2.1.2.3"       | "1"         | true
            "b1-2-3.3"        | "b"         | true
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/test/groovy/org/gradle/util/internal/GUtilTest.groovy

            toWords("two,words") == "two words"
            toWords("trailing-") == "trailing"
            toWords("a") == "a"
            toWords("aB") == "a b"
            toWords("ABC") == "abc"
            toWords("ABCThing") == "abc thing"
            toWords("ABC Thing") == "abc thing"
            toWords("123Thing") == "123 thing"
            toWords(".") == ""
            toWords("_") == ""
        }
    
        def "flattens maps and arrays"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/ServerTruncatesRequestTest.kt

          MockResponse(
            body = "abc",
            socketPolicy = DoNotReadRequestBody(ErrorCode.NO_ERROR.httpCode),
          ),
        )
    
        val call =
          client.newCall(
            Request(
              url = server.url("/"),
              body = SlowRequestBody,
            ),
          )
    
        call.execute().use { response ->
          assertThat(response.body.string()).isEqualTo("abc")
        }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/DefaultValueSnapshotterTest.groovy

            expect:
            def snapshot = snapshotter.snapshot("abc")
            snapshot instanceof StringValueSnapshot
            snapshot == snapshotter.snapshot("abc")
            snapshot != snapshotter.snapshot("other")
        }
    
        def "creates snapshot for isolated string"() {
            expect:
            def isolated = isolatableFactory.isolate("abc")
            snapshotter.snapshot("abc") == snapshotter.snapshot(isolated)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 29.5K bytes
    - Viewed (0)
  10. src/path/filepath/path_test.go

    	{"/abc/", "/abc"},
    
    	// Remove doubled slash
    	{"abc//def//ghi", "abc/def/ghi"},
    	{"abc//", "abc"},
    
    	// Remove . elements
    	{"abc/./def", "abc/def"},
    	{"/./abc/def", "/abc/def"},
    	{"abc/.", "abc"},
    
    	// Remove .. elements
    	{"abc/def/ghi/../jkl", "abc/def/jkl"},
    	{"abc/def/../ghi/../jkl", "abc/jkl"},
    	{"abc/def/..", "abc"},
    	{"abc/def/../..", "."},
    	{"/abc/def/../..", "/"},
    	{"abc/def/../../..", ".."},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top