Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,435 for deflated (0.18 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/ws/WebSocketExtensions.kt

     * Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover
     * Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits="15"
     * Sec-WebSocket-Extensions: permessage-deflate; server_max_window_bits=15
     * Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover
     * Sec-WebSocket-Extensions: permessage-deflate; server_no_context_takeover;
     *     client_no_context_takeover
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/artifacts/dsl/DependencyCollectorDslIntegrationTest.groovy

                [bundles]
                ${MYDEPS_BUNDLE} = ["org-example-foo", "com-example-baz"]
            """)
            file(BAR_TXT).text = "bar"
        }
    
        def "dependency declared using #expression shows up in related configuration"() {
            given:
            file(dsl.fileNameFor("build")).text = """
            ${setupDependencies()}
    
            dependencies {
                testingCollector(${expression})
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 16:23:38 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. hack/testdata/CRD/foo-deleted-subfield.yaml

    Nikhita Raghunath <******@****.***> 1506872372 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 176 bytes
    - Viewed (0)
  4. pkg/kubelet/pleg/evented.go

    func (e *EventedPLEG) Healthy() (bool, error) {
    	// GenericPLEG is declared unhealthy when relisting time is more
    	// than the relistThreshold. In case EventedPLEG is turned on,
    	// relistingPeriod and relistingThreshold are adjusted to higher
    	// values. So the health check of Generic PLEG should check
    	// the adjusted values of relistingPeriod and relistingThreshold.
    
    	// EventedPLEG is declared unhealthy only if eventChannel is out of capacity.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  5. src/compress/zlib/writer.go

    	z.wroteHeader = true
    	// ZLIB has a two-byte header (as documented in RFC 1950).
    	// The first four bits is the CINFO (compression info), which is 7 for the default deflate window size.
    	// The next four bits is the CM (compression method), which is 8 for deflate.
    	z.scratch[0] = 0x78
    	// The next two bits is the FLEVEL (compression level). The four values are:
    	// 0=fastest, 1=fast, 2=default, 3=best.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 27 18:51:27 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. src/internal/types/testdata/check/constdecl.go

    }
    
    // Test cases for errors in inherited constant initialization expressions.
    // Errors related to inherited initialization expressions must appear at
    // the constant identifier being declared, not at the original expression
    // (issues #42991, #42992).
    const (
    	_ byte = 255 + iota
    	/* some gap */
    	_ // ERROR "overflows"
    	/* some gap */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. pkg/util/iptables/testing/parse_test.go

    				-A KUBE-FORWARD -m comment --comment "kubernetes forwarding conntrack rule" -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
    				COMMIT
    				`),
    			error: `cannot add rules to deleted chain`,
    		},
    		{
    			name: "deleted non-empty chain",
    			input: dedent.Dedent(`
    				*filter
    				:KUBE-SERVICES - [0:0]
    				:KUBE-EXTERNAL-SERVICES - [0:0]
    				:KUBE-FORWARD - [0:0]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  8. cmd/kube-controller-manager/app/options/endpointcontroller.go

    )
    
    // EndpointControllerOptions holds the EndPointController options.
    type EndpointControllerOptions struct {
    	*endpointconfig.EndpointControllerConfiguration
    }
    
    // AddFlags adds flags related to EndPointController for controller manager to the specified FlagSet.
    func (o *EndpointControllerOptions) AddFlags(fs *pflag.FlagSet) {
    	if o == nil {
    		return
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 24 09:36:53 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/IncrementalNativeCompiler.java

        }
    
        protected WorkResult doCleanIncrementalCompile(T spec) {
            boolean deleted = cleanPreviousOutputs(spec);
            spec.setSourceFilesForPch(getSourceFilesForPch(spec));
            WorkResult compileResult = delegateCompiler.execute(spec);
            if (deleted && !compileResult.getDidWork()) {
                return WorkResults.didWork(true);
            }
            return compileResult;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  10. hack/testdata/CRD/multi-crd-list-deleted-field.yaml

    Nikhita Raghunath <******@****.***> 1506872372 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 307 bytes
    - Viewed (0)
Back to top