Home
last modified time | relevance | path

Searched refs:getStartTime (Results 176 – 190 of 190) sorted by path

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php151 public function getStartTime() function in Google\\Service\\WorkflowExecutions\\Execution
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DReport.php145 public function getStartTime() function in Google\\Service\\YouTubeReporting\\Report
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md14 * added `Process::getStartTime()` to retrieve the start time of the process as float
H A DProcess.php1217 public function getStartTime(): float function in Symfony\\Component\\Process\\Process
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/noticeboard/classes/
H A DEditForm.php85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->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 DNotice.php78 public function getStartTime(){ function in helper_plugin_noticeboard_Notice
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 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());
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->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 DNotice.php78 public function getStartTime(){ function in helper_plugin_noticeboard_Notice
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 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());

12345678