/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Copyright.php | 62 var $url; variable in SimplePie_Copyright 78 public function __construct($url = null, $label = null) argument 80 $this->url = $url; 102 if ($this->url !== null) 104 return $this->url;
|
H A D | File.php | 57 var $url; variable in SimplePie_File 73 $parsed = SimplePie_Misc::parse_url($url); 76 $this->url = $url; 77 $this->permanent_url = $url; 79 if (preg_match('/^http(s)?:\/\//i', $url)) 103 curl_setopt($fp, CURLOPT_URL, $url); 109 curl_setopt($fp, CURLOPT_REFERER, $url); 131 $this->url = $info['url']; 147 $this->permanent_url = ($previousStatusCode == 301) ? $location : $url; 156 $url_parts = parse_url($url); [all …]
|
H A D | Cache.php | 121 * @param string $url 124 public static function parse_URL($url) argument 126 $params = parse_url($url);
|
/dokuwiki/inc/ |
H A D | FeedParser.php | 20 * @param string $url 22 public function feed_url($url){ argument 23 $this->set_feed_url($url);
|
H A D | Manifest.php | 50 $url = ml(':wiki:favicon.ico', '', true, '', true); 52 'src' => $url, 68 $url = ml($svgLogo, '', true, '', true); 70 'src' => $url,
|
H A D | FeedParserFile.php | 25 $url, argument 34 $this->success = $this->http->sendRequest($url);
|
/dokuwiki/inc/HTTP/ |
H A D | DokuHTTPClient.php | 56 * @param string $url 61 public function sendRequest($url,$data='',$method='GET'){ argument 62 $httpdata = array('url' => $url, 67 $url = $httpdata['url']; 73 return parent::sendRequest($url,$data,$method);
|
H A D | HTTPClient.php | 122 if(strpos($url,'?')){ 123 $url .= '&'; 125 $url .= '?'; 127 $url .= $this->postEncode($data); 128 return $this->get($url,$sloppy304); 141 public function post($url,$data){ argument 182 $uri = parse_url($url); 191 if($this->useProxyForUrl($url)){ 192 $request_url = $url; 371 $this->referer = $url; [all …]
|
/dokuwiki/inc/Sitemap/ |
H A D | Item.php | 11 public $url; variable in dokuwiki\\Sitemap\\Item 19 * @param string $url The url of the item 26 public function __construct($url, $lastmod, $changefreq = null, $priority = null) { argument 27 $this->url = $url; 57 .' <loc>'.hsc($this->url).'</loc>'.NL
|
/dokuwiki/inc/parser/ |
H A D | renderer.php | 544 * @param string $url URL of the feed 547 public function rss($url, $params) { argument 812 $url = ''; 825 $url = str_replace('{URL}', rawurlencode($reference), $url); 827 $url = str_replace('{NAME}', ($url[0] === ':') ? $reference : 837 $url = strtr($url,[ 844 } else if($url != '') { 847 $url = $url.rawurlencode($reference); 850 if($url && $url[0] === ':') { 852 $id = $url; [all …]
|
/dokuwiki/conf/ |
H A D | license.php | 16 'url' => 'https://creativecommons.org/licenses/publicdomain/deed.'.$LC, 24 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.'.$LC, 32 'url' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.'.$LC,
|
/dokuwiki/data/media/wiki/ |
H A D | dokuwiki.svg | 60 …d="m120.22 196.44 70.907-.792-2.403 109.05-71.718.373 3.214-108.63z" fill="url(#b)" stroke-width="… 61 …<path d="m179.2 182.09 79.842-19.517 26.614 101.72-82.503 21.587L179.2 182.09z" fill="url(#c)" tra… 62 …74)" d="m159.01 181.74 85.586.534v110.47l-84.534-2.513-1.052-108.5z" fill="url(#d)" stroke-width="… 70 … 2.188-14.429 15.22 6.088 21.494 29.948-20.406 9.218-18.495-30.826z" fill="url(#h)" transform="mat… 71 …<path d="m232.56 219.53-15.928.322 3.088-15.157 12.84 14.835z" fill="url(#i)" fill-rule="evenodd" … 74 …<path d="m268.95 168.33 8.343 8.827-51.101 38.683-4.92-5.443 47.678-42.066z" fill="url(#k)" fill-r… 77 …<path d="m183.89 256.83 1-16.307 17.288 8.44 26.055 38.01-29.281-1.135-15.062-29.009z" fill="url(#… 78 …<path d="m200.91 238.45-8.046 15.774-7.056-13.573 15.102-2.2z" fill="url(#m)" stroke="#000" stroke… 79 … 9.31 1.171 9.964-59.315-31.728-.494-7.364 3.096-5.828 5.662-2.488z" fill="url(#n)" stroke="#000" … 80 …54 7.924-3.048.853 10.24-3.9 8.29-8.047 3.78-1.34-9.631 4.51-9.631z" fill="url(#o)" stroke="#000" … [all …]
|
/dokuwiki/lib/plugins/acl/ |
H A D | style.css | 78 background: transparent url(pix/group.png) 0px 1px no-repeat; 82 background: transparent url(pix/group.png) right 1px no-repeat; 87 background: transparent url(pix/user.png) 0px 1px no-repeat; 91 background: transparent url(pix/user.png) right 1px no-repeat; 96 background: transparent url(pix/page.png) 0px 1px no-repeat; 100 background: transparent url(pix/page.png) right 1px no-repeat; 105 background: transparent url(pix/ns.png) 0px 1px no-repeat; 109 background: transparent url(pix/ns.png) right 1px no-repeat;
|
H A D | plugin.info.txt | 7 url http://dokuwiki.org/plugin:acl
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
H A D | FeedImage.php | 14 public $title, $url, $link;
|
/dokuwiki/lib/plugins/logviewer/ |
H A D | plugin.info.txt | 7 url https://www.dokuwiki.org/plugin:logviewer
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | plugin.info.txt | 7 url http://dokuwiki.org/plugin:usermanager
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | template.info.txt | 7 url http://www.dokuwiki.org/template:dokuwiki
|
/dokuwiki/lib/plugins/info/ |
H A D | plugin.info.txt | 7 url http://dokuwiki.org/plugin:info
|
/dokuwiki/lib/plugins/config/ |
H A D | plugin.info.txt | 7 url https://dokuwiki.org/plugin:config
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | extension.php | 655 * @param string $url 663 $path = $this->download($url); 684 $url = $this->getDownloadURL(); 685 $path = $this->download($url); 822 if ($url) { 910 $data = $http->get($url); 948 public function download($url) argument 951 if (!preg_match('/https?:\/\//i', $url)) { 956 $file = parse_url($url, PHP_URL_PATH); 958 $file = md5($url); [all …]
|
H A D | list.php | 152 $url = $extension->getURL(); 153 if (strtolower(parse_url($url, PHP_URL_HOST)) == 'www.dokuwiki.org') { 159 'href' => $url, 160 'title' => $url, 288 $url = $this->gui->tabURL(''); 294 $html .= ' <a href="'.$url.'#extensionplugin__'.$extension->getID(). 347 $url = $this->gui->tabURL('search', ['q' => 'tag:'.$tag]); 348 $html .= '<bdi><a href="'.$url.'">'.hsc($tag).'</a></bdi>'; 415 * @param string $url 418 public function shortlink($url) argument [all …]
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _toc.css | 83 list-style-image: url(../../images/bullet.png); 86 list-style-image: url(../../images/open.png); 89 list-style-image: url(../../images/closed.png); 92 list-style-image: url(../../images/closed-rtl.png);
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | plugin.info.txt | 7 url https://www.dokuwiki.org/plugin:authpdo
|
/dokuwiki/lib/plugins/styling/ |
H A D | plugin.info.txt | 7 url https://www.dokuwiki.org/plugin:styling
|