Searched refs:cleanText (Results 1 – 25 of 27) sorted by relevance
12
/plugin/edittable/action/ |
D | newtable.php | 60 $fields['pre'] = cleanText($fields['pre']); 61 $fields['text'] = cleanText($fields['text']); 62 $fields['suf'] = cleanText($fields['suf']);
|
/plugin/sketchcanvas/ |
D | action.php | 194 $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/ |
D | theme-raphael.js | 84 cleanText: function(text) { method 93 text = this.cleanText(text); 132 text = this.cleanText(text);
|
/plugin/redirect/ |
D | helper.php | 42 return io_saveFile(self::CONFIG_FILE, cleanText($config));
|
/plugin/struct/types/ |
D | LongText.php | 45 $rawvalue = cleanText($rawvalue);
|
/plugin/evesso/ |
D | action.php | 124 $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/ |
D | action.php | 139 $data['tpl'] = cleanText($footer);
|
/plugin/multiselect/ |
D | action.php | 50 $token= cleanText($token);
|
/plugin/redirect2/ |
D | admin.php | 45 if (io_saveFile($map->ConfFile, cleanText($INPUT->str('redirdata')))) {
|
/plugin/footerv2/ |
H A D | action.php | 143 $data['tpl'] = cleanText($footer);
|
/plugin/struct/action/ |
D | edit.php | 141 $data = cleanText($data);
|
/plugin/autolink4/ |
D | helper.php | 33 return io_saveFile(self::CONFIG_FILE, cleanText($config));
|
/plugin/conflictmerger/ |
D | action.php | 191 $wikitext = form_makeWikiText(cleanText($_POST['wikitext']), $attr);
|
/plugin/bureaucracyau/helper/ |
D | actiontemplate.php | 240 cleanText($this->replace($evdata['template'], false)),
|
/plugin/bureaucracy-au/helper/ |
D | actiontemplate.php | 240 cleanText($this->replace($evdata['template'], false)),
|
/plugin/advanced/admin/ |
D | config.php | 190 $content_new = cleanText($INPUT->post->str('content'));
|
/plugin/bureaucracy/helper/ |
D | actiontemplate.php | 283 cleanText($this->replace($evdata['template'], false)),
|
/plugin/fksnewsfeed/ |
D | action.php | 148 $data[$field] = cleanText($INPUT->str('text'));
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
D | sequence-diagram-raphael.js | 1356 cleanText: function(text) { method 1365 text = this.cleanText(text); 1404 text = this.cleanText(text);
|
D | sequence-diagram.js | 1642 cleanText: function(text) { method 1651 text = this.cleanText(text); 1690 text = this.cleanText(text);
|
D | sequence-diagram-raphael-min.js | 6 …cleanText:function(text){return text=_.invoke(text.split("\n"),"trim"),text.join("\n")},textBBox:f… method
|
D | sequence-diagram-min.js | 6 …cleanText:function(text){return text=_.invoke(text.split("\n"),"trim"),text.join("\n")},textBBox:f… method
|
/plugin/jsonrpc/ |
D | jsonrpc.php | 304 $TEXT = cleanText($text);
|
/plugin/discussion/ |
D | action.php | 290 $comment['raw'] = cleanText($_REQUEST['text']); 301 $raw = cleanText($_REQUEST['text']);
|
/plugin/jsoneditor/script/ |
D | jsoneditor.min.js | 2 …cleanText(t);break}}else window.DOMPurify?this.header.innerHTML=window.DOMPurify.sanitize(t):this.…
|
12