Home
last modified time | relevance | path

Searched +full:page -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 175) sorted by path

1234567

/dokuwiki/bin/
H A Ddwpage.php31 'force obtaining a lock for the page (generally bad idea)',
41 'Utility to help command line Dokuwiki page editing, allow ' .
49 'a lock for the page. ' . "\n" .
50 'If a working_file is specified, this is where the page is copied to. ' .
51 'Otherwise defaults to the same as the wiki page in the current ' .
56 'The wiki page to checkout',
81 'The wiki page to create or update',
103 'Obtains or updates a lock for a wiki page'
107 'The wiki page to lock',
115 'Removes a lock for a wiki page
[all...]
H A Dindexer.php79 * Index the given page
H A Dwantedpages.php47 'Sort by wanted or origin page',
81 foreach ($this->getPages($startdir) as $page) {
82 $this->internalLinks($page);
150 $page = ['id' => pathID(substr($dir . '/' . $entry, $trunclen)), 'file' => $dir . '/' . $entry];
151 $pages[] = $page;
161 * @param array $page array with page id and file path
163 protected function internalLinks($page)
166 $instructions = p_get_instructions(file_get_contents($page['file']));
167 $resolver = new PageResolver($page['i
162 internalLinks($page) global() argument
[all...]
/dokuwiki/conf/
H A Ddokuwiki.php17 $conf['start'] = 'start'; //name of start page
39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
50 $conf['useheading'] = 0; //use the first heading in a page as its name
65 $conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
125 $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
126 // 'diff' - page showing revision differences
127 // 'page' - the revised page itself
128 // 'rev' - page showing all revisions
129 // 'current' - most recent revision of page
[all...]
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/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 "Edit this 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]].
97 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:
165 For linking an image to another page see [[#Image Links]] above.
452 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, obviously this is inappropriate when the page contain
[all...]
H A Dwelcome.txt10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
/dokuwiki/
H A Ddoku.php84 //page did not exist
94 $REV = $DATE_AT; //will result in a page not exists message
100 //make infos about the selected page available
H A Dfeed.php
/dokuwiki/inc/Action/
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
H A DAdmin.php28 // retrieve admin plugin name from $_REQUEST['page']
29 if ($INPUT->str('page', '', true) != '') {
H A DBacklink.php11 * Shows which pages link to the current page
H A DDraftdel.php24 * Delete an existing draft for the current page and user if any
H A DEdit.php30 * @inheritdoc falls back to 'source' if page not writable
H A DExport.php24 * Export a wiki page for various formats
29 * data['id'] -- page id
H A DLocked.php10 * Show a locked screen when a page is locked
H A DLogout.php42 // when logging out during an edit session, unlock the page
H A DRedirect.php11 * Used to redirect to the current page with the last edited section as a target if found
H A DRevert.php28 * @todo check for writability of the current page ($INFO might do it wrong and check the attic version)
H A DRevisions.php11 * Show the list of old revisions of the current page
H A DShow.php18 * The default action of showing a page
H A DSource.php11 * Show the source of a page
H A DSubscribe.php55 * Handle page 'subscribe'
75 // any action given? if not just return and show the subscription page
/dokuwiki/inc/
H A DAjax.php125 * Refresh a page lock and save draft
146 $response['errors'][] = 'Permission to write this page has been denied.';
370 // search page titles with original query as well.
386 // it is a matching page, add it to the result
/dokuwiki/inc/Cache/
H A DCacheInstructions.php11 * @param string $id page id

1234567