Home
last modified time | relevance | path

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

/plugin/fedauth/classes/
H A Dfa_provider.class.php155 * @param string $imgpath local path to built-in provider images
157 public function setupDetails($imgpath) { argument
161 …$this->data['img_large'] = '@DEF@' . (file_exists($imgpath . $large) ? $large : 'large/_noimage.p…
162 … $this->data['img_small'] = '@DEF@' . (file_exists($imgpath . $small) ? $small : '_noimage.png');
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php42 * @param string $imgpath where to store images
46 public function __construct($imgpath, $webpath, $size = 10) argument
49 $this->helper->setDirImg($imgpath);
/plugin/jalbum/syntax/
H A Djalbum.php195 list($match,$imgpath,$img,$text) = $pt;
199 $overlay[] = array($imgpath,$img,$text);
/plugin/qstat/
H A Dsyntax.php294 $imgpath = DOKU_BASE.'/lib/plugins/qstat_oatforg/images/';
300 $str .= '<img src="'.$imgpath.$value['img'].'" title="'.$value['desc'].'"/>';
306 $str .= '<img src="'.$imgpath.$value['img'].'" title="'.$value['desc'].'"/>';