- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 2,435 for deflated (0.13 sec)
-
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: 2024-06-16 04:42 - Last Modified: 2024-01-08 01:13 - 8.1K bytes - Viewed (0) -
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: 2024-06-12 18:38 - Last Modified: 2024-03-13 16:23 - 15.9K bytes - Viewed (0) -
hack/testdata/CRD/foo-deleted-subfield.yaml
Nikhita Raghunath <******@****.***> 1506872372 +0530
Registered: 2024-06-15 01:39 - Last Modified: 2017-10-01 15:43 - 176 bytes - Viewed (0) -
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: 2024-06-15 01:39 - Last Modified: 2024-03-07 10:46 - 16.4K bytes - Viewed (0) -
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: 2024-06-12 16:32 - Last Modified: 2023-02-27 18:51 - 5.2K bytes - Viewed (0) -
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: 2024-06-12 16:32 - Last Modified: 2023-10-31 16:11 - 3.7K bytes - Viewed (0) -
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: 2024-06-15 01:39 - Last Modified: 2019-07-24 09:36 - 2.2K bytes - Viewed (0) -
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: 2024-06-15 01:39 - Last Modified: 2023-12-19 01:20 - 26K bytes - Viewed (0) -
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: 2024-06-12 18:38 - Last Modified: 2023-12-11 13:37 - 5.7K bytes - Viewed (0) -
hack/testdata/CRD/multi-crd-list-deleted-field.yaml
Nikhita Raghunath <******@****.***> 1506872372 +0530
Registered: 2024-06-15 01:39 - Last Modified: 2017-10-01 15:43 - 307 bytes - Viewed (0)