Home
last modified time | relevance | path

Searched defs:time (Results 251 – 275 of 39785) sorted by relevance

1...<<11121314151617181920>>...1592

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DKerberosTime.java79 private KerberosTime(long time, int micro) { in KerberosTime()
87 public KerberosTime(long time) { in KerberosTime()
92 public KerberosTime(String time) throws Asn1Exception { in KerberosTime()
96 private static long toKerberosTime(String time) throws Asn1Exception { in toKerberosTime()
125 public KerberosTime(Date time) { in KerberosTime()
220 public boolean greaterThanWRTClockSkew(KerberosTime time, int clockSkew) { in greaterThanWRTClockSkew()
226 public boolean greaterThanWRTClockSkew(KerberosTime time) { in greaterThanWRTClockSkew()
230 public boolean greaterThan(KerberosTime time) { in greaterThan()
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dtimestamp.cpp57 timestamp time; member
92 void timestamp_clear( timestamp * const time ) in timestamp_clear()
139 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
149 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
160 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
178 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
190 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
196 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DKerberosTime.java79 private KerberosTime(long time, int micro) { in KerberosTime()
87 public KerberosTime(long time) { in KerberosTime()
92 public KerberosTime(String time) throws Asn1Exception { in KerberosTime()
96 private static long toKerberosTime(String time) throws Asn1Exception { in toKerberosTime()
125 public KerberosTime(Date time) { in KerberosTime()
220 public boolean greaterThanWRTClockSkew(KerberosTime time, int clockSkew) { in greaterThanWRTClockSkew()
226 public boolean greaterThanWRTClockSkew(KerberosTime time) { in greaterThanWRTClockSkew()
230 public boolean greaterThan(KerberosTime time) { in greaterThan()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/krb5/internal/
H A DKerberosTime.java79 private KerberosTime(long time, int micro) { in KerberosTime()
87 public KerberosTime(long time) { in KerberosTime()
93 public KerberosTime(String time) throws Asn1Exception { in KerberosTime()
97 private static long toKerberosTime(String time) throws Asn1Exception { in toKerberosTime()
126 public KerberosTime(Date time) { in KerberosTime()
221 public boolean greaterThanWRTClockSkew(KerberosTime time, int clockSkew) { in greaterThanWRTClockSkew()
227 public boolean greaterThanWRTClockSkew(KerberosTime time) { in greaterThanWRTClockSkew()
231 public boolean greaterThan(KerberosTime time) { in greaterThan()
/dports/archivers/pecl-lzf/LZF-1.6.8/examples/
H A Dlzf.php19 $time = microtime(true); variable
21 $time = microtime(true) - $time; variable
43 $time = microtime(true); variable
45 $time = microtime(true) - $time; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/
H A Dcass_util.cpp52 string TimeTmsToString(int64_t time) { in TimeTmsToString()
58 int64_t StringToTimeTms(const string& time) { in StringToTimeTms()
69 int64_t CTimeToTimeTms(const CTime& time) { in CTimeToTimeTms()
93 void TimeTmsToCTime(int64_t time, CTime* ct) { in TimeTmsToCTime()
106 CTime TimeTmsToCTime(int64_t time) { in TimeTmsToCTime()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dspotlight.cpp38 Spotlight::fade_speed(float speed, float time) in fade_speed()
45 Spotlight::ease_speed(float speed, float time, std::string easing) in ease_speed()
59 Spotlight::fade_angle(float angle, float time) in fade_angle()
66 Spotlight::ease_angle(float angle, float time, std::string easing) in ease_angle()
80 Spotlight::fade_color_rgba(float r, float g, float b, float a, float time) in fade_color_rgba()
87 Spotlight::ease_color_rgba(float r, float g, float b, float a, float time, std::string easing) in ease_color_rgba()
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php35 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
46 …function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time)
57 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
70 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
83 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
138 public function endTest(PHPUnit_Framework_Test $test, $time)
/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/
H A Damqp_time.c104 int amqp_time_from_now(amqp_time_t *time, const struct timeval *timeout) { in amqp_time_from_now()
139 int amqp_time_s_from_now(amqp_time_t *time, int seconds) { in amqp_time_s_from_now()
164 amqp_time_t time; in amqp_time_immediate() local
170 amqp_time_t time; in amqp_time_infinite() local
175 int amqp_time_ms_until(amqp_time_t time) { in amqp_time_ms_until()
202 int amqp_time_tv_until(amqp_time_t time, struct timeval *in, in amqp_time_tv_until()
239 int amqp_time_has_past(amqp_time_t time) { in amqp_time_has_past()
/dports/net/rabbitmq-c-devel/rabbitmq-c-0.10.0/librabbitmq/
H A Damqp_time.c104 int amqp_time_from_now(amqp_time_t *time, struct timeval *timeout) { in amqp_time_from_now()
139 int amqp_time_s_from_now(amqp_time_t *time, int seconds) { in amqp_time_s_from_now()
164 amqp_time_t time; in amqp_time_immediate() local
170 amqp_time_t time; in amqp_time_infinite() local
175 int amqp_time_ms_until(amqp_time_t time) { in amqp_time_ms_until()
202 int amqp_time_tv_until(amqp_time_t time, struct timeval *in, in amqp_time_tv_until()
239 int amqp_time_has_past(amqp_time_t time) { in amqp_time_has_past()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DLayer.cpp91 void Layer::draw(Time time, ViewSettings & viewSettings) in draw()
99 void Layer::drawPick(Time time, ViewSettings & viewSettings) in drawPick()
106 void Layer::setHoveredObject(Time time, int id) in setHoveredObject()
116 void Layer::select(Time time, int id) in select()
121 void Layer::deselect(Time time, int id) in deselect()
126 void Layer::toggle(Time time, int id) in toggle()
131 void Layer::deselectAll(Time time) in deselectAll()
/dports/devel/poco/poco-1.10.1-all/Util/testsuite/src/
H A DTimerTest.cpp39 Timestamp time; in testScheduleTimestamp() local
58 Timestamp time; in testScheduleClock() local
79 Timestamp time; in testScheduleInterval() local
108 Timestamp time; in testScheduleIntervalTimestamp() local
140 Timestamp time; in testScheduleIntervalClock() local
172 Timestamp time; in testScheduleAtFixedRate() local
201 Timestamp time; in testCancel() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dtaiwancalendar.cs112 public override DateTime AddMonths(DateTime time, int months) { in AddMonths()
117 public override DateTime AddYears(DateTime time, int years) { in AddYears()
132 public override int GetDayOfMonth(DateTime time) { in GetDayOfMonth()
137 public override DayOfWeek GetDayOfWeek(DateTime time) { in GetDayOfWeek()
142 public override int GetDayOfYear(DateTime time) in GetDayOfYear()
155 … public override int GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) in GetWeekOfYear()
161 public override int GetEra(DateTime time) { in GetEra()
165 public override int GetMonth(DateTime time) { in GetMonth()
170 public override int GetYear(DateTime time) { in GetYear()
H A Dcalendar.cs294 public virtual DateTime AddDays(DateTime time, int days) { in AddDays()
378 public abstract int GetDayOfMonth(DateTime time); in GetDayOfMonth()
386 public abstract DayOfWeek GetDayOfWeek(DateTime time); in GetDayOfWeek()
392 public abstract int GetDayOfYear(DateTime time); in GetDayOfYear()
424 public abstract int GetEra(DateTime time); in GetEra()
444 public virtual int GetHour(DateTime time) { in GetHour()
452 public virtual double GetMilliseconds(DateTime time) { in GetMilliseconds()
460 public virtual int GetMinute(DateTime time) { in GetMinute()
468 public abstract int GetMonth(DateTime time); in GetMonth()
485 public virtual int GetSecond(DateTime time) { in GetSecond()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DTaiwanCalendar.cs114 public override DateTime AddMonths(DateTime time, int months) in AddMonths()
120 public override DateTime AddYears(DateTime time, int years) in AddYears()
138 public override int GetDayOfMonth(DateTime time) in GetDayOfMonth()
144 public override DayOfWeek GetDayOfWeek(DateTime time) in GetDayOfWeek()
150 public override int GetDayOfYear(DateTime time) in GetDayOfYear()
162 … public override int GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) in GetWeekOfYear()
168 public override int GetEra(DateTime time) in GetEra()
173 public override int GetMonth(DateTime time) in GetMonth()
179 public override int GetYear(DateTime time) in GetYear()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Dtimestamp.c58 timestamp time; member
105 void timestamp_clear( timestamp * const time ) in timestamp_clear()
141 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
151 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
169 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
187 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
199 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
205 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
216 timestamp const * const time ) in time_enter()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dtimestamp.c58 timestamp time; member
105 void timestamp_clear( timestamp * const time ) in timestamp_clear()
141 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
151 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
169 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
187 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
199 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
205 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
216 timestamp const * const time ) in time_enter()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Dtimestamp.c58 timestamp time; member
105 void timestamp_clear( timestamp * const time ) in timestamp_clear()
141 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
151 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
169 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
187 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
199 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
205 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
216 timestamp const * const time ) in time_enter()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Dtimestamp.c58 timestamp time; member
105 void timestamp_clear( timestamp * const time ) in timestamp_clear()
141 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
151 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
169 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
187 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
199 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
205 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
216 timestamp const * const time ) in time_enter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DTaiwanCalendar.cs114 public override DateTime AddMonths(DateTime time, int months) in AddMonths()
120 public override DateTime AddYears(DateTime time, int years) in AddYears()
138 public override int GetDayOfMonth(DateTime time) in GetDayOfMonth()
144 public override DayOfWeek GetDayOfWeek(DateTime time) in GetDayOfWeek()
150 public override int GetDayOfYear(DateTime time) in GetDayOfYear()
162 … public override int GetWeekOfYear(DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek) in GetWeekOfYear()
168 public override int GetEra(DateTime time) in GetEra()
173 public override int GetMonth(DateTime time) in GetMonth()
179 public override int GetYear(DateTime time) in GetYear()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Dtimestamp.c58 timestamp time; member
105 void timestamp_clear( timestamp * const time ) in timestamp_clear()
141 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
151 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
169 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
187 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
199 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
205 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
216 timestamp const * const time ) in time_enter()
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DFirstOrderType1R.cpp75 void FirstOrderType1R::computeh(double time, const BlockVector& x, BlockVector& z, SiconosVector& y) in computeh()
85 void FirstOrderType1R::computeg(double time, const SiconosVector& lambda, BlockVector& z, BlockVect… in computeg()
95 void FirstOrderType1R::computeOutput(double time, Interaction& inter, unsigned int level) in computeOutput()
104 void FirstOrderType1R::computeInput(double time, Interaction& inter, unsigned int level) in computeInput()
118 void FirstOrderType1R::computeJachx(double time, const BlockVector& x, BlockVector& z, SimpleMatrix… in computeJachx()
131 void FirstOrderType1R::computeJachz(double time, const BlockVector& x, BlockVector& z, SimpleMatrix… in computeJachz()
142 void FirstOrderType1R::computeJacglambda(double time, const SiconosVector& lambda, BlockVector& z, … in computeJacglambda()
153 void FirstOrderType1R::computeJach(double time, Interaction& inter) in computeJach()
174 void FirstOrderType1R::computeJacg(double time, Interaction& inter) in computeJacg()
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-fallback.c36 uint64_t time, in fallback_keyboard_notify_key()
52 uint64_t time) in fallback_lid_notify_toggle()
328 uint64_t time) in fallback_flush_mt_motion()
387 uint64_t time) in fallback_flush_mt_cancel()
449 uint64_t time) in fallback_flush_st_motion()
496 uint64_t time) in fallback_flush_st_cancel()
765 uint64_t time) in fallback_process_switch()
804 uint64_t time) in fallback_reject_relative()
875 uint64_t time) in fallback_flush_mt_events()
1121 uint64_t time; in fallback_return_to_neutral_state() local
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/
H A Dci.json9 "time": 1598962850942, number
21 "time": 1577102750954, number
33 "time": 1582192910954, number
45 "time": 1561747070955, number
57 "time": 1607608130955, number
69 "time": 1582806890955, number
81 "time": 1591511990955, number
93 "time": 1547293010955, number
105 "time": 1558313990956, number
117 "time": 1546402490956, number
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/
H A Dci.json9 "time": 1598962850942, number
21 "time": 1577102750954, number
33 "time": 1582192910954, number
45 "time": 1561747070955, number
57 "time": 1607608130955, number
69 "time": 1582806890955, number
81 "time": 1591511990955, number
93 "time": 1547293010955, number
105 "time": 1558313990956, number
117 "time": 1546402490956, number
[all …]

1...<<11121314151617181920>>...1592