Home
last modified time | relevance | path

Searched refs:month_names (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/arrow/
H A Dlocales.py329 month_names = [ variable in EnglishLocale
429 month_names = [ variable in ItalianLocale
504 month_names = [ variable in SpanishLocale
577 month_names = [ variable in FrenchBaseLocale
683 month_names = [ variable in GreekLocale
753 month_names = [ variable in JapaneseLocale
814 month_names = [ variable in SwedishLocale
885 month_names = [ variable in FinnishLocale
970 month_names = [ variable in ChineseCNLocale
1031 month_names = [ variable in ChineseTWLocale
[all …]
/dports/devel/py-arrow/arrow-1.2.1/arrow/
H A Dlocales.py329 month_names = [ variable in EnglishLocale
429 month_names = [ variable in ItalianLocale
504 month_names = [ variable in SpanishLocale
577 month_names = [ variable in FrenchBaseLocale
683 month_names = [ variable in GreekLocale
753 month_names = [ variable in JapaneseLocale
814 month_names = [ variable in SwedishLocale
885 month_names = [ variable in FinnishLocale
970 month_names = [ variable in ChineseCNLocale
1031 month_names = [ variable in ChineseTWLocale
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_svgcalendar.py30 self.assertEqual(effect.options.month_names[0], 'January')
31 self.assertEqual(effect.options.month_names[11], 'December')
43 self.assertEqual(effect.options.month_names[0], 'JAN')
44 self.assertEqual(effect.options.month_names[11], 'DEZ')
54 self.assertEqual(effect.options.month_names[0], 'JAN')
55 self.assertEqual(effect.options.month_names[11], 'DEZ')
65 self.assertEqual(effect.options.month_names[0], 'JAN')
66 self.assertEqual(effect.options.month_names[2], 'MAR')
67 self.assertEqual(effect.options.month_names[11], 'DEZ')
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dcalendar_test.exs183 assert Calendar.strftime(%{month: 1}, "%B", month_names: month_names) == "январь"
184 assert Calendar.strftime(%{month: 2}, "%B", month_names: month_names) == "февраль"
185 assert Calendar.strftime(%{month: 3}, "%B", month_names: month_names) == "март"
186 assert Calendar.strftime(%{month: 4}, "%B", month_names: month_names) == "апрель"
187 assert Calendar.strftime(%{month: 5}, "%B", month_names: month_names) == "май"
188 assert Calendar.strftime(%{month: 6}, "%B", month_names: month_names) == "июнь"
189 assert Calendar.strftime(%{month: 7}, "%B", month_names: month_names) == "июль"
190 assert Calendar.strftime(%{month: 8}, "%B", month_names: month_names) == "август"
191 assert Calendar.strftime(%{month: 9}, "%B", month_names: month_names) == "сентябрь"
192 assert Calendar.strftime(%{month: 10}, "%B", month_names: month_names) == "октябрь"
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Dcalendar_test.exs183 assert Calendar.strftime(%{month: 1}, "%B", month_names: month_names) == "январь"
184 assert Calendar.strftime(%{month: 2}, "%B", month_names: month_names) == "февраль"
185 assert Calendar.strftime(%{month: 3}, "%B", month_names: month_names) == "март"
186 assert Calendar.strftime(%{month: 4}, "%B", month_names: month_names) == "апрель"
187 assert Calendar.strftime(%{month: 5}, "%B", month_names: month_names) == "май"
188 assert Calendar.strftime(%{month: 6}, "%B", month_names: month_names) == "июнь"
189 assert Calendar.strftime(%{month: 7}, "%B", month_names: month_names) == "июль"
190 assert Calendar.strftime(%{month: 8}, "%B", month_names: month_names) == "август"
191 assert Calendar.strftime(%{month: 9}, "%B", month_names: month_names) == "сентябрь"
192 assert Calendar.strftime(%{month: 10}, "%B", month_names: month_names) == "октябрь"
[all …]
/dports/deskutils/moregroupware/moregroupware/include/
H A Ddatepick.php26 $month_names = get_month_names('%m'); variable
28 array_unshift($month_names,'foo');
29 array_shift($month_names);
30 $smarty->assign('month_names',$month_names);
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-months_links.php78 $month_names = [
99 $month_expanded = $month_names[$month_expanded_num - 1];
102 $month_expanded = $month_names[$month_expanded_num - 1];
105 $month_expanded = $month_names[$current_month_num - 1];
116 $real_month_name = ucfirst(tra($month_names[$current_month_num - 1]));
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dmailutime.pl29 my %month_names = ("Jan" => 0, "Feb" => 1, "Mar" => 2, "Apr" => 3,
32 my $re_month = join '|', keys %month_names;
92 $mon = $month_names{$mon};
127 $mon = $month_names{$1};
/dports/www/mod_rivet/rivet-3.2.0/rivet/packages/calendar/
H A Dcalendar.tcl46 public common month_names
75 set month_names(en) { Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec }
76 set month_names(it) { Gen Feb Mar Apr Mag Giu Lug Ago Set Ott Nov Dic }
96 set month_name [lindex $month_names($language) $month_idx]
138 set month [lindex $month_names(en) $month_idx]
262 set month_idx [lsearch $month_names($language) $numeric_parameters]
279 } elseif { [lsearch $month_names($language) $month] >= 0} {
280 return [cal [lsearch $month_names($language) $month] $year]
455 set month_name [lindex $month_names($language) $month_idx]
481 set month [lindex $month_names(en) [lindex $month_year 0]]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DDate.cpp41 static const char month_names[] = "JanFebMarAprMayJunJulAugSepOctNovDec"; in getDate() local
45 ret.month = (strstr(month_names, s_month) - month_names) / 3; in getDate()
/dports/databases/namazu2/namazu-2.0.21/scripts/
H A Dmailutime.in54 my %month_names = ("Jan" => 0, "Feb" => 1, "Mar" => 2, "Apr" => 3,
57 my $re_month = join '|', keys %month_names;
119 $mon = $month_names{$mon};
154 $mon = $month_names{$1};
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dcal.c101 char *month_names[12]; in cal_main() local
147 month_names[i] = xstrdup(buf); in cal_main()
176 len = sprintf(lineout, "%s %u", month_names[month - 1], year); in cal_main()
204 center(month_names[month], week_len, HEAD_SEP); in cal_main()
206 center(month_names[month + 1], week_len, HEAD_SEP); in cal_main()
208 center(month_names[month + 2 - julian], week_len, 0); in cal_main()
/dports/databases/namazu2/namazu-2.0.21/pl/
H A Dtime.pl87 my %month_names = (
93 my $re_month = join '|', keys %month_names;
194 my $month = $month_names{$month_name};
240 my $month = $month_names{$month_name};
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dstrptime.cc59 char *month_names[12]; member
306 for (i = 0; i < asizeof(En_US.month_names); i++) in mystrptime()
308 len = strlen(En_US.month_names[i]); in mystrptime()
310 En_US.month_names[i], in mystrptime()
320 if (i == asizeof(En_US.month_names)) in mystrptime()
/dports/ftp/wput/wput-0.6.2/src/msvcpp/
H A Dstrptime.c49 char *month_names[12]; member
296 for (i = 0; i < asizeof(En_US.month_names); i++) { in strptime()
297 len = strlen(En_US.month_names[i]); in strptime()
299 En_US.month_names[i], in strptime()
309 if (i == asizeof(En_US.month_names)) in strptime()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_strptime.c59 char *month_names[12]; member
306 for (i = 0; i < asizeof(En_US.month_names); i++) { in strptime()
307 len = strlen(En_US.month_names[i]); in strptime()
310 if (strncmp(buf, En_US.month_names[i],len) == 0) in strptime()
319 if (i == asizeof(En_US.month_names)) in strptime()
/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DPortableStrptime.c54 char *month_names[12]; member
374 for (i = 0; i < (int)asizeof(En_US.month_names); i ++) { in io_strptime()
375 len = strlen(En_US.month_names[i]); in io_strptime()
377 En_US.month_names[i], in io_strptime()
387 if (i == asizeof(En_US.month_names)) in io_strptime()
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/
H A Dfunction.html_select_date.php171 $month_names = array();
174 $month_names[''] = $month_empty;
178 $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000));
199 $month_result .= smarty_function_html_options(array('output' => $month_names,
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DCalendar.php357 …$month_names = array('01' => 'cal_jan', '02' => 'cal_feb', '03' => 'cal_mar', '04' => 'cal_apr', '…
361 …$month_names = array('01' => 'cal_january', '02' => 'cal_february', '03' => 'cal_march', '04' => '…
364 return ($this->CI->lang->line($month_names[$month]) === FALSE)
365 ? ucfirst(substr($month_names[$month], 4))
366 : $this->CI->lang->line($month_names[$month]);
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DCalendar.php357 …$month_names = array('01' => 'cal_jan', '02' => 'cal_feb', '03' => 'cal_mar', '04' => 'cal_apr', '…
361 …$month_names = array('01' => 'cal_january', '02' => 'cal_february', '03' => 'cal_march', '04' => '…
364 return ($this->CI->lang->line($month_names[$month]) === FALSE)
365 ? ucfirst(substr($month_names[$month], 4))
366 : $this->CI->lang->line($month_names[$month]);
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dshowtime.c33 static char month_names[13][4] = { in showtime() local
44 tmp->tm_mday, month_names[tmp->tm_mon], in showtime()
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/
H A Dfunction.html_select_date.php178 $month_names = array();
181 $month_names[''] = $month_empty;
185 $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000));
206 $month_result .= smarty_function_html_options(array('output' => $month_names,
/dports/www/smarty2/smarty-2.6.31/libs/plugins/
H A Dfunction.html_select_date.php184 $month_names = array();
187 $month_names[''] = $month_empty;
191 $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000));
212 $month_result .= smarty_function_html_options(array('output' => $month_names,
/dports/www/gallery2/gallery2/lib/smarty/plugins/
H A Dfunction.html_select_date.php184 $month_names = array();
187 $month_names[''] = $month_empty;
191 $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000));
212 $month_result .= smarty_function_html_options(array('output' => $month_names,
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/
H A Dfunction.html_select_date.php184 $month_names = array();
187 $month_names[''] = $month_empty;
191 $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000));
212 $month_result .= smarty_function_html_options(array('output' => $month_names,

12345678910>>...18