Home
last modified time | relevance | path

Searched refs:check (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/inc/Action/
H A DRedirect.php38 $check = false; //Byref
39 $opts['fragment'] = sectionID($match[0], $check);
H A DCheck.php24 check();
/dokuwiki/inc/Ui/
H A DEditor.php42 $check = $INPUT->str('changecheck');
45 $check = md5('');
47 $check = md5($TEXT);
49 $mod = (md5($TEXT) !== $check);
57 // check pseudo action 'source'
72 $form->setHiddenField('changecheck', $check);
/dokuwiki/inc/lang/en/
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
/dokuwiki/lib/plugins/acl/
H A Dadmin.php445 // prepare where to check
448 $check = '*';
450 $check = $ns . ':*';
453 $check = $ID;
456 // prepare who to check
470 // check the permissions
471 $perm = auth_aclcheck($check, $user, $groups);
683 echo '<td class="check">';
711 $check = '*';
713 $check
[all...]
H A Dstyle.css69 #acl_manager table .check {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less65 /* data directory security check */
H A D_fileuploader.css105 .qq-overwrite-check input {
/dokuwiki/inc/
H A Dpageutils.php132 // check if it's already in the memory cache
244 * @param array|bool $check Existing IDs
249 function sectionID($title, &$check)
259 if (is_array($check)) {
262 while (in_array($candidateTitle, $check)) {
265 $check [] = $candidateTitle;
273 * Wiki page existence check
299 * Media existence check
245 sectionID($title, & $check) global() argument
H A Dinfoutils.php19 define('DOKU_MESSAGEURL', 'https://update.dokuwiki.org/check/');
21 define('DOKU_MESSAGEURL', 'http://update.dokuwiki.org/check/');
42 // check if new messages needs to be fetched
56 // basic sanity check that this is either an empty string response (ie "no messages")
172 function check()
343 // rough time check
149 function check(){ global() function
/dokuwiki/lib/plugins/config/
H A Dadmin.php229 $check = false;
241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
/dokuwiki/inc/parser/
H A Drenderer.php876 $check = false;
877 return sectionID($title, $check);
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md43 Please also check the [API Docs](https://splitbrain.github.io/slika/) for details.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php503 // Cache this h-card for the next h-entry to check.
609 $check = substr($data, $start, 400);
611 if (preg_match('/<title>(.+)<\/title>/', $check, $matches)) {
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown56 check out the [API documentation][].
H A DCHANGELOG.md58 - remove check for E_USER_DEPRECATED definition by @Art4 in [#750](https://github.com/simplepie/simplepie/pull/750)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG347 - Fixed missing check for comment_regexp preference in HardQuotes (BenBE)
408 - Updated the language file check script in contrib/ (BenBE)
669 - Added a check for set_case_keywords for the given param to be supported (BenBE)
764 - Fixed SF bug 1556404 - check before using $this in language files
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1223 .ui-icon-check { background-position: -64px -144px; }
1261 .ui-icon-circle-check { background-position: -208px -192px; }