Home
last modified time | relevance | path

Searched refs:published (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/plugin/structpublish/meta/
H A DRevision.php23 protected $published; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
45 $this->published = 0;
74 $this->published = 1;
81 * Return the version of a published revision
91 * Set the version of a published revision
226 $access->setPublished($this->published);
268 * Return "latest" published revision of a given page.
286 $published = new Revision(
291 $published->setStatus($latestPublished[$this->statusCol->getColref() - 1]->getRawValue());
292 $published
[all...]
H A DAccessTableStructpublish.php17 protected $published = 0; variable in dokuwiki\\plugin\\structpublish\\meta\\AccessTableStructpublish
20 * @param 0|1|bool $published
23 public function setPublished($published) argument
25 $this->published = (int) $published;
49 return ['pid', 'rev', 'latest', 'published'];
55 return [$this->pid, AccessTable::DEFAULT_REV, AccessTable::DEFAULT_LATEST, $this->published];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPage.php45 public $published; variable in Google\\Service\\Blogger\\Page
154 public function setPublished($published) argument
156 $this->published = $published;
163 return $this->published;
H A DComment.php45 public $published; variable in Google\\Service\\Blogger\\Comment
160 public function setPublished($published) argument
162 $this->published = $published;
169 return $this->published;
H A DBlog.php51 public $published; variable in Google\\Service\\Blogger\\Blog
184 public function setPublished($published) argument
186 $this->published = $published;
193 return $this->published;
H A DPost.php58 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/
H A DRevision.php63 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/
H A DAchievementConfiguration.php124 public function setPublished(AchievementConfigurationDetail $published) argument
126 $this->published = $published;
133 return $this->published;
H A DLeaderboardConfiguration.php96 public function setPublished(LeaderboardConfigurationDetail $published) argument
98 $this->published = $published;
105 return $this->published;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php54 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/
H A DBlogPost.php59 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
86 $this->published = false;
93 $this->published = true;
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php469 public $published; variable in Google_Blog
522 $this->published = $published;
525 return $this->published;
710 public $published; variable in Google_Comment
756 $this->published = $published;
759 return $this->published;
892 public $published; variable in Google_Page
928 $this->published = $published;
931 return $this->published;
1047 public $published; variable in Google_Post
[all …]
H A DGoogle_PlusDomainsService.php569 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
1812 $this->published = $published;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php53 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
113 $this->published = false;
124 $this->published = true;
/plugin/daftdrafts/
H A Daction.php126 $published = false;
128 $published = true;
132 if (!$published && isset($INFO['userinfo'])) {
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php29 $published = $message['publish_date'] ?? '';
30 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
31 $result['published'] = $m[1];
H A DIsbnGoogleBooksResolver.php37 $published = $data['publishedDate'] ?? '';
38 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
39 $result['published'] = $m[1];
H A DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
/plugin/googledrawing/
H A DREADME3 Shows a published google drawing as an image.
19 it under the terms of the GNU General Public License as published by
H A Dplugin.info.txt6 desc Shows a published google drawing as an image.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc24 'status' => 'published',
/plugin/facebookwall/
H A Dplugin.info.txt7 url https://github.com/jdtProjects/dokuwiki/blob/master/published/plugin_facebookwall_1_3.zip
/plugin/refnotes/
H A Drendering.php941 static $key = array('ref-authors', 'ref-author', 'authors', 'author', 'published', 'month', 'year');
965 // authors, published. //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
966 // authors, published. chapter In //[[url|title.]]// edition. [format], publisher, pages, isbn. (accessed)
967 // authors, published. [[url|title.]] //journal//, volume, [format], publisher, pages, issn. (accessed)
968 // authors, published. [[url|title.]] //booktitle//, [format], publisher, pages, issn. (accessed)
972 // authors, published. //$title// edition. [format], publisher, pages, isbn. (accessed)
973 // authors, published. chapter In //$title// edition. [format], publisher, pages, isbn. (accessed)
974 // authors, published. $title //journal//, volume, [format], publisher, pages, issn. (accessed)
975 // authors, published. $title //booktitle//, [format], publisher, pages, issn. (accessed)
1046 if ($published
[all...]
/plugin/authmantis/
H A DREADME.md18 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/
H A DLICENSE4 it under the terms of the GNU General Public License as published by

12345678910>>...41