- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 639 for records (0.09 sec)
-
okhttp/src/main/kotlin/okhttp3/Cache.kt
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 26.8K bytes - Viewed (0) -
.teamcity/subprojects.json
"path": "testing/internal-architecture-testing", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "internal-build-reports", "path": "subprojects/internal-build-reports", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "internal-instrumentation-api",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 23 22:33:41 UTC 2024 - 34.3K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Dispatcher.kt
if (executorServiceOrNull == null) { executorServiceOrNull = ThreadPoolExecutor( 0, Int.MAX_VALUE, 60, TimeUnit.SECONDS, SynchronousQueue(), threadFactory("$okHttpName Dispatcher", false), ) } return executorServiceOrNull!! }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Jun 20 14:10:53 UTC 2024 - 9K bytes - Viewed (0) -
docs/em/docs/deployment/https.md
### π π β«οΈ π π² π βΆοΈ π **π** **π π**. ‴οΈ, π π π β«οΈ π π½ (π² π π β πβπ¦Ί). π π π² π€ β π½ (πΉ π°) βοΈ π³ π, & β«οΈ π βοΈ <abbr title="That doesn't change">π§</abbr> **π’ π’ π’**. π π½(β) π π π βΊ ("`A record`") β **π π** π’ **π’ π’ π π½**. π π π² π π, π₯ π°, πβ β π π. /// tip π π π π π β πΊπΈπ, βοΈ π πͺ π π & π’ π’, β«οΈ πΈ π¬ β«οΈ π₯. /// ### π π β‘οΈ π― π π β πΊπΈπ π.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 9.4K bytes - Viewed (0) -
doc/go_spec.html
</p> <h3 id="Close">Close</h3> <p> For an argument <code>ch</code> with a <a href="#Core_types">core type</a> that is a <a href="#Channel_types">channel</a>, the built-in function <code>close</code> records that no more values will be sent on the channel. It is an error if <code>ch</code> is a receive-only channel. Sending to or closing a closed channel causes a <a href="#Run_time_panics">run-time panic</a>.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/RegularImmutableMap.java
int tableSize = Hashing.closedTableSize(n, MAX_LOAD_FACTOR); @Nullable ImmutableMapEntry<K, V>[] table = createEntryArray(tableSize); int mask = tableSize - 1; // If duplicates are allowed, this IdentityHashMap will record the final Entry for each // duplicated key. We will use this final Entry to overwrite earlier slots in the entries array // that have the same key. Then a second pass will remove all but the first of the slots that
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue May 28 18:11:09 UTC 2024 - 16.2K bytes - Viewed (0) -
src/cmd/api/main_test.go
if !complete { // The method set has unexported methods, so all the // implementations are provided by the same package, // so the method set can be extended. Instead of recording // the full set of names (below), record only that there were // unexported methods. (If the interface shrinks, we will notice // because a method signature emitted during the last loop // will disappear.) w.emitf("unexported methods") }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0) -
guava/src/com/google/common/hash/Striped64.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jun 14 17:55:55 UTC 2024 - 11.5K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt
val executor = ThreadPoolExecutor( // corePoolSize: 0, // maximumPoolSize: Int.MAX_VALUE, // keepAliveTime: 60L, TimeUnit.SECONDS, SynchronousQueue(), threadFactory, ) override fun nanoTime() = System.nanoTime() override fun coordinatorNotify(taskRunner: TaskRunner) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 29 00:33:04 UTC 2024 - 10.6K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java
DirectoryProperty buildDirectory = getProject().getLayout().getBuildDirectory(); richReport.getDestinationDir().convention(buildDirectory.dir("reports")); getRichReport().set(richReport); } configureAction.execute(getRichReport().get()); } @Input @Optional
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Apr 26 10:58:32 UTC 2023 - 13.3K bytes - Viewed (0)