Home
last modified time | relevance | path

Searched defs:location (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php23 protected $location; variable in SimplePie\\Cache\\File
53 public function __construct(string $location, string $name, $type)
H A DBase.php41 public function __construct(string $location, string $name, $type);
H A DMySQL.php51 public function __construct(string $location, string $name, $type)
H A DMemcache.php54 public function __construct(string $location, string $name, $type)
H A DRedis.php55 public function __construct(string $location, string $name, $options = null)
H A DMemcached.php51 public function __construct(string $location, string $name, $type)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php52 public static function get_handler(string $location, string $filename, $extension)
73 public function create(string $location, string $filename, $extension)
H A DSimplePie.php1013 public function set_cache_location(string $location = './cache')
/dokuwiki/lib/exe/
H A Dcss.php412 function css_loadfile($file, $location = '')
426 protected $location; // base url location of the CSS/Less file variable in DokuCssFile
442 public function load($location = '')
/dokuwiki/_test/tests/lib/exe/
H A Dcss_css_loadfile.test.php13 private function csstest($input, $output = null, $location = 'http://www.example.com/') {
/dokuwiki/inc/
H A DStyleUtils.php182 protected function cssFixreplacementurls($replacements, $location)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php122 private static $location; variable in phpseclib3\\File\\ASN1