Lines Matching refs:location
148 foreach($cssData['files'] as $file => $location){
151 print css_loadfile($file, $location);
391 * @param string $location
394 function css_loadfile($file,$location=''){ argument
396 return $css_file->load($location);
407 protected $location; // base url location of the CSS/Less file variable in DokuCssFile
419 * @param string $location base url for this file
422 public function load($location='') { argument
426 if (!$location) return $css;
428 $this->location = $location;
475 $match[3] = $this->location . $match[3];