Home
last modified time | relevance | path

Searched refs:months (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DInstallment.php27 public $months; variable in Google\\Service\\ShoppingContent\\Installment
46 public function setMonths($months) argument
48 $this->months = $months;
55 return $this->months;
/plugin/datedifference/
Dsyntax.php162 $months = $interval->format('%m');
173 if($months > 1)
174 $result .= "$months months ";
175 elseif($months == 1)
176 $result .= "$months month ";
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js12 months: [ property
20 months: [ property
28 months: [ property
36 months: [ property
44 months: [ property
52 months: [ property
60 months: [ property
68 months: [ property
76 months: [ property
84 months: [ property
[all …]
/plugin/blog/syntax/
Dautoarchive.php107 $months = array();
111 if(isset($months[$y][$m])) {
112 $months[$y][$m]++;
114 $months[$y][$m] = 1;
121 foreach($months as $y => $mdata){
/plugin/quickstats/
Dscript.js133 var months = document.getElementById('month');
134 if(months.selectedIndex == 0 && !whole_year.checked) {
138 else month = months.selectedIndex;
209 for(i=months.selectedIndex+1; i<months.options.length; i++) {
210 if(months.options[i].selected) {
Dadmin.php334 …$months = array('Jan'=>1, 'Feb'=>2, 'Mar'=>3, 'Apr'=>4, 'May'=>5, 'Jun'=>6, 'Jul'=>7, 'Aug'=>8, 'S…
336 foreach ($months as $month=>$value) {
/plugin/authorstats/
Dsyntax.php74 function _getLastMonthsContrib($author, $months) argument
79 for ($i = $months - 1; $i >= 0; $i--)
214 function _getMonthlyStatsTable($months) argument
218 …$output = "<h3>" . $this->getLang("contrib-months") . " " . $months . " " . $this->getLang("months…
223 $authors[$name]["lmc"] = $this->_getLastMonthsContrib($author, $months);
/plugin/quickstats/scripts/
Dget_useragent.php24 $months = array_keys($page_totals); variable
32 foreach($months as $month) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js894 return this.localeData().months(this, format);
963 this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase();
1014 … this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i');
1018 regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, '');
1124 longPieces.push(this.months(mom, ''));
1125 mixedPieces.push(this.months(mom, ''));
1789 months: defaultLocaleMonths, property
2735 months = normalizedInput.month || 0,
2757 this._months = +months +
3057 duration.M = diffRes.months;
[all …]
/plugin/publistx/bib2tpl/
Dchangelog8 when months in the bibtex use abreviations; if the language file includes
9 months defininitons like:
/plugin/publistf/bib2tpl/
Dchangelog8 when months in the bibtex use abreviations; if the language file includes
9 months defininitons like:
/plugin/publist/bib2tpl/
Dchangelog8 when months in the bibtex use abreviations; if the language file includes
9 months defininitons like:
/plugin/statdisplay/
Dsyntax.php95 …$months = array('', 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', '…
99 $month = array_search($month, $months);
/plugin/bliki/
Dsyntax.php117 $months = $this->read_dir_to_array($ID . '/' . $year . '/', 'dir');
118 sort($months);
120 while (sizeof($recents) < $num && sizeof($months)) {
121 $month = array_pop($months);
/plugin/yearbox/
DCHANGELOG.md41 * NEW: months and weekdays options, you can now make certain months and weekdays invisible (removes…
/plugin/picasawebalbum/
Dscript.js23 months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", property
/plugin/countdownv2/
Dplugin.info.txt6 desc Shows a countdown in days, weeks, months or years for a specified date with several options fo…
DREADME3 Shows a countdown in days, weeks, months or years for a specified date with several options for the…
/plugin/monthcal/
Dsyntax.php222 $months = $this->getLang('monthcal_months');
277 …$html .= '<td class="month ' . $css_td_border . '" colspan="' . $colspan_month . '">' . $months[$d…
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.check.php558 $months = $seconds / (30 * 86400);
559 if ($months < 12) {
560 $value = number_format($months, $precision);
/plugin/quickstats/lang/en/
Dquery.txt22 Dates are all confined to months within the same year. You can select multiple dates except for p…
27 … tables with the following columns for each of the months you select from the drop-down menu of mo…
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Den-ca.js1 …,n){!function(e,t){t(n(0))}(0,function(e){return e.defineLocale("en-ca",{months:"January_February_… property
H A Den-ie.js1 …,n){!function(e,t){t(n(0))}(0,function(e){return e.defineLocale("en-ie",{months:"January_February_… property
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
Dlocale_hu.js165 months: "Months", property
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
Dlocale_sk.js13 …one:"Milestone",minutes:"Minutes",hours:"Hours",days:"Days",weeks:"Week",months:"Months",years:"Ye… property

12345678910>>...14