| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | File.php | 23 protected $location; variable in SimplePie\\Cache\\File 49 * @param string $location Location string (from SimplePie::$cache_location) 53 public function __construct(string $location, string $name, $type) argument 55 $this->location = $location; 58 $this->name = "$this->location/$this->filename.$this->extension"; 69 …name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location))…
|
| H A D | Base.php | 37 * @param string $location Location string (from SimplePie::$cache_location) 41 public function __construct(string $location, string $name, $type); argument
|
| H A D | Memcache.php | 50 * @param string $location Location string (from SimplePie::$cache_location) 54 public function __construct(string $location, string $name, $type) argument 64 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Memcached.php | 47 * @param string $location Location string (from SimplePie::$cache_location) 51 public function __construct(string $location, string $name, $type) argument 61 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Redis.php | 51 * @param string $location Location string (from SimplePie::$cache_location) 55 public function __construct(string $location, string $name, $options = null) argument 58 $parsed = \SimplePie\Cache::parse_URL($location);
|
| H A D | MySQL.php | 47 * @param string $location Location string (from SimplePie::$cache_location) 51 public function __construct(string $location, string $name, $type) argument 65 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 47 * @param string $location URL location (scheme is used to determine handler) 52 public static function get_handler(string $location, string $filename, $extension) argument 54 $type = explode(':', $location, 2); 58 return new $class($location, $filename, $extension); 61 return new \SimplePie\Cache\File($location, $filename, $extension); 68 * @param string $location 73 public function create(string $location, string $filename, $extension) argument 77 return self::get_handler($location, $filename, $extension);
|
| H A D | File.php | 167 $location = \SimplePie\Misc::absolutize_url($locationHeader, $url); 168 if ($location === false) { 174 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 241 $location = \SimplePie\Misc::absolutize_url($locationHeader, $url); 243 if ($location === false) { 248 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_…
|
| H A D | SimplePie.php | 1010 * @param string $location The file system location. 1013 public function set_cache_location(string $location = './cache') argument 1016 $this->cache_location = $location;
|
| /dokuwiki/lib/exe/ |
| H A D | css.php | 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; [all …]
|
| /dokuwiki/inc/ |
| H A D | StyleUtils.php | 179 * @param string $location 182 protected function cssFixreplacementurls($replacements, $location) argument 187 '\\1' . $location,
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | css_at_import_less.test.php | 33 $location = "http://test.com/"; 35 $css = css_loadfile($this->file, $location);
|
| H A D | css_css_loadfile.test.php | 13 private function csstest($input, $output = null, $location = 'http://www.example.com/') { argument
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.sql | 91 `location` varchar(30) DEFAULT NULL, 129 …`, `title`, `realname`, `url`, `jabber`, `icq`, `msn`, `aim`, `yahoo`, `location`, `signature`, `d…
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | script.js | 77 if(window.opener) window.opener.document.location.reload();
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ASN1.php | 122 private static $location; variable in phpseclib3\\File\\ASN1 846 self::$location = []; 874 self::$location[] = $idx; 996 array_pop(self::$location); 1077 $loc = self::$location; 1079 array_pop(self::$location); 1132 … new \RuntimeException('Mapping provides no type definition for ' . implode('/', self::$location)); 1136 array_pop(self::$location);
|
| /dokuwiki/lib/scripts/ |
| H A D | hotkeys.js | 55 location.href = a.href;
|
| H A D | fileuploaderextended.js | 186 var action = document.location.href;
|
| H A D | media.js | 271 edid = String.prototype.match.call(document.location, /&edid=([^&]+)/); 273 cb = String.prototype.match.call(document.location, /&onselect=([^&]+)/);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …location&&ie.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===r},focus:funct…
|
| H A D | jquery-ui.min.js | 6 …location.href.replace(A,"");try{e=decodeURIComponent(e)}catch(t){}try{i=decodeURIComponent(i)}catc…
|