Home
last modified time | relevance | path

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

12345678910>>...137

/plugin/diagramsnet/lib/
Dservice-worker.js1url:"js/app.min.js",revision:"8b4eff5c061ef54282fdfd76bd2a7a1b"},{url:"js/extensions.min.js",revis… property
Dservice-worker.js.map1url\": \"js/app.min.js\",\n \"revision\": \"8b4eff5c061ef54282fdfd76bd2a7a1b\"\n },\n {\n …
/plugin/pdfjs/pdfjs/web/locale/
Dlocale.properties2 @import url(ach/viewer.properties)
5 @import url(af/viewer.properties)
8 @import url(ak/viewer.properties)
11 @import url(an/viewer.properties)
14 @import url(ar/viewer.properties)
17 @import url(as/viewer.properties)
20 @import url(ast/viewer.properties)
23 @import url(az/viewer.properties)
26 @import url(be/viewer.properties)
29 @import url(bg/viewer.properties)
[all …]
/plugin/openid/Auth/Yadis/
DHTTPFetcher.php59 * @param string $url
62 function canFetchURL($url) argument
64 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
66 $url);
70 if (!$this->allowedURL($url)) {
72 $url);
85 * @param string $url
88 function allowedURL($url) argument
90 return $this->URLHasAllowedScheme($url);
110 * @param string $url
[all …]
/plugin/fedauth/Auth/Yadis/
DHTTPFetcher.php55 function canFetchURL($url) argument
57 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
59 $url);
63 if (!$this->allowedURL($url)) {
65 $url);
78 function allowedURL($url) argument
80 return $this->URLHasAllowedScheme($url);
100 function isHTTPS($url) argument
102 return (bool)preg_match('/^https:\/\//i', $url);
110 function URLHasAllowedScheme($url) argument
[all …]
/plugin/fckg/fckeditor/editor/css/images/fileicons/
Dicons.txt2 background: url(/lem2/lib/images/fileicons/file.png) no-repeat scroll 0 1px transparent;
8 background-image: url(images/fileicons/gz.png);
11 background-image: url(images/fileicons/csv.png);
14 background-image: url(images/fileicons/gif.png);
18 background-image: url(images/fileicons/png.png);
22 background-image: url(images/fileicons/txt.png);
25 background-image: url(images/fileicons/tar.png);
28 background-image: url(images/fileicons/jpg.png);
32 background-image: url(images/fileicons/xml.png);
35 background-image: url(images/fileicons/c.png);
[all …]
/plugin/imagemapping/
Dsyntax.php143 @list($state, $match, $shape, $coords, $type, $title, $url, $wiki) = $data;
147 if ($url === '') $url = $ID;
148 $default = $renderer->_simpleTitle($url);
149 resolve_pageid(getNS($ID), $url, $exists);
150 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
151 list($url, $hash) = explode('#', $url, 2);
153 $url = wl($url);
154 if ($hash) $url .= '#' . $hash;
158 $title = $renderer->_getLinkTitle($title, $url, $isImg);
159 $url = $renderer->_headerToLink($url);
[all …]
/plugin/mantis/
Dsyntax.php85 $text = str_replace('[url]',$info['url'],$this->getLang('nosoap'));
97 $text = str_replace('[url]',$info['url'],$this->getLang('noconfig'));
132 …$text = str_replace(array('[url]','[project]'),array($server,$project_name),$this->getLang('access…
138 …$text = str_replace(array('[url]','[project]'),array($info['url'],$project_name),$this->getLang('p…
157 …$text = str_replace(array('[url]','[project]'),array($info['url'],$data[($i-1)]),$this->getLang('p…
169 …$text = str_replace(array('[url]','[project]'),array($server,$project_name),$this->getLang('access…
175 …$text = str_replace(array('[url]','[project]'),array($info['url'],$project_name),$this->getLang('p…
194 …$text = str_replace(array('[url]','[project]'),array($info['url'],$data[($i-1)]),$this->getLang('p…
202 $text = str_replace('[url]',$server,$this->getLang('accessdenied'));
218 $text = str_replace('[url]',$info['url'],$this->getLang('accessdenied'));
[all …]
/plugin/offline/ui/dokuwiki/
Dall.css1url(/dokuwiki/lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-im…
/plugin/imagemap/
Dsyntax.php115 @list($state,$match,$shape,$coords,$type,$title,$url,$extra) = $data;
119 if ($url === '') $url = $ID;
120 $default = $renderer->_simpleTitle($url);
121 resolve_pageid(getNS($ID),$url,$exists);
122 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
123 list($url,$hash) = explode('#',$url,2);
125 $url = wl($url);
126 if ($hash) $url .= '#'.$hash;
130 $title = $renderer->_getLinkTitle($title, $url, $isImg);
131 $url = $renderer->_headerToLink($url);
[all …]
/plugin/runcommand/
Dscript.js12 var url = window.location.href;
13 url=url.replace("http://","");
14 var begin = url.indexOf("/");
15 var end = url.indexOf("?")-8; // remove 8 characther for "doku.php" text.
16 url = url.substring(begin,end)+"lib/plugins/runcommand/";
18 jQuery('DIV#rcResult'+id).wrapInner('<IMG SRC="'+url+'wait.gif" width="200px" height="75px">');
26 location.href=url+'postaction.php'
35 var url = window.location.href;
36 url=url.replace("http://","");
37 var begin = url.indexOf("/");
[all …]
/plugin/gallery/classes/
DFeedGallery.php15 * @param string $url
17 public function __construct($url, Options $options) argument
19 parent::__construct($url, $options);
20 $this->initBaseUrl($url);
21 $this->parseFeed($url);
27 * @param string $url
31 protected function parseFeed($url) argument
34 $feed->set_feed_url($url);
72 * @param string $url
75 protected function makeAbsoluteUrl($url) argument
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Dlink-cmpr.js1url:DOKU_BASE+"lib/exe/ajax.php",data:{dw_id:encodeURIComponent(W),call:call="use_heads"},async:tr… property
Dlink.js1url:DOKU_BASE+"lib/exe/ajax.php",data:{dw_id:encodeURIComponent(W),call:call="use_heads"},async:tr… property
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php48 public static function rewrite(Url $url) argument
52 $scheme = $url->getScheme();
64 self::pathRewrite($url);
65 self::baseRewrite($url);
67 $url->toAbsoluteUrl();
80 * @param Url $url
83 private static function pathRewrite(Url $url) argument
87 $path = $url->getPath();
100 … $dokuwikiId = $url->getQueryPropertyValueAndRemoveIfPresent(MediaMarkup::$MEDIA_QUERY_PARAMETER);
106 $url->setPath(self::MEDIA_PREFIX . "/$webUrlPath");
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
Dlink.js1url:DOKU_BASE+"lib/exe/ajax.php",data:{call:"iwiki_list"},async:true,dataType:"json"}).done(functi… property
/plugin/socialshareprivacy2/SSP/stylesheets/
Djquery.socialshareprivacy.css1 @import url("jquery.socialshareprivacy.common.css");
2 @import url("jquery.socialshareprivacy.buffer.css");
3 @import url("jquery.socialshareprivacy.delicious.css");
4 @import url("jquery.socialshareprivacy.disqus.css");
5 @import url("jquery.socialshareprivacy.facebook.css");
6 @import url("jquery.socialshareprivacy.flattr.css");
7 @import url("jquery.socialshareprivacy.gplus.css");
8 @import url("jquery.socialshareprivacy.hackernews.css");
9 @import url("jquery.socialshareprivacy.linkedin.css");
10 @import url("jquery.socialshareprivacy.mail.css");
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/
H A DBase.php79 protected function removeStandardPort($url) { argument
80 if (strpos($url, "://") === false) {
82 "Configured base URL should include the protocol string: " . $url);
85 $url = rtrim($url, '/');
87 if (strpos($url, "https://") === 0 && substr_compare($url, ':443', -4) === 0) {
88 return substr($url, 0, -4);
91 if (strpos($url, "http://") === 0 && substr_compare($url, ':80', -3) === 0) {
92 return substr($url, 0, -3);
95 return $url;
/plugin/linkcheck/
Dscript.js8 var url = jQuery( this ).attr('href');
11 if(!url || !url.match(/^https?:\/\//)&&!url.match(/^\/\//)){
15 if(typeof LINKCHECKDATA !== 'undefined' && url in LINKCHECKDATA) {
16 if(dbg) console.log('Found in LINKCHECKDATA: '+url+' -> '+LINKCHECKDATA[url]);
17 lnk.removeClass('urlextern').addClass("linkcheck_"+LINKCHECKDATA[url]);
23 …'class') && lnk.attr('class').match(/linkcheck_/)) console.log('Skipping '+url+' because it has a …
24 …else console.log('Skipping '+url+' because it has no linkcheck class. linkcheck plugin may be off …
30 url: DOKU_BASE + 'lib/exe/ajax.php', property
34 url: url property
40 if(dbg) console.log('Got ajax codegroup for '+url+' -> '+data['codegroup']);
/plugin/xtern/
Dadmin.php149 function local_url($id,$url) { argument
151 $url = rawurlencode($url);
153 …return " <a href='". DOKU_URL ."doku.php?id=$id&xtern_url=$url&do=edit' target = 'xtern_xtern' cla…
155 function add_broken($id,$url) { argument
160 $this->broken[$id][] = $url;
211 function do_check($url, $lineno = "",$id = "") { argument
212 $url = trim($url,' )(\\;:-!"\'.,');
213 list($url,$rest) = explode('|',$url);
216 if(strpos($url, '{{') !== false || strpos($url, '}}') !== false) {
217 if(preg_match("#\{\{https?://(.*?)\}\}#", $url,$submatches)) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/
Dstylesheet.css4 src: url('sourcesanspro-light-webfont.eot');
5 src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
6 url('sourcesanspro-light-webfont.woff') format('woff'),
7 url('sourcesanspro-light-webfont.ttf') format('truetype'),
8 url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
19 src: url('sourcesanspro-regular-webfont.eot');
20 src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
21 url('sourcesanspro-regular-webfont.woff') format('woff'),
22 url('sourcesanspro-regular-webfont.ttf') format('truetype'),
23 url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
[all …]
/plugin/webdav/vendor/sabre/http/lib/
DRequest.php32 protected $url; variable in Sabre\\HTTP\\Request
38 * @param string $url
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
48 if (!is_null($url)) $this->setUrl($url);
84 return $this->url;
91 * @param string $url
94 function setUrl($url) { argument
96 $this->url = $url;
109 $url = $this->getUrl();
110 if (($index = strpos($url, '?')) === false) {
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php32 protected $url; variable in Sabre\\HTTP\\Request
38 * @param string $url
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
48 if (!is_null($url)) $this->setUrl($url);
84 return $this->url;
91 * @param string $url
94 function setUrl($url) { argument
96 $this->url = $url;
109 $url = $this->getUrl();
110 if (($index = strpos($url, '?')) === false) {
[all …]
/plugin/struct/types/
H A DUrl.php27 $url = $this->buildURL($rawvalue);
31 if (!preg_match("/$regex/i", $url)) {
32 throw new ValidationException('Url invalid', $url);
46 $url = $this->buildURL($value);
47 $title = $this->generateTitle($url);
48 $R->externallink($url, $title);
58 protected function generateTitle($url) argument
61 if (!$this->config['autoshorten']) return $url;
63 $parsed = parse_url($url);
88 $url = $this->config['prefix'] . trim($value) . $this->config['postfix'];
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dcss.cache.class.php17 function _getCacheFilename($url) { argument
18 return CACHE_DIR.md5($url).'.css.compiled';
21 function _isCached($url) { argument
22 $cache_filename = $this->_getCacheFilename($url);
26 function &_readCached($url) { argument
27 $cache_filename = $this->_getCacheFilename($url);
32 function _putCached($url, $css) { argument
33 file_put_contents($this->_getCacheFilename($url), serialize($css));
36 function &compile($url, $css, &$pipeline) { argument
37 if ($this->_isCached($url)) {
[all …]

12345678910>>...137