Lines Matching refs:location
157 foreach ($cssData['files'] as $file => $location) {
160 echo css_loadfile($file, $location);
409 * @param string $location
412 function css_loadfile($file, $location = '') argument
415 return $css_file->load($location);
426 protected $location; // base url location of the CSS/Less file variable in DokuCssFile
439 * @param string $location base url for this file
442 public function load($location = '') argument
447 if (!$location) return $css;
449 $this->location = $location;
498 $match[3] = $this->location . $match[3];