Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 147 for 99$ (0.14 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    	// extensions. Equals max lang (3) + script (4) + max reg (3) + 2 dashes.
    	maxCoreSize = 12
    
    	// max99thPercentileSize is a somewhat arbitrary buffer size that presumably
    	// is large enough to hold at least 99% of the BCP 47 tags.
    	max99thPercentileSize = 32
    
    	// maxSimpleUExtensionSize is the maximum size of a -u extension with one
    	// key-type pair. Equals len("-u-") + key (2) + dash + max value (8).
    	maxSimpleUExtensionSize = 14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher.go

    	//
    	// (b) gives us periodicity if the watch breaks due to unexpected
    	// conditions, (a) ensures that on timeout the watcher is as close to
    	// now as possible - this covers 99% of cases.
    
    	if !c.wasBookmarkAfterRvReceived() {
    		return time.Time{}, true // schedule immediately
    	}
    
    	heartbeatTime := now.Add(bookmarkFrequency)
    	if c.deadline.IsZero() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	{94, "ECHRNG", "channel number out of range"},
    	{95, "EL2NSYNC", "level 2 not synchronized"},
    	{96, "EL3HLT", "level 3 halted"},
    	{97, "EL3RST", "level 3 reset"},
    	{98, "ELNRNG", "link number out of range"},
    	{99, "EUNATCH", "protocol driver not attached"},
    	{100, "ENOCSI", "no CSI structure available"},
    	{101, "EL2HLT", "level 2 halted"},
    	{102, "EBADE", "invalid exchange"},
    	{103, "EBADR", "invalid request descriptor"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/Cookie.kt

                year = matcher.group(1).toInt()
              }
            }
    
            pos = dateCharacterOffset(s, end + 1, limit, false)
          }
    
          // Convert two-digit years into four-digit years. 99 becomes 1999, 15 becomes 2015.
          if (year in 70..99) year += 1900
          if (year in 0..69) year += 2000
    
          // If any partial is omitted or out of range, return -1. The date is impossible. Note that leap
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:12:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top