Home
last modified time | relevance | path

Searched refs:page (Results 76 – 100 of 102) sorted by relevance

12345

/dokuwiki/inc/
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...]
H A Dtemplate.php178 * Handle the admin page contents
191 $class = $INPUT->str('page');
495 * @param string $id page id
511 * get the parent page
513 * Tries to find out which page is parent.
516 * @param string $id page id
869 $page = $part;
870 if ($page == $conf['start']) continue; // Skip startpage
873 $out .= $sep . tpl_pagelink($page, null, true);
876 // print current page, skippin
[all...]
H A Dcommon.php261 //load page meta data
290 // See also $INFO['meta']['last_change'] which is the most recent log line for page $ID.
422 // page names
425 // get page title
449 * Filter for page IDs
500 * @param string $id page id, defaults to start page
546 * This builds a link to an alternate page format
551 * @param string $id page id, defaults to start page
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_footnotes.css16 /*____________ footnotes at the bottom of the page ____________*/
H A Dmobile.less32 /* style like .page */
100 /* page */
101 .dokuwiki div.page {
105 .mode_media div.page {
275 .dokuwiki div.page {
H A D_search.less2 * This file provides styles for the search results page (?do=search)
20 /* search results page
H A D_forms.css86 * Styles for the subscription page
H A D_modal.css53 background-image: url(../../images/page.png);
H A D_links.css24 /* any link to current page */
H A D_recent.css65 /*____________ page navigator ____________*/
H A D_diff.css3 * differences between two versions of a page (?do=diff).
H A Ddesign.less293 .dokuwiki div.page {
H A Dbasic.less18 background: @ini_background_site url(images/page-gradient.png) top left repeat-x;
/dokuwiki/inc/lang/fr/
H A Ddraft.txt3 La dernière modification de cette page ne s'est pas terminée correctement. DokuWiki a enregistré automatiquement un brouillon de votre travail que vous pouvez utiliser pour votre modification. Ci-dessous figurent les données enregistrées lors de votre dernière session.
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and pages in your wiki.
/dokuwiki/lib/plugins/acl/lang/fr/
H A Dhelp.txt3 Cette page vous permet d'ajouter ou de supprimer des autorisations pour les catégories et les pages de votre wiki.
/dokuwiki/lib/plugins/acl/
H A Dstyle.css96 background: transparent url(pix/page.png) 0px 1px no-repeat;
100 background: transparent url(pix/page.png) right 1px no-repeat;
/dokuwiki/inc/Remote/
H A DApiCore.php196 * 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 content
285 * This is uses the page inde
[all...]
/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...]
/dokuwiki/inc/parser/
H A Dmetadata.php10 * Metadata is additional information about a DokuWiki page that gets extracted mainly from the page's content
14 * Some simplified rendering to $doc is done to gather the page's (text-only) abstract.
63 * Sets up some of the persistent info about the page if it doesn't exist, yet.
445 * Render a page local link
463 * @param string $id page ID to link to. eg. 'wiki:syntax'
487 [$page] = sexplode('#', $id, 2);
490 $this->meta['relation']['references'][$page] = page_exists($page);
702 * @param null|string $id linked page i
[all...]
/dokuwiki/conf/
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php122 public function set_image_handler($page = false) argument
124 if ($page) {
125 $this->image_handler = (string) $page;
H A DSimplePie.php1420 * all characters. If your page is being served as ISO-8859-1 and you try
1474 * @param string $page Web-accessible path to the handler_image.php file.
1477 public function set_image_handler($page = false, $qs = 'i') argument
1479 if ($page !== false) {
1480 $this->sanitize->set_image_handler($page . '?' . $qs . '=');
1745 // If we've got a non feed_url stored (if the page isn't actually a feed, or is a redirect) use that URL.
1960 * This method ensures that the SimplePie-enabled page is being served with
1970 * Because it's setting these settings for the entire page (as is the nature
1971 * of HTTP headers), this should only be used once per page (again, at the
1974 * @param string $mime MIME type to serve the page a
3062 set_favicon_handler($page = false, $qs = 'i') global() argument
[all...]
/dokuwiki/inc/Ui/
H A DSearch.php353 foreach ($this->fullTextResults as $page => $numberOfHits) {
354 $namespace = getNS($page);
445 * Build the intro text for the search page
518 'page' => $id,
585 'page' => $id,
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt49 example.php - An example web page for converting

12345