Home
last modified time | relevance | path

Searched refs:temp_days (Results 1 – 16 of 16) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/s3/
H A Dlifecycle.py180 self.temp_days = None
189 self.temp_days = int(value)
199 self.append(Transition(self.temp_days, self.temp_date, self.temp_storage_class))
200 self.temp_days = self.temp_date = self.temp_storage_class = None
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/s3/
H A Dlifecycle.py180 self.temp_days = None
189 self.temp_days = int(value)
199 self.append(Transition(self.temp_days, self.temp_date, self.temp_storage_class))
200 self.temp_days = self.temp_date = self.temp_storage_class = None
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/s3/
H A Dlifecycle.py180 self.temp_days = None
189 self.temp_days = int(value)
199 self.append(Transition(self.temp_days, self.temp_date, self.temp_storage_class))
200 self.temp_days = self.temp_date = self.temp_storage_class = None
/dports/devel/py-boto/boto-2.49.0/boto/s3/
H A Dlifecycle.py180 self.temp_days = None
189 self.temp_days = int(value)
199 self.append(Transition(self.temp_days, self.temp_date, self.temp_storage_class))
200 self.temp_days = self.temp_date = self.temp_storage_class = None
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dtime_util.py147 temp_days = maximum_day_in_month_for(year, month)
149 temp_days = 1
151 temp_days = dur["tm_mday"]
152 days = temp_days + tid.tm_mday + carry
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dtime_util.py148 temp_days = maximum_day_in_month_for(year, month)
150 temp_days = 1
152 temp_days = tid.tm_mday
153 days = temp_days + dur["tm_mday"] + carry
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dtime_util.py148 temp_days = maximum_day_in_month_for(year, month)
150 temp_days = 1
152 temp_days = tid.tm_mday
153 days = temp_days + dur["tm_mday"] + carry
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dshared.c492 int temp_days; in get_time_breakdown() local
499 temp_days = temp_time / 86400; in get_time_breakdown()
500 temp_time -= (temp_days * 86400); in get_time_breakdown()
507 *days = temp_days; in get_time_breakdown()
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dshared.c622 int temp_days; in get_time_breakdown() local
629 temp_days = temp_time / 86400; in get_time_breakdown()
630 temp_time -= (temp_days * 86400); in get_time_breakdown()
637 *days = temp_days; in get_time_breakdown()
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dsrtc.c151 int32_t temp_days; in S9xUpdateSrtcTime() local
213 while (days > (temp_days = S9xSRTCDaysInMmonth(month, year))) in S9xUpdateSrtcTime()
215 days -= temp_days; in S9xUpdateSrtcTime()
H A Dspc7110.c913 int32_t temp_days; in S9xUpdateRTC() local
975 while (days > (temp_days = S9xRTCDaysInMonth(month, year))) in S9xUpdateRTC()
977 days -= temp_days; in S9xUpdateRTC()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/boto/boto/s3/
H A Dlifecycle.pyi39 temp_days: Any
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/boto/s3/
H A Dlifecycle.pyi32 temp_days: Any
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/datetime/
H A Ddatetimetype.cpp1096 int years, months, days, hours, minutes, int_seconds, frac_seconds, temp_days, carry; in addDuration() local
1125 temp_days = get_last_day(years, months); in addDuration()
1127 temp_days = 1; in addDuration()
1129 temp_days = data[DAY_DATA]; in addDuration()
1131 days = d.getDays() + temp_days + carry; in addDuration()
/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dnagiostats.c1382 int temp_days; in get_time_breakdown() local
1389 temp_days = temp_time / 86400; in get_time_breakdown()
1390 temp_time -= (temp_days * 86400); in get_time_breakdown()
1397 *days = temp_days; in get_time_breakdown()
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dnagiostats.c1756 int temp_days; in get_time_breakdown() local
1763 temp_days = temp_time / 86400; in get_time_breakdown()
1764 temp_time -= (temp_days * 86400); in get_time_breakdown()
1771 *days = temp_days; in get_time_breakdown()