Home
last modified time | relevance | path

Searched refs:pageId (Results 1 – 25 of 87) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DPages.php37 * @param string $pageId
40 public function delete($blogId, $pageId, $optParams = []) argument
42 $params = ['blogId' => $blogId, 'pageId' => $pageId];
50 * @param string $pageId
56 public function get($blogId, $pageId, $optParams = []) argument
58 $params = ['blogId' => $blogId, 'pageId' => $pageId];
101 * @param string $pageId
119 * @param string $pageId
125 $params = ['blogId' => $blogId, 'pageId' => $pageId];
133 * @param string $pageId
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DStorelayoutclusters.php37 * @param string $pageId The ID of the page.
41 public function delete($enterpriseId, $pageId, $clusterId, $optParams = []) argument
51 * @param string $pageId The ID of the page.
56 public function get($enterpriseId, $pageId, $clusterId, $optParams = []) argument
66 * @param string $pageId The ID of the page.
71 public function insert($enterpriseId, $pageId, StoreCluster $postBody, $optParams = []) argument
73 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody];
82 * @param string $pageId The ID of the page.
86 public function listStorelayoutclusters($enterpriseId, $pageId, $optParams = []) argument
88 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId];
[all …]
H A DStorelayoutpages.php37 * @param string $pageId The ID of the page.
40 public function delete($enterpriseId, $pageId, $optParams = []) argument
42 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId];
50 * @param string $pageId The ID of the page.
54 public function get($enterpriseId, $pageId, $optParams = []) argument
56 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId];
92 * @param string $pageId The ID of the page.
97 public function update($enterpriseId, $pageId, StorePage $postBody, $optParams = []) argument
99 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'postBody' => $postBody];
/plugin/rrdgraph/
H A Dhelper.php22 private $pageId; variable in cache_rrdgraphbase
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
35 $this->pageId = $pageId;
38 parent::__construct($pageId . '/' . $key, $ext);
47 wikiFN($this->pageId)
263 * @param String $pageId Wiki page id.
278 * @param String $pageId Wiki page id.
282 public function fetchRecipe($pageId, $recipeName) { argument
290 p_wiki_xhtml($pageId);
297 …if (empty($this->localRecipeCache[$pageId . "/" . $recipeName])) $this->localRecipeCache[$pageId .…
[all …]
/plugin/chat/
H A Dajax.php182 if(empty($pageId)) {
187 $pageFN = wikiFN($pageId);
205 if(empty($pageId)) {
218 $pageFN = wikiFN($pageId);
239 if(empty($pageId)) {
266 while (checklock($pageId)) {
269 lock($pageId);
293 unlock($pageId);
310 $pageFN = wikiFN($pageId);
318 lock($pageId);
[all …]
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php142 private function getName($pageId) argument
144 $metadata = p_get_metadata($pageId);
154 private function getSummary($pageId) argument
156 $metadata = p_get_metadata($pageId);
168 return rawWiki($pageId);
177 private function getUrl($pageId) argument
179 $url = wl($pageId, '', true);
189 private function getDateAdded($pageId) argument
204 private function getPageId($pageId) argument
206 return $pageId;
[all …]
/plugin/yuriigantt/src/Driver/
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/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));
H A Djs.test.php47 $pageId = webcomponent::getNameSpace() . $test_name;
49 saveWikiText($pageId, $doku_text, $test_name);
50 idx_addPage($pageId);
52 $testResponse = $testRequest->get(array('id' => $pageId));
/plugin/combo/resources/snippet/js/
H A Dmetadata.js9 async function openMetaViewer(modalViewer, modalManager, pageId) { argument
22 .setProperty("id", pageId)
27 let formViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-form-${pageId}`);
48 await processResponse(response, () => openMetaViewer(modalViewer, modalManager, pageId));
51 .setCallBackOnClose(() => openMetadataManager(pageId))
100 let openMetadataManager = async function (pageId) { argument
108 let modalManagerId = combo.Html.toHtmlId(`combo-meta-manager-page-${pageId}`);
120 let modalViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-modal-${pageId}`);
130 .setProperty("id", pageId)
147 await openMetaViewer(modalViewer, managerModal, pageId);
[all...]
H A Dbacklink.js15 let pageId = JSINFO.id;
16 let modalBacklinkId = combo.Html.toHtmlId(`combo-backlink-${pageId}`);
27 .setProperty("id", pageId)
30 html = `<p>List of pages that link back to the page (${pageId}).</p>${html}`;
45 .setHeader(`Backlinks for the page (${pageId})`)
H A Dquality.js15 let pageId = JSINFO.id;
16 let modalQualityMessageId = combo.Html.toHtmlId(`combo-quality-message-page-${pageId}`);
27 .setProperty("id", pageId)
36 .setHeader(`Quality for Page (${pageId})`)
/plugin/userhomepage/
H A Dhelper.php48 $pageId = $this->getPrivateID();
49 …$classes = 'class="'.$this->getLinkClasses($pageId, "uhp_private_".$this->getConf('userlink_icons'…
53 …return '<a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'.$this->getLang('privatename…
55 …return '<a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'.$this->getLang('privatename…
64 $pageId = $this->getPublicID();
65 …$classes = 'class="'.$this->getLinkClasses($pageId, "uhp_public_".$this->getConf('userlink_icons')…
67 …return '<li>'.$lang['loggedinas'].' <a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'…
69 …return '<a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'.$this->publicString().'">'.…
71 …return '<a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'.$this->publicString().'">'.…
77 function getLinkClasses($pageId = null, $class = null, $default = true) { argument
[all …]
/plugin/combo/ComboStrap/
H A DCacheManager.php84 public function shouldSlotExpire($pageId): bool argument
93 if (isset($this->slotsExpiration[$pageId])) {
97 $page = MarkupPath::createMarkupFromId($pageId);
102 $this->slotsExpiration[$pageId] = false;
121 $this->slotsExpiration[$pageId] = false;
125 $this->slotsExpiration[$pageId] = true;
H A DPageId.php55 public static function getAbbreviated(string $pageId) argument
57 return substr($pageId, 0, PageId::PAGE_ID_ABBREV_LENGTH);
66 $pageId = self::generateUniquePageId();
68 ->setFromPersistentName(PageId::getPersistentName(), $pageId);
69 return $pageId;
251 $pageId = ($nanoIdClient)->formattedId(self::PAGE_ID_ALPHABET, self::PAGE_ID_LENGTH);
257 DatabasePageRow::createFromPageIdAbbr(self::getAbbreviated($pageId))->exists()
259 $pageId = ($nanoIdClient)->formattedId(self::PAGE_ID_ALPHABET, self::PAGE_ID_LENGTH);
262 return $pageId;
H A DPageUrlPath.php183 * @param string $pageId
186 public static function encodePageId(string $pageId): string argument
188 return self::getPageIdChecksumCharacter($pageId) . $pageId;
207 * @param string $pageId
210 public static function getPageIdChecksumCharacter(string $pageId): ?string argument
213 for ($i = 0; $i < strlen($pageId); $i++) {
214 $letter = $pageId[$i];
/plugin/nspages/fileHelper/
H A DpagePreparer.php119 $pageId = $page['id'];
123 $meta = p_get_metadata($pageId);
128 return noNS($pageId) . " - " . $title;
132 return noNS($pageId);
137 private function buildSortAttribute($nameToDisplay, $pageId, $mtime){ argument
139 $meta = p_get_metadata($pageId);
142 return noNS($pageId);
146 $meta = p_get_metadata($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");
/plugin/batchedit/
H A Dengine.php48 public function __construct($messageId, $pageId) { argument
58 public function __construct($pageId) { argument
59 parent::__construct('war_norights', $pageId);
68 public function __construct($pageId, $lockedBy) { argument
69 parent::__construct('war_pagelock', $pageId, $lockedBy);
795 abstract public function markMatch($pageId, $offset); argument
814 public function markMatch($pageId, $offset) { argument
815 if (!array_key_exists($pageId, $this->pages) || !array_key_exists($pageId, $this->cache)) {
819 $matches = $this->pages[$pageId]
855 markMatch($pageId, $offset) global() argument
867 markMatch($pageId, $offset) global() argument
[all...]
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php22 $pageId = 'start';
23 saveWikiText($pageId, "Content", 'Script Test base');
24 idx_addPage($pageId);
27 $response = $request->get(array('id' => $pageId, '/doku.php'));
/plugin/qna/syntax/
H A Dtoc.php57 foreach ($data as &$pageId) {
58 $pageId = $resolver->resolveId($pageId);
104 private function buildToc($pageId) { argument
107 foreach ($pageId as $id) {
218 private function addCacheDependencies($renderer, $pageId) { argument
219 foreach ($pageId as $id) {
/plugin/fetchmedia/action/
H A Dajax.php82 protected function lockAndDownload($pageId, $link) { argument
83 $lock = checklock($pageId);
87 lock($pageId);
89 $results = $this->downloadExternalFile($pageId, $link);
93 unlock($pageId);
97 protected function downloadExternalFile($pageId, $link) { argument
101 $id = getNS(cleanID($pageId)) . ':' . $fn;
164 $text = rawWiki($pageId);
169 if (filemtime(wikiFN($pageId)) == time()) {
172 … saveWikiText($pageId, $newText, 'File ' . hsc($link) . ' downloaded by fetchmedia plugin');
/plugin/refnotes/
H A Ddatabase.php116 foreach ($pageIndex as $pageId) {
117 $pageId = trim($pageId);
119 if ((preg_match($namespacePattern, $pageId) == 1) && file_exists(wikiFN($pageId))) {
121 $this->page[$pageId] = new refnotes_reference_database_page($this, $cache, $pageId);
134 foreach ($this->page as $pageId => $page) {
136 $this->namespace[$ns][] = $pageId;
168 foreach ($this->namespace[$namespace] as $pageId) {
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php122 * @param mixed $pageId The page id
132 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
140 unset($x['pageId']);
147 $newSize = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize);
149 $this->setImportedPageLinks($pageId, $x, $y, $newSize);
170 $pageId = $this->fpdiImportPage($pageNumber, $box, $groupXObject);
172 $this->importedPages[$pageId]['externalLinks'] = $this->getImportedExternalPageLinks($pageNumber);
174 return $pageId;
239 * @param mixed $pageId The page id
244 public function setImportedPageLinks($pageId,
129 useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
255 setImportedPageLinks($pageId, $x, $y, $newSize) global() argument
[all...]
/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),

1234