Home
last modified time | relevance | path

Searched refs:monstart (Results 1 – 7 of 7) sorted by relevance

/dports/devel/p5-Time-timegm/Time-timegm-0.01/lib/Time/
H A Dtimegm.pm101 my $monstart = $start_of_month{"$year/$mon"};
102 unless( defined $monstart ) {
103 $monstart = mktime( 0, 0, 0, 1, $mon, $year );
104 $monstart -= $monstart % DAY;
106 my @gmtime = gmtime $monstart;
107 …] == 0 or croak "Expected midnight GMT, did not get it - " . scalar( gmtime $monstart ) for 0 .. 2;
110 $monstart += DAY, @gmtime = gmtime $monstart if $gmtime[3] > 1;
112 …mtime[3] == 1 or croak "Expected 1st of month GMT, did not get it - " . scalar( gmtime $monstart );
114 $start_of_month{"$year/$mon"} = $monstart;
117 return $monstart + ($mday-1)*DAY + $hour*HOUR + $min*MIN + $sec;
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Type/
H A D_dates15 local userformat format spacer=1 spacing month monstart skip match
60 strftime -r -s monstart '%Y%m' $(( start/12 ))$(( 1 + start % 12 ))
61 strftime -s skip '%w' $(( monstart-86400 ))
62 starts[col]=$monstart
67 strftime -s mlabel '%m' $monstart
69 strftime -s mlabel "$mfmt" $monstart
/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Dunls.c290 char *monstart, *daystart, *hrstart, *minstart, *yearstart, *secstart = NULL; in UnLslRLine() local
334 monstart = cp + 2; in UnLslRLine()
358 mon = LsMonthNameToNum(monstart); in UnLslRLine()
391 mon = LsMonthNameToNum(monstart); in UnLslRLine()
446 monstart = cp + 7; in UnLslRLine()
468 mon = atoi(monstart) - 1; in UnLslRLine()
/dports/math/gretl/gretl-2021d/lib/src/
H A Ddbread.h147 int monstart, int repday);
H A Ddbread.c4808 int monstart, int repday) in compact_data_set() argument
4856 if (monstart) { in compact_data_set()
/dports/deskutils/remind/remind-03.03.11/src/
H A Dfuncs.c2881 int monstart; in FWeekno() local
2910 monstart = 0; in FWeekno()
2912 monstart = 11; in FWeekno()
2918 candidate = Julian(y, monstart, daystart); in FWeekno()
2928 candidate = Julian(y-1, monstart, daystart); in FWeekno()
2937 candidate = Julian(y-2, monstart, daystart); in FWeekno()
/dports/math/gretl/gretl-2021d/gui/
H A Ddatabase.c4503 int err, newpd = 0, monstart = 1; in do_compact_data_set() local
4512 pmonstart = &monstart; in do_compact_data_set()
4524 err = compact_data_set(dataset, newpd, method, monstart, repday); in do_compact_data_set()