Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcommon_inlineSVG.test.php10 $clean =
17 $this->assertEquals($clean, inlineSVG($file));
/dokuwiki/inc/Cache/
H A DCacheInstructions.php22 * @param bool $clean true to clean line endings, false to leave line endings alone
25 public function retrieveCache($clean = true) argument
H A DCache.php156 * @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 Dpageutils.php32 * @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 Dio.php112 * @param bool $clean
117 function io_readFile($file, $clean = true) argument
135 if ($ret !== false && $clean) {
H A DMailer.class.php149 * @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 Dadmin.php901 * @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 Ddokuwiki.txt3 …]] software that doesn't require a database. It is loved by users for its clean and readable [[wik…