Home
last modified time | relevance | path

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

12345678910>>...46

/plugin/structpublish/meta/
DRevision.php24 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;
DAccessTableStructpublish.php17 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/
DPage.php45 public $published; variable in Google\\Service\\Blogger\\Page
154 public function setPublished($published) argument
156 $this->published = $published;
163 return $this->published;
DComment.php45 public $published; variable in Google\\Service\\Blogger\\Comment
160 public function setPublished($published) argument
162 $this->published = $published;
169 return $this->published;
DBlog.php51 public $published; variable in Google\\Service\\Blogger\\Blog
184 public function setPublished($published) argument
186 $this->published = $published;
193 return $this->published;
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/
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/
DLeaderboardConfiguration.php96 public function setPublished(LeaderboardConfigurationDetail $published) argument
98 $this->published = $published;
105 return $this->published;
DAchievementConfiguration.php124 public function setPublished(AchievementConfigurationDetail $published) argument
126 $this->published = $published;
133 return $this->published;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
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/
DBlogPost.php59 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
86 $this->published = false;
93 $this->published = true;
/plugin/authgoogle/google/contrib/
DGoogle_BloggerService.php469 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 …]
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
1811 public function setPublished( $published) { argument
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DBlogPost.php53 private $published; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
113 $this->published = false;
124 $this->published = true;
/plugin/daftdrafts/
Daction.php126 $published = false;
128 $published = true;
132 if (!$published && isset($INFO['userinfo'])) {
/plugin/doi/Resolver/
DIsbnOpenLibraryResolver.php30 $published = $message['publish_date'] ?? '';
31 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
DIsbnGoogleBooksResolver.php37 $published = $data['publishedDate'] ?? '';
38 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
/plugin/googledrawing/
DREADME3 Shows a published google drawing as an image.
19 it under the terms of the GNU General Public License as published by
Dplugin.info.txt6 desc Shows a published google drawing as an image.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
Df29a28fffa7ec604a33a838f48f7ea79.asciidoc24 'status' => 'published',
/plugin/facebookwall/
Dplugin.info.txt7 url https://github.com/jdtProjects/dokuwiki/blob/master/published/plugin_facebookwall_1_3.zip
/plugin/refnotes/
Drendering.php1046 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/
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/
DLICENSE4 it under the terms of the GNU General Public License as published by

12345678910>>...46