Lines Matching refs:location
351 * Wrong Media RSS Namespace #4. New spec location after the RSS Advisory Board takes it over, but not a valid namespace.
529 * @var string Cache location (relative to executing script)
902 * Set the file system location where the cached files should be stored
904 * @param string $location The file system location.
906 public function set_cache_location($location = './cache')
908 $this->cache_location = (string) $location;
1475 trigger_error("$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.", E_USER_WARNING);
1712 trigger_error("$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.", E_USER_WARNING);
1911 * in which case the location of the first redirection is returned.