Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 57 for 414 (0.11 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    // result in larger message sizes. Be careful with this mode as it can cause
    // messages to exceed the UDP size limit.
    //
    // According to RFC 1035, section 4.1.4, the use of compression is optional, but
    // all implementations must accept both compressed and uncompressed DNS
    // messages.
    //
    // Compression should be enabled before any sections are added for best results.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	410:  {region: 0x9a, script: 0x22, flags: 0x0},
    	411:  {region: 0x9a, script: 0xe9, flags: 0x0},
    	412:  {region: 0x96, script: 0x5b, flags: 0x0},
    	413:  {region: 0xda, script: 0x5b, flags: 0x0},
    	414:  {region: 0x131, script: 0x32, flags: 0x0},
    	415:  {region: 0x166, script: 0x5b, flags: 0x0},
    	416:  {region: 0xe, script: 0x2, flags: 0x1},
    	417:  {region: 0x9a, script: 0xe, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

        // the HTTP spec permits caching 410s, but the RI doesn't.
        assertCached(true, 410)
        assertCached(false, 411)
        assertCached(false, 412)
        assertCached(false, 413)
        assertCached(true, 414)
        assertCached(false, 415)
        assertCached(false, 416)
        assertCached(false, 417)
        assertCached(false, 418)
        assertCached(false, 500)
        assertCached(true, 501)
        assertCached(false, 502)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  4. src/runtime/zcallback_windows_arm.s

    	MOVW	$410, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$411, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$412, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$413, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$414, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$415, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$416, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$417, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$418, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %412 = "tf.ConcatV2"(%9, %411, %9, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<0xi32>, tensor<i32>) -> tensor<1xi32>
      %413 = "tf.Pack"(%406) {axis = 0 : i64, device = ""} : (tensor<i64>) -> tensor<1xi64>
      %414 = "tf.Pack"(%10, %143) {axis = 0 : i64, device = ""} : (tensor<i64>, tensor<i64>) -> tensor<2xi64>
      %415 = "tf.ExpandDims"(%414, %7) {device = ""} : (tensor<2xi64>, tensor<i32>) -> tensor<2x1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  6. src/runtime/zcallback_windows_arm64.s

    	MOVD	$410, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$411, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$412, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$413, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$414, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$415, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$416, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$417, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$418, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - github.com/GoogleCloudPlatform/k8s-cloud-provider: [27a4ced → 7901bc8](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/27a4ced...7901bc8)
    - github.com/Microsoft/go-winio: [v0.4.14 → fc70bd9](https://github.com/Microsoft/go-winio/compare/v0.4.14...fc70bd9)
    - github.com/Microsoft/hcsshim: [672e52e → 5eafd15](https://github.com/Microsoft/hcsshim/compare/672e52e...5eafd15)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg net/http, const StatusProxyAuthRequired = 407
    pkg net/http, const StatusRequestEntityTooLarge = 413
    pkg net/http, const StatusRequestTimeout = 408
    pkg net/http, const StatusRequestURITooLong = 414
    pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
    pkg net/http, const StatusResetContent = 205
    pkg net/http, const StatusSeeOther = 303
    pkg net/http, const StatusServiceUnavailable = 503
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/Masterminds/squirrel,v1.1.0,h1:baP1qLdoQCeTw3ifCdOq2dkYc6vGcmRdaociKLbEJXs=,cede1b0a054e000a5e6a8000cb02de7ab64ddca9e0f4153732274627adeed0ae
    github.com/Microsoft/go-winio,v0.4.14,h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU=,7a86644691d3c86c77ae0b639fa27029706552f00cd51b445389a61694576f6b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT = 436
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN = 414
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND = 415
    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top