Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 25 of 7380) sorted by relevance

12345678910>>...296

/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/examples/realtime-advanced/resources/static/
H A Depoch.min.css1epoch .axis path,.epoch .axis line{shape-rendering:crispEdges;}.epoch .axis.canvas .tick line{shap…
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/http/static/
H A Depoch.css2epoch .axis path,.epoch .axis line{shape-rendering:crispEdges}.epoch .axis.canvas .tick line{shape…
/dports/devel/p5-Minion/Minion-10.22/lib/Mojolicious/Plugin/Minion/resources/public/minion/epoch/
H A Depoch.css1epoch .axis path,.epoch .axis line{shape-rendering:crispEdges}.epoch .axis.canvas .tick line{shape…
/dports/editors/neovim/neovim-0.6.1/test/functional/plugin/
H A Dshada_spec.lua50 local epoch = os.date('%Y-%m-%dT%H:%M:%S', 0)
149 'Header with timestamp ' .. epoch .. ':',
154 'Header with timestamp ' .. epoch .. ':',
162 'Header with timestamp ' .. epoch .. ':',
167 'Header with timestamp ' .. epoch .. ':',
175 'Header with timestamp ' .. epoch .. ':',
2254 'Jump with timestamp ' .. epoch .. ':',
2260 'Jump with timestamp ' .. epoch .. ':',
2272 'Jump with timestamp ' .. epoch .. ':',
2278 'Jump with timestamp ' .. epoch .. ':',
[all …]
/dports/devel/p5-DateTime/DateTime-1.54/t/
H A D04epoch.t13 is( $t1->epoch, 0, 'epoch should be 0' );
27 'creation test from epoch = 3600 (compare to epoch)'
57 is( $dt->epoch, 3600, 'epoch is 3600' );
71 is( $dt->epoch, 3600, 'epoch is 3600' );
82 is( $dt->epoch, 0, 'epoch is 0' );
115 is( $dt->epoch, 0, 'epoch should be 0' );
126 is( $dt->epoch, -1, 'epoch should be -1' );
137 is( $dt->epoch, 1609459199, 'epoch should be 1609459199' );
179 DateTime->new( year => $year )->epoch, $epoch,
180 "epoch for $year is $epoch"
[all …]
/dports/devel/p5-DateTime/DateTime-1.54/xt/author/
H A Dpp-04epoch.t17 is( $t1->epoch, 0, 'epoch should be 0' );
31 'creation test from epoch = 3600 (compare to epoch)'
61 is( $dt->epoch, 3600, 'epoch is 3600' );
75 is( $dt->epoch, 3600, 'epoch is 3600' );
86 is( $dt->epoch, 0, 'epoch is 0' );
119 is( $dt->epoch, 0, 'epoch should be 0' );
130 is( $dt->epoch, -1, 'epoch should be -1' );
141 is( $dt->epoch, 1609459199, 'epoch should be 1609459199' );
183 DateTime->new( year => $year )->epoch, $epoch,
184 "epoch for $year is $epoch"
[all …]
/dports/www/p5-Mojolicious/Mojolicious-9.22/t/mojo/
H A Ddate.t8 is $date->epoch, 784111777, 'right epoch value';
10 is $date->epoch, 1305280824, 'right epoch value';
14 is(Mojo::Date->new('Sunday, 06-Nov-94 08:49:37 GMT')->epoch, 784111777, 'right epoch value');
15 is(Mojo::Date->new('Friday, 13-May-11 10:00:24 GMT')->epoch, 1305280824, 'right epoch value');
40 is(Mojo::Date->new('Sun Nov 6 08:49:37 1994')->epoch, 784111777, 'right epoch value');
41 is(Mojo::Date->new('Fri May 13 10:00:24 2011')->epoch, 1305280824, 'right epoch value');
45 is(Mojo::Date->new('')->epoch, undef, 'no epoch value');
46 is(Mojo::Date->new('123 abc')->epoch, undef, 'no epoch value');
73 is $date->epoch, 0, 'right epoch value';
75 is(Mojo::Date->new('Thu, 01 Jan 1970 00:00:00 GMT')->epoch, 0, 'right epoch value');
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Depoch.c38 #define EPOCH_PREV(epoch) ( ( (epoch) + EPOCH_MASK - 1 ) % EPOCH_MASK ) argument
39 #define EPOCH_NEXT(epoch) ( ( (epoch) + 1 ) % EPOCH_MASK ) argument
56 epoch_t epoch; in epoch_init() local
59 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_init()
70 epoch_t epoch; in epoch_shutdown() local
73 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
91 epoch = current_epoch; in epoch_shutdown()
102 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
112 epoch_t epoch; in epoch_join() local
124 return epoch; in epoch_join()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Depoch.c38 #define EPOCH_PREV(epoch) ( ( (epoch) + EPOCH_MASK - 1 ) % EPOCH_MASK ) argument
39 #define EPOCH_NEXT(epoch) ( ( (epoch) + 1 ) % EPOCH_MASK ) argument
56 epoch_t epoch; in epoch_init() local
59 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_init()
70 epoch_t epoch; in epoch_shutdown() local
73 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
91 epoch = current_epoch; in epoch_shutdown()
102 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
112 epoch_t epoch; in epoch_join() local
124 return epoch; in epoch_join()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Depoch.c38 #define EPOCH_PREV(epoch) ( ( (epoch) + EPOCH_MASK - 1 ) % EPOCH_MASK ) argument
39 #define EPOCH_NEXT(epoch) ( ( (epoch) + 1 ) % EPOCH_MASK ) argument
56 epoch_t epoch; in epoch_init() local
59 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_init()
70 epoch_t epoch; in epoch_shutdown() local
73 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
91 epoch = current_epoch; in epoch_shutdown()
102 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
112 epoch_t epoch; in epoch_join() local
124 return epoch; in epoch_join()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Depoch.c38 #define EPOCH_PREV(epoch) ( ( (epoch) + EPOCH_MASK - 1 ) % EPOCH_MASK ) argument
39 #define EPOCH_NEXT(epoch) ( ( (epoch) + 1 ) % EPOCH_MASK ) argument
56 epoch_t epoch; in epoch_init() local
59 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_init()
70 epoch_t epoch; in epoch_shutdown() local
73 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
91 epoch = current_epoch; in epoch_shutdown()
102 for ( epoch = 0; epoch < EPOCH_MASK; epoch++ ) { in epoch_shutdown()
112 epoch_t epoch; in epoch_join() local
124 return epoch; in epoch_join()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dchunk_version_test.cpp65 OID epoch = OID::gen(); in TEST() local
67 ASSERT(ChunkVersion(3, 1, epoch).isStrictlyEqualTo(ChunkVersion(3, 1, epoch))); in TEST()
77 ASSERT(ChunkVersion(3, 1, epoch).isOlderThan(ChunkVersion(4, 1, epoch))); in TEST()
78 ASSERT(!ChunkVersion(4, 1, epoch).isOlderThan(ChunkVersion(3, 1, epoch))); in TEST()
80 ASSERT(ChunkVersion(3, 1, epoch).isOlderThan(ChunkVersion(3, 2, epoch))); in TEST()
81 ASSERT(!ChunkVersion(3, 2, epoch).isOlderThan(ChunkVersion(3, 1, epoch))); in TEST()
86 ASSERT(ChunkVersion(3, 2, epoch).isOlderThan(ChunkVersion(4, 1, epoch))); in TEST()
88 ASSERT(!ChunkVersion(3, 1, epoch).isOlderThan(ChunkVersion(3, 1, epoch))); in TEST()
99 ASSERT_EQ(epoch, version.epoch()); in TEST()
110 ASSERT_EQ(epoch, version.epoch()); in TEST()
[all …]
/dports/devel/concurrencykit/ck-0.6.0/src/
H A Dck_epoch.c167 ((int)(current->epoch - other->epoch) < 0)) { in CK_STACK_CONTAINER()
172 ck_pr_store_uint(&record->epoch, other->epoch); in CK_STACK_CONTAINER()
186 epoch = ck_pr_load_uint(&global->epoch); in _ck_epoch_addref()
214 ref->epoch = epoch; in _ck_epoch_addref()
378 for (epoch = 0; epoch < CK_EPOCH_LENGTH; epoch++) in ck_epoch_reclaim()
516 epoch = ck_pr_load_uint(&global->epoch); in ck_epoch_poll()
522 record->epoch = epoch; in ck_epoch_poll()
528 record->epoch = epoch; in ck_epoch_poll()
529 for (epoch = 0; epoch < CK_EPOCH_LENGTH; epoch++) in ck_epoch_poll()
536 if (ck_pr_cas_uint_value(&global->epoch, epoch, epoch + 1, in ck_epoch_poll()
[all …]
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Depochuf.c30 double *epoch; variable
58 double *epoch; variable
86 double *epoch; variable
114 double *epoch; variable
141 double *epoch;
165 double *epoch;
189 double *epoch;
213 double *epoch;
237 double *epoch;
276 double *epoch;
[all …]
/dports/deskutils/akonadi-calendar-tools/akonadi-calendar-tools-21.12.3/konsolekalendar/
H A Dkonsolekalendarepoch.cpp38 dt.setSecsSinceEpoch(epoch); in epoch2QDateTime()
59 uint epoch; in main() local
68 epoch = 0; in main()
75 << "epoch=" << epoch << endl; in main()
78 epoch = 100000; in main()
85 << "epoch=" << epoch << endl; in main()
88 epoch = 10000000; in main()
95 << "epoch=" << epoch << endl; in main()
98 epoch = 1000000000; in main()
105 << "epoch=" << epoch << endl; in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/thread/pthread/
H A Donce.hpp130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
133 if(epoch<this_thread_epoch) in call_once()
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
181 if(epoch<this_thread_epoch) in call_once()
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/thread/pthread/
H A Donce.hpp130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
133 if(epoch<this_thread_epoch) in call_once()
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
181 if(epoch<this_thread_epoch) in call_once()
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/pthread/
H A Donce.hpp130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
133 if(epoch<this_thread_epoch) in call_once()
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
181 if(epoch<this_thread_epoch) in call_once()
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/pthread/
H A Donce.hpp130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
133 if(epoch<this_thread_epoch) in call_once()
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
181 if(epoch<this_thread_epoch) in call_once()
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/thread/pthread/
H A Donce.hpp129 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
132 if(epoch<this_thread_epoch) in call_once()
177 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
180 if(epoch<this_thread_epoch) in call_once()
221 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
264 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
308 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
352 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
396 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
442 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]

12345678910>>...296