Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 305 (0.18 sec)

  1. okhttp/src/main/resources/META-INF/proguard/okhttp3.pro

    # JSR 305 annotations are for embedding nullability information.
    -dontwarn javax.annotation.**
    
    # A resource is loaded with a relative path so the package of this class must be preserved.
    -keeppackagenames okhttp3.internal.publicsuffix.*
    -adaptresourcefilenames okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz
    
    # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
    -dontwarn org.codehaus.mojo.animal_sniffer.*
    
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Dec 23 14:46:51 GMT 2023
    - 682 bytes
    - Viewed (0)
  2. cmd/apierrorcode_string.go

    	_ = x[ErrEvaluatorUnterminatedTimestampFormatPatternToken-303]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternToken-304]
    	_ = x[ErrEvaluatorInvalidTimestampFormatPatternSymbol-305]
    	_ = x[ErrEvaluatorBindingDoesNotExist-306]
    	_ = x[ErrMissingHeaders-307]
    	_ = x[ErrInvalidColumnIndex-308]
    	_ = x[ErrAdminConfigNotificationTargetsFailed-309]
    	_ = x[ErrAdminProfilerNotEnabled-310]
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with header file change",
      "durations" : [ {
        "testProject" : "mediumNativeMonolithic",
        "linux" : 305
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with source file change",
      "durations" : [ {
        "testProject" : "mediumNativeMonolithic",
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 26.3K bytes
    - Viewed (1)
  4. docs/changelogs/changelog_3x.md

        `RouteSelector`.
    
    
    ## Version 3.8.0
    
    _2017-05-13_
    
    
     *  **OkHttp now uses `@Nullable` to annotate all possibly-null values.** We've
        added a compile-time dependency on the JSR 305 annotations. This is a
        [provided][maven_provided] dependency and does not need to be included in
        your build configuration, `.jar` file, or `.apk`. We use
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  5. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                12473, 1578, 12427, 42, 12394, 12452, 12483, 12383, 12539, 3656, 12392, 3648, 12434,
                3585, 12414, 12399, 237, 38, 19968, 12523, 1075, 20154, 12463, 252, 3617, 305, 3657,
                3591, 59, 12364, 1073, 1583, 1099, 1079, 1576, 20013, 224, 3633, 12363, 26085, 1607, 43,
                228, 12522, 12435, 12521, 12426, 12387, 22823, 3623, 24180, 231, 12450, 3621, 3618,
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
        assertCached(true, 302)
        assertCached(false, 303)
        assertCached(false, 304)
        assertCached(false, 305)
        assertCached(false, 306)
        assertCached(true, 307)
        assertCached(true, 308)
        assertCached(false, 400)
        assertCached(false, 401)
        assertCached(false, 402)
        assertCached(false, 403)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  7. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                12473, 1578, 12427, 42, 12394, 12452, 12483, 12383, 12539, 3656, 12392, 3648, 12434,
                3585, 12414, 12399, 237, 38, 19968, 12523, 1075, 20154, 12463, 252, 3617, 305, 3657,
                3591, 59, 12364, 1073, 1583, 1099, 1079, 1576, 20013, 224, 3633, 12363, 26085, 1607, 43,
                228, 12522, 12435, 12521, 12426, 12387, 22823, 3623, 24180, 231, 12450, 3621, 3618,
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg net/http, const StatusTeapot = 418
    pkg net/http, const StatusTemporaryRedirect = 307
    pkg net/http, const StatusUnauthorized = 401
    pkg net/http, const StatusUnsupportedMediaType = 415
    pkg net/http, const StatusUseProxy = 305
    pkg net/http, const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
    pkg net/http, func ParseTime(string) (time.Time, error)
    pkg net/http, method (*Request) PostFormValue(string) string
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_GETXATTR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_IOCTL = 54
    pkg syscall (netbsd-arm64-cgo), const SYS_IOCTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_ISSETUGID = 305
    pkg syscall (netbsd-arm64-cgo), const SYS_ISSETUGID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_KEVENT = 435
    pkg syscall (netbsd-arm64-cgo), const SYS_KEVENT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_KLDSYM = 337 #53466
    pkg syscall (freebsd-riscv64), const SYS_KLDSYM ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KLDUNLOAD = 305 #53466
    pkg syscall (freebsd-riscv64), const SYS_KLDUNLOAD ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_KLDUNLOADF = 444 #53466
    pkg syscall (freebsd-riscv64), const SYS_KLDUNLOADF ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top