Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
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
109 public function patch($blogId, $pageId, Page $postBody, $optParams = []) argument
111 $params = ['blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody];
119 * @param string $pageId
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
DStorelayoutclusters.php37 * @param string $pageId The ID of the page.
41 public function delete($enterpriseId, $pageId, $clusterId, $optParams = []) argument
43 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId];
51 * @param string $pageId The ID of the page.
56 public function get($enterpriseId, $pageId, $clusterId, $optParams = []) argument
58 $params = ['enterpriseId' => $enterpriseId, 'pageId' => $pageId, 'clusterId' => $clusterId];
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.
[all …]
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/
Dhelper.php22 private $pageId; variable in cache_rrdgraphbase
30 * @param String $pageId The wiki id of the page the cached content is on.
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
35 $this->pageId = $pageId;
38 parent::__construct($pageId . '/' . $key, $ext);
47 wikiFN($this->pageId)
54 … $dependencies = p_get_metadata($this->pageId, 'plugin_' . $this->pluginName . ' dependencies');
80 * @param String $pageId The wiki id of the page the cached content is on.
83 public function __construct($pluginName, $pageId, $recipeName) { argument
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
[all …]
/plugin/chat/
Dajax.php181 $pageId = cleanID($_POST['pageId']);
182 if(empty($pageId)) {
187 $pageFN = wikiFN($pageId);
204 $pageId = cleanID($_POST['pageId']);
205 if(empty($pageId)) {
209 if ($conf['useacl'] && auth_quickAclCheck($pageId) < AUTH_READ) {
218 $pageFN = wikiFN($pageId);
238 $pageId = cleanID($_POST['pageId']);
239 if(empty($pageId)) {
256 if ($conf['useacl'] && auth_quickAclCheck($pageId) < AUTH_EDIT) {
[all …]
/plugin/findologicxmlexport/
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);
166 private function getDescription($pageId) argument
168 return rawWiki($pageId);
177 private function getUrl($pageId) argument
179 $url = wl($pageId, '', true);
189 private function getDateAdded($pageId) argument
191 $metadata = p_get_metadata($pageId);
[all …]
/plugin/yuriigantt/src/Driver/
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);
67 throw new \Exception('Failed to open dataset for page ' . $pageId);
70 $this->pageId = $pageId;
80 $this->handler = $this->lexer = $this->pageId = null;
103 public static function initDatabase($pageId) argument
[all …]
/plugin/webcomponent/_test/
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));
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/
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 …]
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})`)
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/
Dhelper.php48 $pageId = $this->getPrivateID();
49 …$classes = 'class="'.$this->getLinkClasses($pageId, "uhp_private_".$this->getConf('userlink_icons'…
51 …return '<li>'.$lang['loggedinas'].' <a href="'.wl($pageId).'" '.$classes.' rel="nofollow" title="'…
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().'">'.…
[all …]
/plugin/combo/ComboStrap/
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;
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;
DPageUrlPath.php182 * @param string $pageId
185 public static function encodePageId(string $pageId): string argument
187 return self::getPageIdChecksumCharacter($pageId) . $pageId;
206 * @param string $pageId
209 public static function getPageIdChecksumCharacter(string $pageId): ?string argument
212 for ($i = 0; $i < strlen($pageId); $i++) {
213 $letter = $pageId[$i];
/plugin/nspages/fileHelper/
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/
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/
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]->getMatches();
820 $cache = $this->cache[$pageId]->getMatches();
[all …]
/plugin/googletagmanager/_test/
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/
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/
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/piwiktagmanager/_test/
Daction_plugin_piwiktagmanagerTest.php24 $pageId = 'start';
25 saveWikiText($pageId, "Content", 'Script Test base');
26 idx_addPage($pageId);
29 $response = $request->get(array('id' => $pageId, '/doku.php'));
/plugin/refnotes/
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) {
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/slacknotifier/
Daction.php85 $pageId = $event->id;
87 if ($event->isCreate() && isset($this->created[$pageId])) {
88 $moveEvent = $this->created[$pageId];
90 unset($this->created[$pageId]);
91 } elseif ($event->isDelete() && isset($this->deleted[$pageId])) {
92 $moveEvent = $this->deleted[$pageId];
95 unset($this->deleted[$pageId]);

1234