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 76 – 100 of 175) sorted by relevance

1234567

/dokuwiki/inc/ChangeLog/
H A DMediaChangeLog.php21 * Returns path to current page/media
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php55 <div class="page group">
71 <!-- PAGE ACTIONS -->
/dokuwiki/inc/Action/
H A DSubscribe.php55 * Handle page 'subscribe'
75 // any action given? if not just return and show the subscription page
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
H A DEdit.php30 * @inheritdoc falls back to 'source' if page not writable
/dokuwiki/inc/Extension/
H A DPluginInterface.php67 * @param string $id id of language dependent wiki page
68 * @return string parsed contents of the wiki page in xhtml format
H A DAdminPlugin.php81 * Output html of the admin page
/dokuwiki/inc/Ui/
H A DEditor.php10 * DokuWiki Page Editor
44 // $TEXT has been loaded from page template
84 // Only emit event if page is writable, section edit data is valid and
H A DPageView.php27 * Show a wiki page
/dokuwiki/lib/plugins/styling/
H A Daction.php38 if ($ACT != 'admin' || $INPUT->str('page') != 'styling') return;
H A Dadmin.php51 if ($this->ispopup) $class = 'ispopup page';
74 $target = wl($ID, ['do' => 'admin', 'page' => 'styling']);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less2 * This file provides styles for the search results page (?do=search)
20 /* search results page
H A D_recent.css65 /*____________ page navigator ____________*/
H A D_forms.css86 * Styles for the subscription page
H A D_links.css24 /* any link to current page */
H A D_modal.css53 background-image: url(../../images/page.png);
/dokuwiki/conf/
H A Dwordblock.conf29 (just|simply) (my|a) profile (site|webpage|page)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
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/
H A Dhtml.php41 * @param string $id id of the target page
43 * @param string|array $search search string(s) that shall be highlighted in the target page
73 * Denied page content
261 * Show a wiki page
337 * @param string $media_id id of media, or empty for current page
370 * Display page index
404 * <li> tags for namespaces when displaying the page index
537 * @param string $id Page id, if null $ID is used
551 * between current page version and provided $text
573 * @param PageChangeLog $pagelog changelog object of current page
[all...]
H A Dinfoutils.php291 msg('Your current permission for this page is ' . $INFO['perm'], 0);
294 msg('The current page is writable by the webserver', 1);
296 msg('The current page can be created by the webserver', 1);
298 msg('The current page is not writable by the webserver', -1);
302 msg('The current page is writable by you', 1);
304 msg('The current page is not writable by you', -1);
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/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/lib/scripts/
H A Dedit.js196 * Delete the draft before leaving the page
220 * Activate "not saved" dialog, add draft deletion to page unload,
275 window.keepDraft = true; // needed to keep draft on page unload
/dokuwiki/bin/
H A Dindexer.php79 * Index the given page
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php63 $form->setHiddenField('page', 'logviewer');
78 ['do' => 'admin', 'page' => 'logviewer', 'date' => $this->date, 'facility' => $facility]

1234567