Home
last modified time | relevance | path

Searched refs:utc_year (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/p5-iCal-Parser/iCal-Parser-1.20/t/calendars/
H A Dt-no-args.ics.dump44 'utc_year' => 2005,
80 'utc_year' => 2008,
116 'utc_year' => 2006,
163 'utc_year' => 2005,
199 'utc_year' => 2007,
235 'utc_year' => 2005,
282 'utc_year' => 2005,
318 'utc_year' => 2009,
354 'utc_year' => 2007,
/dports/devel/p5-DateTime/DateTime-1.54/t/
H A D30future-tz.t10 # always make sure to update the utc_year attribute of the given
12 # would fail because utc_year was less than the span's max_year, so
/dports/devel/p5-DateTime/DateTime-1.54/xt/author/
H A Dpp-30future-tz.t14 # always make sure to update the utc_year attribute of the given
16 # would fail because utc_year was less than the span's max_year, so
/dports/devel/p5-DateTime-TimeZone/DateTime-TimeZone-2.51/tools/
H A Dtests_from_zdump116 $utc_mon_name, $utc_day, $utc_hour, $utc_min, $utc_sec, $utc_year,
171 year => 1 * $utc_year,
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxtraditional29a.adb213 utc_year, utc_month, utc_day, utc_hour, utc_min : Integer; variable
350 plbtime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai);
353 plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc);
H A Dxstandard29a.adb213 utc_year, utc_month, utc_day, utc_hour, utc_min : Integer; variable
350 … Broken_Down_From_Continuous_Time(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai);
353 … Continuous_From_Broken_Down_Time(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc);
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxtraditional29a.adb213 utc_year, utc_month, utc_day, utc_hour, utc_min : Integer; variable
350 plbtime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai);
353 plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc);
H A Dxstandard29a.adb213 utc_year, utc_month, utc_day, utc_hour, utc_min : Integer; variable
350 … Broken_Down_From_Continuous_Time(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai);
353 … Continuous_From_Broken_Down_Time(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc);
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx29c.c248 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min; in plot4() local
403 plbtime( &utc_year, &utc_month, &utc_day, &utc_hour, &utc_min, &utc_sec, tai ); in plot4()
406 plctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, &utc ); in plot4()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx29c.c248 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min;
403 plbtime( &utc_year, &utc_month, &utc_day, &utc_hour, &utc_min, &utc_sec, tai );
406 plctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, &utc );
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx29d.d381 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min; in page4() local
398 plbtime( &utc_year, &utc_month, &utc_day, &utc_hour, &utc_min, &utc_sec, tai ); in page4()
401 plctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, &utc ); in page4()
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx29d.d381 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min; in page4() local
398 plbtime( &utc_year, &utc_month, &utc_day, &utc_hour, &utc_min, &utc_sec, tai ); in page4()
401 plctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, &utc ); in page4()
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx29f.f90252 integer :: utc_year, utc_month, utc_day, utc_hour, utc_min local
399 call plbtime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai)
403 call plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc)
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx29.java260 int utc_year[] = new int[1], utc_month[] = new int[1],
419 pls.btime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai[0] );
422 … pls.ctime( utc_year[0], utc_month[0], utc_day[0], utc_hour[0], utc_min[0], utc_sec[0], utc );
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx29f.f90252 integer :: utc_year, utc_month, utc_day, utc_hour, utc_min local
399 call plbtime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai)
403 call plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc)
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx29.java260 int utc_year[] = new int[1], utc_month[] = new int[1], in plot4() local
419 pls.btime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai[0] ); in plot4()
422 … pls.ctime( utc_year[0], utc_month[0], utc_day[0], utc_hour[0], utc_min[0], utc_sec[0], utc ); in plot4()
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx29.cc260 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min; in plot4() local
415 pls->btime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai ); in plot4()
418 pls->ctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc ); in plot4()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx29.cc260 PLINT utc_year, utc_month, utc_day, utc_hour, utc_min; in plot4() local
415 pls->btime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, tai ); in plot4()
418 pls->ctime( utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec, utc ); in plot4()
/dports/devel/p5-Time-Moment/Time-Moment-0.44/lib/Time/
H A DMoment.pm120 sub utc_year { subroutine
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dx29.lua320 utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec = pl.btime(tai)
323 utc = pl.ctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec)
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx29.py315 (utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec) = w.plbtime(tai)
318 utc = w.plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec)
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx29.py315 (utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec) = w.plbtime(tai)
318 utc = w.plctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec)
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dx29.lua320 utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec = pl.btime(tai)
323 utc = pl.ctime(utc_year, utc_month, utc_day, utc_hour, utc_min, utc_sec)
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_neoclock4x.c125 int utc_year; member
328 up->utc_year = 0; in neoclock4x_start()
631 up->utc_year = pp->year; in neoclock4x_receive()
735 up->utc_year, up->utc_month, up->utc_day, in neoclock4x_control()
/dports/devel/p5-DateTime/DateTime-1.54/
H A Ddist.ini20 pod_coverage_trustme = DateTime => qr/^utc_year$/

12