/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/ |
H A D | Pages.php | 37 * @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 D | Storelayoutclusters.php | 37 * @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 D | Storelayoutpages.php | 37 * @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 D | helper.php | 22 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 D | ajax.php | 182 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 D | DokuwikiXMLExport.php | 142 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 D | Embedded.php | 35 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/combo/ComboStrap/ |
H A D | Identity.php | 101 public static function isWriter($pageId = null): bool argument 103 if ($pageId == null) { 104 $pageId = Page::createPageFromGlobalDokuwikiId(); 107 $perm = auth_quickaclcheck($pageId); 109 $perm = auth_aclcheck($pageId, '', null); 207 public static function isReader(string $pageId): bool argument 209 $perm = self::getPerm($pageId); 219 private static function getPerm(string $pageId) argument 221 if ($pageId == null) { 225 $perm = auth_quickaclcheck($pageId); [all …]
|
H A D | PageUrlPath.php | 160 * @param string $pageId 163 public static function encodePageId(string $pageId): string argument 165 return self::getPageIdChecksumCharacter($pageId) . $pageId; 184 * @param string $pageId 187 public static function getPageIdChecksumCharacter(string $pageId): ?string argument 190 for ($i = 0; $i < strlen($pageId); $i++) { 191 $letter = $pageId[$i];
|
H A D | Index.php | 67 foreach ($pages as $pageId) { 68 if ($pageIdSource === $pageId) { 71 $page = DokuPath::createPagePathFromId($pageId); 73 $matchesPages[] = $pageId;
|
H A D | CacheManager.php | 163 public function shouldSlotExpire($pageId): bool argument 174 if (isset($this->slotsExpiration[$pageId])) { 178 $page = Page::createPageFromId($pageId); 182 $this->slotsExpiration[$pageId] = false; 199 $this->slotsExpiration[$pageId] = false; 203 $this->slotsExpiration[$pageId] = true;
|
H A D | TemplateUtility.php | 26 static function renderStringTemplateForPageId($pageTemplate, $pageId): string argument 30 $page = Page::createPageFromId($pageId); 47 public static function getPageTitle($pageId) argument 49 $name = $pageId; 79 $name = p_get_metadata(cleanID($pageId), 'title', METADATA_DONT_RENDER);
|
/plugin/webcomponent/_test/ |
H A D | math.test.php | 59 $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 D | js.test.php | 47 $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 D | metadata.js | 11 async function openMetaViewer(modalViewer, modalManager, pageId) { argument 22 .setProperty("id", pageId) 26 let formViewerId = combo.toHtmlId(`combo-metadata-viewer-form-${pageId}`); 48 .setCallBackOnClose(() => openMetadataManager(pageId)) 96 let openMetadataManager = async function (pageId) { argument 103 let modalManagerId = combo.toHtmlId(`combo-meta-manager-page-${pageId}`); 115 let modalViewerId = combo.toHtmlId(`combo-metadata-viewer-modal-${pageId}`); 124 .setProperty("id", pageId) 140 await openMetaViewer(modalViewer, managerModal, pageId); 171 await processResponse(response, () => openMetadataManager(pageId)); [all …]
|
H A D | backlink.js | 12 let pageId = JSINFO.id; 13 let modalBacklinkId = combo.toHtmlId(`combo-backlink-${pageId}`); 23 .setProperty("id", pageId) 25 html = `<p>List of pages that link back to the page (${pageId}).</p>${html}`; 40 .setHeader(`Backlinks for the page (${pageId})`)
|
H A D | quality.js | 12 let pageId = JSINFO.id; 13 let modalQualityMessageId = combo.toHtmlId(`combo-quality-message-page-${pageId}`); 23 .setProperty("id", pageId) 31 .setHeader(`Quality for Page (${pageId})`)
|
/plugin/userhomepage/ |
H A D | helper.php | 48 $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/nspages/fileHelper/ |
H A D | pagePreparer.php | 119 $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 D | decorator_includer.php | 59 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/googletagmanager/_test/ |
H A D | action_plugin_googletagmanagerTest.php | 22 $pageId = 'start'; 23 saveWikiText($pageId, "Content", 'Script Test base'); 24 idx_addPage($pageId); 27 $response = $request->get(array('id' => $pageId, '/doku.php'));
|
/plugin/batchedit/ |
H A D | engine.php | 48 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 814 public function markMatch($pageId, $offset) { argument 815 if (!array_key_exists($pageId, $this->pages) || !array_key_exists($pageId, $this->cache)) { 820 $cache = $this->cache[$pageId]->getMatches(); 855 public function markMatch($pageId, $offset) { argument 867 public function markMatch($pageId, $offset) { argument 1021 foreach ($index as $pageId) { [all …]
|
/plugin/fetchmedia/action/ |
H A D | ajax.php | 82 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 D | database.php | 116 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) { 169 if (array_key_exists($pageId, $this->page)) { 171 $this->note = array_merge($this->note, $this->page[$pageId]->getNotes()); 174 unset($this->page[$pageId]);
|
/plugin/qna/syntax/ |
H A D | toc.php | 63 foreach ($data as &$pageId) { 64 resolve_pageid($ns, $pageId, $exists); 110 private function buildToc($pageId) { argument 113 foreach ($pageId as $id) { 224 private function addCacheDependencies($renderer, $pageId) { argument 225 foreach ($pageId as $id) {
|