Home
last modified time | relevance | path

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

12

/dokuwiki/_test/tests/inc/
H A Dpageutils_sectionid.test.php25 $check = array();
28 $newId = sectionID($title, $check);
39 $check = false;
40 …$this->assertEquals("abc", sectionID("abc", $check), "Passing \$check=false shouldn't lead to an e…
41 …$this->assertEquals("abc", sectionID("abc", $check), "Passing \$check=false shouldn't try to dedup…
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php152 $check = $auth->getUserData($newuser['user']);
153 $this->assertEquals($newuser['user'], $check['user'], $info);
154 $this->assertEquals($newuser['mail'], $check['mail'], $info);
156 $this->assertEquals($groups, $check['grps'], $info);
172 $check = $auth->getUserData($user['user']);
173 $this->assertEquals($user['user'], $check['user'], $info);
174 $this->assertEquals($user['name'], $check['name'], $info);
175 $this->assertEquals($user['mail'], $check['mail'], $info);
177 $this->assertEquals($groups, $check['grps'], $info);
204 $check = $auth->getUserData($user['user']);
[all …]
/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);
72 $form->setHiddenField('changecheck', $check);
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php49 $check = $http->get($url);
50 $fail = (bool)strpos($check, 'topic does not exist');
/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**…
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_statuscodes_external.test.php14 header('X-Test: check headers working');
/dokuwiki/lib/plugins/acl/
H A Dadmin.php448 $check = '*';
450 $check = $ns . ':*';
453 $check = $ID;
471 $perm = auth_aclcheck($check, $user, $groups);
711 $check = '*';
713 $check = $this->ns . ':*';
716 $check = $ID;
719 if (isset($this->acl[$check][$this->who])) {
720 return $this->acl[$check][$this->who];
H A Dstyle.css69 #acl_manager table .check {
/dokuwiki/_test/
H A DREADME23 composer run check
43 To check for code violations:
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less65 /* data directory security check */
H A D_fileuploader.css105 .qq-overwrite-check input {
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php226 $check = ($err === 0);
227 if (!$check) {
H A DBase32.php437 $check = ($err === 0);
438 if (!$check) {
/dokuwiki/inc/
H A Dpageutils.php244 * @param array|bool $check Existing IDs
249 function sectionID($title, &$check) argument
259 if (is_array($check)) {
262 while (in_array($candidateTitle, $check)) {
265 $check [] = $candidateTitle;
H A Dinfoutils.php229 function check() 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/inc/Remote/
H A DApiCore.php955 $check = $this->isCurrentMediaRev($media, $rev) ? '' : $rev;
956 if (!media_exists($media, $check)) continue; // skip non-existing revisions
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php607 $check = substr($data, $start, 400);
609 if (preg_match('/<title>(.+)<\/title>/', $check, $matches)) {
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown72 check out the [API documentation][].
/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 interf…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG349 - Fixed missing check for comment_regexp preference in HardQuotes (BenBE)
410 - Updated the language file check script in contrib/ (BenBE)
671 - Added a check for set_case_keywords for the given param to be supported (BenBE)
766 - Fixed SF bug 1556404 - check before using $this in language files

12