Home
last modified time | relevance | path

Searched refs:timeType (Results 1 – 25 of 1989) sorted by relevance

12345678910>>...80

/dports/graphics/grads/grads-1.9b4/src/
H A Dlatstime.c67 #define ISLEAP(year,timeType) (((timeType) & CdHasLeap) && (!((year) % 4) && (((timeType) & CdJulia… argument
152 if (ISLEAP(year,date->timeType)) { in latsMonthDay()
194 if (ISLEAP(year,date->timeType)) { in latsDaysInMonth()
327 htime->timeType = timeType; in latse2h()
348 switch(timeType){ in latsc2h()
354 htime->timeType = timeType; in latsc2h()
360 htime->timeType = timeType; in latsc2h()
368 htime->timeType = timeType; in latsc2h()
395 switch(htime->timeType){ in latsh2c()
430 latsc2h(ctime,timeType,&htime); in latsc2e()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnctime.c79 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… argument
122 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
132 …delta = ((date->timeType & Cd365) || (date->timeType & Cd366) ? (mon_day_cnt[date->month-1]) : 30); in CdMonthDay()
173 if( ((date->timeType) & Cd365) || ((date->timeType) & Cd366) ) { in CdDayOfYear()
213 if(timeType & Cd366) { in Cde2h()
236 htime->timeType = timeType; in Cde2h()
295 ehtime.timeType = timeType; in CdAddDelTime()
531 if(timeType & Cd366) { in CdDivDelTime()
640 if((htime->timeType) & Cd366) { in Cdh2e()
824 humantime.timeType = old_timetype; in cdComp2Rel()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Dnctime.c75 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… argument
115 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
125 …delta = ((date->timeType & Cd365) || (date->timeType & Cd366) ? (mon_day_cnt[date->month-1]) : 30); in CdMonthDay()
166 if( ((date->timeType) & Cd365) || ((date->timeType) & Cd366) ) { in CdDayOfYear()
206 if(timeType & Cd366) { in Cde2h()
229 htime->timeType = timeType; in Cde2h()
288 ehtime.timeType = timeType; in CdAddDelTime()
528 if(timeType & Cd366) { in CdDivDelTime()
637 if((htime->timeType) & Cd366) { in Cdh2e()
820 humantime.timeType = old_timetype; in cdComp2Rel()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnctime.c75 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… argument
115 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
125 …delta = ((date->timeType & Cd365) || (date->timeType & Cd366) ? (mon_day_cnt[date->month-1]) : 30); in CdMonthDay()
166 if( ((date->timeType) & Cd365) || ((date->timeType) & Cd366) ) { in CdDayOfYear()
206 if(timeType & Cd366) { in Cde2h()
229 htime->timeType = timeType; in Cde2h()
288 ehtime.timeType = timeType; in CdAddDelTime()
528 if(timeType & Cd366) { in CdDivDelTime()
637 if((htime->timeType) & Cd366) { in Cdh2e()
820 humantime.timeType = old_timetype; in cdComp2Rel()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Dnctime.c79 #define ISLEAP(year,timeType) ((timeType & Cd366) || (((timeType) & CdHasLeap) && (!((year) % 4) &&… argument
122 if (ISLEAP(year,date->timeType)) { in CdMonthDay()
132 …delta = ((date->timeType & Cd365) || (date->timeType & Cd366) ? (mon_day_cnt[date->month-1]) : 30); in CdMonthDay()
173 if( ((date->timeType) & Cd365) || ((date->timeType) & Cd366) ) { in CdDayOfYear()
213 if(timeType & Cd366) { in Cde2h()
236 htime->timeType = timeType; in Cde2h()
295 ehtime.timeType = timeType; in CdAddDelTime()
533 if(timeType & Cd366) { in CdDivDelTime()
642 if((htime->timeType) & Cd366) { in Cdh2e()
826 humantime.timeType = old_timetype; in cdComp2Rel()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Form/View/Helper/
H A DFormDateTimeSelect.php26 protected $timeType; variable in Zend\\Form\\View\\Helper\\FormDateTimeSelect
36 $this->timeType = IntlDateFormatter::LONG;
46 * @param int|null|string $timeType
53 $timeType = IntlDateFormatter::LONG, argument
61 $this->setTimeType($timeType);
152 * @param int $timeType
155 public function setTimeType($timeType) argument
158 if ($timeType === IntlDateFormatter::FULL) {
159 $timeType = IntlDateFormatter::LONG;
162 $this->timeType = $timeType;
[all …]
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/libs/
H A Dlibnapi_subotage.sh726 timeType=$0
734 else if (timeType == "hmsms" || timeType == "hms") {
774 timeType=$0
782 else if (timeType == "hmsms" || timeType == "hms") {
816 timeType=$0
852 else if (timeType == "hmsms" || timeType == "hms") {
893 timeType=$0
910 else if (timeType == "hmsms" || timeType == "hms") {
976 timeType=$0
1042 timeType = "unknown"
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
97 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
108 tim := structPointer_Interface(structp, timeType).(*time.Time)
122 tim := structPointer_Interface(structp, timeType).(*time.Time)
137 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
147 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
162 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
179 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
200 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
96 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
106 tim := structPointer_Interface(structp, timeType).(*time.Time)
120 tim := structPointer_Interface(structp, timeType).(*time.Time)
135 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
145 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
160 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
177 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
198 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
97 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
108 tim := structPointer_Interface(structp, timeType).(*time.Time)
122 tim := structPointer_Interface(structp, timeType).(*time.Time)
137 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
147 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
162 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
179 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
200 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
97 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
108 tim := structPointer_Interface(structp, timeType).(*time.Time)
122 tim := structPointer_Interface(structp, timeType).(*time.Time)
137 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
147 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
162 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
179 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
200 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
97 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
108 tim := structPointer_Interface(structp, timeType).(*time.Time)
122 tim := structPointer_Interface(structp, timeType).(*time.Time)
137 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
147 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
162 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
179 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
200 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/gogo/protobuf/proto/
H A Dtimestamp_gogo.go36 var timeType = reflect.TypeOf((*time.Time)(nil)).Elem() var
86 newBas := appendStructPointer(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType)))
97 newBas := appendStructPointer(base, p.field, reflect.SliceOf(timeType))
108 tim := structPointer_Interface(structp, timeType).(*time.Time)
122 tim := structPointer_Interface(structp, timeType).(*time.Time)
137 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
147 tim := structPointer_InterfaceAt(base, p.field, timeType).(*time.Time)
162 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
179 …ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(reflect.PtrTo(timeType))).(*[]*t…
200 ptims := structPointer_InterfaceAt(base, p.field, reflect.SliceOf(timeType)).(*[]time.Time)
[all …]

12345678910>>...80