Home
last modified time | relevance | path

Searched refs:url (Results 26 – 50 of 3252) sorted by relevance

12345678910>>...131

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js59 brushes[aliases[i]] = url;
74 url = aliases.pop() variable
77 addBrush(aliases, url);
85 if(url && scripts[url] === undefined)
91 scripts[url] = false;
95 scripts[url] = false;
96 loadScript(url);
100 function loadScript(url) argument
106 script.src = url;
114 scripts[url] = true;
[all …]
/plugin/linksenhanced/syntax/
H A Dlink.php147 $url = $link[0];
160 if(!$url){
198 if(strpos($url, DOKU_URL) === 0 OR strpos($url, DOKU_BASE) === 0) {
246 $url = str_replace('\\','/',$url);
247 $url = 'file:///'.$url;
264 if(!$url){
321 $url = $renderer->_xmlEntities($url);
322 $url = obfuscate($url);
329 if($conf['mailguard'] == 'visible') $url = rawurlencode($url);
341 $url = $renderer->_headerToLink($url);
[all …]
/plugin/youtracklinks/
H A Dhelper.php17 function CallAPI($method, $url, $data = false, $cookiejar = false) argument
41 $url = sprintf("%s?%s", $url, http_build_query($data));
45 curl_setopt($curl, CURLOPT_URL, $url);
68 $url = $this->getConf('youtrack_external_url');
69 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
76 function loginYouTrack($url, $cookiejar) { argument
77 $content = $this->CallAPI("POST", "$url/rest/user/login",
92 $url = $this->getYouTrackURL();
93 if ($url == '')
101 if (!$this->loginYouTrack($url, $cookiejar)) {
[all …]
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
H A Deditor_ie8.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
H A Deditor_ie.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
H A Deditor_iequirks.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
H A Deditor_ie7.css5url(images/sprites.png) repeat-x 0 -1950px;background:linear-gradient(to bottom,#fff -15px,#d3d3d3…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js37 var url = node.src;
38 var i = url.indexOf(substring);
40 return url;
72 script.src = url;
95 link.setAttribute("href", url);
129 if (typeof url == "undefined") {
130 url = location.href;
132 var q = url.indexOf("?");
136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
194 if (url == null) {
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js37 var url = node.src;
38 var i = url.indexOf(substring);
40 return url;
72 script.src = url;
95 link.setAttribute("href", url);
129 if (typeof url == "undefined") {
130 url = location.href;
132 var q = url.indexOf("?");
136 url = (url+"#").slice(q+1, url.indexOf("#")); // toss the URL fragment
194 if (url == null) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php190 * @param string $url
221 $url = $this->getAbsoluteUrl($url);
261 * @param string $url
274 $url = $this->getAbsoluteUrl($url);
331 * @param string $url
339 $url = $this->getAbsoluteUrl($url);
354 * @param string $url
357 function getAbsoluteUrl($url) { argument
361 return $url;
366 if (strpos($url, '/') === 0) {
[all …]
/plugin/dokusioc/lib/
H A Dsioc_inc.php219 private $url; variable in SIOCSite
231 $this->url = $url;
429 private $url; variable in SIOCThread
447 $this->url = $url;
579 private $url; variable in SIOCForum
596 $url, argument
606 $this->url = $url;
786 $url, argument
798 $this->url = $url;
951 $url, argument
[all …]
/plugin/linkprefix/
H A Dredirect.php4 $url = urldecode($_SERVER["QUERY_STRING"]); variable
13 $url = str_replace("\"", "%22", $url); variable
14 $url = str_replace("'", "%27", $url); variable
17 $title = (strlen($url) > 55) ? substr($url, 0, 51) . "[..]" : $url;
25 <meta http-equiv="refresh" content="<?=$delay?>; URL='<?=$url?>'" />
/plugin/iframeinterwiki/
H A Dsyntax.php3 * Plugin Iframeinterwiki: Inserts an iframe element to include the specified url
23 function connectTo($mode) { $this->Lexer->addSpecialPattern('{{url>.*?}}',$mode,'plugin_iframeinterwiki'); }
29 $url = isset($exploded[0]) ? $exploded[0] : '';
32 $explodedUrl = explode(' ', $url, 2);
33 $url = isset($explodedUrl[0]) ? $explodedUrl[0] : '';
37 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:'){
38 $url = false;
43 'url' => $url,
82 // Replace on url al
77 parse_uri_inter($url, $filename) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractWebResource.php
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php35 protected $url; variable in Google_HttpRequest
48 $this->setUrl($url);
71 return $this->url;
153 return $this->url;
189 * @param string $url the url to set
191 public function setUrl($url) { argument
192 if (substr($url, 0, 4) == 'http') {
193 $this->url = $url;
196 if (substr($url, 0, 1) !== '/') {
197 $url = '/' . $url;
[all …]
/plugin/revealjs/lib/font/source-sans-pro/
H A Dsource-sans-pro.css3 src: url('source-sans-pro-regular.eot');
5 url('source-sans-pro-regular.woff') format('woff'),
6 url('source-sans-pro-regular.ttf') format('truetype');
13 src: url('source-sans-pro-italic.eot');
15 url('source-sans-pro-italic.woff') format('woff'),
16 url('source-sans-pro-italic.ttf') format('truetype');
23 src: url('source-sans-pro-semibold.eot');
25 url('source-sans-pro-semibold.woff') format('woff'),
26 url('source-sans-pro-semibold.ttf') format('truetype');
33 src: url('source-sans-pro-semibolditalic.eot');
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc306 retval.url.url = "";
323 retval.url.url = "";
331 retval.url.url = "";
1138 data.url.url=top.dokuBase + 'doku.php?id=' + data.url.url;
1151 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
1164 data.url.url = ns +':' + data.url.url;
1171 data.url.url = data.url.url.replace(/^\:/,"");
1172 data.url.url = ':' + data.url.url.replace(/\//g,':');
1195 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
1217 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
[all …]
/plugin/offline/ui/dokuwiki/
H A Dprint.css1url(/dokuwiki/lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-im…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc292 retval.url.url = "";
311 retval.url.url = "";
319 retval.url.url = "";
1137 data.url.url=top.dokuBase + 'doku.php?id=' + data.url.url;
1150 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
1164 data.url.url = ns +':' + data.url.url;
1182 data.url.url = data.url.url.replace(/^\:/,"");
1191 data.url.url = data.url.url.replace(/^:/,"");
1198 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
1229 url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || '';
[all …]
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php78 function get($url, $extra_headers = null) argument
80 if (!$this->canFetchURL($url)) {
105 if (!$this->allowedURL($url)) {
107 $url);
159 $url = $this->_findRedirect($headers, $url);
167 $this->isHTTPS($url)) {
182 $url, $code);
196 if (!$this->canFetchURL($url)) {
211 curl_setopt($c, CURLOPT_URL, $url);
242 $this->isHTTPS($url)) {
[all …]
/plugin/vshare/syntax/
H A Dvideo.php90 $url = $this->insertPlaceholders($this->sites[$site]['url'], $vid, $width, $height);
91 [$url, $urlpstr] = sexplode('?', $url, 2, '');
96 $url = $url . '?' . buildURLparams($params, '&');
100 'domain' => parse_url($url, PHP_URL_HOST),
102 'url' => $url,
133 'src' => $data['url'],
205 insertPlaceholders($url, $vid, $width, $height) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DMarkupRef.php21 * * a {@link UrlEndpoint::createFetchUrl() fetch url} for a media
22 * * a {@link UrlEndpoint::createDokuUrl() doku url} for a link (ie page)
64 private ?Url $url = null; variable in ComboStrap\\MarkupRef
80 $this->url = Url::createEmpty();
101 $this->url = Url::createFromString("mailto:$email");
104 $this->url = Url::createFromString("mailto:$ref");
122 $this->url = Url::createFromString($ref);
129 if (!in_array($this->url->getScheme(), $authorizedSchemes)) {
130 throw new ExceptionBadSyntax("The scheme ({$this->url->getScheme()}) of the URL ({$this->url}) i
[all...]
/plugin/letsencrypt/classes/
H A DClient.php27 * @param string $url URL to post to
31 public function post($url, $fields) { argument
32 if(!preg_match('/^https?:\/\//', $url)) $url = $this->base . $url;
34 $response = $this->http->post($url, $fields);
41 * @param string $url URL to request via get
44 public function get($url) { argument
45 if(!preg_match('/^https?:\/\//', $url)) $url = $this->base . $url;
46 $response = $this->http->get($url);
/plugin/shorty/
H A Dhelper.php86 $url = $this->readShortUrl($pageID, $domain);
87 if ($url == false ) {
102 $url = $output->{'data'}->{'url'};
107 return $url;
117 $url = $this->readShortUrl($pageID, 'yourls');
118 if ($url == false ) {
128 $url = $http->get($uri);
130 $this->writeShortUrl($pageID, $url, 'yourls');
134 return $url;
145 $url = $this->readShortUrl($pageID, 'tinyurl');
[all …]

12345678910>>...131