Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 473 for wired (0.13 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/VerificationFailureHandlingIntegrationTest.groovy

        def setup() {
            buildFile << """
                // 1) add producer and consumer tasks
                // 2) producer throws VerificationException
                // 3) consumer's input is wired to producer's output
    
                abstract class ProducerTask extends DefaultTask {
    
                    @OutputFile
                    abstract RegularFileProperty getProducerOutput()
    
                    @TaskAction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 18 04:22:00 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/rest/streamer.go

    	ResponseChecker HttpResponseChecker
    	RedirectChecker func(req *http.Request, via []*http.Request) error
    	// TLSVerificationErrorCounter is an optional value that will Inc every time a TLS error is encountered.  This can
    	// be wired a single prometheus counter instance to get counts overall.
    	TLSVerificationErrorCounter CounterMetric
    	// DeprecatedTLSVerificationErrorCounter is a temporary field used to rename
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 16:43:09 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java

            return kotlinDslReference;
        }
    
        public void kotlinDslReference(Action<? super KotlinDslReference> action) {
            action.execute(kotlinDslReference);
        }
    
        /**
         * This property is wired into very slow documentation generation tasks.
         *
         * Passing -PquickDocs will disable slow documentation tasks.
         *
         */
        public abstract Property<Boolean> getQuickFeedback();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Aug 11 08:52:40 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/initialization/DefaultSettingsTest.groovy

    import org.gradle.api.internal.FeaturePreviewsActivationFixture
    
    class DefaultSettingsTest extends DefaultSettingsCommonTest {
    
        def setup() {
            createSettings()
        }
    
        def 'is wired properly'() {
            expect:
            settings.startParameter == startParameter
            settings.is(settings.settings)
    
            settings.settingsDir == settingsDir
            settings.rootProject.projectDir == settingsDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 01 18:57:54 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/tests/merge_save_function_ops_to_main.mlir

        return
      }
    }
    
    // -----
    
    // Test that the @tf_quant_save's ops are cloned to @main. When there are no
    // __tf_file_prefix argument in @main, confirm that it is created and wired
    // to the newly created `IdentityOp`.
    
    module attributes {tf_saved_model.semantics} {
      func.func private @tf_quant__save(%arg: tensor<!tf_type.string>) -> () {
        tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/ProcessOutputProviderIntegrationTest.groovy

            """
    
            when:
            run("-q", ":empty")
    
            then:
            outputContains("CWD=${workingDir.absolutePath}")
        }
    
        def "providers.exec provider can be wired to the task"() {
            given:
            def testScript = ShellScript.builder()
                .printText("Script output")
                .writeTo(testDirectory, "script")
    
            buildFile """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/recommended.go

    		Authorization:  NewDelegatingAuthorizationOptions(),
    		Audit:          NewAuditOptions(),
    		Features:       NewFeatureOptions(),
    		CoreAPI:        NewCoreAPIOptions(),
    		// Wired a global by default that sadly people will abuse to have different meanings in different repos.
    		// Please consider creating your own FeatureGate so you can have a consistent meaning for what a variable contains
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 18:51:27 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go

    	Pagemask           int64
    	Pageshift          int64
    	Npages             int64
    	Free               int64
    	Active             int64
    	Inactive           int64
    	Paging             int64
    	Wired              int64
    	Zeropages          int64
    	Reserve_pagedaemon int64
    	Reserve_kernel     int64
    	Freemin            int64
    	Freetarg           int64
    	Inactarg           int64
    	Wiredmax           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go

    	Pagemask           int32
    	Pageshift          int32
    	Npages             int32
    	Free               int32
    	Active             int32
    	Inactive           int32
    	Paging             int32
    	Wired              int32
    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    	Vnodepages         int32
    	Vtextpages         int32
    	Freemin            int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go

    	Pagemask           int32
    	Pageshift          int32
    	Npages             int32
    	Free               int32
    	Active             int32
    	Inactive           int32
    	Paging             int32
    	Wired              int32
    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    	Vnodepages         int32
    	Vtextpages         int32
    	Freemin            int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top