Home
last modified time | relevance | path

Searched defs:month (Results 76 – 100 of 11317) sorted by relevance

12345678910>>...453

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_master_logs.erl441 month(1) -> "Jan"; function
442 month(2) -> "Feb"; function
443 month(3) -> "Mar"; function
444 month(4) -> "Apr"; function
445 month(5) -> "May"; function
446 month(6) -> "Jun"; function
447 month(7) -> "Jul"; function
448 month(8) -> "Aug"; function
449 month(9) -> "Sep"; function
450 month(10) -> "Oct"; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_master_logs.erl441 month(1) -> "Jan"; function
442 month(2) -> "Feb"; function
443 month(3) -> "Mar"; function
444 month(4) -> "Apr"; function
445 month(5) -> "May"; function
446 month(6) -> "Jun"; function
447 month(7) -> "Jul"; function
448 month(8) -> "Aug"; function
449 month(9) -> "Sep"; function
450 month(10) -> "Oct"; function
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/tslibs/
H A Dccalendar.pxd8 cpdef int32_t get_days_in_month(int year, Py_ssize_t month) nogil
9 cpdef int32_t get_week_of_year(int year, int month, int day) nogil
10 cpdef iso_calendar_t get_iso_calendar(int year, int month, int day) nogil
11 cpdef int32_t get_day_of_year(int year, int month, int day) nogil
12 cpdef int get_lastbday(int year, int month) nogil
13 cpdef int get_firstbday(int year, int month) nogil
H A Dccalendar.pyx59 cpdef int32_t get_days_in_month(int year, Py_ssize_t month) nogil:
138 cpdef int32_t get_week_of_year(int year, int month, int day) nogil:
161 cpdef iso_calendar_t get_iso_calendar(int year, int month, int day) nogil:
215 cpdef int32_t get_day_of_year(int year, int month, int day) nogil:
249 cpdef int get_lastbday(int year, int month) nogil:
270 cpdef int get_firstbday(int year, int month) nogil:
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/reports/
H A Dbudget.cpp30 void mmReportBudget::SetDateToEndOfMonth(int month, wxDateTime& date) in SetDateToEndOfMonth()
37 void mmReportBudget::SetDateToEndOfYear(int day, int month, wxDateTime& date, bool isEndDate) in SetDateToEndOfYear()
53 int month = wxAtoi(monthStr) - 1; in SetBudgetMonth() local
58 void mmReportBudget::GetFinancialYearValues(int& day, int& month) in GetFinancialYearValues()
73 wxString mmReportBudget::AdjustYearValues(int& day, int& month, long year, const wxString& yearStr) in AdjustYearValues()
89 void mmReportBudget::AdjustYearValues(int& day, int& month, wxDateTime& year) in AdjustYearValues()
101 int day, month; in AdjustDateForEndFinancialYear() local
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dcalendar.php26 function getCalendarLink($month, $year)
31 function getDateLink($day, $month, $year)
58 $month = $superCage->get->getInt('month'); variable
60 $month = $today['mon']; variable
146 function setStartMonth($month) {
160 function getDateLink($day, $month, $year) {
180 function getMonthView($month, $year, $only_future_dates) {
199 function getDaysInMonth($month, $year) {
333 function needs_link($year, $month, $day, $today, $only_future_dates) {
387 function adjustDate($month, $year) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php56 protected function monthNameNominativeCase(int $month, bool $leap_year): string
91 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
126 protected function monthNameLocativeCase(int $month, bool $leap_year): string
161 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
194 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DHijriDate.php75 protected function monthNameNominativeCase(int $month, bool $leap_year): string
120 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
165 protected function monthNameLocativeCase(int $month, bool $leap_year): string
210 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
255 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJalaliDate.php72 protected function monthNameNominativeCase(int $month, bool $leap_year): string
117 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
162 protected function monthNameLocativeCase(int $month, bool $leap_year): string
207 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
252 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJewishDate.php118 protected function monthNameNominativeCase(int $month, bool $leap_year): string
170 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
222 protected function monthNameLocativeCase(int $month, bool $leap_year): string
274 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
326 protected function monthNameAbbreviated(int $month, bool $leap_year): string
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/
H A Dcustomer_traffic.php30 $month = null; variable
34 $month = intval($_POST['month']); variable
37 $month = intval($_GET['month']); variable
43 $month = date('m'); variable
47 $month = 12; variable
50 $month = date('m') - 1; variable
/dports/textproc/bibclean/bibclean-3.06/
H A Dbibclean.ini68 month = "" %% discard old patterns key
69 month = "aaa" %% oct key
70 month = "aaa # \" D\"" %% oct # " 10" key
71 month = "aaa # \" D--D\"" %% oct # " 20--24" key
72 month = "\"D \" # aaa" %% "10 " # oct key
73 month = "\"D--D \" # aaa" %% "10--24 " # oct key
79 month = "\"\\A\\u\\t\\u\\m\\n\"" key
80 month = "\"\\F\\a\\l\\l\"" key
81 month = "\"\\S\\p\\r\\i\\n\\g\"" key
82 month = "\"\\S\\u\\m\\m\\e\\r\"" key
[all …]
/dports/devel/py-convertdate/convertdate-2.2.0/convertdate/
H A Dpositivist.py37 def legal_date(year, month, day): argument
55 def to_jd(year, month, day): argument
110 def from_gregorian(year, month, day): argument
114 def to_gregorian(year, month, day): argument
118 def dayname(year, month, day): argument
145 def festival(month, day): argument
H A Dcoptic.py23 def to_jd(year, month, day): argument
40 def to_gregorian(year, month, day): argument
44 def from_gregorian(year, month, day): argument
48 def month_length(year, month): argument
61 def monthcalendar(year, month): argument
H A Dindian_civil.py46 def to_jd(year, month, day): argument
119 def from_gregorian(year, month, day): argument
123 def to_gregorian(year, month, day): argument
127 def month_length(year, month): argument
133 def monthcalendar(year, month): argument
H A Djulian.py32 def month_length(year, month): argument
41 def legal_date(year, month, day): argument
78 def to_jd(year, month, day): argument
92 def from_gregorian(year, month, day): argument
96 def to_gregorian(year, month, day): argument
100 def monthcalendar(year, month): argument
H A Dpersian.py32 def to_jd(year, month, day): argument
82 def from_gregorian(year, month, day): argument
86 def to_gregorian(year, month, day): argument
90 def month_length(year, month): argument
99 def monthcalendar(year, month): argument
H A Dislamic.py27 def to_jd(year, month, day): argument
42 def from_gregorian(year, month, day): argument
46 def to_gregorian(year, month, day): argument
50 def month_length(year, month): argument
57 def monthcalendar(year, month): argument
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMDate.cs389 public void SetGregorian(int day, int month, int year) in SetGregorian()
399 public void SetJulian(int day, int month, int year) in SetJulian()
404 public void SetJulian(int day, string month, int year, bool yearBC) in SetJulian()
409 public void SetHebrew(int day, int month, int year) in SetHebrew()
414 public void SetHebrew(int day, string month, int year, bool yearBC) in SetHebrew()
419 public void SetFrench(int day, int month, int year) in SetFrench()
429 public void SetRoman(int day, int month, int year, bool yearBC) in SetRoman()
434 public void SetRoman(int day, string month, int year, bool yearBC) in SetRoman()
439 public void SetUnknown(int day, int month, int year, bool yearBC) in SetUnknown()
449 public void SetIslamic(int day, int month, int year) in SetIslamic()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/tests/
H A Dtest_date_range.cpp60 int month = m_start_date->GetMonth(); in setUp() local
84 int month = m_start_date->GetMonth(); in Last_Year() local
99 int month = m_start_date->GetMonth(); in Current_Year() local
115 int month = m_start_date->GetMonth(); in Current_Year_To_Date() local
131 int month = m_start_date->GetMonth(); in Last_Financial_Year() local
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/syslog/src/
H A Dsyslog_lib.erl361 month(1) -> "Jan"; function
362 month(2) -> "Feb"; function
363 month(3) -> "Mar"; function
364 month(4) -> "Apr"; function
365 month(5) -> "May"; function
366 month(6) -> "Jun"; function
367 month(7) -> "Jul"; function
368 month(8) -> "Aug"; function
369 month(9) -> "Sep"; function
370 month(10) -> "Oct"; function
[all …]
/dports/devel/pear-Date_Holidays_USA/Date_Holidays_USA-0.1.1/Holidays/Driver/
H A DUSA.php134 function _calcNthMondayInMonth($month, $position)
165 function _calcNthThursdayInMonth($month, $position)
195 function _calcLastMondayInMonth($month)
217 function _calcNearestWorkDay($month, $day)
/dports/multimedia/tvheadend/tvheadend-4.2.8/vendor/ext-3.4.1/examples/pivotgrid/
H A Dsimple.json9 "month": 11, number
21 "month": 4, number
33 "month": 5, number
45 "month": 11, number
57 "month": 10, number
69 "month": 7, number
81 "month": 3, number
93 "month": 4, number
117 "month": 7, number
129 "month": 8, number
[all …]
H A Ddata.json9 "month": 3, number
21 "month": 4, number
33 "month": 5, number
45 "month": 4, number
57 "month": 8, number
69 "month": 11, number
81 "month": 11, number
93 "month": 10, number
117 "month": 4, number
129 "month": 9, number
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/ingres/
H A Ddbd_ingres.h10 struct month { struct
11 char *name;
12 int index;

12345678910>>...453