Home
last modified time | relevance | path

Searched refs:pageId (Results 51 – 75 of 87) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php184 $pageId = $this->markupPath->getPageId();
186 $pageId = PageId::generateAndStorePageId($this->markupPath);
188 $metaRecord[PageId::PROPERTY_NAME] = $pageId;
189 $metaRecord[PageId::PAGE_ID_ABBR_ATTRIBUTE] = PageId::getAbbreviated($pageId);
192 public static function createFromPageId(string $pageId): DatabasePageRow argument
196 $row = $databasePage->getDatabaseRowFromPageId($pageId);
460 $pageId = $markupPath->getPageId();
461 return $this->getDatabaseRowFromPageId($pageId);
638 $pageId = $values[PageId::getPersistentName()];
639 if ($pageId
[all...]
H A DPermalinkTag.php199 $pageId = $requestedPage->getPageIdAbbr();
200 return PageUrlPath::encodePageId($pageId);
H A DEvent.php228 * @param $pageId
237 public static function startTaskRunnerForPage($pageId)
240 $tmp['page'] = $pageId;
220 startTaskRunnerForPage($pageId) global() argument
/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/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/combo/action/
H A Drouter.php390 $pageId = PageUrlPath::decodePageId($shortPageId);
395 $pageId = PageUrlPath::decodePageId($identifier);
397 if ($pageId !== null) {
400 $page = DatabasePageRow::createFromPageId($pageId)->getMarkupPath();
414 $page = DatabasePageRow::createFromPageIdAbbr($pageId)->getMarkupPath();
418 $row = $canonicalDatabasePage->getDatabaseRowFromAttribute("substr(" . PageId::PROPERTY_NAME . ", 1, " . strlen($pageId) . ")", $pageId);
/plugin/latexport/implementation/
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);
/plugin/prosemirror/parser/
H A DLinkNode.php126 public static function resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null,
133 $resolver = new MediaResolver(getNS($pageId));
124 resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
/plugin/batchedit/
H A Dinterface.js71 var pageId = escapeId(this.id.substr(0, this.id.indexOf('#')));
72 var pageMatches = jQuery('.be-match input[id^=' + pageId + ']').get();
74 jQuery('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) {
H A Dinterface.php300 private function printPageActions($pageId) {
301 $link = wl($pageId);
340 private function printMatchHeader($pageId, $match) {
341 $id = $pageId . '#' . $match->getPageOffset();
292 printPageActions($pageId) global() argument
328 printMatchHeader($pageId, $match) global() argument
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php33 public function open($pageId); argument
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js692 var pageId = content._expandable.container.match(/\d+/)[0];
694 + pageId
695 + '&preview=/' + pageId + '/' + content.id.replace('att', '') + '/'
713 var pageId = att._expandable.container;
714 pageId = pageId.substr(pageId.lastIndexOf('/') + 1);
716 ui.remoteInvoke('getPageDrawioDiagrams', [pageId], null, function(drawioCCs)
990 return macroData.pageId != null;
1018 …ui.remoteInvoke('getDiagramRevisions', [macroData.diagramName, macroData.pageId], null, function(r…
H A DcConf-comments.js150 …ui.remoteInvoke('getOldComments', [contentId], null, function(comments, spaceKey, pageId, pageType… argument
166 success(spaceKey, pageId, pageType, contentVer);
/plugin/404manager/
H A Daction.php564 private function addToMessagePagesWithSameName($pageId) argument
569 $pageName = noNS($pageId);
592 … "doku.php?id=" . $pageId . "&do=search&q=" . rawurldecode($pageName),
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js95 var pageId = pages[i].getId();
96 lookup[pageId] = pages[i];
98 if (moved[prev] == null && !removed[pageId] &&
100 diff[EditorUi.DIFF_UPDATE][pageId] == null ||
101 diff[EditorUi.DIFF_UPDATE][pageId].previous == null))
103 moved[prev] = pageId;
106 prev = pageId;
/plugin/diagramsnet/lib/js/
H A Dexport.js183 var pageId;
203 doneDiv.setAttribute('page-id', pageId);
807 if (data.pageId != null)
811 if (data.pageId == diagrams[i].getAttribute('id'))
852 if (pageId == null)
854 pageId = diagrams[i].getAttribute('id')
/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/yuriigantt/_test/Drivers/
H A Dembedded.test.php72 $this->assertEquals($database->pageId, 'asd');
/plugin/database2/
H A Dmedia.php149 $pageId ) argument
162 $this->explicitPageID = $pageId;
/plugin/yuriigantt/_test/
H A Dtest_page.txt8 "pageId": "asd",
/plugin/twistienav/
H A DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/plugin/twistienav4bootstrap3/
H A DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/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/latexport/_test/
H A Ddecorator_mock.php30 function document_start($pageId = NULL, $recursionLevel = 0) { argument

1234