Home
last modified time | relevance | path

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

1234

/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/authgoogle/google/contrib/
H A DGoogle_BloggerService.php183 * @param string $pageId The ID of the page to get.
187 public function get($blogId, $pageId, $optParams = array()) { argument
188 $params = array('blogId' => $blogId, 'pageId' => $pageId);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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 …]
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 …]
/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/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/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...]
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/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 …]
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/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 DComboFs.php29 $pageId = PageId::generateAndStorePageId($markup);
30 $databasePage->upsertAttributes([PageId::getPersistentName() => $pageId]);
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 DEvent.php228 * @param $pageId
237 public static function startTaskRunnerForPage($pageId)
240 $tmp['page'] = $pageId;
220 startTaskRunnerForPage($pageId) global() argument
H A DIndex.php73 foreach ($pageIdList as $pageId) {
74 if ($wikiIdToFind === $pageId) {
78 $actualPage = WikiPath::createMarkupPathFromId($pageId);
H A DMarkupPath.php92 private $pageId; variable in ComboStrap\\MarkupPath
H A DMarkupRenderUtility.php63 * @param $pageId
68 static function renderId2Xhtml($pageId): string argument
71 $wikiPath = WikiPath::createMarkupPathFromId($pageId);
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];
H A DPermalinkTag.php199 $pageId = $requestedPage->getPageIdAbbr();
200 return PageUrlPath::encodePageId($pageId);
H A DQualityTag.php116 $pageId = $tagAttributes->getComponentAttributeValue("page-id");
117 if (empty($pageId)) {
120 $contextPath = WikiPath::createMarkupPathFromId($pageId);
/plugin/combo/action/
H A Dcacheexpiration.php70 $pageId = $data->page;
93 $shouldSlotExpire = $cacheManager->shouldSlotExpire($pageId);
104 PagePath::getPersistentName() => $pageId,
H A Dlang.php90 $pageId = PageUrlPath::decodePageId($encodedPageId);
91 if ($pageId !== null) {
92 $page = DatabasePageRow::createFromPageIdAbbr($pageId)->getMarkupPath();

1234