Home
last modified time | relevance | path

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

/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.php135 return cleanText($ret);
H A Dcommon.php1008 function cleanText($text) function
1025 * @see cleanText() for 2unix conversion
H A Dmedia.php186 $value = cleanText($value);
1273 $value = cleanText($tag['value']);
H A Dtemplate.php1093 $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.php666 $TEXT = cleanText($text);