Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 92 for 450 (0.05 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttp.kt

     * limitations under the License.
     */
    package okhttp3
    
    import kotlin.jvm.JvmField
    import okhttp3.internal.CONST_VERSION
    
    object OkHttp {
      /**
       * This is a string like "4.5.0-RC1", "4.5.0", or "4.6.0-SNAPSHOT" indicating the version of
       * OkHttp in the current runtime. Use this to include the OkHttp version in custom `User-Agent`
       * headers.
       *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. test/typeparam/index.go

    	}
    
    	vec3 := []*obj{&obj{2}, &obj{42}, &obj{1}}
    	if got := Index(vec3, vec3[2]); got != want {
    		panic(fmt.Sprintf("got %d, want %d", got, want))
    	}
    
    	vec4 := []obj2{obj2{2, 3.0}, obj2{3, 4.0}, obj2{4, 5.0}}
    	if got := Index(vec4, vec4[2]); got != want {
    		panic(fmt.Sprintf("got %d, want %d", got, want))
    	}
    
    	vec5 := []obj3{obj3{2, 3}, obj3{3, 4}, obj3{4, 5}}
    	if got := Index(vec5, vec5[2]); got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  3. internal/ioutil/ioutil_test.go

    	}
    
    	err = work.Run(func() error {
    		time.Sleep(450 * time.Millisecond)
    		return nil
    	})
    	if err != nil {
    		t.Error("DeadlineWorker should succeed")
    	}
    }
    
    func TestDeadlineWriter(t *testing.T) {
    	w := NewDeadlineWriter(&sleepWriter{timeout: 500 * time.Millisecond}, 450*time.Millisecond)
    	_, err := w.Write([]byte("1"))
    	if err != context.DeadlineExceeded {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. src/time/tzdata/tzdata.go

    // the time package cannot find tzdata files on the system,
    // it will use this embedded information.
    //
    // Importing this package will increase the size of a program by about
    // 450 KB.
    //
    // This package should normally be imported by a program's main package,
    // not by a library. Libraries normally shouldn't decide whether to
    // include the timezone database in a program.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 22:30:53 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/formats.go

    	"uuid5",        // an UUID6 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$
    	"isbn",         // an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041"
    	"isbn10",       // an ISBN10 number string like "0321751043"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 09 09:26:38 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_LANDLOCK_CREATE_RULESET = 444
    	SYS_LANDLOCK_ADD_RULE       = 445
    	SYS_LANDLOCK_RESTRICT_SELF  = 446
    	SYS_PROCESS_MRELEASE        = 448
    	SYS_FUTEX_WAITV             = 449
    	SYS_SET_MEMPOLICY_HOME_NODE = 450
    	SYS_CACHESTAT               = 451
    	SYS_FCHMODAT2               = 452
    	SYS_MAP_SHADOW_STACK        = 453
    	SYS_FUTEX_WAKE              = 454
    	SYS_FUTEX_WAIT              = 455
    	SYS_FUTEX_REQUEUE           = 456
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_loong64.go

    	SYS_LANDLOCK_CREATE_RULESET = 444
    	SYS_LANDLOCK_ADD_RULE       = 445
    	SYS_LANDLOCK_RESTRICT_SELF  = 446
    	SYS_PROCESS_MRELEASE        = 448
    	SYS_FUTEX_WAITV             = 449
    	SYS_SET_MEMPOLICY_HOME_NODE = 450
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go

    	SYS_LANDLOCK_ADD_RULE       = 445
    	SYS_LANDLOCK_RESTRICT_SELF  = 446
    	SYS_MEMFD_SECRET            = 447
    	SYS_PROCESS_MRELEASE        = 448
    	SYS_FUTEX_WAITV             = 449
    	SYS_SET_MEMPOLICY_HOME_NODE = 450
    	SYS_CACHESTAT               = 451
    	SYS_FCHMODAT2               = 452
    	SYS_MAP_SHADOW_STACK        = 453
    	SYS_FUTEX_WAKE              = 454
    	SYS_FUTEX_WAIT              = 455
    	SYS_FUTEX_REQUEUE           = 456
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_4x.md

        these in logs, metrics, and even test cases to confirm your cache headers are configured as
        expected.
    
     *  New: Constant string `okhttp3.VERSION`. This is a string like "4.5.0-RC1", "4.5.0", or
        "4.6.0-SNAPSHOT" indicating the version of OkHttp in the current runtime. Use this to include
        the OkHttp version in custom `User-Agent` headers.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go

    	SYS_LANDLOCK_ADD_RULE       = 445
    	SYS_LANDLOCK_RESTRICT_SELF  = 446
    	SYS_MEMFD_SECRET            = 447
    	SYS_PROCESS_MRELEASE        = 448
    	SYS_FUTEX_WAITV             = 449
    	SYS_SET_MEMPOLICY_HOME_NODE = 450
    	SYS_CACHESTAT               = 451
    	SYS_FCHMODAT2               = 452
    	SYS_MAP_SHADOW_STACK        = 453
    	SYS_FUTEX_WAKE              = 454
    	SYS_FUTEX_WAIT              = 455
    	SYS_FUTEX_REQUEUE           = 456
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top