Home
last modified time | relevance | path

Searched refs:setDate (Results 76 – 89 of 89) sorted by path

1234

/plugin/tline/timeline_js/
H A Dtimeline-bundle.js1607 Timeline.LinearEther.prototype.setDate=function(A){this._start=this._unit.cloneValue(A); method in Timeline.LinearEther
1664 Timeline.HotZoneEther.prototype.setDate=function(A){this._start=this._unit.cloneValue(A); method in Timeline.HotZoneEther
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js22 …n.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+…
H A Dfirebug-lite-1.2.js585 exdate.setDate(exdate.getDate()+365);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php477 $this->currentDate = $this->currentDate->setDate(
573 $date = $date->setDate($currentYear, 1, 1);
636 $this->currentDate = $this->currentDate->setDate(
644 $this->currentDate = $this->currentDate->setDate(
661 $this->currentDate = $this->currentDate->setDate(
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ…
581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence);
601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs478 d.setDate(d.getDate() + date - 1);
1549 val.setDate(d);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13setDate(1),this.date_part(t)},quarter_start:function(t){this.month_start(t);var e,i=t.getMonth();r…
H A Ddhtmlxgantt.js.map1setDate","quarter_start","res_month","setMonth","year_start","minute_start","setMilliseconds","_ad…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6667 date.setDate(1);
6712 ndate.setDate(ndate.getDate() + inc);
6889 first_thursday.setDate(ndate.getDate() + (4 - nday));
/plugin/zotero/
H A DFeedZoteroRepository.php103 if (isset($data->date)) { $e->setDate(html_entity_decode($data->date)); }
H A DTextZoteroRepository.php60 $e->setDate($columns[self::COLUMN_DATE]);
H A DZoteroEntry.php54 public function setDate($value) function in ZoteroEntry
/plugin/zotero/tests/
H A DZoteroEntryTest.php22 $this->e->setDate(self::DATE);
H A DZoteroRepositoryTest.php19 $e->setDate("2011");
26 $e->setDate("2012");

1234