/dokuwiki/_test/tests/inc/ |
H A D | pageutils_sectionid.test.php | 25 $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 D | mysql.test.php | 152 $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 D | Redirect.php | 38 $check = false; //Byref 39 $opts['fragment'] = sectionID($match[0], $check);
|
H A D | Check.php | 24 check();
|
/dokuwiki/inc/Ui/ |
H A D | Editor.php | 42 $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 D | DocumentationTest.php | 49 $check = $http->get($url); 50 $fail = (bool)strpos($check, 'topic does not exist');
|
/dokuwiki/inc/lang/en/ |
H A D | onceexisted.txt | 3 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 D | fetch_statuscodes_external.test.php | 14 header('X-Test: check headers working');
|
/dokuwiki/lib/plugins/acl/ |
H A D | admin.php | 448 $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 D | style.css | 69 #acl_manager table .check {
|
/dokuwiki/_test/ |
H A D | README | 23 composer run check 43 To check for code violations:
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _admin.less | 65 /* data directory security check */
|
H A D | _fileuploader.css | 105 .qq-overwrite-check input {
|
/dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
H A D | Base64.php | 226 $check = ($err === 0); 227 if (!$check) {
|
H A D | Base32.php | 437 $check = ($err === 0); 438 if (!$check) {
|
/dokuwiki/inc/ |
H A D | pageutils.php | 244 * @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 D | infoutils.php | 229 function check() function
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 229 $check = false; 241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1);
|
/dokuwiki/inc/parser/ |
H A D | renderer.php | 876 $check = false; 877 return sectionID($title, $check);
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 43 Please also check the [API Docs](https://splitbrain.github.io/slika/) for details.
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 955 $check = $this->isCurrentMediaRev($media, $rev) ? '' : $rev; 956 if (!media_exists($media, $check)) continue; // skip non-existing revisions
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Parser.php | 607 $check = substr($data, $start, 400); 609 if (preg_match('/<title>(.+)<\/title>/', $check, $matches)) {
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 72 check out the [API documentation][].
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 140 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 D | CHANGELOG | 349 - 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
|