Home
last modified time | relevance | path

Searched refs:last_change (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/devel/p5-DateTime-TimeZone/DateTime-TimeZone-2.51/lib/DateTime/TimeZone/OlsonDB/
H A DZone.pm57 = $self->last_change ? $self->last_change->offset_from_std : 0;
59 = $self->last_change ? $self->last_change->offset_from_utc : 0;
95 $self->last_change ? $self->last_change->offset_from_std : 0 );
132 my $last_change = $self->last_change;
134 if ( $last_change->short_name eq $change->short_name
135 && $last_change->total_offset == $change->total_offset
136 && $last_change->is_dst == $change->is_dst
137 && $last_change->observance eq $change->observance ) {
138 my $last_rule = $last_change->rule || q{};
166 sub last_change { subroutine
/dports/devel/py-wlc/wlc-1.12/wlc/test_data/api/
H A Dcomponents-hello-weblate-statistics13 "last_change": null,
31 "last_change": null,
49 "last_change": null,
67 "last_change": null,
85 "last_change": null,
121 "last_change": null,
139 "last_change": null,
157 "last_change": null,
175 "last_change": null,
193 "last_change": null,
[all …]
H A Dcomponents-hello-weblate-statistics--GET--page=213 "last_change": null,
31 "last_change": null,
49 "last_change": null,
67 "last_change": null,
85 "last_change": null,
103 "last_change": null,
121 "last_change": null,
139 "last_change": null,
157 "last_change": null,
175 "last_change": null,
[all …]
H A Dcomponents-hello-weblate-translations29 "last_change": null,
101 "last_change": null,
137 "last_change": null,
173 "last_change": null,
245 "last_change": null,
281 "last_change": null,
317 "last_change": null,
353 "last_change": null,
389 "last_change": null,
425 "last_change": null,
[all …]
H A Dcomponents-hello-weblate-translations--GET--page=229 "last_change": null,
65 "last_change": null,
101 "last_change": null,
137 "last_change": null,
173 "last_change": null,
209 "last_change": null,
245 "last_change": null,
281 "last_change": null,
317 "last_change": null,
353 "last_change": null,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpossible_username_data_unittest.cc35 possible_username_data_.last_change)); in TEST_F()
41 Time valid_submission_time = possible_username_data_.last_change + in TEST_F()
56 possible_username_data_.last_change)); in TEST_F()
60 possible_username_data_.last_change)); in TEST_F()
70 possible_username_data.last_change)); in TEST_F()
76 possible_username_data.last_change)); in TEST_F()
82 possible_username_data.last_change)); in TEST_F()
H A Dpossible_username_data.cc17 base::Time last_change, in PossibleUsernameData() argument
22 last_change(last_change), in PossibleUsernameData()
45 if (now - possible_username.last_change > in IsPossibleUsernameValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpossible_username_data_unittest.cc36 possible_username_data_.last_change)); in TEST_F()
42 Time valid_submission_time = possible_username_data_.last_change + in TEST_F()
57 possible_username_data_.last_change)); in TEST_F()
61 possible_username_data_.last_change)); in TEST_F()
71 possible_username_data.last_change)); in TEST_F()
77 possible_username_data.last_change)); in TEST_F()
83 possible_username_data.last_change)); in TEST_F()
H A Dpossible_username_data.cc18 base::Time last_change, in PossibleUsernameData() argument
23 last_change(last_change), in PossibleUsernameData()
46 if (now - possible_username.last_change > in IsPossibleUsernameValid()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/doveadm-sieve/
H A Ddoveadm-sieve-sync.c141 time_t last_change = in sieve_attribute_set_active() local
142 (value->last_change == 0 ? ioloop_time : value->last_change); in sieve_attribute_set_active()
212 time_t last_change = in sieve_attribute_set_active_script() local
213 (value->last_change == 0 ? ioloop_time : value->last_change); in sieve_attribute_set_active_script()
222 (storage, svstorage, last_change); in sieve_attribute_set_active_script()
228 (svstorage, input, last_change) < 0) { in sieve_attribute_set_active_script()
323 if (value->last_change != 0) in sieve_attribute_set_sieve()
375 (value->last_change != 0 ? value->last_change : ioloop_time); in sieve_attribute_set()
382 if (value->last_change != 0) { in sieve_attribute_set()
424 &value_r->last_change); in sieve_attribute_retrieve_script()
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Devent_counter.c59 struct tm *last_change; in event_counter_format() local
63 last_change = localtime_r (&counter->last, &last_change_store); in event_counter_format()
64 if (!last_change || strftime (timebuf, sizeof (timebuf), in event_counter_format()
65 "%a, %d %b %Y %T %z", last_change) == 0) in event_counter_format()
/dports/devel/monotone/monotone-1.1/src/
H A Doutdated_indicator.cc21 unsigned int last_change() const;
30 outdated_indicator_factory_impl::last_change() const in last_change() function in outdated_indicator_factory_impl
65 I(when <= parent->last_change()); in outdated()
66 return when < parent->last_change(); in outdated()
/dports/www/squid/squid-4.15/src/
H A Dwccp.cc69 static int last_change; variable
97 last_change = 0; in wccpInit()
223 if ((0 == last_change) && (number_caches == (unsigned) ntohl(wccp_i_see_you.number))) { in wccpHandleUdp()
235 last_change = wccp_i_see_you.change; in wccpHandleUdp()
240 if (last_change != wccp_i_see_you.change) { in wccpHandleUdp()
241 last_change = wccp_i_see_you.change; in wccpHandleUdp()
244 last_assign_buckets_change = last_change; in wccpHandleUdp()
359 last_change = 0; in wccpAssignBuckets()
/dports/www/logtools/logtools-0.13e/
H A Dlogprn.cpp52 time_t last_change = time(NULL); in main() local
77 last_change = time(NULL); in main()
86 last_change = time(NULL); in main()
88 first_unwritten_change = last_change; in main()
93 if((now - last_change) > delay in main()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dmake-version.pl48 my $last_change = 0;
183 $last_change = $line;
212 if ($last_change && ($num_commits || $is_tagged) && $repo_branch) {
224 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
244 if ($last_change && $num_commits && $repo_url && $repo_root) {
287 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
310 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
350 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
356 $last_change && $num_commits) {
597 if ($last_change && $num_commits) {
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dmake-version.pl48 my $last_change = 0;
183 $last_change = $line;
212 if ($last_change && ($num_commits || $is_tagged) && $repo_branch) {
224 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
244 if ($last_change && $num_commits && $repo_url && $repo_root) {
287 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
310 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
350 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
356 $last_change && $num_commits) {
597 if ($last_change && $num_commits) {
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dmake-version.pl48 my $last_change = 0;
183 $last_change = $line;
212 if ($last_change && ($num_commits || $is_tagged) && $repo_branch) {
224 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
244 if ($last_change && $num_commits && $repo_url && $repo_root) {
287 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
310 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
350 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
356 $last_change && $num_commits) {
597 if ($last_change && $num_commits) {
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dmake-version.pl48 my $last_change = 0;
183 $last_change = $line;
212 if ($last_change && ($num_commits || $is_tagged) && $repo_branch) {
224 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
244 if ($last_change && $num_commits && $repo_url && $repo_root) {
287 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
310 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
350 $last_change = timegm($6, $5, $4, $3, $2 - 1, $1);
356 $last_change && $num_commits) {
597 if ($last_change && $num_commits) {
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Ddata_tree.cpp163 last_change[k] = sta; in data_tree()
169 last_change[k] = sta; in data_tree()
196 sz = last_change.size(); in dump()
198 it = last_change.begin(); in dump()
528 it = last_change.begin(); in finalize()
608 it = last_change.begin(); in remove_all_from()
613 last_change.erase(it); in remove_all_from()
679 it = last_change.begin(); in apply_permutation()
685 last_change = transfert; in apply_permutation()
705 it = last_change.begin(); in skip_out()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dsvnpoller.py81 last_change = None variable in SVNPoller
145 self.last_change = int(f.read().strip())
147 ).format(self.repourl, self.last_change))
150 f.write(str(self.last_change))
291 last_change = old_last_change = self.last_change
302 if last_change is None:
307 elif last_change == new_last_change:
312 if last_change == int(el.getAttribute("revision")):
317 self.last_change = new_last_change
450 f.write(str(self.last_change))
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_recheck.cpp57 clock_type::time_point last_change = clock_type::now(); in wait_for_complete() local
63 , total_milliseconds(clock_type::now() - last_change) / 1000.0 in wait_for_complete()
69 last_change = clock_type::now(); in wait_for_complete()
71 if (clock_type::now() - last_change > seconds(20)) break; in wait_for_complete()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_recheck.cpp57 clock_type::time_point last_change = clock_type::now(); in wait_for_complete() local
63 , total_milliseconds(clock_type::now() - last_change) / 1000.0 in wait_for_complete()
69 last_change = clock_type::now(); in wait_for_complete()
71 if (clock_type::now() - last_change > seconds(20)) break; in wait_for_complete()
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/System/
H A DUserPermissions.rc4 UpdFields = "session_id, key_name, key_value, last_change"
5 QryFields = "session_id, key_name, key_value, last_change"
94 [Layout Label last_change]
100 [Layout Field last_change]
H A Dwwwdb_lookup.rc4 UpdFields = "id_lookup, lang, key_name, key_value, label, sort_nr, last_change"
5 QryFields = "id_lookup, lang, key_name, key_value, label, sort_nr, last_change"
114 [Layout Label last_change]
120 [Layout Field last_change]
/dports/devel/p5-DateTime-TimeZone/DateTime-TimeZone-2.51/tools/
H A Dparse_olson327 my $last_change = $changes[-1];
329 my $last_observance = $last_change->observance;
331 if ( $last_change->utc_start_datetime ) {
334 $last_change->utc_start_datetime->utc_rd_as_seconds,
337 $last_change->local_start_datetime->utc_rd_as_seconds,
339 short_name => $last_change->short_name,
340 offset => $last_change->total_offset,
341 is_dst => $last_change->is_dst,

12345678910>>...24