| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 86 * @param string $location URL location (scheme is used to determine handler) 91 public static function get_handler($location, $filename, $extension) argument 93 $type = explode(':', $location, 2); 97 return new $class($location, $filename, $extension); 100 return new \SimplePie\Cache\File($location, $filename, $extension); 108 public function create($location, $filename, $extension) argument 112 return self::get_handler($location, $filename, $extension);
|
| H A D | File.php | 135 … $location = \SimplePie\Misc::absolutize_url($this->headers['location'], $url); 137 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 138 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url; 200 … $location = \SimplePie\Misc::absolutize_url($this->headers['location'], $url); 202 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 203 … $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
|
| H A D | SimplePie.php | 937 * @param string $location The file system location. 939 public function set_cache_location($location = './cache') argument 942 $this->cache_location = (string) $location;
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | File.php | 62 protected $location; variable in SimplePie\\Cache\\File 88 * @param string $location Location string (from SimplePie::$cache_location) 92 public function __construct($location, $name, $type) argument 94 $this->location = $location; 97 $this->name = "$this->location/$this->filename.$this->extension"; 108 …name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location))…
|
| H A D | Base.php | 76 * @param string $location Location string (from SimplePie::$cache_location) 80 public function __construct($location, $name, $type); argument
|
| H A D | Memcached.php | 86 * @param string $location Location string (from SimplePie::$cache_location) 90 public function __construct($location, $name, $type) argument 100 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Memcache.php | 89 * @param string $location Location string (from SimplePie::$cache_location) 93 public function __construct($location, $name, $type) argument 103 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
|
| H A D | Redis.php | 89 * @param string $location Location string (from SimplePie::$cache_location) 93 public function __construct($location, $name, $options = null) argument 96 $parsed = \SimplePie\Cache::parse_URL($location);
|
| H A D | MySQL.php | 86 * @param string $location Location string (from SimplePie::$cache_location) 90 public function __construct($location, $name, $type) argument 104 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($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 840 self::$location = []; 868 self::$location[] = $idx; 978 array_pop(self::$location); 1059 $loc = self::$location; 1061 array_pop(self::$location); 1114 … new \RuntimeException('Mapping provides no type definition for ' . implode('/', self::$location)); 1118 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…
|