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 relevance

1234567

/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php22 * Adds a new subscription for the given page or namespace
25 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
29 * @param string $id The target page or namespace, specified by id; Namespaces
67 * Removes a subscription for the given page or namespace
69 * This removes all subscriptions matching the given criteria on the given page or
73 * @param string $id The target object’s (namespace or page) id
100 * $INFO['subscribed'] is either false if no subscription for the current page
104 * @param string $id Page ID, defaults to global $ID
153 * This function searches all relevant subscription files for a page or
156 * @param string $page Th
164 subscribers($page, $user = null, $style = null, $data = null) global() argument
[all...]
H A DBulkSubscriptionSender.php16 * the given page if the needed $conf['subscribe_time'] has passed already.
20 * @param string $page
24 public function sendBulk($page)
39 $subscriptions = $subscriberManager->subscribers($page, null, ['digest', 'list']);
74 // single page subscription, check ACL ourselves
135 * @param string $id The target page or namespace, specified by id; Namespaces
166 * @param string $id The target page or namespace, specified by id; Namespaces
182 * Sends a digest mail showing a bunch of changes of a single page. Basically the same as sendPageDiff()
243 'PAGE' => $id,
26 sendBulk($page) global() argument
H A DSubscriptionSender.php22 * @param string $id The id of the page (or media file) the message id should be for
23 * @param string $rev The revision of the page, set to the current revision of the page $id if not set
50 * @param string $context The context of this mail, eg. page or namespace id
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php17 public const MODE_PAGE = 'page';
30 * - id: page id
38 * - mode: (internal use) ether "media" or "page"
52 * Set or return whether this revision is current page or media file
56 * link button depend on relation to current page or media file. A changelog line does
57 * not indicate whether it corresponds to current page or media file.
103 * file icon of the page or media file
115 // page revision
121 * edit date and time of the page or media file
150 * editor of the page o
[all...]
H A DPageChangeLog.php6 * Class PageChangeLog; handles changelog of a wiki page
21 * Returns path to current page/media
45 * @param array $info Revision info structure of a page
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dcontent.less2 * This file provides the main design styles for the page content.
11 .dokuwiki .page h1 {margin-left: 0;}
12 .dokuwiki .page h2 {margin-left: .666em;}
13 .dokuwiki .page h3 {margin-left: 1.776em;}
14 .dokuwiki .page h4 {margin-left: 3em;}
15 .dokuwiki .page h5 {margin-left: 4.5712em;}
16 .dokuwiki .page div.level1 {margin-left: 0;}
17 .dokuwiki .page div.level2 {margin-left: 1em;}
18 .dokuwiki .page div.level3 {margin-left: 2em;}
19 .dokuwiki .page di
[all...]
/dokuwiki/data/pages/wiki/
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/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 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/inc/Remote/
H A DApiCore.php12 use dokuwiki\Remote\Response\Page;
196 * This call allows to check the permissions for a given page/media and user/group combination.
202 * @param string $page A page or media ID
208 public function aclCheck($page, $user = '', $groups = [])
213 $page = $this->checkPage($page, 0, false, AUTH_NONE);
216 return auth_quickaclcheck($page);
226 return auth_aclcheck($page, $user, $groups);
243 * @param bool $hash Whether to include a MD5 hash of the page conten
[all...]
/dokuwiki/inc/
H A Dindexer.php113 * Adds/updates the search index for the given page
117 * @param string $page name of the page to index
124 function idx_addPage($page, $verbose = false, $force = false)
126 $idxtag = metaFN($page, '.indexed');
127 // check if page was deleted but is still in the index
128 if (!page_exists($page)) {
130 if ($verbose) echo "Indexer: $page does not exist, ignoring" . DOKU_LF;
134 $result = $Indexer->deletePage($page);
147 if ($last > @filemtime(wikiFN($page))) {
118 idx_addPage($page, $verbose = false, $force = false) global() argument
[all...]
H A Dpageutils.php44 //construct page id from request URI
86 // start page inside namespace
89 // page named like the NS inside the NS
92 // page like namespace exists
273 * Wiki page existence check
279 * @param string $id page id
301 * @param string $id page id
325 * @param $rev int|string page revision, empty string for current
373 * Returns the full path to the file for locking the page while editing.
377 * @param string $id page i
574 resolve_pageid($ns, & $page, & $exists, $rev = '', $date_at = false) global() argument
753 page_findnearest($page, $useacl = true) global() argument
[all...]
H A Dpluginutils.php125 * if not on an admin plugin page
135 if (($ACT == 'admin') && ($page = $INPUT->str('page', '', true)) != '') {
137 if (in_array($page, $pluginlist)) {
140 $admin_plugin = plugin_load('admin', $page);
144 $INPUT->remove('page');
H A Dparserutils.php35 * Render metadata when the page is really newer or the metadata doesn't exist.
37 * metadata values like the page title and avoids rendering a lot of pages in
40 * does depend e.g. on pages that are included in the current page using
41 * the include plugin (this is very likely the case for the page title, but
51 * which means that when the metadata for the page is requested that actually needs
70 * @param string $id page id
99 //check if the page once existed
117 * @param string $id page id
141 * @param string $id page id
182 * @param string $id page i
[all...]
H A Ddeprecated.php387 * This function searches all relevant subscription files for a page or
392 * @param string $page The target object’s (namespace or page) id
400 public function subscribers($page, $user = null, $style = null, $data = null) {
403 return $manager->subscribers($page, $user, $style, $data);
407 * Adds a new subscription for the given page or namespace
410 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
412 * @param string $id The target page or namespace, specified by id; Namespaces
429 * Removes a subscription for the given page or namespace
431 * This removes all subscriptions matching the given criteria on the given page o
398 subscribers($page, $user = null, $style = null, $data = null) global() argument
480 send_bulk($page) global() argument
[all...]
/dokuwiki/inc/Cache/
H A DCacheRenderer.php23 if (!isset($this->page)) {
28 if ($this->_time < @filemtime(metaFN($this->page, '.meta'))) {
40 $metadata = p_get_metadata($this->page);
76 // page implies metadata and possibly some other dependencies
77 if (isset($this->page)) {
79 $valid = p_get_metadata($this->page, 'date valid');
H A DCacheParser.php12 public $page = '';
16 * @param string $id page id
25 $this->page = $id;
13 public $page = ''; global() variable in dokuwiki\\Cache\\CacheParser
/dokuwiki/inc/Search/
H A DIndexer.php23 * Adds the contents of a page to the fulltext index
25 * The added text replaces previous words for the same page.
26 * An empty value erases the page.
28 * @param string $page a page name
29 * @param string $text the body of the page
35 public function addPageWords($page, $text)
41 $pid = $this->getPIDNoLock($page);
48 // get word usage in page
103 * Split the words in a page an
31 addPageWords($page, $text) global() argument
163 addMetaKeys($page, $key, $value = null) global() argument
371 deletePage($page) global() argument
392 deletePageNoLock($page) global() argument
533 getPID($page) global() argument
558 getPIDNoLock($page) global() argument
[all...]
/dokuwiki/inc/Menu/
H A DPageMenu.php8 * Actions manipulating the current page. Shown as a floating menu in the dokuwiki template
12 protected $view = 'page';
/dokuwiki/inc/File/
H A DPageResolver.php6 * Creates an absolute page ID from a relative one
60 // start page inside namespace
63 // page named like the NS inside the NS
66 // page named like the NS outside the NS
70 // fall back to default start page
H A DResolver.php10 /** @var string context page ID */
12 /** @var string namespace of context page ID */
55 // relative to current page (makes the current page a start page)
H A DPageFile.php13 * Class PageFile : handles wiki text file and its change management for specific page
49 * Get raw WikiText of the page, considering change type at revision date
60 ? '' // attic stores complete last page version for a deleted page
84 after any changes. External edits change the wiki page
136 $data['page'] = $this; // allow event handlers to use this class methods
168 // send "update" event with empty data, so plugins can react to page deletion
196 unset($data['page']);
198 // adds an entry to the changelog and saves the metadata for the page
219 * Checks if the current page versio
[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...]
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php5 * it find in a page or the first section (whichever comes first)
8 * div with CSS class "page"
11 * It also attempts to capture the first heading in a page for
12 * use as the title of the page.
/dokuwiki/inc/Action/
H A DAdmin.php28 // retrieve admin plugin name from $_REQUEST['page']
29 if ($INPUT->str('page', '', true) != '') {

1234567