Home
last modified time | relevance | path

Searched refs:published (Results 1 – 25 of 1006) sorted by last modified time

12345678910>>...41

/plugin/pagelist/
H A DCOPYING249 either of that version or of any later version published by the Free
251 this License, you may choose any version ever published by the Free Software
302 it under the terms of the GNU General Public License as published by
/plugin/twofactoremail/
H A DREADME18 it under the terms of the GNU General Public License as published by
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
/plugin/twofactor/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
H A DREADME25 it under the terms of the GNU General Public License as published by
/plugin/attribute/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
H A DREADME20 it under the terms of the GNU General Public License as published by
/plugin/nspages/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
/plugin/dbquery/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/siteexport/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
/plugin/linkback/
H A DCOPYING249 either of that version or of any later version published by the Free
251 this License, you may choose any version ever published by the Free Software
302 it under the terms of the GNU General Public License as published by
/plugin/structpublish/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
H A DREADME19 it under the terms of the GNU General Public License as published by
H A Dstyle.less30 &.published {
/plugin/structpublish/meta/
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];
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...]
/plugin/diagrams/
H A DREADME19 it under the terms of the GNU General Public License as published by
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
/plugin/struct/meta/
H A DAccessTable.php23 protected $published; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable
180 return $this->published;
/plugin/struct/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
H A DREADME19 it under the terms of the GNU General Public License as published by
/plugin/mermaid/
H A DLICENSE245 either of that version or of any later version published by the Free
247 this License, you may choose any version ever published by the Free Software
297 it under the terms of the GNU General Public License as published by
/plugin/doi/Resolver/
H A DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
H A DIsbnOpenLibraryResolver.php29 $published = $message['publish_date'] ?? '';
30 if (preg_match('/\b(\d{4})\b/', $published, $m)) {
31 $result['published'] = $m[1];

12345678910>>...41