Home
last modified time | relevance | path

Searched refs:ltime (Results 351 – 375 of 2026) sorted by relevance

1...<<11121314151617181920>>...82

/dports/net-mgmt/guifi-snpservices/snpservices-0.2.2/common/
H A Drrdtool.php44 list($ltime,$lvalues)=explode(': ',$line);
46 $result['step']=$ltime-$result['start'];
48 $result['start']=$ltime;
49 $result['end']=$ltime;
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DEvohomeWeb.cpp529 struct tm ltime; in DecodeControllerMode() local
800 struct tm ltime; in local_to_utc() local
801 ltime.tm_isdst = -1; in local_to_utc()
808 mktime(&ltime); in local_to_utc()
813 ltime.tm_hour -= (ltime.tm_isdst - m_lastDST); in local_to_utc()
818 …04d-%02d-%02dT%02d:%02d:%02dZ", ltime.tm_year + 1900, ltime.tm_mon + 1, ltime.tm_mday, ltime.tm_ho… in local_to_utc()
1425 struct tm ltime; in get_next_switchpoint_ex() local
1433 …04d-%02d-%02dT%02d:%02d:%02dZ", ltime.tm_year + 1900, ltime.tm_mon + 1, ltime.tm_mday, ltime.tm_ho… in get_next_switchpoint_ex()
1471 ltime.tm_isdst = -1; in get_next_switchpoint_ex()
1472 ltime.tm_year = year; in get_next_switchpoint_ex()
[all …]
H A DSBFSpot.cpp136 struct tm ltime; in Do_Work() local
137 localtime_r(&atime,&ltime); in Do_Work()
138 if (((ltime.tm_min/SMA_POLL_INTERVAL!=LastMinute))&&(ltime.tm_sec>20)) in Do_Work()
143 if (ltime.tm_sec % 12 == 0) { in Do_Work()
158 struct tm ltime; in strftime_t() local
159 localtime_r(&rawtime,&ltime); in strftime_t()
247 struct tm ltime; in ImportOldMonthData() local
248 localtime_r(&atime, &ltime); in ImportOldMonthData()
456 struct tm ltime; in GetMeterDetails() local
457 localtime_r(&atime, &ltime); in GetMeterDetails()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/ipc/
H A Dstandby.c211 TimestampTz ltime; in WaitExceedsMaxStandbyDelay() local
216 ltime = GetStandbyLimitTime(); in WaitExceedsMaxStandbyDelay()
217 if (ltime && GetCurrentTimestamp() >= ltime) in WaitExceedsMaxStandbyDelay()
585 TimestampTz ltime; in ResolveRecoveryConflictWithLock() local
590 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithLock()
613 if (now >= ltime && ltime != 0) in ResolveRecoveryConflictWithLock()
641 if (ltime != 0) in ResolveRecoveryConflictWithLock()
755 TimestampTz ltime; in ResolveRecoveryConflictWithBufferPin() local
759 ltime = GetStandbyLimitTime(); in ResolveRecoveryConflictWithBufferPin()
761 if (GetCurrentTimestamp() >= ltime && ltime != 0) in ResolveRecoveryConflictWithBufferPin()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/c_locale_win32/
H A Dc_wlocale_win32.c292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, in _WLocale_full_monthname() argument
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; } in _WLocale_full_monthname()
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, in _WLocale_abbrev_monthname() argument
300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day, in _WLocale_full_dayofweek() argument
302 { GetLocaleInfoW(ltime->lc.id, LOCALE_SDAYNAME1 + day, buf, (int)bufSize); return buf; } in _WLocale_full_dayofweek()
304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day, in _WLocale_abbrev_dayofweek() argument
306 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVDAYNAME1 + day, buf, (int)bufSize); return buf; } in _WLocale_abbrev_dayofweek()
308 const wchar_t* _WLocale_am_str(_Locale_time_t* ltime, in _WLocale_am_str() argument
310 { GetLocaleInfoW(ltime->lc.id, LOCALE_S1159, buf, (int)bufSize); return buf; } in _WLocale_am_str()
312 const wchar_t* _WLocale_pm_str(_Locale_time_t* ltime, in _WLocale_pm_str() argument
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_mix.c174 int end, ltime, count; in S_PaintChannels() local
227 ltime = paintedtime; in S_PaintChannels()
229 while (ltime < end) in S_PaintChannels()
232 count = ch->end - ltime; in S_PaintChannels()
234 count = end - ltime; in S_PaintChannels()
243 ltime += count; in S_PaintChannels()
247 if (ltime >= ch->end) in S_PaintChannels()
252 ch->end = ltime + sc->length - ch->pos; in S_PaintChannels()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Devent_parse_data.cc161 MYSQL_TIME ltime; in init_execute_at() local
175 if ((not_used = item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
178 ltime_utc = TIME_to_timestamp(thd, &ltime, &not_used); in init_execute_at()
319 MYSQL_TIME ltime; in init_starts() local
327 if ((not_used = item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
330 ltime_utc = TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
367 MYSQL_TIME ltime; in init_ends() local
376 if ((not_used = item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
379 ltime_utc = TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()
H A Ditem.cc274 MYSQL_TIME ltime; in val_string_from_datetime() local
284 MYSQL_TIME ltime; in val_string_from_date() local
294 MYSQL_TIME ltime; in val_string_from_time() local
334 MYSQL_TIME ltime; in val_decimal_from_date() local
349 MYSQL_TIME ltime; in val_decimal_from_time() local
359 MYSQL_TIME ltime; in val_time_temporal() local
365 MYSQL_TIME ltime; in val_date_temporal() local
446 MYSQL_TIME ltime; in val_int_from_time() local
460 MYSQL_TIME ltime; in val_int_from_date() local
2772 memset(ltime, 0, sizeof(*ltime)); in get_date()
[all …]
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DEcho.C89 ltime = delay + lrdelay; in initdelays()
92 if(ltime > 2.0f) ltime = 2.0f; in initdelays()
93 if(ltime<0.01f) ltime = 0.01f; in initdelays()
110 ldl = ldelay->delay_simple(oldl, ltime, 0, 1, 0); in out()
114 rvl = ldelay->delay_simple(oldl, ltime, 1, 0, 1)*ldelay->envelope(); in out()
/dports/astro/kstars/kstars-3.5.6/kstars/time/
H A Dtimezonerule.cpp432 void TimeZoneRule::reset_with_ltime(KStarsDateTime &ltime, const double TZoffset, const bool time_r… in reset_with_ltime() argument
462 bool active_with_houroffset = isDSTActive(ltime.addSecs(int(HourOffset * -3600))); in reset_with_ltime()
463 bool active_normal = isDSTActive(ltime); in reset_with_ltime()
466 KStarsDateTime ValidLTime = ltime; in reset_with_ltime()
483 ValidLTime = ltime.addSecs(int(HourOffset * -3600)); in reset_with_ltime()
489 ValidLTime = ltime.addSecs(int(HourOffset * 3600)); in reset_with_ltime()
500 ValidLTime = ltime.addSecs(int(HourOffset * 3600)); in reset_with_ltime()
506 ValidLTime = ltime.addSecs(int(HourOffset * -3600)); in reset_with_ltime()
514 active_with_houroffset = isDSTActive(ltime.addSecs(int(HourOffset * 3600))); in reset_with_ltime()
554 ltime = ValidLTime; in reset_with_ltime()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/System/WinRT/
H A DNptWinRtSystem.cpp58 ULARGE_INTEGER ltime; in GetCurrentTimeStamp() local
59 ltime.LowPart = time.dwLowDateTime; in GetCurrentTimeStamp()
60 ltime.HighPart = time.dwHighDateTime; in GetCurrentTimeStamp()
63 ULONGLONG time64 = ltime.QuadPart; in GetCurrentTimeStamp()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/System/WinRT/
H A DNptWinRtSystem.cpp58 ULARGE_INTEGER ltime; in GetCurrentTimeStamp() local
59 ltime.LowPart = time.dwLowDateTime; in GetCurrentTimeStamp()
60 ltime.HighPart = time.dwHighDateTime; in GetCurrentTimeStamp()
63 ULONGLONG time64 = ltime.QuadPart; in GetCurrentTimeStamp()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Drtc3f.c29 time_t ltime; in ENT3F() local
31 time(&ltime); in ENT3F()
32 elapsed = (double)(ltime); in ENT3F()
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Ddatabase_history.py65 def add(self, name, duration, popularity, rate, ltime, mtime, loved, argument
88 SET popularity=?,rate=?,ltime=?,mtime=?,loved=?,\
92 (popularity, rate, ltime, mtime, loved,
98 (name, duration, popularity, rate, ltime, mtime,\
102 (name, duration, popularity, rate, ltime, mtime,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Devent_parse_data.cc212 MYSQL_TIME ltime; in init_execute_at() local
228 if ((not_used= item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
231 ltime_utc= TIME_to_timestamp(thd,&ltime,&not_used); in init_execute_at()
382 MYSQL_TIME ltime; in init_starts() local
392 if ((not_used= item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
395 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
436 MYSQL_TIME ltime; in init_ends() local
447 if ((not_used= item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
450 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Devent_parse_data.cc212 MYSQL_TIME ltime; in init_execute_at() local
228 if ((not_used= item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
231 ltime_utc= TIME_to_timestamp(thd,&ltime,&not_used); in init_execute_at()
382 MYSQL_TIME ltime; in init_starts() local
392 if ((not_used= item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
395 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
436 MYSQL_TIME ltime; in init_ends() local
447 if ((not_used= item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
450 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Devent_parse_data.cc212 MYSQL_TIME ltime; in init_execute_at() local
228 if ((not_used= item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
231 ltime_utc= TIME_to_timestamp(thd,&ltime,&not_used); in init_execute_at()
382 MYSQL_TIME ltime; in init_starts() local
392 if ((not_used= item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
395 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
436 MYSQL_TIME ltime; in init_ends() local
447 if ((not_used= item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
450 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Devent_parse_data.cc211 MYSQL_TIME ltime; in init_execute_at() local
227 if ((not_used= item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
230 ltime_utc= TIME_to_timestamp(thd,&ltime,&not_used); in init_execute_at()
381 MYSQL_TIME ltime; in init_starts() local
391 if ((not_used= item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
394 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
435 MYSQL_TIME ltime; in init_ends() local
446 if ((not_used= item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
449 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Devent_parse_data.cc211 MYSQL_TIME ltime; in init_execute_at() local
227 if ((not_used= item_execute_at->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_execute_at()
230 ltime_utc= TIME_to_timestamp(thd,&ltime,&not_used); in init_execute_at()
381 MYSQL_TIME ltime; in init_starts() local
391 if ((not_used= item_starts->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_starts()
394 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_starts()
435 MYSQL_TIME ltime; in init_ends() local
446 if ((not_used= item_ends->get_date(&ltime, TIME_NO_ZERO_DATE))) in init_ends()
449 ltime_utc= TIME_to_timestamp(thd, &ltime, &not_used); in init_ends()

1...<<11121314151617181920>>...82