Home
last modified time | relevance | path

Searched refs:urls (Results 51 – 74 of 74) sorted by path

123

/plugin/navbox/
H A Dsyntax.php257 $urls = $this->urlRender($subitems);
259 $urls = str_replace("<a", "<li><a", $urls);
260 $urls = str_replace("</a>", "</a></li>", $urls);
265 … $ghtml .= '<div style="padding:0.25em;"><ul class="pgnb_list">'.$urls.'</ul></div>';
276 …td class="pgnb_group"><div style=padding:0.25em;"<ul class="pgnb_list">'.$urls."</ul></div></td></…
/plugin/oembed/docs/
H A Ddokuwiki-oembed.org68 - can't resolve https urls for some providers
H A Ddokuwiki-oembed.txt62 * can't resolve https urls for some providers
/plugin/ol3/
H A Dscript.js1 …o:{doc:"A video data source."}},doc:"The data type of the video source."},urls:{required:!0,type:"… class in AnonymousFunction600b995a0400.i.source_video
8urls=null,r.urls?n.setUrls(r.urls):r.url&&n.setUrl(r.url),n.tileLoadingKeys_={},n}return Vp(e,t),e…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …ultProtocolToUrl(url);\n }\n // TODO: pdf spec mentions urls can be relative to …
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php29 $urls = array(); variable
34 global $urls, $linkFilter, $frameDepth, $actualFrameDepth;
74 array_push($urls, $absolute);
80 …global $urls, $reverseSort, $targetUrl, $linkFilter, $frameDepth, $viewerUrl, $doubleEncodeLink, $…
84 $urls = array_unique($urls);
85 if ($reverseSort) { rsort($urls); }
86 else { sort($urls); }
90 if (($numUrls = count($urls)) == 1) { print "<title>1 link</title>" . "\n"; }
121 for ($i = 0; $i < count($urls); $i++) {
123urls[$i]\"; } else { if (viewerWin && !viewerWin.closed) { viewerWin.close(); } viewerWin = window…
[all …]
/plugin/s5/ui/blue/
H A Dpretty.css89 ul.urls {list-style: none; display: inline; margin: 0;}
90 .urls li {display: inline; margin: 0;}
/plugin/s5/ui/default/
H A Dpretty.css71 ul.urls {list-style: none; display: inline; margin: 0;}
72 .urls li {display: inline; margin: 0;}
/plugin/s5/ui/flower/
H A Dpretty.css81 ul.urls {list-style: none; display: inline; margin: 0;}
82 .urls li {display: inline; margin: 0;}
/plugin/s5/ui/pixel/
H A Dpretty.css78 ul.urls {list-style: none; display: inline; margin: 0;}
79 .urls li {display: inline; margin: 0;}
/plugin/s5/ui/yatil/
H A Dpretty.css111 ul.urls {list-style: none; display: inline; margin: 0;}
112 .urls li {display: inline; margin: 0;}
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css94 ul.urls
101 .urls li
506 ul.urls {list-style: none; display: inline; margin: 0;}
507 .urls li {display: inline; margin: 0;}
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js16 … pa(a,b){this.a=a;this.c=b}pa.prototype.load=function(a){var b,c,d=this.c.urls||[],f=this.c.famili…
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml42 urls:
/plugin/shorturl/
H A Dplugin.info.txt6 desc Creates short urls and redirects pages based on a central redirection list. Based on Andreas…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1208 This function tries to support `file:`-urls, but might fail in some cases.
1209 `email:`-urls aren't supported at all (don't make sense anyway).
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js110 SimileAjax.prefixURLs = function(urls, urlPrefix, suffixes) { argument
112 urls.push(urlPrefix + suffixes[i]);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md105 * #759: DAV\Client is now able to actually correctly resolve relative urls.
975 * #516: The DAV client will now only redirect to HTTP and HTTPS urls.
1115 * Fixed: Issue #365. Incorrect output when principal urls have spaces in them.
1126 disallowing urls with ampersands (&) in them.
1211 urls, instead of the absolute ones.
1295 disallowing urls with ampersands (&) in them.
1913 * Added: Sabre_DAV_Property_IHref interface for properties exposing urls.
1933 * Added: URLUtil class for decoding urls.
2036 * Added: URLUtil class for decoding urls.
2340 * Added: Locking on unmapped urls (non-existent nodes)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php701 $urls = $calendar->calendarQuery([
723 }, $urls);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php969 $urls = $node->calendarQuery([
991 }, $urls);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md137 * Added: `URLUtil::resolve()` to make resolving relative urls super easy.
145 * #14: The client now only follows http and https urls.
151 * Changed: No longer escaping @ in urls when it's not needed.
254 * Added: URLUtil, methods for calculation relative and base urls.
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
39 * #5: Resolving to and building `mailto:` urls were not correctly handled.
H A DREADME.md13 1. `resolve` to resolve relative urls.
14 2. `normalize` to aid in comparing urls.

123