Home
last modified time | relevance | path

Searched refs:month (Results 101 – 125 of 349) sorted by relevance

12345678910>>...14

/plugin/anewssystem/tpl/
H A Dnewstemplate_en.txt7 stop |date |size="10" |4 month|Perishing date |stopdescr
H A Dnewstemplate_it.txt7 stop |date |size="10" |4 month|Perishing date |stopdescr
/plugin/bez/tpl/
H A Dtasks.php109 <label><?php echo $tpl->getLang('month') ?>:
110 <select name="month">
111 <option <?php if ($tpl->value('month') == '-all') echo 'selected' ?>
113 <?php foreach ($tpl->get('months') as $nr => $month): ?>
114 <option <?php if ($tpl->value('month') == $nr) echo 'selected' ?>
115 value="<?php echo $nr ?>"><?php echo $tpl->getLang($month) ?></option>
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcalendar-month-fill.svg1 <svg class="bi bi-calendar-month-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar2-month-fill.svg1 <svg class="bi bi-calendar2-month-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar-month.svg1 <svg class="bi bi-calendar-month" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcalendar2-month.svg1 <svg class="bi bi-calendar2-month" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/datepicker/
H A Dstyle.css36 .calendar thead .title { /* This holds the current "month, year" */
77 /* The body part -- contains all the days in month. */
79 .calendar tbody .day { /* Cells <TD> containing month days dates */
/plugin/guestbook/
H A Dbasic.class.php428 function map_month($month) argument
430 switch($month)
440 default: return $month;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php80 @list($year, $month, $day, $hour, $min) = @$matches[3];
87 $versions['month'][$key] = $month;
91 $versions['date'][$key] = @mktime($hour, $min, 0, $month, $day, $year);
/plugin/minical/
H A Dsyntax.php104 $this->langMonth = $this->getLang('month');
/plugin/monthcal/
H A Dstyle.css11 div.dokuwiki table.monthcal tr.description td.month {
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md25 - Fixed looping bug for PHP 7 when determining the last specified weekday of a month
/plugin/quickstats/
H A Dscript.js138 else month = months.selectedIndex;
208 date = '&date=' +month + '_' + year;
H A Dadmin.php336 foreach ($months as $month=>$value) {
341 ptln("<option value='$value' $selected> $month " . NL);
/plugin/dwcommits/
H A Dhelper.php710 list($month,$day,$year) = explode('-',$dstr);
711 if((strlen($month) < 2) || (strlen($year) < 4)||(strlen($day) < 2) ) {
715 if((strlen($month) + strlen($year) + strlen($day) > 8 ) ) {
719 return mktime (0,0,0, $month, $day, $year);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1245 var month = _this.currentTime.getMonth() + 1,
1247 if (month === 12) {
1249 month = 0;
1256 new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
1260 _this.currentTime.setMonth(month);
1271 return month;
1280 var month = _this.currentTime.getMonth() - 1;
1281 if (month === -1) {
1283 month = 11;
1291 _this.currentTime.setMonth(month);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml127 - He's going to put my foot in plaster for a month;
139 "He's going to put my foot in plaster for a month;",
220 month and day in ISO8601 order.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME89 Split a bibtex month field into day and month components including date ranges.
/plugin/wikicalendar/
H A Dsyntax.php127 $this->langMonth = $this->getLang('month');
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dar-dz.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-dz",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-kw.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-kw",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-ma.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-ma",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dda.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("da",{buttonText:{month:"Måned",week:"Uge"…
H A Dnn.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),a.locale("nn",{buttonText:{month:"Månad",week:"Veke…

12345678910>>...14