Searched refs:newstr (Results 1 – 4 of 4) sorted by relevance
/plugin/inlineedit/ |
H A D | action.php | 92 $newstr=$input_str; 95 $found[$index+1]= $newstr.$found[$index+1]; 98 $found[$index+1]=str_replace($oldstr,$newstr,$found[$index+1]); 102 $displayStr = $newstr ? $newstr : '...'; 108 $summary = "Inlineedit ".$itemPos." changed from ".$oldstr." to ".$newstr;
|
/plugin/tagadd/ |
H A D | action.php | 264 $newstr=implode(" ",$tags); 266 $found[$idcount+1]= " ".$newstr." ".$found[$idcount+1]; 268 $found[$idcount+1]=str_replace($oldstr," ".$newstr." ",$found[$idcount+1]);
|
/plugin/asciimath/ |
H A D | asciimathml148r.js | 350 function newcommand(oldstr,newstr) { argument 351 AMsymbols = AMsymbols.concat([{input:oldstr, tag:"mo", output:newstr,
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 27212 $newstr = ($obj + 1) . " 0 obj\n<</Filter /FlateDecode /Length " . $newlen . ">>\nstream\n" . $s . "\nendstream\n"; 27214 $newstr = ($obj + 1) . " 0 obj\n<</Length " . $newlen . ">>\nstream\n" . $s . "\nendstream\n"; 27217 $pdf = str_replace($m[0], $newstr, $pdf);
|