| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_sectionid.test.php | 25 $check = array(); 28 $newId = sectionID($title, $check); 35 * The convention in the code is to pass $check=false when we're not interested in having 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…
|
| H A D | styleutils_cssstyleini.test.php | 28 // check that all stylesheet levels are present 32 // check an original stylesheet and an additional one
|
| H A D | common_pageinfo.test.php | 52 * check info keys and values for a non-existent page & admin user 67 * check info keys and values for a existing page & admin user 99 * check info keys and values for anonymous user 141 * check info keys and values with $REV 170 * check info keys and values with $RANGE 196 // check $RANGE without $REV 204 // check $RANGE with $REV = current 213 // check with a real $REV 275 …$this->assertEquals($info['meta'], p_get_metadata($ID)); // check metadata has been updated corr… 279 * check draft [all …]
|
| H A D | io_rmdir.test.php | 76 // check result 91 // check result 112 // check result 133 // check result 155 // check result 166 // check result 195 // check result 208 // check result
|
| /dokuwiki/inc/Action/ |
| H A D | Check.php | 8 * Class Check 14 class Check extends AbstractAction class 24 check();
|
| H A D | Revert.php | 28 …* @todo check for writability of the current page ($INFO might do it wrong and check the attic ver… 48 // spam check
|
| H A D | Save.php | 43 //spam check 48 //conflict check
|
| H A D | Redirect.php | 38 $check = false; //Byref 39 $opts['fragment'] = sectionID($match[0], $check);
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | mysql.test.php | 43 * Check if database credentials and extensions exist 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); [all …]
|
| /dokuwiki/_test/tests/test/ |
| H A D | basic.test.php | 52 // server var check 57 // variable setup check 62 // output check 76 // server var check 81 // variable setup check 86 // output check 101 // server var check 112 // variable setup check 118 // output check 142 header('X-Test: check headers working'); [all …]
|
| /dokuwiki/_test/ |
| H A D | README | 21 Check for code style violations: 23 composer run check 43 To check for code violations:
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Notice.php | 100 * Check that all dependencies are met 122 * Check if installed dependencies are conflicting 142 * Check for security issues 156 * Check if the extension is installed in correct folder 171 * Check PHP requirements 184 * Check for update message 197 * Check for URL changes 211 * Check if the extension dir has the correct permissions to change
|
| /dokuwiki/inc/ |
| H A D | load.php | 108 * Check if the class is one of the fixed names 123 * Check if the class is a test mock class 141 * Check if the class is a test mock class 159 * Check if the class is a namespaced plugin class 188 * Check if the class is a namespaced template class 214 * Check if the class is a namespaced DokuWiki core class 232 * Check if the class is a un-namespaced plugin class following our naming scheme 267 * Check if the given string starts with the given prefix and strip it
|
| /dokuwiki/lib/scripts/ |
| H A D | behaviour.js | 211 * Check that access to the data directory is properly secured 213 * A successful check (a 403 error was returned when loading the image) is saved 220 if (sessionStorage.getItem('dw-security-check:' + DOKU_BASE)) { 221 // check was already executed successfully 228 // successful check will not be repeated during session 230 sessionStorage.setItem('dw-security-check:' + DOKU_BASE, true); 233 // check failed, display a warning message
|
| /dokuwiki/ |
| H A D | feed.php | 51 // check cacheage and deliver if nothing has changed since last 53 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_languagelint.test.php | 23 // check it defines an array 41 throw new Exception("$file does not start with '<?php' - check for BOM");
|
| /dokuwiki/lib/exe/ |
| H A D | detail.php | 28 // check image permissions 31 // check if image exists
|
| /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/vendor/aziraphale/email-address-validator/ |
| H A D | EmailAddressValidator.php | 16 * Check email address validity 35 // Check email length - min 3 (a@a), max 256 51 // check this is to remove anything in quotes. We also remove 58 // Then check - should be no "@" symbols. 64 // Check local portion 69 // Check domain portion 171 * Check given text length is between defined bounds
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheRenderer.php | 32 // check current link existence is consistent with cache version 33 // first check the purgefile 39 // for wiki pages, check metadata dependencies
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Gzdecode.php | 208 // Check ID1, ID2, and CM 254 // Check the length of the string is still valid 270 // Check the length of the string is still valid 286 // Check the length of the string is still valid 299 // Check the length of the string is still valid 305 // Check the CRC matches 323 // Check CRC of data 331 // Check ISIZE of data
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingEmail.php | 41 // check them all 43 // only check the address part
|
| /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/Action/ |
| H A D | ActionTest.php | 33 …ay('Admin', AUTH_READ, array('exists' => true, 'ismanager' => false)), // let in, check later again 34 …ray('Admin', AUTH_READ, array('exists' => true, 'ismanager' => true)), // let in, check later again 36 array('Check', AUTH_READ, array('exists' => true, 'ismanager' => false)), // sensible? 56 //the edit function will check again and do a source show 125 * Actions inheriting from AbstractAclAction should have an ACL enabled check 158 * Actions inheriting from AbstractUserAction should have user 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); 57 // check pseudo action 'source' 72 $form->setHiddenField('changecheck', $check);
|