Lines Matching refs:math
93 list($size, $math) = explode('>', $match, 2);
94 if(!$math) {
95 $math = $size;
101 if(strlen($math) > 1) {
102 $c_first = $math[0];
103 $c_last = $math[strlen($math) - 1];
121 return (array($size, trim($math), $align));
136 list($size, $math, $align) = $data;
140 $ident = md5($math . '-' . $size);
148 $pmp->renderImage($math, $imagefile) - 1000;
179 'alt' => $math,
180 'title' => $math,