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 51 – 75 of 175) sorted by relevance

1234567

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A Dmobile.less32 /* style like .page */
100 /* page */
101 .dokuwiki div.page {
105 .mode_media div.page {
275 .dokuwiki div.page {
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php4 * DokuWiki Image Detail Page
43 <div class="page group">
88 <!-- PAGE ACTIONS -->
H A Dscript.js79 var content_height = jQuery('#dokuwiki__content div.page').height();
81 var $content = jQuery('#dokuwiki__content div.page');
/dokuwiki/inc/Utf8/
H A DSort.php33 * The collation takes "natural ordering" into account, that is, "page 2" is before "page 10".
160 * Filenames may not be equal to page names, depending on the setting in $conf['fnencode'],
161 * so the correct behavior is to sort page names and reflect this sorting in the filename array.
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php24 * @param string $id page id
41 * Returns path to current page/media
56 * Check whether given revision is the current page
58 * @param int $rev timestamp of current page
80 * The "current" revision means current version of the page or media file. It is either
139 * - id: page id
145 * - mode: page or media
181 * Return a list of page revisions numbers
187 * The current revision is automatically skipped when the page exists.
222 // skip last revision if the page exist
[all...]
/dokuwiki/inc/
H A Dio.php19 * $data[0] ns: The colon separated namespace path minus the trailing page name.
56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
59 * Action plugins are allowed to modify the page content in transit.
64 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
65 * $data[2] page_name: The wiki page name.
66 * $data[3] rev: The page revision, false for current wiki pages.
69 * @param string $id page id
187 * Used to write out a DokuWiki page to file, and send IO_WIKIPAGE_WRITE events.
190 * Action plugins are allowed to modify the page content in transit.
196 * $data[1] ns: The colon separated namespace path minus the trailing page nam
[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 DDraft.php22 * @param string $ID the page id for this draft
119 "Draft for page $this->id and user $this->client doesn't exist at $this->cname."
H A DTaskRunner.php92 * the page changelog
192 * Runs the indexer for the current page
228 * current page
/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
/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/inc/Cache/
H A DCacheInstructions.php11 * @param string $id page id
/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/lib/scripts/
H A Dpage.js2 * Page behaviours
4 * This class adds various behaviours to the rendered page
8 * initialize page behaviours
62 * Highlight internal link pointing to current page
/dokuwiki/inc/Action/
H A DLogout.php42 // when logging out during an edit session, unlock the page
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 DRevert.php28 * @todo check for writability of the current page ($INFO might do it wrong and check the attic version)
H A DRedirect.php11 * Used to redirect to the current page with the last edited section as a target if found
/dokuwiki/inc/Ui/
H A DIndex.php26 * Display page index
101 * <li> tags for namespaces when displaying the page index
H A DDiff.php16 protected $id; // page id or media id
32 * @param string $id page id or media id
H A DSubscribe.php45 echo '<code class="page">' . hsc(prettyprint_id($sub['target'])) . '</code>';
73 $ID => '<code class="page">' . prettyprint_id($ID) . '</code>',
/dokuwiki/lib/exe/
H A Ddetail.php18 // "parent" page
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsass.php138 'page',
139 'page-break-after',
140 'page-break-before',
141 'page-break-inside',
404 '@page',

1234567