- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 562 for isGuest (0.27 seconds)
-
CONTRIBUTING.md
If we decide to pursue a feature request, it will go through a thorough process of API design and review. Any code should come after this. [APIs]: https://en.wikipedia.org/wiki/API [issue]: https://github.com/google/guava/issues Pull requests ------------- Unless the change is a trivial fix such as for a typo, it's generally best to start by opening a new issue describing the bug or feature you're intending to
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 17:53:05 GMT 2026 - 4.3K bytes - Click Count (0) -
.github/workflows/team-triage-stale.yml
name: 'Requeue stale team-triage items' on: schedule: # Execute every day at 00:05 to avoid conflicts with other workflows - cron: '5 0 * * *' permissions: {} jobs: requeue: permissions: issues: write pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/stale@v10 with: operations-per-run: 50 remove-stale-when-updated: false
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 04 22:13:29 GMT 2025 - 836 bytes - Click Count (0) -
internal/init/init_darwin_amd64.go
import ( "os" "github.com/klauspost/cpuid/v2" ) func init() { // All MinIO operations must be under UTC. os.Setenv("TZ", "UTC") // Temporary workaround for // https://github.com/golang/go/issues/49233 // Keep until upstream has been fixed. cpuid.CPU.Disable(cpuid.AVX512F, cpuid.AVX512BW, cpuid.AVX512CD, cpuid.AVX512DQ, cpuid.AVX512ER, cpuid.AVX512FP16, cpuid.AVX512IFMA, cpuid.AVX512PF, cpuid.AVX512VBMI,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Nov 04 23:44:38 GMT 2022 - 1.3K bytes - Click Count (0) -
docs/pt/docs/help-fastapi.md
Você pode tentar ajudar outras pessoas com suas perguntas em: * [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/categories/questions?discussions_q=category%3AQuestions+is%3Aunanswered) * [GitHub Issues](https://github.com/fastapi/fastapi/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aquestion+-label%3Aanswered+) Em muitos casos você já pode saber a resposta para aquelas perguntas. 🤓
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 13.7K bytes - Click Count (0) -
guava-gwt/src/com/google/common/DummyJavadocClass.java
* limitations under the License. */ package com.google.common; /** * A dummy class so that the Maven Javadoc plugin will produce a jar. If it doesn't produce a jar, * then the Sonatype repository manager issues an error. * * @author Chris Povirk */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jan 07 19:38:21 GMT 2020 - 848 bytes - Click Count (0) -
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/AndroidPlatform.kt
) { try { socket.connect(address, connectTimeout) } catch (e: ClassCastException) { // On android 8.0, socket.connect throws a ClassCastException due to a bug // see https://issuetracker.google.com/issues/63649622 if (Build.VERSION.SDK_INT == 26) { throw IOException("Exception in connect", e) } else { throw e } } } override fun newSSLContext(): SSLContext {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Oct 10 05:19:46 GMT 2025 - 6.5K bytes - Click Count (0) -
module-tests/build.gradle.kts
} module("com.squareup.okio:okio", "okio") { exportAllPackages() } } // Exclude dokka from all configurations // to attempt to avoid https://github.com/gradlex-org/extra-java-module-info/issues/221 configurations.all { exclude(group = "org.jetbrains.dokka") } val testJavaVersion = project.testJavaVersion tasks.withType<Test> { useJUnitPlatform() enabled = testJavaVersion > 8
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 1.8K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/AccessHeaders.kt
import okhttp3.Request class AccessHeaders { private val client = OkHttpClient() fun run() { val request = Request .Builder() .url("https://api.github.com/repos/square/okhttp/issues") .header("User-Agent", "OkHttp Headers.java") .addHeader("Accept", "application/json; q=0.5") .addHeader("Accept", "application/vnd.github.v3+json") .build()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 1.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelTransformer.java
*/ @Experimental public interface ModelTransformer { /** * Apply a transformation on the file model. * * @param model the input model * @param problems the problem collector to report any issues encountered during transformation * @return the transformed model, or the input model if no transformation is needed */ @Nonnull Model transform(Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Sep 28 09:03:24 GMT 2024 - 1.5K bytes - Click Count (0) -
CLAUDE.md
| Add i18n | `fess_label_*.properties`, `fess_message_*.properties` | ## External Resources - **Documentation**: https://fess.codelibs.org/ - **GitHub**: https://github.com/codelibs/fess
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0)