- Sort Score
- Num 10 results
- Language All
Results 361 - 370 of 1,584 for eles (0.02 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2ExchangeCodec.kt
return if (expectContinue && responseBuilder.code == HTTP_CONTINUE) { null } else { responseBuilder } } override fun reportedContentLength(response: Response): Long = when { !response.promisesBody() -> 0L else -> response.headersContentLength() } override fun openResponseBodySource(response: Response): Source = stream!!.source
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jul 29 21:11:09 GMT 2025 - 7K bytes - Click Count (0) -
docs/debugging/s3-check-md5/main.go
}) if err != nil { log.Fatalln(err) } if debug { s3Client.TraceOn(os.Stderr) } var buckets []string if bucket != "" { buckets = append(buckets, bucket) } else { bucketsInfo, err := s3Client.ListBuckets(context.Background()) if err != nil { log.Fatalln(err) } for _, b := range bucketsInfo { buckets = append(buckets, b.Name) } }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 6.3K bytes - Click Count (0) -
docs/debugging/xl-meta/main.go
} lastValid = m.size - 1 missing = 0 } else { fmt.Println("Could NOT reconstruct:", err) } } } if lastValid == 0 { return errors.New("no valid data found") } if missing > 0 { fmt.Println(missing, "bytes missing. Truncating", len(m.filled)-lastValid-1, "from end.") out += ".incomplete" } else { fmt.Println("No bytes missing.") out += ".complete" }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 40.4K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/activation/SystemPropertyProfileActivator.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.3K bytes - Click Count (0) -
android/guava/src/com/google/common/math/ToDoubleRounder.java
} else { return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : nextUp(roundArbitrarily); } case UP: if (sign(x) >= 0) { return (cmpXToRoundArbitrarily <= 0) ? roundArbitrarily : nextUp(roundArbitrarily); } else { return (cmpXToRoundArbitrarily >= 0) ? roundArbitrarily : nextDown(roundArbitrarily);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 04:51:56 GMT 2026 - 5.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/AndXServerMessageBlock.java
if (errorCode != 0 || andxCommand == (byte) 0xFF) { andxCommand = (byte) 0xFF; andx = null; } else if (andx == null) { andxCommand = (byte) 0xFF; throw new RuntimeException("no andx command supplied with response"); } else { /* * Set bufferIndex according to andxOffset */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 10.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
/// ## Gérer les erreurs et les valeurs de retour des dépendances { #dependencies-errors-and-return-values } Vous pouvez utiliser les mêmes *fonctions* de dépendance que d'habitude. ### Définir les exigences des dépendances { #dependency-requirements } Elles peuvent déclarer des exigences pour la requête (comme des en-têtes) ou d'autres sous-dépendances : {* ../../docs_src/dependencies/tutorial006_an_py310.py hl[8,13] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.5K bytes - Click Count (0) -
scripts/deploy_docs_status.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Sep 30 05:56:53 GMT 2025 - 4.4K bytes - Click Count (0) -
.ci/scripts/run-gradle.sh
MAX_WORKERS=16 elif [ -f /proc/cpuinfo ]; then MAX_WORKERS=`grep '^cpu\scores' /proc/cpuinfo | uniq | sed 's/\s\+//g' | cut -d':' -f 2` else if [[ "$OSTYPE" == "darwin"* ]]; then MAX_WORKERS=`sysctl -n hw.physicalcpu | sed 's/\s\+//g'` else echo "Unsupported OS Type: $OSTYPE" exit 1 fi fi if pwd | grep -v -q ^/dev/shm ; then
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 13 19:08:52 GMT 2021 - 824 bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Request.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 13:46:58 GMT 2025 - 14.7K bytes - Click Count (1)