/dports/deskutils/remind/remind-03.03.11/www/ |
H A D | hebhtml | 13 set thisyear year(today()) 15 set nextyear iif(nextmon==1, thisyear+1, thisyear) 17 set lastyear iif(lastmon==12, thisyear-1, thisyear) 28 set thisyear year(today()) 30 set nextyear iif(nextmon==1, thisyear+1, thisyear) 32 set lastyear iif(lastmon==12, thisyear-1, thisyear)
|
/dports/net/netpipes/netpipes-4.2/ |
H A D | version.c | 46 int thisyear=1998; local 48 if (beginyear != thisyear) { 49 …yright (C) %d-%d Robert Forsman\n", beginyear, (thisyear/100 == beginyear/100) ? thisyear%100 : th… 51 fprintf(stderr, "Copyright (C) %d Robert Forsman\n", thisyear);
|
/dports/misc/mc/mc-4.8.27/src/vfs/extfs/helpers/ |
H A D | mailfs.in | 52 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 53 $year * 12 + $mon <= $thisyear * 12 + $thismon && 55 ($thisyear * 12 + $thismon) * 31 + $thisday && 74 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 75 $year * 12 + $mon <= $thisyear * 12 + $thismon && 77 ($thisyear * 12 + $thismon) * 31 + $thisday && 93 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 94 $year * 12 + $mon <= $thisyear * 12 + $thismon && 96 ($thisyear * 12 + $thismon) * 31 + $thisday && 212 ($thisyear, $thismon, $thisday, $thishour) = split(/ /, $nowstring);
|
H A D | uar.in | 17 thisyear="`date +%Y`" 19 sed -e "s/\( [0-2][0-9]\:[0-5][0-9]\)\( $thisyear \)\(.*\)/\1$temp_replace\3/" |
|
H A D | deb.in | 91 ($thisyear, $thismon) = split(/ /, $now); 94 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 6 && 95 $year * 12 + $mon <= $thisyear * 12 + $thismon) {
|
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/extfs/helpers/ |
H A D | mailfs.in | 52 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 53 $year * 12 + $mon <= $thisyear * 12 + $thismon && 55 ($thisyear * 12 + $thismon) * 31 + $thisday && 74 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 75 $year * 12 + $mon <= $thisyear * 12 + $thismon && 77 ($thisyear * 12 + $thismon) * 31 + $thisday && 93 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 7 && 94 $year * 12 + $mon <= $thisyear * 12 + $thismon && 96 ($thisyear * 12 + $thismon) * 31 + $thisday && 212 ($thisyear, $thismon, $thisday, $thishour) = split(/ /, $nowstring);
|
H A D | uar.in | 17 thisyear="`date +%Y`" 19 sed -e "s/\( [0-2][0-9]\:[0-5][0-9]\)\( $thisyear \)\(.*\)/\1$temp_replace\3/" |
|
H A D | deb.in | 91 ($thisyear, $thismon) = split(/ /, $now); 94 if ($year * 12 + $mon > $thisyear * 12 + $thismon - 6 && 95 $year * 12 + $mon <= $thisyear * 12 + $thismon) {
|
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/Transform/ |
H A D | UpdateCopyright.pm | 110 my $thisyear = (localtime time)[5] + 1900; 115 if ( $year[0] == $thisyear ) { 121 $copyright =~ s/(\d{4})/$1 - $thisyear/; 128 if ( $year[1] == $thisyear ) { 134 $copyright =~ s/$year[1]/$thisyear/;
|
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/monitord/ |
H A D | monitord.c | 24 int thisyear = 0; in Monitord() local 39 thisyear = p->tm_year + 1900; in Monitord() 66 generate_reports(today, thismonth, thisyear); in Monitord() 68 manage_files(today, thismonth, thisyear); in Monitord() 72 thisyear = p->tm_year + 1900; in Monitord()
|
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/monitord/ |
H A D | monitord.c | 24 int thisyear = 0; in Monitord() local 39 thisyear = p->tm_year + 1900; in Monitord() 66 generate_reports(today, thismonth, thisyear); in Monitord() 68 manage_files(today, thismonth, thisyear); in Monitord() 72 thisyear = p->tm_year + 1900; in Monitord()
|
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/monitord/ |
H A D | monitord.c | 24 int thisyear = 0; in Monitord() local 39 thisyear = p->tm_year + 1900; in Monitord() 66 generate_reports(today, thismonth, thisyear); in Monitord() 68 manage_files(today, thismonth, thisyear); in Monitord() 72 thisyear = p->tm_year + 1900; in Monitord()
|
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/ |
H A D | bug-2756.c | 132 int thismonth, thisday, thisyear; in m() local 216 if ((thisyear = findyear()) == -1) in m() 217 thisyear = current(1); in m() 218 matchdate = date(thisday, thismonth, thisyear); in m() 247 if ((thisyear = findyear()) == -1) in m() 248 thisyear = current(1); in m() 249 thisdate = date(thisday, thismonth, thisyear); in m()
|
/dports/science/gramps/gramps-5.1.4/gramps/plugins/export/ |
H A D | exportvcalendar.py | 162 def format_single_date(self, subdate, thisyear, cal): argument 166 if thisyear: 178 def format_date(self, date, thisyear=0): argument 187 thisyear, cal) 189 thisyear, cal) 195 thisyear, cal)
|
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/ |
H A D | calendar.pm | 505 my $thisyear = $now[5]+1900; 507 $future_month = $now[4]+1 if $params{year} == $thisyear; 558 if ($month == $params{month} && $thisyear == $params{year}) { 611 my $thisyear=1900 + $now[5]; 618 $params{year} = $thisyear unless defined $params{year}; 624 $params{year}=$thisyear+$params{year}; 640 if ($params{type} eq 'month' && $params{year} == $thisyear 651 $params{year} > $thisyear)) { 656 elsif (($params{type} eq 'year' && $params{year} == $thisyear) || 674 timelocal(0, 0, 0, 1, 1-1, $thisyear+1)); [all …]
|
/dports/textproc/py-translationstring/translationstring-1.4/docs/ |
H A D | conf.py | 37 thisyear = datetime.datetime.now().year variable 38 copyright = '2011-%s, Agendaless Consulting <pylons-discuss@googlegroups.com>' % thisyear
|
/dports/www/py-waitress/waitress-2.0.0/docs/ |
H A D | conf.py | 49 thisyear = datetime.datetime.now().year variable 50 copyright = "2012-%s, Agendaless Consulting <chrism@plope.com>" % thisyear
|
/dports/www/py-WebTest/webtest-2.0.32/docs/ |
H A D | conf.py | 56 thisyear = datetime.datetime.now().year variable 57 copyright = '2012-%s, Ian Bicking' % thisyear
|
/dports/www/py-pyramid/pyramid-1.7.3/docs/ |
H A D | conf.py | 96 thisyear = datetime.datetime.now().year variable 97 copyright = '2008-%s, Agendaless Consulting' % thisyear 422 epub_copyright = '2008-%d' % thisyear
|
/dports/deskutils/cal/cal41/src/ |
H A D | cal.c | 287 thisday, thismonth, thisyear, discard_old = 0, prog_pause = 0, variable 710 thisyear = y = lt->tm_year + 1900; in main() 728 fixtab (thisyear); in main() 730 stryearcpy(str+(YEARWID/2)-(stryearlen(thisyear)/2), thisyear); in main() 733 for (m = 1; m < 13; m++) printmonth (m, thisyear); in main() 835 short l, hilite = ((m == thismonth) && (y == thisyear)), num_appts = 0; in printmonth() 1283 hiappt = 1, hilight = (m == thismonth && y == thisyear); in specialdays() 1339 if (m == thismonth && y == thisyear) in specialdays() 1349 mo != thismonth && dy != thisday && yr != thisyear) in specialdays() 1354 && !(yr == thisyear && mo == thismonth && in specialdays() [all …]
|
/dports/misc/lifelines/lifelines-3.1.1/reports/ |
H A D | igi-search.ll | 48 global( thisyear) 57 return( le( strtoint( by), sub( thisyear, 110))) 62 if( le( strtoint( md), sub( thisyear, 95))) { 183 set( thisyear, strtoint( year( gettoday())))
|
/dports/security/base/base-1.4.5/includes/ |
H A D | base_output_html.inc.php | 114 $thisyear = date("Y"); 117 for($i=1999; $i<=$thisyear; $i++) {
|
/dports/x11-clocks/xalarm/xalarm-3.06/ |
H A D | dates.c | 178 int thisyear, num, i, chpos = 0; local 257 if ((thisyear = *year) < 0) 258 thisyear = today->tm_year + 1900; 259 daysin[1] = DAYSINFEB (thisyear);
|
/dports/editors/the/THE-3.3RC4/doc/ |
H A D | preparecomb.the | 11 thisyear = Left( Date( 'S' ), 4 ) 16 'c/THISYEAR/'thisyear'/ * *'
|
/dports/deskutils/remind/remind-03.03.11/src/ |
H A D | hbcal.c | 124 long thisyear, nextyear; in DaysInHebYear() local 126 thisyear = DaysToHebYear(y-3744); in DaysInHebYear() 128 return (int) (nextyear - thisyear); in DaysInHebYear()
|