| /plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/ |
| D | TimeTarget.php | 25 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/ |
| D | ErrorEvent.php | 27 public $eventTime; variable in Google\\Service\\Clouderrorreporting\\ErrorEvent 52 public function setEventTime($eventTime) argument 54 $this->eventTime = $eventTime; 61 return $this->eventTime;
|
| D | ReportedErrorEvent.php | 27 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/ |
| D | GoogleCloudRecommendationengineV1beta1UserEvent.php | 31 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/ |
| D | GoogleCloudSecuritycenterV1p1beta1Finding.php | 37 public $eventTime; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1Finding 114 public function setEventTime($eventTime) argument 116 $this->eventTime = $eventTime; 123 return $this->eventTime;
|
| D | Finding.php | 46 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/ |
| D | DeprecatedEvent.php | 37 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/ |
| D | GoogleCloudRetailV2UserEvent.php | 38 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/ |
| D | AndroidNotification.php | 66 public $eventTime; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification 269 public function setEventTime($eventTime) argument 271 $this->eventTime = $eventTime; 278 return $this->eventTime;
|
| /plugin/calendar/ |
| D | syntax.php | 326 $eventTime = isset($evt['time']) ? $evt['time'] : ''; 345 $barClass = empty($eventTime) ? 'event-bar-no-time' : 'event-bar-timed'; 361 … $html .= 'title="' . $titlePrefix . $eventTitle . ($eventTime ? ' @ ' . $eventTime : '') . '" ';
|
| D | calendar-main.js | 467 const eventTime = evt.time || ''; 482 let barClass = !eventTime ? 'event-bar-no-time' : 'event-bar-timed'; 494 … `title="${isImportant ? '⭐ ' : ''}${escapeHtml(eventTitle)}${eventTime ? ' @ ' + eventTime : ''}"…
|