Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for tag18 (0.07 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyAssignmentIntegrationTest.groovy

                        description = "hello"
                        tags = ["tag1", "tag2"]
                        myFiles = files("a/b/c")
                    }
                }
    
                pluginDeclarations.all {
                    assert it.id.get() == "my-id"
                    assert it.description.get() == "hello"
                    assert it.tags.get() == ["tag1", "tag2"]
                    assert it.myFiles.files == files("a/b/c").files
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 28 14:39:49 UTC 2023
    - 36.6K bytes
    - Viewed (0)
  2. src/go/build/build_test.go

    			"// This package implements parsing of tags like\n" +
    			"// +build tag1\n" +
    			"package build",
    		tags:        map[string]bool{"cgo": true},
    		shouldBuild: false,
    	},
    	{
    		name: "Cgo2",
    		content: "//go:build cgo\n" +
    			"// Copyright The Go Authors.\n\n" +
    			"// This package implements parsing of tags like\n" +
    			"// +build tag1\n" +
    			"package build",
    		tags:        map[string]bool{"cgo": true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/DispatcherTest.kt

        executor.assertJobs("http://b/1")
      }
    
      @Test
      fun cancelingRunningJobTakesNoEffectUntilJobFinishes() {
        dispatcher.maxRequests = 1
        val c1 = client.newCall(newRequest("http://a/1", "tag1"))
        val c2 = client.newCall(newRequest("http://a/2"))
        c1.enqueue(callback)
        c2.enqueue(callback)
        c1.cancel()
        executor.assertJobs("http://a/1")
        executor.finishJob("http://a/1")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Fri Apr 05 03:30:42 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    - Support [service.beta.kubernetes.io/azure-pip-ip-tags] annotations to allow customers to specify ip-tags to influence public-ip creation in Azure [Tag1=Value1, Tag2=Value2, etc.] ([#94114](https://github.com/kubernetes/kubernetes/pull/94114), [@MarcPow](https://github.com/MarcPow)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SyntaxError.Msg", Field, 0},
    		{"TagPathError", Type, 0},
    		{"TagPathError.Field1", Field, 0},
    		{"TagPathError.Field2", Field, 0},
    		{"TagPathError.Struct", Field, 0},
    		{"TagPathError.Tag1", Field, 0},
    		{"TagPathError.Tag2", Field, 0},
    		{"Token", Type, 0},
    		{"TokenReader", Type, 10},
    		{"Unmarshal", Func, 0},
    		{"UnmarshalError", Type, 0},
    		{"Unmarshaler", Type, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg encoding/xml, type TagPathError struct, Field1 string
    pkg encoding/xml, type TagPathError struct, Field2 string
    pkg encoding/xml, type TagPathError struct, Struct reflect.Type
    pkg encoding/xml, type TagPathError struct, Tag1 string
    pkg encoding/xml, type TagPathError struct, Tag2 string
    pkg encoding/xml, type Token interface {}
    pkg encoding/xml, type UnmarshalError string
    pkg encoding/xml, type UnsupportedTypeError struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top