Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 070701 (0.2 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +protobuf.as=Timestamp
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message MicroTime {
      // Represents seconds of UTC time since Unix epoch
      // 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
      // 9999-12-31T23:59:59Z inclusive.
      optional int64 seconds = 1;
    
      // Non-negative fractions of a second at nanosecond resolution. Negative
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +protobuf.as=Timestamp
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message MicroTime {
      // Represents seconds of UTC time since Unix epoch
      // 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
      // 9999-12-31T23:59:59Z inclusive.
      optional int64 seconds = 1;
    
      // Non-negative fractions of a second at nanosecond resolution. Negative
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        )
        assertInvalid(
          "http://[0:0:0:0:0:1:256.255.255.255]/",
          "Invalid URL host: \"[0:0:0:0:0:1:256.255.255.255]\"",
        )
        assertInvalid(
          "http://[0:0:0:0:0:1:ff.255.255.255]/",
          "Invalid URL host: \"[0:0:0:0:0:1:ff.255.255.255]\"",
        )
        assertInvalid(
          "http://[0:0:0:0:0:0:1:255.255.255.255]/",
          "Invalid URL host: \"[0:0:0:0:0:0:1:255.255.255.255]\"",
        )
        assertInvalid(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    type SidIdentifierAuthority struct {
    	Value [6]byte
    }
    
    var (
    	SECURITY_NULL_SID_AUTHORITY        = SidIdentifierAuthority{[6]byte{0, 0, 0, 0, 0, 0}}
    	SECURITY_WORLD_SID_AUTHORITY       = SidIdentifierAuthority{[6]byte{0, 0, 0, 0, 0, 1}}
    	SECURITY_LOCAL_SID_AUTHORITY       = SidIdentifierAuthority{[6]byte{0, 0, 0, 0, 0, 2}}
    	SECURITY_CREATOR_SID_AUTHORITY     = SidIdentifierAuthority{[6]byte{0, 0, 0, 0, 0, 3}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    const (
    	PURGE_TXABORT = 0x0001
    	PURGE_RXABORT = 0x0002
    	PURGE_TXCLEAR = 0x0004
    	PURGE_RXCLEAR = 0x0008
    )
    
    // SetCommMask constants. See https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setcommmask.
    const (
    	EV_RXCHAR  = 0x0001
    	EV_RXFLAG  = 0x0002
    	EV_TXEMPTY = 0x0004
    	EV_CTS     = 0x0008
    	EV_DSR     = 0x0010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  6. src/fmt/fmt_test.go

    	{"%#.4f", 1 + 1.23i, "(1.0000+1.2300i)"},
    	{"%#.4e", 123 + 1i, "(1.2300e+02+1.0000e+00i)"},
    	{"%#.4x", 123 + 1i, "(0x1.ec00p+06+0x1.0000p+00i)"},
    	{"%#.4g", 123 + 1.23i, "(123.0+1.230i)"},
    	{"%#12.5g", 0 + 100000i, "(      0.0000 +1.0000e+05i)"},
    	{"%#12.5g", 1230000 - 0i, "(  1.2300e+06     +0.0000i)"},
    	{"%b", 1 + 2i, "(4503599627370496p-52+4503599627370496p-51i)"},
    	{"%b", complex64(1 + 2i), "(8388608p-23+8388608p-22i)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    const (
    	DICD_GENERATE_ID       DICD = 0x00000001
    	DICD_INHERIT_CLASSDRVS DICD = 0x00000002
    )
    
    // SUOI flags control SetupUninstallOEMInf
    type SUOI uint32
    
    const (
    	SUOI_FORCEDELETE SUOI = 0x0001
    )
    
    // SPDIT flags to distinguish between class drivers and
    // device drivers. (Passed in 'DriverType' parameter of
    // driver information list APIs)
    type SPDIT uint32
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbFile.java

                        O_RDONLY,
                        FILE_WRITE_ATTRIBUTES,
                        FILE_SHARE_READ | FILE_SHARE_WRITE,
                        dir,
                        dir != 0 ? 0x0001 : 0x0040) ) {
                        th.send(
                            new Trans2SetFileInformation(th.getConfig(), f.getFid(), attrs | dir, ctime, mtime, atime),
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  9. src/math/all_test.go

    var exp2SC = []float64{
    	0,
    	0,
    	Inf(1),
    	Inf(1),
    	NaN(),
    	Inf(1),
    	5e-324,
    	1.0000000025821745,
    }
    
    var vfexpm1SC = []float64{
    	Inf(-1),
    	-710,
    	Copysign(0, -1),
    	0,
    	710,
    	Inf(1),
    	NaN(),
    }
    var expm1SC = []float64{
    	-1,
    	-1,
    	Copysign(0, -1),
    	0,
    	Inf(1),
    	Inf(1),
    	NaN(),
    }
    
    var vffabsSC = []float64{
    	Inf(-1),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
Back to top