/plugin/structpublish/meta/ |
D | Revision.php | 24 protected $published = 0; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision 73 $this->published = 1; 225 $access->setPublished($this->published); 286 $published = new Revision( 291 $published->setStatus($latestPublished[$this->statusCol->getColref() - 1]->getRawValue()); 292 $published->setUser($latestPublished[$this->userCol->getColref() - 1]->getRawValue()); 293 … $published->setDatetime($latestPublished[$this->datetimeCol->getColref() - 1]->getRawValue()); 294 $published->setVersion($latestPublished[$this->versionCol->getColref() - 1]->getRawValue()); 296 return $published;
|
D | AccessTableStructpublish.php | 17 protected $published = 0; variable in dokuwiki\\plugin\\structpublish\\meta\\AccessTableStructpublish 23 public function setPublished($published) argument 25 $this->published = (int) $published; 56 … return [$this->pid, AccessTable::DEFAULT_REV, AccessTable::DEFAULT_LATEST, $this->published];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
D | Page.php | 45 public $published; variable in Google\\Service\\Blogger\\Page 154 public function setPublished($published) argument 156 $this->published = $published; 163 return $this->published;
|
D | Comment.php | 45 public $published; variable in Google\\Service\\Blogger\\Comment 160 public function setPublished($published) argument 162 $this->published = $published; 169 return $this->published;
|
D | Blog.php | 51 public $published; variable in Google\\Service\\Blogger\\Blog 184 public function setPublished($published) argument 186 $this->published = $published; 193 return $this->published;
|
D | Post.php | 58 public $published; variable in Google\\Service\\Blogger\\Post 233 public function setPublished($published) argument 235 $this->published = $published; 242 return $this->published;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
D | Revision.php | 63 public $published; variable in Google\\Service\\Drive\\Revision 220 public function setPublished($published) argument 222 $this->published = $published; 229 return $this->published;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
D | LeaderboardConfiguration.php | 96 public function setPublished(LeaderboardConfigurationDetail $published) argument 98 $this->published = $published; 105 return $this->published;
|
D | AchievementConfiguration.php | 124 public function setPublished(AchievementConfigurationDetail $published) argument 126 $this->published = $published; 133 return $this->published;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/ |
D | BlogPost.php | 54 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost 73 $this->published = false; 80 $this->published = true;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/ |
D | BlogPost.php | 59 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost 86 $this->published = false; 93 $this->published = true;
|
/plugin/authgoogle/google/contrib/ |
D | Google_BloggerService.php | 469 public $published; variable in Google_Blog 521 public function setPublished( $published) { argument 522 $this->published = $published; 525 return $this->published; 710 public $published; variable in Google_Comment 755 public function setPublished( $published) { argument 756 $this->published = $published; 759 return $this->published; 892 public $published; variable in Google_Page 927 public function setPublished( $published) { argument [all …]
|
D | Google_PlusDomainsService.php | 569 public $published; variable in Google_Activity 659 public function setPublished( $published) { argument 660 $this->published = $published; 663 return $this->published; 1510 public $published; variable in Google_Comment 1557 public function setPublished( $published) { argument 1558 $this->published = $published; 1561 return $this->published; 1752 public $published; variable in Google_Media 1811 public function setPublished( $published) { argument [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
D | BlogPost.php | 53 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost 113 $this->published = false; 124 $this->published = true;
|
/plugin/daftdrafts/ |
D | action.php | 126 $published = false; 128 $published = true; 132 if (!$published && isset($INFO['userinfo'])) {
|
/plugin/doi/Resolver/ |
D | IsbnOpenLibraryResolver.php | 30 $published = $message['publish_date'] ?? ''; 31 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
|
D | IsbnGoogleBooksResolver.php | 37 $published = $data['publishedDate'] ?? ''; 38 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
|
D | DoiResolver.php | 32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
|
/plugin/googledrawing/ |
D | README | 3 Shows a published google drawing as an image. 19 it under the terms of the GNU General Public License as published by
|
D | plugin.info.txt | 6 desc Shows a published google drawing as an image.
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
D | f29a28fffa7ec604a33a838f48f7ea79.asciidoc | 24 'status' => 'published',
|
/plugin/facebookwall/ |
D | plugin.info.txt | 7 url https://github.com/jdtProjects/dokuwiki/blob/master/published/plugin_facebookwall_1_3.zip
|
/plugin/refnotes/ |
D | rendering.php | 1046 if ($published = $this->renderPublished($data)) { 1047 $text .= ', ' . $published; 1095 if (!$authors && ($published = $this->renderPublished($data))) { 1096 $part[] = $published; 1262 if ($published = $this->renderPublished($data, false)) { 1263 $html .= $published;
|
/plugin/authmantis/ |
D | README.md | 18 as published by the Free Software Foundation, either version 3 of the 58 published in the [MantisBT Wiki] back in 2006. The latest code available in the
|
/plugin/syntaxhighlighter4/ |
D | LICENSE | 4 it under the terms of the GNU General Public License as published by
|