/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Cache.php | 87 * @param string $location URL location (scheme is used to determine handler) 92 public static function get_handler($location, $filename, $extension) argument 94 $type = explode(':', $location, 2); 98 return new $class($location, $filename, $extension); 101 return new \SimplePie\Cache\File($location, $filename, $extension); 109 public function create($location, $filename, $extension) argument 113 return self::get_handler($location, $filename, $extension);
|
H A D | File.php | 136 … $location = \SimplePie\Misc::absolutize_url($this->headers['location'], $url); 138 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 139 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url; 201 … $location = \SimplePie\Misc::absolutize_url($this->headers['location'], $url); 203 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 204 … $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
|
H A D | SimplePie.php | 939 * @param string $location The file system location. 941 public function set_cache_location($location = './cache') argument 944 $this->cache_location = (string) $location;
|
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | File.php | 63 protected $location; variable in SimplePie\\Cache\\File 89 * @param string $location Location string (from SimplePie::$cache_location) 93 public function __construct($location, $name, $type) argument 95 $this->location = $location; 98 $this->name = "$this->location/$this->filename.$this->extension"; 109 …name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location))…
|
H A D | Base.php | 77 * @param string $location Location string (from SimplePie::$cache_location) 81 public function __construct($location, $name, $type); argument
|
H A D | Memcache.php | 90 * @param string $location Location string (from SimplePie::$cache_location) 94 public function __construct($location, $name, $type) argument 104 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
H A D | Memcached.php | 87 * @param string $location Location string (from SimplePie::$cache_location) 91 public function __construct($location, $name, $type) argument 101 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
H A D | Redis.php | 90 * @param string $location Location string (from SimplePie::$cache_location) 94 public function __construct($location, $name, $options = null) argument 97 $parsed = \SimplePie\Cache::parse_URL($location);
|
H A D | MySQL.php | 87 * @param string $location Location string (from SimplePie::$cache_location) 91 public function __construct($location, $name, $type) argument 105 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
/dokuwiki/lib/exe/ |
H A D | css.php | 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; [all …]
|
/dokuwiki/inc/ |
H A D | StyleUtils.php | 180 * @param string $location 183 protected function cssFixreplacementurls($replacements, $location) argument 188 '\\1' . $location,
|
/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 | 154 var $location; variable in phpseclib\\File\\ASN1 845 $this->location = array(); 874 $this->location[] = $idx; 984 array_pop($this->location); 1064 $loc = $this->location; 1066 array_pop($this->location); 1120 … user_error('Mapping provides no type definition for ' . implode('/', $this->location)); 1125 array_pop($this->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 | 270 edid = String.prototype.match.call(document.location, /&edid=([^&]+)/); 272 cb = String.prototype.match.call(document.location, /&onselect=([^&]+)/);
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.min.js | 2 …location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:functi…
|
H A D | jquery-ui.min.js | 6 …location.href.replace(ct,"");try{e=decodeURIComponent(e)}catch(t){}try{i=decodeURIComponent(i)}cat…
|