Home
last modified time | relevance | path

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

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1620 function mathimage($text,$size,$pathtoimg) argument
1638 return '<img src="'.$pathtoimg."math_".$v."_".$nameimg.'" style="vertical-align:'.$valign.'px;'.' d…
1642 function mathfilter($text,$size,$pathtoimg) argument
1663 $code=mathimage(trim($t),$size,$pathtoimg);