Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 119) sorted by relevance

12345

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCopyright.php65 public $url; variable in SimplePie\\Copyright
81 public function __construct($url = null, $label = null) argument
83 $this->url = $url;
105 if ($this->url !== null) {
106 return $this->url;
H A DFile.php60 public $url; variable in SimplePie\\File
71 …public function __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = nul… argument
75 $parsed = \SimplePie\Misc::parse_url($url);
76 …$url = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), …
78 $this->url = $url;
79 $this->permanent_url = $url;
81 if (preg_match('/^http(s)?:\/\//i', $url)) {
99 curl_setopt($fp, CURLOPT_URL, $url);
105 curl_setopt($fp, CURLOPT_REFERER, \SimplePie\Misc::url_remove_credentials($url));
124 $this->url = $info['url'];
[all …]
H A DCache.php129 * @param string $url
132 public static function parse_URL($url) argument
134 $params = parse_url($url);
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php35 $url = $m[1];
37 yield [$key, $url];
44 * @param string $url Documentation URL
46 public function testDocs($key, $url) argument
49 $check = $http->get($url);
51 $msg = "Setting '$key' should have documentation at $url.";
/dokuwiki/_test/tests/inc/parser/
H A Dparser_media.test.php69 $url = $Renderer->externalmedia($file, null, null, null, null, 'cache', 'details', true);
76 $this->assertEquals($a_first_part, substr($url, $substr_start, $substr_len));
78 $substr_start = strpos($url, '&media', $substr_start + $substr_len);
81 $this->assertEquals($a_second_part, substr($url, $substr_start, $substr_len));
84 $substr_start = strlen($url) - strlen($rest);
85 $this->assertEquals($rest, substr($url, $substr_start));
104 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true);
109 $this->assertEquals($video, substr($url, $substr_start, $substr_len));
113 $substr_start = strpos($url, $source_webm, $substr_start + $substr_len);
118 $substr_start = strpos($url, $source_ogv, $substr_start + strlen($source_webm));
[all …]
H A Drenderer_resolveinterwiki.test.php37 $url = $Renderer->_resolveInterWiki($test[0], $test[1]);
39 $this->assertEquals($test[2], $url);
50 $url = $Renderer->_resolveInterWiki($shortcut, $reference);
52 $this->assertEquals('', $url);
63 $url = $Renderer->_resolveInterWiki($shortcut, $reference);
/dokuwiki/inc/Sitemap/
H A DItem.php12 public $url; variable in dokuwiki\\Sitemap\\Item
20 * @param string $url The url of the item
27 public function __construct($url, $lastmod, $changefreq = null, $priority = null) argument
29 $this->url = $url;
61 . ' <loc>' . hsc($this->url) . '</loc>' . NL
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php57 * @param string $url
62 public function sendRequest($url, $data = '', $method = 'GET') argument
65 'url' => $url,
71 $url = $httpdata['url'];
77 return parent::sendRequest($url, $data, $method);
/dokuwiki/inc/Feed/
H A DFeedParser.php28 * @param string $url
30 public function feed_url($url) argument
32 $this->set_feed_url($url);
/dokuwiki/inc/parser/
H A Drenderer.php610 * @param string $url URL of the feed
613 public function rss($url, $params) argument
922 $url = $this->interwiki[$shortcut];
925 $url = $this->interwiki[$shortcut];
929 $url = '';
940 if (preg_match('#\{(URL|NAME|SCHEME|HOST|PORT|PATH|QUERY)\}#', $url)) {
942 $url = str_replace('{URL}', rawurlencode($reference), $url);
944 $url = str_replace(
946 ($url[0] === ':') ? $reference : preg_replace_callback(
951 $url
[all …]
/dokuwiki/conf/
H A Dlicense.php16 '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/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSONCreator.php33 $entry['url'] = (string)$item->link;
54 'url' => $item->enclosure['url'],
/dokuwiki/_test/tests/inc/
H A Dhttpclient_mock.php35 * @param string $url
40 public function sendRequest($url, $data = '', $method = 'GET') { argument
41 $this->lasturl = $url;
45 $return = parent::sendRequest($url, $data, $method);
H A Dhttpclient_http_proxy.test.php7 protected $url = 'http://httpbingo.org/user-agent'; variable in httpclient_http_proxy_test
/dokuwiki/inc/
H A DManifest.php50 $url = ml(':wiki:favicon.ico', '', true, '', true);
52 'src' => $url,
67 $url = ml($svgLogo, '', true, '', true);
69 'src' => $url,
/dokuwiki/_test/
H A Dcomposer.lock14 "url": "https://github.com/scotteh/php-dom-wrapper.git",
19 …"url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a…
44 "notification-url": "https://packagist.org/downloads/",
74 "url": "https://github.com/symfony/css-selector.git",
79 …"url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f…
96 "notification-url": "https://packagist.org/downloads/",
121 "url": "https://symfony.com/sponsor",
125 "url": "https://github.com/fabpot",
129 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
140 "url": "https://github.com/symfony/polyfill-php80.git",
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock15 "url": "https://github.com/doctrine/instantiator.git",
20 …"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a…
43 "notification-url": "https://packagist.org/downloads/",
66 "url": "https://www.doctrine-project.org/sponsorship.html",
70 "url": "https://www.patreon.com/phpdoctrine",
74 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
85 "url": "https://github.com/myclabs/DeepCopy.git",
90 …"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd…
115 "notification-url": "https://packagist.org/downloads/",
133 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock15 "url": "https://github.com/doctrine/instantiator.git",
20 …"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b…
42 "notification-url": "https://packagist.org/downloads/",
65 "url": "https://www.doctrine-project.org/sponsorship.html",
69 "url": "https://www.patreon.com/phpdoctrine",
73 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
84 "url": "https://github.com/myclabs/DeepCopy.git",
89 …"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb…
113 "notification-url": "https://packagist.org/downloads/",
131 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMisc.php65 $url = ($value[0] === 'list') ? $value[2][1][2][0] : $value[2][0];
67 $fullpath = $this->lessc->findImport($url);
83 … $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
87 return 'url("' . $url . '")';
/dokuwiki/_test/tests/lib/exe/
H A Dcss_css_loadfile.test.php39 …$this->csstest('@import url("test/test.png");', '@import url("http://www.example.com/test/test.png…
55 $this->csstest('@import url("http://www.test.com/test/test.png");');
62 $this->csstest('@import url(http://test.less)');
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg60 …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="…
66 …61-3.524s5.655-3.362 11.66-5.812c-.088-1.291-.29-2.506-1.298-2.993z" fill="url(#e)" transform="mat…
67 …2.632-.762 1.352-3.046 1.068-4.733-.22-1.302-1.15-3.098-2.16-4.014z" fill="url(#f)" transform="mat…
68 …8.473-11.201s.077-6.12 4.95-9.532c.929-.995-1.29-2.459-2.637-2.584z" fill="url(#g)" transform="mat…
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" …
73 …7.76.8-52.808 41.84-6.665-3.307-5.083-5.618-1.09-5.912 49.73-45.44z" fill="url(#j)" fill-rule="eve…
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…
[all …]
/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg60 …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="…
66 …61-3.524s5.655-3.362 11.66-5.812c-.088-1.291-.29-2.506-1.298-2.993z" fill="url(#e)" transform="mat…
67 …2.632-.762 1.352-3.046 1.068-4.733-.22-1.302-1.15-3.098-2.16-4.014z" fill="url(#f)" transform="mat…
68 …8.473-11.201s.077-6.12 4.95-9.532c.929-.995-1.29-2.459-2.637-2.584z" fill="url(#g)" transform="mat…
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" …
73 …7.76.8-52.808 41.84-6.665-3.307-5.083-5.618-1.09-5.912 49.73-45.44z" fill="url(#j)" fill-rule="eve…
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…
[all …]
/dokuwiki/
H A Dcomposer.lock14 "url": "https://github.com/aziraphale/email-address-validator.git",
19 …"url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b64916…
32 "notification-url": "https://packagist.org/downloads/",
59 "url": "https://github.com/GeSHi/geshi-1.0.git",
64 …"url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/17ff9b22ac6695efa6ab6fbcf0607263f0804…
79 "notification-url": "https://packagist.org/downloads/",
106 "url": "https://github.com/kissifrot/php-ixr.git",
111 …"url": "https://api.github.com/repos/kissifrot/php-ixr/zipball/17c5bc99f42fa086620a0ad2a593366ff67…
129 "notification-url": "https://packagist.org/downloads/",
158 "url": "https://github.com/flack/UniversalFeedCreator.git",
[all …]
/dokuwiki/lib/plugins/acl/
H A Dstyle.css78 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;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php14 public $title, $url, $link;

12345