Home
last modified time | relevance | path

Searched refs:modifiedTime (Results 1 – 9 of 9) sorted by last modified time

/plugin/combo/ComboStrap/
H A DMarkupPath.php170 private $modifiedTime; variable in ComboStrap\\MarkupPath
740 return $this->modifiedTime->getValueFromStore();
749 return $this->modifiedTime->getValueFromStoreOrDefault();
1654 $this->modifiedTime = ModificationDate::createForPage($this);
H A DCacheReportHtmlDataBlockArray.php42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
43 $modifiedDate = $modifiedTime->format(Iso8601Date::getFormat());
H A DDatabasePageRow.php341 $modifiedTime = FileSystems::getModifiedTime($this->markupPath->getPathObject());
342 if ($modifiedTime > $dateReplication) {
365 $modifiedTime = FileSystems::getModifiedTime($path);
366 if ($modifiedTime > $dateReplication) {
/plugin/combo/action/
H A Dmetafacebook.php122 $modifiedTime = $page->getModifiedTimeOrDefault();
123 $facebookMeta["article:modified_time"] = $modifiedTime->format(DATE_ISO8601);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DComment.php56 public $modifiedTime; variable in Google\\Service\\Drive\\Comment
181 public function setModifiedTime($modifiedTime) argument
183 $this->modifiedTime = $modifiedTime;
190 return $this->modifiedTime;
H A DRevision.php51 public $modifiedTime; variable in Google\\Service\\Drive\\Revision
178 public function setModifiedTime($modifiedTime) argument
180 $this->modifiedTime = $modifiedTime;
187 return $this->modifiedTime;
H A DReply.php55 public $modifiedTime; variable in Google\\Service\\Drive\\Reply
172 public function setModifiedTime($modifiedTime) argument
174 $this->modifiedTime = $modifiedTime;
181 return $this->modifiedTime;
H A DDriveFile.php122 public $modifiedTime; variable in Google\\Service\\Drive\\DriveFile
617 public function setModifiedTime($modifiedTime) argument
619 $this->modifiedTime = $modifiedTime;
626 return $this->modifiedTime;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php936 public $modifiedTime; variable in Google_DailyUpload
981 public function setModifiedTime( $modifiedTime) { argument
982 $this->modifiedTime = $modifiedTime;
985 return $this->modifiedTime;