Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for retracted (1.5 sec)

  1. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    			errorf("unexpected token after version: %q", args[0])
    			return
    		}
    		retract := &Retract{
    			VersionInterval: vi,
    			Rationale:       rationale,
    			Syntax:          line,
    		}
    		f.Retract = append(f.Retract, retract)
    	}
    }
    
    func parseReplace(filename string, line *Line, verb string, args []string, fix VersionFixer) (*Replace, *Error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ProjectReportTaskIntegrationTest.groovy

    Available software types:
    
    application (com.example.restricted.ApplicationExtension)
            Defined in: com.example.restricted.ApplicationPlugin
            Registered by: com.example.restricted.SoftwareTypeRegistrationPlugin
    library (com.example.restricted.LibraryExtension)
            Defined in: com.example.restricted.LibraryPlugin
            Registered by: com.example.restricted.SoftwareTypeRegistrationPlugin
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/project/DeclarativeDslProjectBuildFileIntegrationSpec.groovy

                            id = "com.example.restricted"
                            implementationClass = "com.example.restricted.RestrictedPlugin"
                        }
                        create("softwareTypeRegistrator") {
                            id = "com.example.restricted.ecosystem"
                            implementationClass = "com.example.restricted.SoftwareTypeRegistrationPlugin"
                        }
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/declarative-dsl-provider/src/testFixtures/groovy/org/gradle/internal/declarativedsl/settings/SoftwareTypeFixture.groovy

                import org.gradle.declarative.dsl.model.annotations.Restricted;
    
                import org.gradle.api.provider.Property;
                import org.gradle.api.Action;
    
                @Restricted
                public interface TestSoftwareTypeExtension {
                    @Restricted
                    Property<String> getId();
    
    
                    Foo getFoo();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:26 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/declarative/dsl/tooling/builders/r89/DeclarativeDslToolingModelsCrossVersionTest.groovy

                import org.gradle.declarative.dsl.model.annotations.Restricted;
                import org.gradle.api.Action;
                import org.gradle.api.model.ObjectFactory;
                import org.gradle.api.provider.ListProperty;
                import org.gradle.api.provider.Property;
    
                import javax.inject.Inject;
    
                @Restricted
                public abstract class TestSoftwareTypeExtension {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:32:11 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/AbstractUndeclaredBuildInputsIntegrationTest.groovy

            EnvVariableRead.getEnvGetOrDefault("CI", "default") | "true" | "false"
        }
    
        def "reports undeclared file system entry check for File.#kind"() {
            Assume.assumeFalse("cannot use the file APIs in restricted DSL", isRestrictedDsl())
    
            def configurationCache = newConfigurationCacheFixture()
    
            UndeclaredFileAccess.FileCheck check = fileCheck(testDirectory)
            buildLogicApplication(check)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/operations/overlay/DocumentOverlayTest.kt

            @get:Restricted
            var x: Int
    
            @get: Restricted
            var y: Int
    
            @Configuring
            fun configuring(configure: NestedReceiver.() -> Unit)
    
            @Adding
            fun adding(someValue: Int, configure: NestedReceiver.() -> Unit): NestedReceiver
    
            @Restricted
            fun myInt(): Int
        }
    
        interface NestedReceiver {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. src/net/http/cookie_test.go

    	},
    	{
    		&Cookie{Name: "cookie-3", Value: "three", Domain: ".example.com"},
    		"cookie-3=three; Domain=example.com",
    	},
    	{
    		&Cookie{Name: "cookie-4", Value: "four", Path: "/restricted/"},
    		"cookie-4=four; Path=/restricted/",
    	},
    	{
    		&Cookie{Name: "cookie-5", Value: "five", Domain: "wrong;bad.abc"},
    		"cookie-5=five",
    	},
    	{
    		&Cookie{Name: "cookie-6", Value: "six", Domain: "bad-.abc"},
    		"cookie-6=six",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  9. callbacks/query.go

    								Selects: join.Selects, Omits: join.Omits,
    							}
    
    							selectColumns, restricted := columnStmt.SelectAndOmitColumns(false, false)
    							for _, s := range relation.FieldSchema.DBNames {
    								if v, ok := selectColumns[s]; (ok && v) || (!ok && !restricted) {
    									clauseSelect.Columns = append(clauseSelect.Columns, clause.Column{
    										Table: tableAliasName,
    										Name:  s,
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 09:51:44 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  10. pilot/pkg/model/context.go

    	LastPushTime time.Time
    }
    
    type WatchedResource = xds.WatchedResource
    
    var istioVersionRegexp = regexp.MustCompile(`^([1-9]+)\.([0-9]+)(\.([0-9]+))?`)
    
    // GetView returns a restricted view of the mesh for this proxy. The view can be
    // restricted by network (via ISTIO_META_REQUESTED_NETWORK_VIEW).
    // If not set, we assume that the proxy wants to see endpoints in any network.
    func (node *Proxy) GetView() ProxyView {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
Back to top