Home
last modified time | relevance | path

Searched refs:starred (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1PersonalDetails.php29 public $starred; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PersonalDetails
48 public function setStarred($starred) argument
50 $this->starred = $starred;
57 return $this->starred;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfileSummary.php37 public $starred; variable in Google\\Service\\Analytics\\ProfileSummary
88 public function setStarred($starred) argument
90 $this->starred = $starred;
97 return $this->starred;
H A DAccountSummary.php38 public $starred; variable in Google\\Service\\Analytics\\AccountSummary
87 public function setStarred($starred) argument
89 $this->starred = $starred;
96 return $this->starred;
H A DWebPropertySummary.php48 public $starred; variable in Google\\Service\\Analytics\\WebPropertySummary
141 public function setStarred($starred) argument
143 $this->starred = $starred;
150 return $this->starred;
H A DAccount.php49 public $starred; variable in Google\\Service\\Analytics\\Account
156 public function setStarred($starred) argument
158 $this->starred = $starred;
165 return $this->starred;
H A DWebproperty.php83 public $starred; variable in Google\\Service\\Analytics\\Webproperty
320 public function setStarred($starred) argument
322 $this->starred = $starred;
329 return $this->starred;
H A DProfile.php91 public $starred; variable in Google\\Service\\Analytics\\Profile
376 public function setStarred($starred) argument
378 $this->starred = $starred;
385 return $this->starred;
/plugin/starred/
H A Dplugin.info.txt1 base starred
5 name starred plugin
7 url http://www.dokuwiki.org/plugin:starred
H A Dsyntax.php59 $starred = $hlp->loadStars(null, $data['limit']);
62 if (!count($starred)) {
73 foreach ($starred as $pid => $time) {
H A DREADME1 starred Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:starred
7 lib/plugins/starred/ - if the folder is called different it
H A Dstyle.less1 .starred {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php182 public $starred; variable in Google\\Service\\Drive\\DriveFile
855 public function setStarred($starred) argument
857 $this->starred = $starred;
864 return $this->starred;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2795 public $starred; variable in Google_DriveFileLabels
2810 public function setStarred( $starred) { argument
2811 $this->starred = $starred;
2814 return $this->starred;