Home
last modified time | relevance | path

Searched refs:unixSec (Results 1 – 25 of 107) sorted by relevance

12345

/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DStripChartWdg.py471 unixSec = time.time()
473 d = datetime.datetime.utcfromtimestamp(unixSec)
475 d = datetime.datetime.fromtimestamp(unixSec)
477 self.mplSecMinusUnixSec = (matplotlibDays / self._DaysPerSecond) - unixSec
479 def __call__(self, unixSec): argument
482 return (unixSec + self._offset + self.mplSecMinusUnixSec) * self._DaysPerSecond
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
445 sec := t.unixSec()
465 sec := t.unixSec()
1124 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1135 return t.unixSec()
1144 return t.unixSec()*1e3 + int64(t.nsec())/1e6
1153 return t.unixSec()*1e6 + int64(t.nsec())/1e3
1163 return (t.unixSec())*1e9 + int64(t.nsec())
1240 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
444 sec := t.unixSec()
464 sec := t.unixSec()
1123 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1134 return t.unixSec()
1143 return t.unixSec()*1e3 + int64(t.nsec())/1e6
1152 return t.unixSec()*1e6 + int64(t.nsec())/1e3
1162 return (t.unixSec())*1e9 + int64(t.nsec())
1257 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1144 name, offset, _, _ = t.loc.lookup(t.unixSec())
1155 return t.unixSec()
1165 return (t.unixSec())*1e9 + int64(t.nsec())
1242 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
438 sec := t.unixSec()
458 sec := t.unixSec()
1117 name, offset, _, _ = t.loc.lookup(t.unixSec())
1128 return t.unixSec()
1138 return (t.unixSec())*1e9 + int64(t.nsec())
1215 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix }
461 sec := t.unixSec()
481 sec := t.unixSec()
1144 name, offset, _, _ = t.loc.lookup(t.unixSec())
1155 return t.unixSec()
1165 return (t.unixSec())*1e9 + int64(t.nsec())
1242 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
438 sec := t.unixSec()
458 sec := t.unixSec()
1117 name, offset, _, _ = t.loc.lookup(t.unixSec())
1128 return t.unixSec()
1138 return (t.unixSec())*1e9 + int64(t.nsec())
1215 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1144 name, offset, _, _ = t.loc.lookup(t.unixSec())
1155 return t.unixSec()
1165 return (t.unixSec())*1e9 + int64(t.nsec())
1242 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1138 name, offset, _, _ = t.loc.lookup(t.unixSec())
1146 return t.unixSec()
1156 return (t.unixSec())*1e9 + int64(t.nsec())
1233 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/time/
H A Dtime.go165 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
443 sec := t.unixSec()
463 sec := t.unixSec()
1091 name, offset, _, _, _ = t.loc.lookup(t.unixSec())
1098 return t.unixSec()
1107 return (t.unixSec())*1e9 + int64(t.nsec())
1184 } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1144 name, offset, _, _ = t.loc.lookup(t.unixSec())
1155 return t.unixSec()
1165 return (t.unixSec())*1e9 + int64(t.nsec())
1242 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1138 name, offset, _, _ = t.loc.lookup(t.unixSec())
1146 return t.unixSec()
1156 return (t.unixSec())*1e9 + int64(t.nsec())
1233 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
438 sec := t.unixSec()
458 sec := t.unixSec()
1117 name, offset, _, _ = t.loc.lookup(t.unixSec())
1128 return t.unixSec()
1138 return (t.unixSec())*1e9 + int64(t.nsec())
1215 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/time/
H A Dtime.go176 func (t *Time) unixSec() int64 { return t.sec() + internalToUnix } func
461 sec := t.unixSec()
481 sec := t.unixSec()
1138 name, offset, _, _ = t.loc.lookup(t.unixSec())
1146 return t.unixSec()
1156 return (t.unixSec())*1e9 + int64(t.nsec())
1233 } else if _, localoff, _, _ := Local.lookup(t.unixSec()); offset == localoff {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/http/
H A Dexport_test.go228 st, unixSec := c.getState()
229 if unixSec == 0 || st != StateIdle {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/http/
H A Dexport_test.go228 st, unixSec := c.getState()
229 if unixSec == 0 || st != StateIdle {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/http/
H A Dexport_test.go228 st, unixSec := c.getState()
229 if unixSec == 0 || st != StateIdle {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/
H A Dexport_test.go269 st, unixSec := c.getState()
270 if unixSec == 0 || st != StateIdle {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/
H A Dexport_test.go269 st, unixSec := c.getState()
270 if unixSec == 0 || st != StateIdle {

12345