Home
last modified time | relevance | path

Searched refs:test_str (Results 1 – 4 of 4) sorted by relevance

/plugin/fckg/
H A Dscript.js189 var test_str = "";
198 test_str += entry;
200 test_str += "\n";
204 if(!confirm(test_str)) return false;
/plugin/ckgdoku/
H A Dscript.js210 var test_str = "";
219 test_str += entry;
221 test_str += "\n";
225 if(!confirm(test_str)) return false;
/plugin/ckgedit/
H A Dscript.js234 var test_str = "";
243 test_str += entry;
245 test_str += "\n";
249 if(!confirm(test_str)) return false;
/plugin/annotate/
H A Danno.php19 var $test_str; variable in syntax_plugin_annotate_anno
42 $this->test_str = '';