Home
last modified time | relevance | path

Searched refs:url (Results 351 – 375 of 3380) sorted by relevance

1...<<11121314151617181920>>...136

/plugin/owncloud/
H A Dall.css2 background-image: url(images/folder.png);
7 background-image: url(images/download.png);
11 background-image: url(images/lupe.png);
16 background: url(images/load.gif) no-repeat center;
22 background: url(images/load3.gif) no-repeat left;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchResult.php38 public $url; variable in Google\\Service\\CloudSearch\\SearchResult
113 public function setUrl($url) argument
115 $this->url = $url;
122 return $this->url;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmeeting.svg1url(#F)"/><path d="M301.38 160.32l31.324 13.758-.082 33.314-30.912-13.8z" fill="url(#G)"/><path d=…
/plugin/webdav/
H A Dcomposer.lock14 "url": "https://github.com/php-fig/log.git",
37 "notification-url": "https://packagist.org/downloads/",
61 "url": "https://github.com/sabre-io/dav.git",
116 "notification-url": "https://packagist.org/downloads/",
144 "url": "https://github.com/sabre-io/event.git",
171 "notification-url": "https://packagist.org/downloads/",
201 "url": "https://github.com/sabre-io/http.git",
257 "url": "https://github.com/sabre-io/uri.git",
299 "url"
308 "url": "https://github.com/sabre-io/vobject.git",
[all …]
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php22 * @param string $url
26 protected function _getRemoteData($url) { argument
27 $http = new DokuHTTPClient($url);
28 $file = $http->get($url);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php363 * @param string $url
369 function request($method, $url = '', $body = null, array $headers = []) { argument
371 $url = $this->getAbsoluteUrl($url);
373 $response = $this->send(new HTTP\Request($method, $url, $headers, $body));
386 * @param string $url
389 function getAbsoluteUrl($url) { argument
393 $url
/plugin/new_page_dialog/
H A Dhelper.php66 $url = $script;
71 $url .= $key.'=';
72 $url .= htmlspecialchars($val.'&');
80 …$ret .= '<a rel="nofollow" href="'.$url.'" style="display:none;" id="npd_create_button" class="act…
83 $ret .= '<form class="button" action="'.$url.'"><div class="no">';
/plugin/npd/
H A Dhelper.php72 $url = $script;
77 $url .= $key.'=';
78 $url .= htmlspecialchars($val.'&');
86 …$ret .= '<a rel="nofollow" href="'.$url.'" style="display:none;" id="npd__create_button" class="ac…
90 … $ret .= '<form class="button" action="'.$url.'" id="npd__create_form"><div class="no">';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DServiceStatus.php44 public $url; variable in Google\\Service\\CloudRun\\ServiceStatus
133 public function setUrl($url) argument
135 $this->url = $url;
142 return $this->url;
/plugin/jokuwiki/
H A Dscript.js74 register: function (widgetname, handler, url) { argument
75 if (url) {
76 jokuwiki.loadScript(url);
98 loadScript: function (url) { argument
99 if (!jokuwiki.urls[url]) {
100 jokuwiki.urls[url]=1;
104 script.src = url;
/plugin/bez/tpl/
H A Dthread_box.php12 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
83 href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_">
95 <a href="<?php echo $tpl->url('thread_report', 'action', 'edit', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button">
102 href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'delete');
111 $tpl->url('thread', 'id', $tpl->get('thread')->id)) ?>">
116 <a href="<?php echo $tpl->url('8d', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button bds_report_button">
120 <a href="<?php echo $tpl->url('kp', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button bds_report_button">
/plugin/siteexport/action/
H A Dajax.php235 echo $url;
524 $tmpFile = $this->__getHTTPFile($url);
547 $this->fileChecked[$url] = $fileName;
678 $url = $this->__fetchAndReplaceLink(array( $url, '', $url ));
679 $url = substr( $url, 2, -1 );
682 $NEWSRCSETS[]=$url . ' ' . $size;
803 $uri = @parse_url($url);
832 $DATA[2] = $url;
838 return $url;
867 $url .= (strstr($url, '?') ? '&' : '?') . 'template=' . $_REQUEST['template'];
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php14 private $url; variable in MaxMind\\WebService\\Http\\CurlRequest
21 public function __construct($url, $options) argument
23 $this->url = $url;
56 $curl = curl_init($this->url);
100 $this->url
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php18 var $url; variable in FetcherUrl
38 return $this->url;
63 $this->url);
207 function fetch($url) { argument
214 if ($url === "") {
218 $this->url = $url;
220 $parts = @parse_url($this->url);
297 $path = substr($this->url, 7);
300 $path = substr($this->url, 7);
403 $this->content = @file_get_contents($this->url);
[all …]
/plugin/gemini/
H A Drenderer.php276 $url = '';
280 $this->externallink($url, $title);
301 if (!$title) $title = $url;
304 if ($url) {
308 'url' => $url,
317 if ($url) $this->doc .= "[$count]";
318 } elseif ($url) {
327 public function rss($url, $params) argument
331 $feed->set_feed_url($url);
374 $this->externallink($url, $title);
[all …]
/plugin/wrap/
H A Dstyle.less92 div.wrap_info { background-image: url(images/note/48/info.png); }
93 span.wrap_info { background-image: url(images/note/16/info.png); }
98 div.wrap_important { background-image: url(images/note/48/important.png); }
99 span.wrap_important { background-image: url(images/note/16/important.png); }
104 div.wrap_alert { background-image: url(images/note/48/alert.png); }
105 span.wrap_alert { background-image: url(images/note/16/alert.png); }
110 div.wrap_tip { background-image: url(images/note/48/tip.png); }
111 span.wrap_tip { background-image: url(images/note/16/tip.png); }
116 div.wrap_help { background-image: url(images/note/48/help.png); }
117 span.wrap_help { background-image: url(image
[all...]
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===location.origin||0===s.index))return s.slice(1)…
H A Dworkbox-f163abaa.js1url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===location.origin||0===s.index))return s.slice(1)…
H A Dworkbox-bed83ea8.js1url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===location.origin||0===s.index))return s.slice(1)…
/plugin/mp3play2/
H A Dsyntax.php125 $url = wl($ID,'',true);
127 $url = substr($url,0,-9);
129 $data = $url.'/lib/exe/fetch.php/'.$data;
135 $movie = $url.'/lib/plugins/mp3play/flashplayer/player.swf';
/plugin/ajaxpeon/
H A Dscript.js20 var url = DOKU_BASE + 'lib/exe/ajax.php';
23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true});
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DDirectorySite.php50 public $url; variable in Google\\Service\\Dfareporting\\DirectorySite
153 public function setUrl($url) argument
155 $this->url = $url;
162 return $this->url;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.php50 public $url; variable in Google\\Service\\FactCheckTools\\GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup
153 public function setUrl($url) argument
155 $this->url = $url;
162 return $this->url;
/plugin/externallink/
H A Dsyntax.php74 list($foo,$url) = explode("/",substr($url,7),2);
76 if(substr($url,0,5) == 'ftp://') {
99 $link['url'] = $url;
/plugin/revealjs/lib/font/league-gothic/
H A Dleague-gothic.css3 src: url('league-gothic.eot');
4 src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
5 url('league-gothic.woff') format('woff'),
6 url('league-gothic.ttf') format('truetype');

1...<<11121314151617181920>>...136