Searched refs:imgpath (Results 1 – 4 of 4) sorted by relevance
155 * @param string $imgpath local path to built-in provider images157 public function setupDetails($imgpath) { argument161 …$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');
42 * @param string $imgpath where to store images46 public function __construct($imgpath, $webpath, $size = 10) argument 49 $this->helper->setDirImg($imgpath);
195 list($match,$imgpath,$img,$text) = $pt;199 $overlay[] = array($imgpath,$img,$text);
294 $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'].'"/>';