Home
last modified time | relevance | path

Searched refs:page (Results 1851 – 1875 of 2033) sorted by path

1...<<71727374757677787980>>...82

/plugin/templatepagename/
H A DREADME.md14 When you follow the [page name conventions](https://www.dokuwiki.org/pagename) people who has write permission on it
15 may modify the page.
H A Dplugin.info.txt6 desc Set a default template page name
/plugin/templater/
H A DCHANGELOG.md43 * Better fix for `{{template>page#section}}` doesn't exist with error message.
49 * Bug fix for when `{{template>page#section}}` doesn't exist.
53 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
H A Dplugin.info.txt7 desc Displays a wiki page (or a section thereof) within another, with user selectable replacements.
/plugin/text/
H A DREADME3 renders page as plain text. USAGE: <pagename>?do=export_text
H A Dplugin.info.txt6 desc renders page as plain text. USAGE: <pagename>?do=export_text (Original author: Todd Augsburg…
/plugin/textinsert/
H A Dsyntax.php209 $page = cleanID($file) ;
232 $page,
233 utf8_ucfirst($page),
234 utf8_ucwords($page),
235 utf8_strtoupper($page),
/plugin/tgnotify/
H A DCHANGELOG.rst37 * Bug: Modified page link fixed for english translation
53 * Feature: Plugin debug mode is added. May be activated at settings page.
H A DLICENSE186 same "printed page" as the copyright notice for easier
H A DREADME.rst7 A DokuWiki plugin that notifies a Telegram channel of page edits.
H A Dplugin.info.txt6 desc Notify page events via Telegram
/plugin/timetrack/
H A Daction.php49 …if(p_get_metadata($cache->page,'plugin_timetrack update_time') < $this->tthlp->getMaxUpdateTime($c…
H A Dhelper.php84 * @param string $page dokuwiki pageid
88 public function getPageId($page, $create = true) { argument
91 $res = $sqlite->query("SELECT id FROM page WHERE page = ?", $page);
95 $sqlite->query('INSERT OR IGNORE INTO page(page) VALUES (?)',$page);
102 $res = $sqlite->query("SELECT id FROM page WHERE page = ?", $page);
/plugin/timetrack/db/
H A Dupdate0001.sql4 CREATE TABLE page (id INTEGER PRIMARY KEY, page TEXT); table
5 CREATE UNIQUE INDEX idx_page ON page(page);
/plugin/tindexmenu/
H A DCREDITS40 Current page highliting suggestion.
43 Start page bug.
H A Daction.php96 if (!isset($cache->page)) return;
H A Dstyle.css10 a.nodeSel Last visited page js
11 a.navSel Current page js
44 /* Last visited page highlighting*/
48 /* Current page highlighting*/
63 /*Namespace without page link in nojs mode. !important has to be used*/
70 /*Namespace with page link (headpage) in nojs mode. !important has to be used*/
/plugin/tindexmenu/syntax/
H A Dindexmenu.php417 $page=$ns.":".noNS($ns);
420 $page=$ns;
424 $page=ltrim($ns.":".$conf['start'],":");
428 $page=$ns.":".$hp;
431 if (@file_exists(wikiFN($page)) && auth_quickaclcheck($page) >= AUTH_READ) {
434 $hns=$page;
714 ($this->nsort) ? $page=$item['hns'] : $sort=0;
716 if ($item['type']=='f') $page=$item['id'];
717 if ($page) {
718 if ($this->msort) $sort=p_get_metadata($page,$this->msort);
[all …]
/plugin/tipoftheday/
H A DREADME.md4 Display Tip of the Day - which is a random section of another page.
9 {{totd>:namespace:page}}
12 Display random page in namespace
H A Dplugin.info.txt6 desc Display Tip of the Day - which is a random section of another page.
/plugin/tipoftheday/syntax/
H A Dtotd.php34 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
36 $return = array($page, explode('&', $flags));
46 list($page, $flags) = $data;
51 $sections = $this->_getSections($page);
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
83 …sections[$prev])), "&lt;", 'title="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 …
84 …=> $sections[$next])), "&gt;", 'title="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 …
H A Dtotns.php32 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
34 $header = $this->_getNSFiles(getNS($page));
36 $page = $header[intval(date('W')) % count($header)];
37 if ( empty($page) ) {
38 $page = $header[0];
41 return array($page, explode('&', $flags));
48 list($page, $flags) = $data;
53 $ins = p_cached_instructions(wikiFN($page));
64 $page = array();
73 $page[] = $dat['id'];
[all …]
/plugin/tline/
H A DCHANGES.txt4 * Added test 5, really long labels, to test example page rev 1601, LarryK
8 * Added test example page for trying and testing event attributes
216 the wiki page about dynamic events recommends calling loadXML, etc, I
246 controls whether the mouse-wheel scrolls, zooms or moves the page (if the page
255 the webapp/docs/create-timelines.html page (halcyon1981) rev 1418
/plugin/tocselect/
H A DREADME.md2 Add TOC for selected pages to sidebar or current page.
H A Dplugin.info.txt6 desc Adds textbox and namespace/wiki:id index for installing tables of contents in page or side bar

1...<<71727374757677787980>>...82