Home
last modified time | relevance | path

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

/plugin/math2/
H A Dsyntax.php40 global $dirfonts,$dirimg;
48 $dirimg=$conf['mediadir']; variable
167 global $dirimg, $mathplugin_urlimg, $conf;
170 if (!isset($dirimg) || !$dirimg) { $dirimg = $conf['mediadir']; }
171 if ($dirimg == $conf['mediadir']) {
173 $dirimg .= "/cache_mathplugin";
176 if (!@is_dir($dirimg)) {
177 $this->_mkdir($dirimg);
181 return @is_writable($dirimg);
/plugin/math2/phpmathpublisher/
H A DCHANGELOG3 - WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.
H A Dmathpublisher.php35 global $dirfonts,$dirimg,$symboles,$fontesmath;
46 if (!isset($dirimg)) $dirimg=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/img"; variable
1600 global $dirimg;
1602 $handle=opendir($dirimg);
1625 global $dirimg;
1635 ImagePNG($formula->image,$dirimg."/math_".$v."_".$nameimg);