/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/lib/scripts/ |
H A D | fileuploaderextended.js | 186 var action = document.location.href;
|
H A D | hotkeys.js | 55 location.href = a.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/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 826 $this->location = array(); 855 $this->location[] = $idx; 965 array_pop($this->location); 1042 $loc = $this->location; 1044 array_pop($this->location); 1098 … user_error('Mapping provides no type definition for ' . implode('/', $this->location)); 1103 array_pop($this->location);
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/ |
H A D | MySQL.php | 82 * @param string $location Location string (from SimplePie::$cache_location) 86 public function __construct($location, $name, $type) argument 100 …ons = SimplePie_Misc::array_merge_recursive($this->options, SimplePie_Cache::parse_URL($location));
|
H A D | Redis.php | 59 * @param string $location Location string (from SimplePie::$cache_location) 63 public function __construct($location, $name, $options = null) { argument 65 $parsed = SimplePie_Cache::parse_URL($location);
|
H A D | Base.php | 72 * @param string $location Location string (from SimplePie::$cache_location) 76 public function __construct($location, $name, $type); argument
|
H A D | Memcache.php | 83 * @param string $location Location string (from SimplePie::$cache_location) 87 public function __construct($location, $name, $type) argument 97 …ons = SimplePie_Misc::array_merge_recursive($this->options, SimplePie_Cache::parse_URL($location));
|
H A D | Memcached.php | 80 * @param string $location Location string (from SimplePie::$cache_location) 84 public function __construct($location, $name, $type) { argument 93 …ons = SimplePie_Misc::array_merge_recursive($this->options, SimplePie_Cache::parse_URL($location));
|
H A D | File.php | 58 protected $location; variable in SimplePie_Cache_File 84 * @param string $location Location string (from SimplePie::$cache_location) 88 public function __construct($location, $name, $type) argument 90 $this->location = $location; 93 $this->name = "$this->location/$this->filename.$this->extension"; 104 …>name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location))
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Cache.php | 78 * @param string $location URL location (scheme is used to determine handler) 83 public static function get_handler($location, $filename, $extension) argument 85 $type = explode(':', $location, 2); 90 return new $class($location, $filename, $extension); 93 return new SimplePie_Cache_File($location, $filename, $extension); 101 public function create($location, $filename, $extension) argument 104 return self::get_handler($location, $filename, $extension);
|
H A D | File.php | 144 $location = SimplePie_Misc::absolutize_url($this->headers['location'], $url); 146 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 147 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url; 229 $location = SimplePie_Misc::absolutize_url($this->headers['location'], $url); 231 …$this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_… 232 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url;
|
/dokuwiki/vendor/simplepie/simplepie/library/ |
H A D | SimplePie.php | 904 * @param string $location The file system location. 906 public function set_cache_location($location = './cache') argument 908 $this->cache_location = (string) $location;
|
/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/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…
|