Home
last modified time | relevance | path

Searched refs:pageId (Results 51 – 75 of 87) sorted by last modified time

1234

/plugin/schedule/
H A Dschedules.class.php611 resolve_pageid ($this->nameSpace, $pageId, $exists);
614 $content = io_readFile (wikiFN ($pageId));
634 saveWikiText ($pageId, $content, 'update place');
640 $pageId = $request ['pageId'];
641 resolve_pageid ($this->nameSpace, $pageId, $exists);
963 $pageId = $this->scheduleRoot->getPageId ($event);
966 $pageIdAt = $pageId.'-'.$event->at;
1237 if ($tab [$when][$pageId])
1240 $tab [$when][$pageId] =
1369 foreach ($when as $pageId => $lineVals) {
[all …]
/plugin/today/
H A Dsyntax.php85 $pageId = $data['namespace'] . ':' . $today;
86 $renderer->internallink($pageId, 'today');
/plugin/fksnewsfeed/
H A Daction.php125 private function printStream(int $start, int $length, string $streamId, string $pageId): array { argument
133 $htmlNews[] = $news[$i]->render($e, $streamId, $pageId);
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php82 public function getToken($pageId = ''): string { argument
83 return (string)wl($pageId, null, true) . '?news-id=' . $this->newsId;
94 …public function render(string $even, string $stream, string $pageId = '', bool $editable = true): … argument
101 $pageId,
/plugin/webcode/_test/
H A Ddokuwiki.test.php15 const pageId = 'PageId'; define in dokuwiki_plugin_webcode_test
29 $this->cleanPageId = cleanID(SELF::pageId);
/plugin/latexport/implementation/
H A Ddecorator_includer.php59 private $pageId; variable in DecoratorIncluder
77 function document_start($pageId = null, $recursionLevel = 0) { argument
78 $this->decorator->document_start($pageId, $recursionLevel);
79 $this->pageId = $pageId;
114 trigger_error("$this->pageId: listu_open unexpected $this->state");
138 trigger_error("$this->pageId: listitem_open unexpected - $this->state");
157 trigger_error("$this->pageId: listcontent_open unexpected - $this->state");
181 trigger_error("$this->pageId: listcontent_close unexpected - $this->state");
205 trigger_error("$this->pageId: listitem_close unexpected - $this->state");
243 trigger_error("$this->pageId: listu_close unexpected - $this->state");
H A Ddecorator.php40 * @param pageId the page ID, or page name.
44 protected function texifyPageId($pageId, $ext = 'tex') { argument
45 return str_replace(':','-',$pageId).'.'.$ext;
218 * @param string $pageId The identifier of the opening page.
221 function document_start($pageId = null, $recursionLevel = 0) { argument
223 $this->decorator->document_start($pageId, $recursionLevel);
H A Ddecorator_persister.php27 private $pageId; variable in DecoratorPersister
144 $label = $this->pageId.':'.$this->texifyReference($link);
146 $label = $this->pageId;
190 * @param string $pageId The identifier of the opening page.
193 function document_start($pageId = NULL, $recursionLevel = 0) { argument
194 $this->pageId = $pageId;
692 $this->internallink($this->pageId.":".$hash, $name);
/plugin/latexport/_test/
H A Ddecorator_mock.php30 function document_start($pageId = NULL, $recursionLevel = 0) { argument
/plugin/filelisting/
H A Dscript.js18 this.storageKey += '/' + this.options.pageId;
364 pageId: '', property in $.fn.dokuwiki_plugin_filelisting.defaults
395 options.pageId = JSINFO.id;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js9986 page: this.pageId
9999 page: this.pageId
10141 page: this.pageId
10151 page: this.pageId
H A Dviewer.js.map1pageId, },\n 'Thumbnail of Page {{page}}').then((msg) => {\n this.canvas…
/plugin/twistienav4bootstrap3/
H A DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/plugin/minimap/
H A Dsyntax.php162 $pageId = $this->getNamespaceStartId($page['id']);
167 $pageId = $page['id'];
178 $title = tpl_pagetitle($pageId, true);
183 $name = noNSorNS($pageId);
192 $title .= ' (' . $pageId . ')';
208 if ($callingId == $pageId) {
253 wl($pageId),
/plugin/twistienav/
H A DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/plugin/yuriigantt/_test/
H A Dtest_page.txt8 "pageId": "asd",
/plugin/yuriigantt/src/
H A DJsonRequest.php79 $this->driver->open($this->payload->pageId);
138 if (empty($this->payload->pageId) || !page_exists($this->payload->pageId)) {
143 if (!(auth_quickaclcheck(cleanID($this->payload->pageId)) & self::PERMISSIONS)) {
/plugin/yuriigantt/
H A Dsyntax.php88 if (!empty($ID) && $ID !== $database->pageId) {
89 $database->pageId = $ID;
H A DREADME.md44 "pageId": "asd",
73 "pageId": "asd", <--- page identifier
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php72 $this->assertEquals($database->pageId, 'asd');
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php33 public function open($pageId); argument
H A DEmbedded.php35 protected $pageId; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded
46 * @param string $pageId
49 public function open($pageId) argument
51 if ($this->isOpen && $this->pageId === $pageId) {
55 if ($this->isOpen && $this->pageId !== $pageId) {
63 $rawPage = rawWiki($pageId);
70 $this->pageId = $pageId;
103 public static function initDatabase($pageId) argument
106 'pageId' => $pageId,
119 if ($rawPage = io_readFile(wikiFN($pageId))) {
[all …]
/plugin/glossary/
H A Dglossary.class.php554 if (!$pageId)
555 $pageId = trim ($record['ticket']);
557 $cleanId = cleanId ($pageId);
621 $pageId = trim ($record['useTicket']);
622 if (!$pageId)
623 $pageId = trim ($record['ticket']);
635 $cleanId = cleanId ($pageId);
678 $pageId = $ticket;
769 if (!$pageId)
770 $pageId = trim ($request['ticket']);
[all …]
/plugin/webcomponent/syntax/
H A Ddropdown.php215 $pageId = $link['pageid'];
218 $renderer->doc .= '<a href="' . wl($pageId) . '" class="dropdown-item"';
219 if (!page_exists($pageId)){
/plugin/webcomponent/_test/
H A Dmath.test.php59 $pageId = webcomponent::getNameSpace() . 'test_library_base';
61 saveWikiText($pageId, $doku_text, 'test_indexer test library base');
62 idx_addPage($pageId);
64 $testResponse = $testRequest->get(array('id' => $pageId));
82 $pageId = webcomponent::getNameSpace() . 'test_library_added';
84 saveWikiText($pageId, $doku_text, 'test_indexer test library added');
85 idx_addPage($pageId);
87 $testResponse = $testRequest->get(array('id' => $pageId));

1234