Home
last modified time | relevance | path

Searched refs:stripHTML (Results 1 – 2 of 2) sorted by relevance

/plugin/rssticker/
H A DlastRSS.php49 var $stripHTML = False; variable in lastRSS
212 if ($this->stripHTML && $result['items'][$i]['description'])
215 if ($this->stripHTML && $result['items'][$i]['title'])
/plugin/tablecalc/
H A Dscript.js23 var mr=stripHTML(table.rows[y].cells[x].innerHTML);
480 function stripHTML(oldString) { function