Home
last modified time | relevance | path

Searched refs:getStartTime (Results 176 – 190 of 190) sorted by last modified time

12345678

/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php427 public function getStartTime() { function in Google_BackupConfiguration
489 public function getStartTime() { function in Google_BackupRun
737 public function getStartTime() { function in Google_InstanceOperation
H A DGoogle_AdexchangebuyerService.php617 public function getStartTime() { function in Google_DirectDeal
H A DGoogle_AnalyticsService.php1311 public function getStartTime() { function in Google_Experiment
H A DGoogle_ResellerService.php643 public function getStartTime() { function in Google_SubscriptionPlanCommitmentInterval
/plugin/amcharts/assets/amcharts/
H A Dserial.js24 …{var g=c[d];g.data=b;g.columnCount=a}0<b.length&&(this.firstTime=this.getStartTime(b[0].time),this…
29 !0}},getStartTime:function(a){var b=this.categoryAxis;return e.resetDateToMin(new Date(a),b.minPeri…
/plugin/noticeboard/classes/
H A DNoticeList.php177 … }else if($notice->getStartTime() >= $startTime && $notice->getStartTime() < $endTime){
184 …notice->getHasEnd() && $notice->getEndTime() > $startTime)&& $notice->getStartTime() < $startTime …
251 if($notice->getStartTime() < $currentTime + 86400){ // all day
259 if($notice->getStartTime() >= $currentTime){ // all day
308 $sortArray[$array[$i]->getId()] = $array[$i]->getStartTime();
H A DICal.php86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
H A Drss.php81 $out .= date("d.m.Y H:i",$notice->getStartTime());
83 $out .= date("d.m.Y",$notice->getStartTime());
111 $out .= "<pubDate>".date(DATE_RFC822,$notice->getStartTime())."</pubDate>";
121 $out .= date("d.m.Y H:i",$notice->getStartTime());
123 $out .= date("d.m.Y",$notice->getStartTime());
H A DEditForm.php85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->getStartTime());
H A DNotice.php78 public function getStartTime(){ function in helper_plugin_noticeboard_Notice
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php177 … }else if($notice->getStartTime() >= $startTime && $notice->getStartTime() < $endTime){
184 …notice->getHasEnd() && $notice->getEndTime() > $startTime)&& $notice->getStartTime() < $startTime …
251 if($notice->getStartTime() < $currentTime + 86400){ // all day
259 if($notice->getStartTime() >= $currentTime){ // all day
308 $sortArray[$array[$i]->getId()] = $array[$i]->getStartTime();
H A DICal.php86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
H A Drss.php81 $out .= date("d.m.Y H:i",$notice->getStartTime());
83 $out .= date("d.m.Y",$notice->getStartTime());
111 $out .= "<pubDate>".date(DATE_RFC822,$notice->getStartTime())."</pubDate>";
121 $out .= date("d.m.Y H:i",$notice->getStartTime());
123 $out .= date("d.m.Y",$notice->getStartTime());
H A DEditForm.php85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->getStartTime());
H A DNotice.php78 public function getStartTime(){ function in helper_plugin_noticeboard_Notice

12345678