Home
last modified time | relevance | path

Searched refs:oldstr (Results 1 – 3 of 3) sorted by relevance

/plugin/inlineedit/
H A Daction.php90 $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 Daction.php263 $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 Dasciimathml148r.js350 function newcommand(oldstr,newstr) { argument
351 AMsymbols = AMsymbols.concat([{input:oldstr, tag:"mo", output:newstr,