Home
last modified time | relevance | path

Searched +full:page +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 25 of 43) sorted by relevance

12

/plugin/data/
H A Daction.php46 * Handles the page write event and removes the database info
61 // get page id
62 $pid = (int) $sqlite->queryValue('SELECT pid FROM pages WHERE page = ?', $id);
63 if (!$pid) return; // we have no data for this page
147 if ($aliases[$type]['type'] !== 'page') {
148 echo 'AutoCompletion is only supported for page types';
153 // Resolve namespace start page ID
180 foreach ($pages as $page => $title) {
182 if (!preg_match($regexp, $page, $id)) {
H A Dhelper.php151 case 'page':
205 if ($type == 'title' || ($type == 'page' && useHeading('content'))) {
250 case 'page':
303 // per default use keyname as target page, but prefix on aliases
415 '%title%' => ['page', 'title'],
416 '%pageid%' => ['title', 'page'],
H A Dscript.js13 * Init autocompletion for all page alias fields
/plugin/issuelinks/helper/
H A Ddata.php276 * remove duplicate revisions of a page and keep only the newest
285 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']);
[all …]
/plugin/data/syntax/
H A Drelated.php56 $renderer->internallink($row['page']);
86 // get values for current page:
91 AND B.page = ?";
111 $order = ', pages.page ' . $data['sort'][1];
125 $order = ', pages.page';
138 $where .= " " . $filter['logic'] . " pages.page "
163 $sql = "SELECT pages.pid, pages.page as page, pages.title as title, COUNT(*) as rel
166 AND pages.page != " . $sqlite->getPdo()->quote($id) . "
H A Dcloud.php88 $fields = ['pageid' => 'page', 'class' => 'class', 'title' => 'title'];
161 if (!isset($data['page'])) {
162 $data['page'] = $ID;
192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
H A Dentry.php241 // store page info
243 "INSERT OR IGNORE INTO pages (page,title,class) VALUES (?,?,?)",
252 "UPDATE pages SET title = ?, class = ?, lastmod = ? WHERE page = ?",
259 // fetch page id
261 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);
448 ['', 'page', 'nspage', 'title', 'img', 'mail', 'url', 'tag', 'wiki', 'dt', 'hidden'],
603 ['', 'page', 'nspage', 'title', 'img', 'mail', 'url', 'tag', 'wiki', 'dt', 'hidden'],
H A Dtable.php191 case 'page':
193 $data['page'] = cleanID($line[1]);
594 $select[] = '" " || pages.page';
601 $select[] = "pages.page || '|' || pages.title";
616 $select[] = "pages.page || '|' || GROUP_CONCAT_DISTINCT(" . $tables[$key] . ".value,'\n')";
631 $order = 'ORDER BY pages.page ' . $data['sort'][1];
663 $where2 .= " " . $filter['logic'] . " pages.page " .
/plugin/data/db/
H A Dupdate0001.sql12 page,
15 CREATE UNIQUE INDEX idx_page ON pages (page);
3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); global() field
/plugin/data/admin/
H A Dclean.php72 $rows = $sqlite->queryAll('SELECT pid, page FROM pages');
76 if (!page_exists($row['page'])) {
95 $form->addHidden('page', 'data_clean');
H A Daliases.php102 * Output html of the admin page
115 $form->addHidden('page', 'data_aliases');
142 ['', 'page', 'title', 'mail', 'url', 'dt', 'wiki', 'tag', 'hidden', 'img'],
/plugin/data/_test/
H A Daction_handle.test.php
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php
H A Dsyntax_plugin_data_table.test.php
/plugin/minimap/_test/data/pages/
H A Dpage2.txt1 ====== Minimap Page 2 ======
5 A second page to test
H A Dpage1.txt1 ====== Minimap Page 1 ======
5 One page for the minimap test
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt5 …mponent|webcomponent]] that shows the backlinks of a page ordered by pages importance where the pa…
H A Dcard_column.txt27 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
46 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
H A Dcard.txt28 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
41 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css36 page-break-after: avoid;
67 span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
81 span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
93 span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
/plugin/backlinks2/_test/data/pages/aaa/
H A Dlink.txt1 ====== linking to a page form aaa ======
3 This is [[:mmm:nnn:ooo:start|link to a start page]].
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt3page contains all possible syntax you may use when editing the pages. Simply have a look at the so…
71 …are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>W…
74 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
91 You can also use an image to link to another internal or external page by combining the syntax for …
161 For linking an image to another page see [[#Image Links]] above.
322 See the source of this page to see how to use these blocks.
354page, obviously this is inappropriate when the page contains dynamic external content. The paramet…
410 Some syntax influences how DokuWiki renders a page without creating any output it self. The followi…
413 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
414 …>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
72 DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
75 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
92 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
162 For linking an image to another page see [[#Image Links]] above.
465 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviousl
[all...]
/plugin/backlinks2/_test/data/pages/
H A Dlink.txt5 Another [[backlinks_syntax|link]] to the backlinks page.

12