Home
last modified time | relevance | path

Searched refs:eventTime (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
DTimeTarget.php25 public $eventTime; variable in Google\\Service\\PubsubLite\\TimeTarget
34 public function setEventTime($eventTime) argument
36 $this->eventTime = $eventTime;
43 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
DErrorEvent.php27 public $eventTime; variable in Google\\Service\\Clouderrorreporting\\ErrorEvent
52 public function setEventTime($eventTime) argument
54 $this->eventTime = $eventTime;
61 return $this->eventTime;
DReportedErrorEvent.php27 public $eventTime; variable in Google\\Service\\Clouderrorreporting\\ReportedErrorEvent
52 public function setEventTime($eventTime) argument
54 $this->eventTime = $eventTime;
61 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1UserEvent.php31 public $eventTime; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1UserEvent
72 public function setEventTime($eventTime) argument
74 $this->eventTime = $eventTime;
81 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DGoogleCloudSecuritycenterV1p1beta1Finding.php37 public $eventTime; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1Finding
114 public function setEventTime($eventTime) argument
116 $this->eventTime = $eventTime;
123 return $this->eventTime;
DFinding.php46 public $eventTime; variable in Google\\Service\\SecurityCommandCenter\\Finding
195 public function setEventTime($eventTime) argument
197 $this->eventTime = $eventTime;
204 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DDeprecatedEvent.php37 public $eventTime; variable in Google\\Service\\HangoutsChat\\DeprecatedEvent
120 public function setEventTime($eventTime) argument
122 $this->eventTime = $eventTime;
129 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2UserEvent.php38 public $eventTime; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2UserEvent
153 public function setEventTime($eventTime) argument
155 $this->eventTime = $eventTime;
162 return $this->eventTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
DAndroidNotification.php66 public $eventTime; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
269 public function setEventTime($eventTime) argument
271 $this->eventTime = $eventTime;
278 return $this->eventTime;
/plugin/calendar/
Dsyntax.php326 $eventTime = isset($evt['time']) ? $evt['time'] : '';
345 $barClass = empty($eventTime) ? 'event-bar-no-time' : 'event-bar-timed';
361 … $html .= 'title="' . $titlePrefix . $eventTitle . ($eventTime ? ' @ ' . $eventTime : '') . '" ';
Dcalendar-main.js467 const eventTime = evt.time || '';
482 let barClass = !eventTime ? 'event-bar-no-time' : 'event-bar-timed';
494 … `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime : ''}"…