Home
last modified time | relevance | path

Searched refs:startdate (Results 1 – 17 of 17) sorted by relevance

/plugin/rating/
H A Dhelper.php106 public function best($lang, $startdate, $num = 10) { argument
112 if ($lang === null && $startdate === null){
115 } else if ($lang !== null && $startdate === null) {
118 } else if ($lang === null && $startdate !== null){
120 $res = $sqlite->query($sql, $startdate, $num);
123 $res = $sqlite->query($sql, $lang, $startdate, $num);
/plugin/meta/
H A Dsyntax.php137 list($startdate, $starttime) = explode(' ', trim($start), 2);
138 $startdate = $this->autocompleteDate($startdate);
139 if (!$startdate) {
151 $enddate = $startdate;
160 $enddate = $startdate;
165 $start = strtotime($startdate.' '.$starttime);
/plugin/calendoku/syntax/
H A Dshowtable.php63 $startdate = guessDateTime(date('U'));
65 $startdate = guessDateTime($startstr[1]);
67 $startdate = guessDateTime('0');
112 if ($component->isWithinTime($startdate, $enddate)) {
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js88 const startdate = document.getElementsByClassName("lstartdate")[0].value;
91 document.getElementsByClassName("date-author")[0].innerHTML = `( ${startdate}, ${author} )`;
/plugin/calendoku/
H A Dhelper.php284 function isWithinTime($startdate, $enddate) { argument
289 || intval($startdate->format('U')) > $this->dtendint)
/plugin/importfacebookevents/
H A Dsyntax.php348 $entry = str_replace('{startdate}', $dateStart, $entry);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak343 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_165255.bak350 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_163658.bak344 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_163718.bak343 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_164623.bak343 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_164706.bak347 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_165027.bak349 $entry = str_replace('{startdate}', $dateStart, $entry);
H A Dsyntax.php.2018-03-08_165158.bak348 $entry = str_replace('{startdate}', $dateStart, $entry);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …ct-"+l.id,r.push(l)}for(o=0;o<r.length;o++){var l;(l=r[o]).start_date=l.startdate||l.est,l.end_dat…
H A Ddhtmlxgantt.js.map1startdate","est","enddate","predecessortasks","editable_property","readonly_property","htmlTags","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14601 ev.start_date = ev.startdate || ev.est;