Home
last modified time | relevance | path

Searched refs:stripTags (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php104 private function sanitize($input, $stripTags = true) argument
106 if ($stripTags) {
/plugin/do/scripts/
H A DPluginDo.js140 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 Dcontrols.js679 text = text.stripTags();
803 tempOption.update((text || '').stripScripts().stripTags());
919 alert('Error communication with the server: ' + transport.responseText.stripTags());
H A Dprototype.js478 function stripTags() { function
503 return this.stripTags().replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');
635 stripTags: stripTags,
/plugin/issuetracker/
H A Dprototype.js595 function stripTags() { function
620 return this.stripTags().replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');
754 stripTags: stripTags,
/plugin/database2/
H A Ddatabase2.php3285 public static function stripTags( $in, $tags = null ) function in Database2
6037 $value = $this->stripTags( $value );
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js377 stripTags: function() {
405 div.innerHTML = this.stripTags();
/plugin/edittable/lib/
H A Dhandsontable.full.js5819 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);