Home
last modified time | relevance | path

Searched refs:cleanText (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcommon_cleanText.test.php7 $this->assertEquals($unix,cleanText($unix));
17 $this->assertEquals($unix, cleanText($win));
/dokuwiki/
H A Ddoku.php54 $TEXT = cleanText($INPUT->post->str('wikitext'));
56 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
57 $SUF = cleanText($INPUT->post->str('suffix'));
/dokuwiki/inc/Form/
H A DTextareaElement.php37 $this->text = cleanText($value);
/dokuwiki/inc/
H A DDraft.php123 return cleanText(con($draft['prefix'], $draft['text'], $draft['suffix'], true));
H A Dio.php136 return cleanText($ret);
H A Dcommon.php977 function cleanText($text) function
996 * @see cleanText() for 2unix conversion
H A Dmedia.php186 $value = cleanText($value);
1273 $value = cleanText($tag['value']);
H A Dtemplate.php1095 $info = cleanText($imgMeta->getField($tags));
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php242 return "'" . strtr(cleanText($string), $tr) . "'";
/dokuwiki/inc/Ui/
H A DMediaDiff.php304 $value = cleanText($tag['value']);
H A DPageDiff.php88 'text' => cleanText($this->text),
/dokuwiki/inc/Remote/
H A DApiCore.php667 $TEXT = cleanText($text);