Searched refs:oldstr (Results 1 – 3 of 3) sorted by relevance
/plugin/inlineedit/ |
H A D | action.php | 90 $oldstr = substr($found[$index+1],0,$stop); 98 $found[$index+1]=str_replace($oldstr,$newstr,$found[$index+1]); 108 $summary = "Inlineedit ".$itemPos." changed from ".$oldstr." to ".$newstr;
|
/plugin/tagadd/ |
H A D | action.php | 263 $oldstr = substr($found[$idcount+1],0,$stop); 268 $found[$idcount+1]=str_replace($oldstr," ".$newstr." ",$found[$idcount+1]); 274 $oldtags_r=explode(" ",$oldstr);
|
/plugin/asciimath/ |
H A D | asciimathml148r.js | 350 function newcommand(oldstr,newstr) { argument 351 AMsymbols = AMsymbols.concat([{input:oldstr, tag:"mo", output:newstr,
|