Home
last modified time | relevance | path

Searched refs:page (Results 126 – 150 of 2033) sorted by relevance

12345678910>>...82

/plugin/issuelinks/helper/
H A Ddata.php285 foreach ($pages as $page) {
286 …if (!array_key_exists($page['page'], $uniquePages) || $uniquePages[$page['page']]['rev'] < $page['…
287 $uniquePages[$page['page']] = $page;
303 foreach ($pages as $page) {
304 if (auth_quickaclcheck($page['page']) >= AUTH_READ) {
305 $allowedPagegs[] = $page;
320 foreach ($pages as &$page) {
321 $changelog = new PageChangelog($page['page']);
322 $revision = $changelog->getRevisionInfo($page['rev']);
323 $page['user'] = $revision['user'];
/plugin/loglog/helper/
H A Dreport.php55 function ($page, $cnt) {
56 return " - $page: $cnt";
113 list($action, $page) = explode(' - ', $line['msg']);
114 if ($page) {
115 $pages[$page] = !isset($pages[$page]) ? 1 : $pages[$page] + 1;
/plugin/combo/action/
H A Dindexer.php39 * Note that you can disable a page to go into the index
42 * $indexenabled = p_get_metadata($page, 'internal index', METADATA_RENDER_UNLIMITED);
51 * but it's still a valid page
68 * in {@link idx_addPage} (page is the id)
100 * Check that the actual page has analytics data
103 $id = $event->data['page'];
104 $page = MarkupPath::createMarkupFromId($id);
108 * They receive even the deleted page
110 $databasePage = $page->getDatabasePage();
111 if (!FileSystems::exists($page)) {
[all...]
H A Dmetaprocessing.php66 $afterId = $afterMetaArray["page"];
67 $beforeId = $beforeMetaArray["page"];
83 $page = MarkupPath::createMarkupFromId($afterId);
90 $beforeStore = MetadataDokuWikiArrayStore::getOrCreateFromResource($page, $beforeMetaArray);
91 $afterStore = MetadataDokuWikiArrayStore::getOrCreateFromResource($page, $afterMetaArray);
103 ->setResource($page);
107 ->setResource($page);
122 MetadataMutation::notifyMetadataMutation($attribute, $valueBefore, $valueAfter, $page);
129 PageImages::createForPage($page)->modifyMetaDokuWikiArray($event->data);
/plugin/newpagetemplate/
H A Dnewpage.ini4 ; Eeach site requires a title and at least one entry of page id
7 ; The titles are page ids of the templates
11 page[] = playground:current:one
12 page[] = playground:current:two
16 page[] = playground:persistent:one
17 page[] = playground:persistent:two
/plugin/epub/lang/en/
H A Dremove.txt1 You can re-create this book, by editing its pages or changing the page list or the order of the pag…
3 … do this by clicking on the above button: **Remove page from creator list**. This will free the p…
4 Unless you do this, the page will continue to display the **Start** and **Remove page. . .** butt…
5 even if you have removed the epub syntax from the page.
/plugin/combo/ComboStrap/
H A DLocale.php17 public static function createForPage(MarkupPath $page, string $separator = "_"): Locale argument
21 ->setResource($page);
31 return "The locale define the language and the formatting of numbers and time for the page. It's generated from the language and region metadata.";
45 $page = $this->getResource();
46 if (!($page instanceof MarkupPath)) {
47 LogUtility::internalError("The locale is only implemented for page resources");
50 $lang = $page->getLangOrDefault();
51 $country = $page->getRegionOrDefault();
H A DLdJson.php22 * to tag page manually (you see well what kind of information they need)
50 public static function createForPage(MarkupPath $page): LdJson argument
53 ->setResource($page);
58 * @param MarkupPath $page
60 public static function addImage(array &$ldJson, MarkupPath $page) argument
63 * Image must belong to the page
81 $imagesSet = $page->getImagesForTheFollowingUsages([PageImageUsage::ALL, PageImageUsage::SOCIAL, PageImageUsage::GOOGLE]);
88 LogUtility::internalError("The page image should come from a wiki path", self::CANONICAL, $e);
95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
103 LogUtility::error("The image ($pageImagePath) could not be added as page imag
[all...]
/plugin/watchcycle/
H A Daction.php29 // ensure a page revision is created when summary changes:
135 $page = $event->data['current']['last_change']['id'];
139 $res = $sqlite->query('SELECT * FROM watchcycle WHERE page=?', $page);
142 //false if page needs checking
151 $entry['page'] = $page;
180 $toupdate[] = $page;
181 $sqlite->query("UPDATE watchcycle SET $set WHERE page=?", $toupdate);
187 $sqlite->query('DELETE FROM watchcycle WHERE page
338 informMaintainer($def, $page) global() argument
432 sendMail($mail, $page) global() argument
[all...]
/plugin/overlay/
H A Daction.php72 $page = "";
86 $page = $wiki_page;
92 $page = $wiki_page;
96 if(!$page) {
105 $page = "$ns:overlay"; // if an alternate exists put it in $page
111 if(!$page) {
118 … $page = "$nmsp:overlay"; // if a parent namespace alternate exists put it in $page
126 if(!$page) $page = trim($this->getConf('page'));
127 if(!$page) return;
128 $insert = p_wiki_xhtml($page);
/plugin/navi/_test/
H A DExternalLinksTest.php50 foreach ($pq->find('a') as $page) {
51 $actualPages[] = $page->getAttribute('title');
55 foreach ($pq->find('li.open > div > a, li.open > div > span > a') as $page) {
56 $actualLiOpen[] = $page->getAttribute('title');
60 foreach ($pq->find('li.close > div > a, li.close > div > span > a') as $page) {
61 $actualLiClose[] = $page->getAttribute('title');
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php22 function _save($backlinks, $page) { argument
25 $file = $this->_pageTemplateMetaFN($page);
31 function _load($page) { argument
32 $file = $this->_pageTemplateMetaFN($page);
59 $page = $backlink[4];
60 $file = wikiFN($page);
65 $__PAGETEMPLATE_ID = $page;
74 resolve_pageid(getNS($page),$mid,$exists); //exists is not used
/plugin/directions/
H A Daction.php153 $page = $this->dir_prepareID($id);
161 $this->dir_logAccess($page,$this->dir_getStatus(wikiFN($id)),$referer);
173 * @param $page page name that was called
175 * @param $referer predecessor of $page (which page link to $page)
199 function dir_logAccess($page,$status,$referer=''){ argument
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
274 $hit = "$user>$referer>$page\n";
/plugin/linkback/exe/
H A Dtrackback.php119 $page = $this->tools->getPage($linkback['url']);
120 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300)) {
121 $log[] = "\tLinked page cannot be reached, status " .$page['status'];
124 $this->_printTrackbackError('Linked page cannot be reached ('.$page['error'].').');
131 'page' => $page,
[all...]
/plugin/quickstats/scripts/
H A Dget_pages.php25 function qs_process_pages ($page,$month) { argument
29 $found = qs_pages_search_i($page,$month);
32 foreach($found as $page=>$accesses) {
33 echo "$page=>$accesses\n";
34 print_r($page_users[md5($page)]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.php39 public $page; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
100 public function setPage($page) argument
102 $this->page = $page;
109 return $this->page;
H A DGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.php39 public $page; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
100 public function setPage($page) argument
102 $this->page = $page;
109 return $this->page;
H A DGoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php39 public $page; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
100 public function setPage($page) argument
102 $this->page = $page;
109 return $this->page;
/plugin/page4release/
H A Drebuildindex.php35 foreach ($pages as $page) {
36 echo '[['.$page['id'].']]';
37 $filename = array_pop(explode(':',$page['id']));
38 $release = p_get_metadata($page['id'], 'page4release',True);
41 $page4release[$filename][$page['id']] = $release;
/plugin/structtasks/_test/
H A DActionTest.php57 $page = 'some:page';
87 ->with($this->equalTo($page),
96 $access = AccessTable::getPageAccess('valid', $page, time());
99 saveWikiText($page, $old_content, 'save 1');
101 $assignments->assignPageSchema($page, 'valid');
104 $access = AccessTable::getPageAccess('valid', $page, time());
106 saveWikiText($page, $new_content, 'save 2');
/plugin/do/db/
H A Dupdate0001.sql2 page, field
9 CREATE UNIQUE INDEX idx_tasks_page_md5 ON tasks(page, md5);
12 page, field
17 CREATE UNIQUE INDEX idx_task_status_page_md5 ON task_status(page, md5);
/plugin/include/syntax/
H A Dinclude.php3 * Include Plugin: displays a wiki page within another
5 * {{page>page}} for "page" in same namespace
6 * {{page>:page}} for "page" in top namespace
7 * {{page>namespace:page}} for "page" i
[all...]
H A Dheader.php5 * Provides a header instruction which renders a permalink to the included page
35 list($headline, $lvl, $pos, $page, $sect, $flags) = $data;
41 $url = ($sect) ? wl($page) . '#' . $sect : wl($page);
45 $tag = $this->_get_firsttag($page);
78 function _get_firsttag($page) { argument
82 $subject = p_get_metadata($page, 'subject');
/plugin/scrapbook/
H A Daction.php76 } else foreach($data as $page) {
77 if($page['title']) {
78 $title = $page['title'];
80 $title = str_replace(array('_', '-'), array(' ', ' - '), noNS($page['id']));
82 echo '<button data-id="' . hsc($page['id']) . '">' . hsc($title) . '</button>';
/plugin/approve/action/
H A Dnotification.php65 $page = $notification['page'];
68 $link = '<a class="wikilink1" href="' . wl($page, '', true) . '">';
70 $heading = p_get_first_heading($page);
74 $link .= noNSorNS($page);
77 $link .= noNSorNS($page);
83 'id' => $page.':'.$rev,

12345678910>>...82