Home
last modified time | relevance | path

Searched refs:default_date (Results 1 – 5 of 5) sorted by relevance

/plugin/gcalendar/inc/
H A Dgcal_read.php13 * @param default_date if year ist omitted it is taken from this date.
16 function read_pages_into_calendar(&$options,&$pages,$default_date) { argument
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
80 * @param default_date if year ist omitted it is taken from this date.
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date argument
122 $start_date = $end_date = fetch_date($buffer,$default_date);
129 $end_date = fetch_date($buffer,$default_date);
191 function fetch_date(&$text,$default_date) { argument
211 if(strlen($y)==0) $y=date('Y',$default_date);
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_cn.js13 …8)}({208:function(e,t){gantt.config.day_date="%M %d日 %D",gantt.config.default_date="%Y年 %M %d日",ga…
H A Dlocale_cn.js.map1default_date","month_date","locale","date","month_full","month_short","day_full","day_short","labe…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_cn.js127 gantt.config.default_date = "%Y年 %M %d日";
/plugin/dwcommits/
H A Dadmin.php168 $date_str = $this->getConf('default_date');