Home
last modified time | relevance | path

Searched refs:jul (Results 1 – 25 of 1594) sorted by relevance

12345678910>>...64

/dports/astro/tclgeomap/tclgeomap-2.11.6/generic/
H A DgeoTime.c90 struct GeoTime_Jul jul; local
98 jul.day = day;
99 jul.second = s + fsec;
100 return jul;
147 jul.day += d;
149 return jul;
168 GeoTime_JulToCal(jul) in GeoTime_JulToCal() argument
183 l = jul.day + 68569;
231 GeoTime_Incr(jul, ds) in GeoTime_Incr() argument
238 s = jul->second + ds;
[all …]
/dports/devel/date/date-3.0.1/test/tz_test/
H A Dzoned_time.pass.cpp175 assert(zt2.get_sys_time() == sys_days{2017_y/jul/5}); in main()
183 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
210 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
341 zt = sys_days{2017_y/jul/5}; in main()
342 assert(zt.get_sys_time() == sys_days{2017_y/jul/5}); in main()
351 zt = local_days{2017_y/jul/5}; in main()
352 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
362 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
373 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
406 assert(zt.get_local_time() == local_days{2017_y/jul/5} + in main()
[all …]
/dports/devel/hhdate/date-3.0.1/test/tz_test/
H A Dzoned_time.pass.cpp175 assert(zt2.get_sys_time() == sys_days{2017_y/jul/5}); in main()
183 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
210 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
341 zt = sys_days{2017_y/jul/5}; in main()
342 assert(zt.get_sys_time() == sys_days{2017_y/jul/5}); in main()
351 zt = local_days{2017_y/jul/5}; in main()
352 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
362 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
373 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
406 assert(zt.get_local_time() == local_days{2017_y/jul/5} + in main()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/date/test/tz_test/
H A Dzoned_time.pass.cpp175 assert(zt2.get_sys_time() == sys_days{2017_y/jul/5}); in main()
183 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
210 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
341 zt = sys_days{2017_y/jul/5}; in main()
342 assert(zt.get_sys_time() == sys_days{2017_y/jul/5}); in main()
351 zt = local_days{2017_y/jul/5}; in main()
352 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
362 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
373 assert(zt.get_local_time() == local_days{2017_y/jul/5}); in main()
406 assert(zt.get_local_time() == local_days{2017_y/jul/5} + in main()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_quadtree_node.h39 brip_quadtree_node_base(unsigned iul, unsigned jul,
41 : iul_(iul), jul_(jul), ilr_(ilr), jlr_(jlr), valid_(valid), in iul_()
69 { iul = iul_; jul = jul_; ilr = ilr_; jlr = jlr_; } in region()
72 void set_region(unsigned iul, unsigned jul, unsigned ilr, unsigned jlr) in set_region() argument
73 { iul_ = iul; jul_ = jul; ilr_ = ilr; jlr_ = jlr;} in set_region()
96 : brip_quadtree_node_base(iul, jul, ilr, jlr, false) {} in brip_quadtree_node()
98 brip_quadtree_node(unsigned iul, unsigned jul, unsigned ilr, in brip_quadtree_node() argument
100 : brip_quadtree_node_base(iul, jul, ilr, jlr, true),data_(data){} in brip_quadtree_node()
123 : brip_quadtree_node_base(iul, jul, ilr, jlr, false) {} in brip_quadtree_node()
125 brip_quadtree_node(unsigned iul, unsigned jul, unsigned ilr, in brip_quadtree_node() argument
[all …]
H A Dbrip_quadtree_utils.hxx16 unsigned iul, jul, ilr, jlr; in fill_image_region() local
17 node->region(iul, jul, ilr, jlr); in fill_image_region()
20 for (unsigned j = jul; j<=jlr; ++j) in fill_image_region()
73 unsigned iul = i*scale, jul = j*scale; in extract_nodes_from_image() local
76 unsigned jlr = jul + 2*scale -1; in extract_nodes_from_image()
124 unsigned iul = c*scale, jul = r*scale; in connect_children() local
127 unsigned jlr = jul + scale -1; in connect_children()
194 unsigned iul = 0, jul = 0, ilr = 0, jlr = 0; in print_node() local
195 nt->region(iul, jul, ilr, jlr); in print_node()
198 os << indent << "leaf:(" << iul << ' ' << jul << ")(" in print_node()
[all …]
/dports/deskutils/remind/remind-03.03.11/src/langs/
H A Dportbr.h94 sprintf(s, "%s %s, %d de %s de %d", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m], y);
97 sprintf(s, "%s %s", _ON_WEEKDAY(jul), DayName[jul%7]);
100 sprintf(s, "%s %s, %d %s", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m]);
103 sprintf(s, "%s %s, %d de %s de %d", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m], y);
106 sprintf(s, "%s %s, %d de %s", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m]);
110 sprintf(s, "%s %s, %d de %s de %d", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m], y);
113 sprintf(s, "%s %s, %d de %s", _ON_WEEKDAY(jul), DayName[jul%7], d, MonthName[m]);
H A Dfinnish.h163 … sprintf(s, "%s %d. %s %d", DayName[jul%7], d, MonthName[m], y); } else { sprintf(s, "%s%s %d. %s%…
164 …OVER if (altmode == '*') { sprintf(s, "%s", DayName[jul%7]); } else { sprintf(s, "%s%s", DayName[j…
167 …'*') { sprintf(s, "%s %d. %s", DayName[jul%7], d, MonthName[m]); } else { sprintf(s, "%s%s %d. %s%…
170 …intf(s, "%s %sn %d%s %d", DayName[jul%7], MonthName[m], d, plu, y); } else { sprintf(s, "%s%s %sn …
171 … { sprintf(s, "%s %sn %d%s", DayName[jul%7], MonthName[m], d, plu); } else { sprintf(s, "%s%s %sn …
174 …intf(s, "%s %d%s %s %d", DayName[jul%7], d, plu, MonthName[m], y); } else { sprintf(s, "%s%s %d%s …
175 … { sprintf(s, "%s %d%s %s", DayName[jul%7], d, plu, MonthName[m]); } else { sprintf(s, "%s%s %d%s …
H A Ditalian.h104 #define L_A_OVER sprintf(s, "%s, %d %s %d", DayName[jul%7], d,\
106 #define L_C_OVER sprintf(s, "%s", DayName[jul%7]);
113 #define L_G_OVER sprintf(s, "%s, %d %s", DayName[jul%7], d, MonthName[m]);
119 #define L_J_OVER sprintf(s, "%s, %d %s %d", DayName[jul%7], d, \
122 #define L_K_OVER sprintf(s, "%s, %d %s", DayName[jul%7], d, \
126 #define L_U_OVER sprintf(s, "%s, %d %s %d", DayName[jul%7], d, \
129 #define L_V_OVER sprintf(s, "%s, %d %s", DayName[jul%7], d, \
H A Dromanian.h143 #define L_A_OVER sprintf(s, "%s, %d %s %d", DayName[jul%7], d, MonthName[m], y);
144 #define L_C_OVER sprintf(s, "%s", DayName[jul%7]);
145 #define L_G_OVER sprintf(s, "%s, %d %s", DayName[jul%7], d, MonthName[m]);
146 #define L_J_OVER sprintf(s, "%s, %s %d, %d", DayName[jul%7], MonthName[m], d, y);
147 #define L_K_OVER sprintf(s, "%s, %s %d", DayName[jul%7], MonthName[m], d);
149 #define L_U_OVER sprintf(s, "%s, %d %s %d", DayName[jul%7], d, MonthName[m], y);
150 #define L_V_OVER sprintf(s, "%s, %d %s", DayName[jul%7], d, MonthName[m]);
/dports/databases/dbh/libdbh2-5.0.22/
H A DChangeLog169 r3466 | edscott | 2010-07-30 06:36:37 -0500 (vie 30 de jul de 2010) | 1 line
173 r3465 | edscott | 2010-07-29 16:54:49 -0500 (jue 29 de jul de 2010) | 1 line
177 r3464 | edscott | 2010-07-29 15:50:51 -0500 (jue 29 de jul de 2010) | 1 line
181 r3462 | edscott | 2010-07-29 14:48:33 -0500 (jue 29 de jul de 2010) | 1 line
185 r3461 | edscott | 2010-07-29 14:29:05 -0500 (jue 29 de jul de 2010) | 1 line
189 r3460 | edscott | 2010-07-29 14:24:14 -0500 (jue 29 de jul de 2010) | 1 line
193 r3459 | edscott | 2010-07-29 12:24:06 -0500 (jue 29 de jul de 2010) | 1 line
197 r3458 | edscott | 2010-07-27 19:33:59 -0500 (mar 27 de jul de 2010) | 1 line
201 r3457 | edscott | 2010-07-27 19:26:45 -0500 (mar 27 de jul de 2010) | 1 line
205 r3456 | edscott | 2010-07-27 14:47:25 -0500 (mar 27 de jul de 2010) | 1 line
[all …]
/dports/math/ploticus/pl240src/src/
H A Ddates.c337 long jul;
462 jul = jul - n;
468 jul = jul - n;
470 day = jul;
636 long jul;
666 long jul;
836 long jul;
855 long jul;
953 long jul;
1198 long jul;
[all …]
/dports/math/ploticus-nox11/pl240src/src/
H A Ddates.c337 long jul;
462 jul = jul - n;
468 jul = jul - n;
470 day = jul;
636 long jul;
666 long jul;
836 long jul;
855 long jul;
953 long jul;
1198 long jul;
[all …]
/dports/security/bastillion/Bastillion-jetty/jetty_bastillion/modules/
H A Djul-slf4j.mod16 jul-api
17 jul-impl
18 slf4j+jul
21 maven://org.slf4j/jul-to-slf4j/${slf4j.version}|lib/slf4j/jul-to-slf4j-${slf4j.version}.jar
22 basehome:modules/jul-slf4j
25 lib/slf4j/jul-to-slf4j-${slf4j.version}.jar
H A Djul-impl.mod8 jul
12 jul-api
13 jul-impl
16 basehome:modules/jul-impl
/dports/www/jetty9/jetty-distribution-9.4.29.v20200521/modules/
H A Djul-slf4j.mod16 jul-api
17 jul-impl
18 slf4j+jul
21 maven://org.slf4j/jul-to-slf4j/${slf4j.version}|lib/slf4j/jul-to-slf4j-${slf4j.version}.jar
22 basehome:modules/jul-slf4j
25 lib/slf4j/jul-to-slf4j-${slf4j.version}.jar
H A Djul-impl.mod8 jul
12 jul-api
13 jul-impl
16 basehome:modules/jul-impl
/dports/deskutils/remind/remind-03.03.11/src/
H A Ddosubst.c49 int diff = jul - JulianToday; in DoSubst()
66 FromJulian(jul, &y, &m, &d); in DoSubst()
222 sprintf(s, "%s, %d %s, %d", DayName[jul%7], d, in DoSubst()
246 sprintf(s, "%s", DayName[jul%7]); in DoSubst()
248 sprintf(s, "%s %s", L_ON, DayName[jul%7]); in DoSubst()
335 sprintf(s, "%s, %s %d%s, %d", DayName[jul%7], in DoSubst()
350 sprintf(s, "%s, %s %d%s", DayName[jul%7], in DoSubst()
451 sprintf(s, "%s, %d%s %s, %d", DayName[jul%7], d, in DoSubst()
480 sprintf(s, "%s", DayName[jul%7]); in DoSubst()
737 int jul, int tim) in DoSubstFromString() argument
[all …]
H A Ddorem.c58 int jul; in DoRem() local
123 jul = LastTriggerDate; in DoRem()
146 r = AddGlobalOmit(jul); in DoRem()
172 if (jul == JulianToday && in DoRem()
853 FromJulian(jul, &y, &m, &d); in TriggerReminder()
1082 jul = jul + t->delta; in ShouldTriggerReminder()
1092 jul--; in ShouldTriggerReminder()
1118 int iter, jul, r, start; in DoSatRemind() local
1136 } else if (jul == start) { in DoSatRemind()
1145 if (jul == -1) { in DoSatRemind()
[all …]
H A Dsort.c37 static Sortrem *MakeSortRem (int jul, int tim, char const *body, int typ, int prio);
38 static void IssueSortBanner (int jul);
47 static Sortrem *MakeSortRem(int jul, int tim, char const *body, int typ, int prio) in MakeSortRem() argument
58 new->trigdate = jul; in MakeSortRem()
73 int InsertIntoSortBuffer(int jul, int tim, char const *body, int typ, int prio) in InsertIntoSortBuffer() argument
75 Sortrem *new = MakeSortRem(jul, tim, body, typ, prio); in InsertIntoSortBuffer()
171 static void IssueSortBanner(int jul) in IssueSortBanner() argument
181 FromJulian(jul, &y, &m, &d); in IssueSortBanner()
187 if (!DoSubstFromString(v.v.str, &buf, jul, NO_TIME)) { in IssueSortBanner()
H A Dhbcal.c205 FromJulian(jul, &y, &m, &d); in JulToHeb()
209 while ((rh=RoshHashana(y))>jul) y--; in JulToHeb()
212 jul -= rh; in JulToHeb()
216 while((jul >= monlen[m]) || !monlen[m]) { in JulToHeb()
217 jul -= monlen[m]; in JulToHeb()
223 *hd = jul+1; in JulToHeb()
395 int r, yout, mout, dout, jul=1; in GetNextHebrewDate() local
422 jul = HebToJul(yout, mout, dout); in GetNextHebrewDate()
423 if (jul < 0) return E_DATE_OVER; in GetNextHebrewDate()
424 if (jul >= julstart) break; in GetNextHebrewDate()
[all …]
H A Dprotos.h35 int TriggerReminder (ParsePtr p, Trigger *t, TimeTrig *tim, int jul);
36 int ShouldTriggerReminder (Trigger *t, TimeTrig *tim, int jul, int *err);
38 int DoSubstFromString (char const *source, DynamicBuffer *dbuf, int jul, int tim);
39 int ParseLiteralDate (char const **s, int *jul, int *tim);
51 int SetAccessDate (char const *fname, int jul);
57 void FromJulian (int jul, int *y, int *m, int *d);
86 int IsOmitted (int jul, int localomit, char const *omitfunc, int *omit);
123 void JulToHeb (int jul, int *hy, int *hm, int *hd);
137 int CalcMinsFromUTC (int jul, int tim, int *mins, int *isdst);
161 void PrintJSONKeyPairDate(char const *name, int jul);
[all …]
/dports/japanese/today/ja-today-2.12_2/
H A Dkyusei.c32 long jul; in Youton_Inton() local
36 jul = GetSekkiJulianDay(year, (type == 0) ? 18 : 6); /* �߻�/�ƻ� */ in Youton_Inton()
37 k = kansi(year, (type == 0) ? 12 : 6, jul); in Youton_Inton()
41 sjul = jul - k->et; in Youton_Inton()
45 sjul = jul + (60 - k->et); in Youton_Inton()
49 sjul = jul + (30 - k->et); in Youton_Inton()
/dports/astro/tclgeomap/tclgeomap-2.11.6/tcl/
H A DtclgeomapTime.c195 struct GeoTime_Jul jul; /* Days and seconds in cal */ local
203 if (Tclgeomap_GetGeoTimeFromObj(interp, objv[2], &jul)) {
207 Tcl_ListObjAppendElement(NULL, result, Tcl_NewIntObj(jul.day));
208 Tcl_ListObjAppendElement(NULL, result, Tcl_NewDoubleObj(jul.second));
236 struct GeoTime_Jul jul; /* Time from command line */ local
244 if (Tclgeomap_GetGeoTimeFromObj(interp, objv[2], &jul)) {
250 GeoTime_Incr(&jul, dt);
251 Tcl_SetObjResult(interp, Tclgeomap_NewGeoTimeObj(jul));
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dctg-y2.dat4 jul 61.7
19 jul 68.4
34 jul 3.2
49 jul 5.7

12345678910>>...64