Home
last modified time | relevance | path

Searched refs:getStartTime (Results 1 – 25 of 190) sorted by relevance

12345678

/plugin/noticeboard/noticeboard/classes/
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());
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();
DICal.php86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
/plugin/noticeboard/classes/
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());
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();
DICal.php86 $out .= "DTSTART:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
90 $out .= "DTEND:".date("Ymd\THis\Z",$notice->getStartTime())."\r\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
DGoogleCloudPolicysimulatorV1ReplayOperationMetadata.php37 public function getStartTime() function in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ReplayOperationMetadata
DGoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata.php37 public function getStartTime() function in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DDataSourceRefreshDailySchedule.php35 public function getStartTime() function in Google\\Service\\Sheets\\DataSourceRefreshDailySchedule
DInterval.php55 public function getStartTime() function in Google\\Service\\Sheets\\Interval
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DTimeInterval.php55 public function getStartTime() function in Google\\Service\\Monitoring\\TimeInterval
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyAnalyzer/
DGoogleCloudPolicyanalyzerV1ObservationPeriod.php55 public function getStartTime() function in Google\\Service\\PolicyAnalyzer\\GoogleCloudPolicyanalyzerV1ObservationPeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DTimePeriod.php55 public function getStartTime() function in Google\\Service\\ShoppingContent\\TimePeriod
DRepricingRuleEffectiveTimeFixedTimePeriod.php55 public function getStartTime() function in Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTimeFixedTimePeriod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DTimeRange.php55 public function getStartTime() function in Google\\Service\\DisplayVideo\\TimeRange
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
DTimeRange.php55 public function getStartTime() function in Google\\Service\\BigQueryDataTransfer\\TimeRange
DScheduleTransferRunsRequest.php55 public function getStartTime() function in Google\\Service\\BigQueryDataTransfer\\ScheduleTransferRunsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
DReplicationCycle.php55 public function getStartTime() function in Google\\Service\\VMMigrationService\\ReplicationCycle
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DTimeSpan.php37 public function getStartTime() function in Google\\Service\\ContainerAnalysis\\TimeSpan
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DDailyMaintenanceWindow.php55 public function getStartTime() function in Google\\Service\\Container\\DailyMaintenanceWindow
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
DSubscriptionPlanCommitmentInterval.php55 public function getStartTime() function in Google\\Service\\Reseller\\SubscriptionPlanCommitmentInterval
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DSetFindingStateRequest.php41 public function getStartTime() function in Google\\Service\\SecurityCommandCenter\\SetFindingStateRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DTimeInterval.php55 public function getStartTime() function in Google\\Service\\AdExchangeBuyerII\\TimeInterval
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
DTimeWindow.php55 public function getStartTime() function in Google\\Service\\CloudAsset\\TimeWindow
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
DInterval.php55 public function getStartTime() function in Google\\Service\\VersionHistory\\Interval

12345678