Home
last modified time | relevance | path

Searched refs:current_year (Results 151 – 175 of 196) sorted by relevance

12345678

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/
H A DVTKmCheckCopyright.cmake78 get_year(current_year)
115 "${current_year}"
/dports/deskutils/plans/plans_8.2.1/Time/
H A DNormalize.pm64 my $current_year = (localtime)[5] + 1900;
65 my ($current_century, $current_yy) = $current_year =~ /(\d\d)(\d\d)/;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/CMake/
H A DVTKmCheckCopyright.cmake91 get_year(current_year)
128 "${current_year}"
/dports/sysutils/flowgger/flowgger-0.2.10/src/flowgger/decoder/
H A Drfc3164_decoder.rs173 let current_year = Utc::now().year(); in parse_date() localVariable
174 ts_str = format!("{} {}", current_year, ts_tokens[0..idx].join(" ")); in parse_date()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dnumber-match.c397 current_year (void) in current_year() function
410 return current_year (); in handle_year()
844 year = current_year (); in format_match_datetime()
849 year = current_year (); in format_match_datetime()
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dalive.ll127 set(current_year,strtoint(year(gettoday())))
128 if (ge(year,current_year)) { set(future,1) } else { set(future,0) }
/dports/games/julius/julius-1.7.0/src/city/
H A Dmessage.c471 int current_year = game_time_year(); in city_message_next_problem_area_grid_offset() local
474 if (msg->message_type && msg->year >= current_year - 1) { in city_message_next_problem_area_grid_offset()
/dports/games/augustus/augustus-3.1.0/src/city/
H A Dmessage.c471 int current_year = game_time_year(); in city_message_next_problem_area_grid_offset() local
474 if (msg->message_type && msg->year >= current_year - 1) { in city_message_next_problem_area_grid_offset()
/dports/www/e107/e107/e107_plugins/list_new/
H A Dlist_class.php707 $current_year = $todayarray['year'];
714 if($thisyear == $current_year)
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dintrinsic.c1647 *current_year = cob_get_int (f); in get_interval_and_current_year_from_args()
5222 int current_year; in cob_intr_year_to_yyyy() local
5237 current_year = cob_get_int (f); in cob_intr_year_to_yyyy()
5250 if (!valid_year (current_year)) { in cob_intr_year_to_yyyy()
5255 maxyear = current_year + interval; in cob_intr_year_to_yyyy()
5278 int current_year; in cob_intr_date_to_yyyymmdd() local
5291 &current_year); in cob_intr_date_to_yyyymmdd()
5298 || !valid_year (current_year) in cob_intr_date_to_yyyymmdd()
5324 int current_year; in cob_intr_day_to_yyyyddd() local
5337 &current_year); in cob_intr_day_to_yyyyddd()
[all …]
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_fullyear.c85 guint current_day, current_month, current_year; in display_calendar() local
110 current_year = g_date_get_year (cdate); in display_calendar()
123 if (day == current_day && month == current_month && year == current_year) { in display_calendar()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/contrib/devtools/
H A DREADME.md68 The copyright dates will be set to be `<year_introduced>-<current_year>` where
70 `<year_introduced>` is equal to `<current_year>`, it will be set as a single
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/contrib/devtools/
H A DREADME.md68 The copyright dates will be set to be `<year_introduced>-<current_year>` where
70 `<year_introduced>` is equal to `<current_year>`, it will be set as a single
/dports/net-p2p/litecoin/litecoin-0.18.1/contrib/devtools/
H A DREADME.md68 The copyright dates will be set to be `<year_introduced>-<current_year>` where
70 `<year_introduced>` is equal to `<current_year>`, it will be set as a single
/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DScreenInterface.cpp227 dateText << " "<< current_year( total_time ); in updateDate()
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_task.php142 $next_year = $current_year = date("Y", $time);
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowGrapher_Analyze.cgi255 $current_year = $yr;
256 $prior_year = $current_year - 1;
257 $next_year = $current_year + 1;
261 $current_year_date = "01" ."/". "01" ."/". $current_year;
/dports/sysutils/py-croniter/croniter-0.3.20/src/croniter/
H A Dcroniter.py234 current_year = now.year
390 while abs(year - current_year) <= 1:
/dports/lang/parrot/parrot-8.1.0/docs/project/
H A Dcommitter_guide.pod59 # Copyright (C) <creation_year>-<current_year>, Parrot Foundation.
/dports/news/inn-current/inn-2.7-20211226/scripts/
H A Dinnreport.in346 my $current_year;
350 $current_year = $year += 1900;
457 my $cvtdate = &ConvDate ($current_year . ' ' . $date_str, $wrap_around);
481 $first_date_cvt = &ConvDate ($current_year . ' ' . $first_date, $wrap_around);
541 if ($DEBUG && $first_date_cvt != &ConvDate($current_year . ' ' . $first_date, $wrap_around))
551 if ($DEBUG && $last_date_cvt != &ConvDate($current_year . ' ' . $last_date, $wrap_around))
580 my $year = $current_year;
/dports/news/inn/inn-2.6.4/scripts/
H A Dinnreport.in347 my $current_year;
351 $current_year = $year += 1900;
458 my $cvtdate = &ConvDate ($current_year . ' ' . $date_str, $wrap_around);
482 $first_date_cvt = &ConvDate ($current_year . ' ' . $first_date, $wrap_around);
542 if ($DEBUG && $first_date_cvt != &ConvDate($current_year . ' ' . $first_date, $wrap_around))
552 if ($DEBUG && $last_date_cvt != &ConvDate($current_year . ' ' . $last_date, $wrap_around))
581 my $year = $current_year;
/dports/sysutils/shlock/inn-2.6.4/scripts/
H A Dinnreport.in347 my $current_year;
351 $current_year = $year += 1900;
458 my $cvtdate = &ConvDate ($current_year . ' ' . $date_str, $wrap_around);
482 $first_date_cvt = &ConvDate ($current_year . ' ' . $first_date, $wrap_around);
542 if ($DEBUG && $first_date_cvt != &ConvDate($current_year . ' ' . $first_date, $wrap_around))
552 if ($DEBUG && $last_date_cvt != &ConvDate($current_year . ' ' . $last_date, $wrap_around))
581 my $year = $current_year;
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dutils.c608 char current_year[] = "yyyy "; in get_sec_date() local
615 strftime(current_year, strlen(current_year), "%Y", &ptrtime); in get_sec_date()
618 date.yyyy = atoi(current_year); in get_sec_date()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/unix_ui/
H A Dmainwindow.cpp130 ui->current_year->setText(QString::fromWCharArray(tag.GetTagValue("year").c_str())); in UpdateTrackDetails()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dcalendar.py1548 self.current_year = date.year
1565 if evt.month != self.current_month or evt.year != self.current_year:
1571 self.current_year = evt.year
1585 self.current_year = year

12345678