Searched refs:clean (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | common_inlineSVG.test.php | 10 $clean = 17 $this->assertEquals($clean, inlineSVG($file));
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheInstructions.php | 22 * @param bool $clean true to clean line endings, false to leave line endings alone 25 public function retrieveCache($clean = true) argument
|
| H A D | Cache.php | 156 * @param bool $clean true to clean line endings, false to leave line endings alone 159 public function retrieveCache($clean = true) argument 161 return io_readFile($this->cache, $clean);
|
| /dokuwiki/inc/ |
| H A D | pageutils.php | 32 * @param bool $clean if true, ID is cleaned 35 function getID($param = 'id', $clean = true) argument 106 if ($clean) $id = cleanID($id); 281 * @param bool $clean flag indicating that $id should be cleaned (see wikiFN as well) 285 function page_exists($id, $rev = '', $clean = true, $date_at = false) argument 295 return file_exists(wikiFN($id, $rev, $clean)); 303 * @param bool $clean flag indicating that $id should be cleaned (see mediaFN as well) 307 function media_exists($id, $rev = '', $clean = true, $date_at = false) argument 316 return file_exists(mediaFN($id, $rev, $clean)); 332 function wikiFN($raw_id, $rev = '', $clean = true) argument [all …]
|
| H A D | io.php | 112 * @param bool $clean 117 function io_readFile($file, $clean = true) argument 135 if ($ret !== false && $clean) {
|
| H A D | Mailer.class.php | 149 * @param bool $clean remove all non-ASCII chars and line feeds? 151 public function setHeader($header, $value, $clean = true) argument 154 if ($clean) {
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 901 * @param bool $clean whether the cleanUser method of the authentication backend is applied 904 protected function retrieveUser($clean = true) argument 911 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid'); 919 if ($clean) { 1097 $clean = $this->cleanImportUser($raw, $error); 1098 if ($clean && $this->importUser($clean, $error)) { 1099 $sent = $this->notifyUser($clean[0], $clean[1], false); 1101 msg(sprintf($this->lang['import_notify_fail'], $clean[0], $clean[3]), -1);
|
| /dokuwiki/data/pages/wiki/ |
| H A D | dokuwiki.txt | 3 …]] software that doesn't require a database. It is loved by users for its clean and readable [[wik…
|