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 last modified time

1234567

/dokuwiki/lib/plugins/acl/
H A Dadmin.php218 $opts = ['do' => 'admin', 'page' => 'acl'];
227 * Display a tree menu to select a page or namespace
266 * get a combined list of media and page files
301 * Sorts the combined trees of media and page files
326 // to a page, one to a namespace, the namespace needs to be first.
332 // Now the empty part is either a page in the parent namespace
370 echo '<input type="hidden" name="page" value="acl" />';
537 // namespace or page?
648 echo '<input type="hidden" name="page" value="acl" />';
702 * and page/namespac
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A D6502tasm.php70 '.page', '.pend', '.proc', '.rept', '.rta', '.shift', '.text', '.warn', '.word',
H A Dalgol68.php195 22 => array('put possible', 'putpossible', 'get possible', 'getpossible', 'bin possible', 'binpossible', 'set possible', 'setpossible', 'reset possible', 'resetpossible', 'reidf possible', 'reidfpossible', 'draw possible', 'drawpossible', 'compressible', 'on logical file end', 'onlogicalfileend', 'on physical file end', 'onphysicalfileend', 'on line end', 'onlineend', 'on page end', 'onpageend', 'on format end', 'onformatend', 'on value error', 'onvalueerror', 'on open error', 'onopenerror', 'on transput error', 'ontransputerror', 'on format error', 'onformaterror', 'open', 'establish', 'create', 'associate', 'close', 'lock', 'scratch', 'space', 'new line', 'newline', 'print', 'write f', 'writef', 'print f', 'printf', 'write bin', 'writebin', 'print bin', 'printbin', 'read f', 'readf', 'read bin', 'readbin', 'put f', 'putf', 'get f', 'getf', 'make term', 'maketerm', 'make device', 'makedevice', 'idf', 'term', 'read int', 'readint', 'read long int', 'readlongint', 'read long long int', 'readlonglongint', 'read real', 'readreal', 'read long real', 'readlongreal', 'read long long real', 'readlonglongreal', 'read complex', 'readcomplex', 'read long complex', 'readlongcomplex', 'read long long complex', 'readlonglongcomplex', 'read bool', 'readbool', 'read bits', 'readbits', 'read long bits', 'readlongbits', 'read long long bits', 'readlonglongbits', 'read char', 'readchar', 'read string', 'readstring', 'print int', 'printint', 'print long int', 'printlongint', 'print long long int', 'printlonglongint', 'print real', 'printreal', 'print long real', 'printlongreal', 'print long long real', 'printlonglongreal', 'print complex', 'printcomplex', 'print long complex', 'printlongcomplex', 'print long long complex', 'printlonglongcomplex', 'print bool', 'printbool', 'print bits', 'printbits', 'print long bits', 'printlongbits', 'print long long bits', 'printlonglongbits', 'print char', 'printchar', 'print string', 'printstring', 'whole', 'fixed', 'float'),
H A Dasymptote.php1654 'page',
H A Depc.php75 'pbutton', 'setslider', 'setpslider', 'slider', 'pslider', 'page', 'line', 'header',
H A Dgenero.php237 "PAGE",
/dokuwiki/lib/plugins/config/
H A Dadmin.php65 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'config'], true, '&'));
191 echo '<input type="hidden" name="page" value="config" />';
/dokuwiki/inc/
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 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 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 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...]
/dokuwiki/inc/parser/
H A Dxhtml.php12 * This is DokuWiki's main renderer used to display page content in the wiki
95 * @param int $end The byte position for the edit end; null for the rest of the page
840 * Render a page local link
1811 * @param null|string $id linked page id (used to extract title from first heading)
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/
H A Dindex.php67 // treat everything else as a potential wiki page
/dokuwiki/lib/exe/
H A Djs.php71 DOKU_INC . 'lib/scripts/page.js',
H A Dmediamanager.php43 // If this page is directly opened it means we are in popup mode not fullscreen
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php55 <div class="page group">
71 <!-- PAGE ACTIONS -->
H A Dscript.js79 var content_height = jQuery('#dokuwiki__content div.page').height();
81 var $content = jQuery('#dokuwiki__content div.page');
H A Dtpl_header.php30 // display logo and wiki title in a link to the home page
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css86 * Styles for the subscription page
H A Dbasic.less18 background: @ini_background_site url(images/page-gradient.png) top left repeat-x;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php241 * Per <http://cseweb.ucsd.edu/~hovav/dist/survey.pdf#page=5>, this number ought not result in primes smaller
556 // see http://tools.ietf.org/html/rfc3447#page-43
576 // from https://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf#page=40
603 * Quoting https://tools.ietf.org/html/rfc8017#page-65,
618 // see http://tools.ietf.org/html/rfc3447#page-43
632 // from https://www.emc.com/collateral/white-papers/h11300-pkcs-1v2-2-rsa-cryptography-standard-wp.pdf#page=40
778 * To quote from {@link http://tools.ietf.org/html/rfc3447#page-38 RFC3447#page-38}:
806 * To quote from {@link http://tools.ietf.org/html/rfc3447#page-17 RFC3447#page
[all...]
H A DRandom.php74 // on the data sent by all users. one user requests the page and a hash of their info is saved.
75 // another user visits the page and the serialization of their data is utilized along with the
H A DRijndael.php18 * {@link http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf#page=10 Rijndael-ammended.pdf#page=10} defines the
21 * {@link http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf#page=44 Rijndael-ammended.pdf#page=44}:
26 * {@link http://www.csrc.nist.gov/publications/fips/fips197/fips-197.pdf#page=10 fips-197.pdf#page=10}.}}
338 // fips-197.pdf#page=19, "Figure 5. Pseudo Code for the Cipher", states that this loop has four components -
339 // subBytes, shiftRows, mixColumns, and addRoundKey. fips-197.pdf#page=30, "Implementation Suggestions Regarding
341 // Rijndael-ammended.pdf#page=20, "Implementation aspects / 32-bit processor", discusses such an optimization.
342 // Unfortunately, the description given there is not quite correct. Per aes.spec.v316.pdf#page
[all...]
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php33 /** @var string the page id this action links to */

1234567