Searched refs:stripTags (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
H A D | CSVItem.php | 104 private function sanitize($input, $stripTags = true) argument 106 if ($stripTags) {
|
/plugin/do/scripts/ |
H A D | PluginDo.js | 140 assignees.push(PluginDo.stripTags(jQuery(assignee).html())); 153 due = PluginDo.stripTags($due.length ? $due.html() : ''); 212 stripTags: function (text) { method in PluginDo
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | controls.js | 679 text = text.stripTags(); 803 tempOption.update((text || '').stripScripts().stripTags()); 919 alert('Error communication with the server: ' + transport.responseText.stripTags());
|
H A D | prototype.js | 478 function stripTags() { function 503 return this.stripTags().replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&'); 635 stripTags: stripTags,
|
/plugin/issuetracker/ |
H A D | prototype.js | 595 function stripTags() { function 620 return this.stripTags().replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&'); 754 stripTags: stripTags,
|
/plugin/database2/ |
H A D | database2.php | 3285 public static function stripTags( $in, $tags = null ) function in Database2 6037 $value = $this->stripTags( $value );
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 377 stripTags: function() { 405 div.innerHTML = this.stripTags();
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 5819 exports.stripTags = stripTags; 5913 function stripTags(string) { 29369 currentItem = (0, _string.stripTags)((0, _mixed.stringify)(choices[i])); 29439 return allowHtml ? value : (0, _string.stripTags)(value);
|