Home
last modified time | relevance | path

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

12

/plugin/edittable/action/
Dnewtable.php60 $fields['pre'] = cleanText($fields['pre']);
61 $fields['text'] = cleanText($fields['text']);
62 $fields['suf'] = cleanText($fields['suf']);
/plugin/sketchcanvas/
Daction.php194 $fields['pre'] = cleanText($fields['pre']);
195 $fields['text'] = cleanText($fields['text']);
196 $fields['suf'] = cleanText($fields['suf']);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js84 cleanText: function(text) { method
93 text = this.cleanText(text);
132 text = this.cleanText(text);
/plugin/redirect/
Dhelper.php42 return io_saveFile(self::CONFIG_FILE, cleanText($config));
/plugin/struct/types/
DLongText.php45 $rawvalue = cleanText($rawvalue);
/plugin/evesso/
Daction.php124 $TEXT = cleanText($INPUT->post->str('wikitext'));
126 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
127 $SUF = cleanText($INPUT->post->str('suffix'));
/plugin/footer/
Daction.php139 $data['tpl'] = cleanText($footer);
/plugin/multiselect/
Daction.php50 $token= cleanText($token);
/plugin/redirect2/
Dadmin.php45 if (io_saveFile($map->ConfFile, cleanText($INPUT->str('redirdata')))) {
/plugin/footerv2/
H A Daction.php143 $data['tpl'] = cleanText($footer);
/plugin/struct/action/
Dedit.php141 $data = cleanText($data);
/plugin/autolink4/
Dhelper.php33 return io_saveFile(self::CONFIG_FILE, cleanText($config));
/plugin/conflictmerger/
Daction.php191 $wikitext = form_makeWikiText(cleanText($_POST['wikitext']), $attr);
/plugin/bureaucracyau/helper/
Dactiontemplate.php240 cleanText($this->replace($evdata['template'], false)),
/plugin/bureaucracy-au/helper/
Dactiontemplate.php240 cleanText($this->replace($evdata['template'], false)),
/plugin/advanced/admin/
Dconfig.php190 $content_new = cleanText($INPUT->post->str('content'));
/plugin/bureaucracy/helper/
Dactiontemplate.php283 cleanText($this->replace($evdata['template'], false)),
/plugin/fksnewsfeed/
Daction.php148 $data[$field] = cleanText($INPUT->str('text'));
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-raphael.js1356 cleanText: function(text) { method
1365 text = this.cleanText(text);
1404 text = this.cleanText(text);
Dsequence-diagram.js1642 cleanText: function(text) { method
1651 text = this.cleanText(text);
1690 text = this.cleanText(text);
Dsequence-diagram-raphael-min.js6cleanText:function(text){return text=_.invoke(text.split("\n"),"trim"),text.join("\n")},textBBox:f… method
Dsequence-diagram-min.js6cleanText:function(text){return text=_.invoke(text.split("\n"),"trim"),text.join("\n")},textBBox:f… method
/plugin/jsonrpc/
Djsonrpc.php304 $TEXT = cleanText($text);
/plugin/discussion/
Daction.php290 $comment['raw'] = cleanText($_REQUEST['text']);
301 $raw = cleanText($_REQUEST['text']);
/plugin/jsoneditor/script/
Djsoneditor.min.js2cleanText(t);break}}else window.DOMPurify?this.header.innerHTML=window.DOMPurify.sanitize(t):this.…

12