Home
last modified time | relevance | path

Searched refs:pageId (Results 26 – 50 of 87) sorted by relevance

1234

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php240 $pageId = $this->currentReaderId;
243 $pageId .= '|' . $pageNumber . '|' . ($groupXObject ? '1' : '0');
253 $pageId .= '|' . $box;
255 if (isset($this->importedPages[$pageId])) {
256 return $pageId;
373 $this->importedPages[$pageId] = [
382 return $pageId;
391 * @param mixed $pageId The page id
401 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
405 unset($x['pageId']);
[all...]
/plugin/combo/resources/snippet/js/
H A Dcache.js16 let pageId = JSINFO.id;
17 let modalBacklinkId = combo.Html.toHtmlId(`combo-cache-${pageId}`);
27 let html = `<p>List of <a href="https://combostrap.com/page/cache">cache information</a> for the slots of the page (${pageId}).</p>`;
96 .setHeader(`Cache Info for the page (${pageId})`)
/plugin/webcomponent/_test/
H A Dbutton.test.php47 $pageId = webcomponent::getNameSpace() . 'test_indexer';
58 saveWikiText($pageId, $doku_text, 'test_indexer test base');
59 idx_addPage($pageId);
/plugin/combo/ComboStrap/
H A DIndex.php73 foreach ($pageIdList as $pageId) {
74 if ($wikiIdToFind === $pageId) {
78 $actualPage = WikiPath::createMarkupPathFromId($pageId);
H A DComboFs.php29 $pageId = PageId::generateAndStorePageId($markup);
30 $databasePage->upsertAttributes([PageId::getPersistentName() => $pageId]);
H A DQualityTag.php116 $pageId = $tagAttributes->getComponentAttributeValue("page-id");
117 if (empty($pageId)) {
120 $contextPath = WikiPath::createMarkupPathFromId($pageId);
H A DMarkupRenderUtility.php63 * @param $pageId
68 static function renderId2Xhtml($pageId): string argument
71 $wikiPath = WikiPath::createMarkupPathFromId($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/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/combo/action/
H A Dlang.php90 $pageId = PageUrlPath::decodePageId($encodedPageId);
91 if ($pageId !== null) {
92 $page = DatabasePageRow::createFromPageIdAbbr($pageId)->getMarkupPath();
H A Dcacheexpiration.php70 $pageId = $data->page;
93 $shouldSlotExpire = $cacheManager->shouldSlotExpire($pageId);
104 PagePath::getPersistentName() => $pageId,
/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/chat/
H A Dscript.js110 function Ajax_chat_class(objectName, outId, pageId, lastRefresh, window) { argument
126 this.pageId = pageId;
284 this.send_sack.encVar('pageId', self.pageId);
292 '&pageId='+encodeURIComponent(this.pageId)+
382 this.send_sack.encVar('pageId', self.pageId);
391 '&pageId='+encodeURIComponent(self.pageId)+
458 self.check_sack.encVar('pageId', self.pageId);
464 'call=checkAndGet&pageId='+encodeURIComponent(self.pageId)+'&time='+self.lastRefresh);
554 function new_ajax_chat(outId, pageId, lastRefresh) { argument
555 ajax_chat = new Ajax_chat_class("ajax_chat", outId, pageId, lastRefresh, window);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php393 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
401 'pageId' => [
408 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
416 'pageId' => [
472 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
480 'pageId' => [
503 'pageId' => [
510 'path' => 'v3/blogs/{blogId}/pages/{pageId}/revert',
518 'pageId' => [
525 'path' => 'v3/blogs/{blogId}/pages/{pageId}',
[all …]
H A DAndroidEnterprise.php1052 'pageId' => [
1072 'pageId' => [
1092 'pageId' => [
1107 'pageId' => [
1122 'pageId' => [
1144 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}',
1152 'pageId' => [
1159 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}',
1167 'pageId' => [
1194 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}',
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php96 * @param mixed $pageId The page id
106 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
108 $size = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize);
110 $importedPage = $this->importedPages[$pageId];
111 $this->xobjects[$this->xobjid]['importedPages'][$importedPage['id']] = $pageId;
/plugin/combo/syntax/
H A Dminimap.php179 $pageId = $this->getNamespaceStartId($pageArray['id']);
184 $pageId = $pageArray['id'];
187 $markupRef = new LinkMarkup($pageId);
202 $label .= ' (' . $pageId . '|' . $pageNum . ')';
217 if ($callingId == $pageId) {
/plugin/rrdgraph/
H A Daction.php19 public $pageId; variable in rrdMediaInfo
62 $result->pageId = implode(':', $parts);
137 …$rrdGraphHelper->sendRrdImage($mediaPath->pageId, $mediaPath->imageId, $rangeNr, $mode, $bindingSo…
/plugin/today/
H A Dsyntax.php85 $pageId = $data['namespace'] . ':' . $today;
86 $renderer->internallink($pageId, 'today');
/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/rtmchecklist/
H A Daction.php132 $pageId = $INPUT->str('id');
133 …$wikitext.= "[[".htmlspecialchars($pageId)."|".$this->getLang('go_back_to').htmlspecialchars($page…
/plugin/latexport/implementation/
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/nspages/printers/
H A DprinterPictures.php47 private function _getFirstImage($pageId){
48 $meta = p_get_metadata($pageId);
46 _getFirstImage($pageId) global() argument
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js196 var pageId = null;
201 if (pageId == null)
203 pageId = newValue[i].pageid;
206 if (pageId == newValue[i].pageid)
/plugin/webcode/_test/
H A Ddokuwiki.test.php15 const pageId = 'PageId'; define in dokuwiki_plugin_webcode_test
29 $this->cleanPageId = cleanID(SELF::pageId);

1234