Home
last modified time | relevance | path

Searched refs:urls (Results 26 – 50 of 74) sorted by relevance

123

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md104 * Added: `URLUtil::resolve()` to make resolving relative urls super easy.
112 * #14: The client now only follows http and https urls.
118 * Changed: No longer escaping @ in urls when it's not needed.
221 * Added: URLUtil, methods for calculation relative and base urls.
/plugin/blextra/
H A Dhelper.php266 'urls' => 'array',
/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/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/flower/
H A Dpretty.css81 ul.urls {list-style: none; display: inline; margin: 0;}
82 .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/blue/
H A Dpretty.css89 ul.urls {list-style: none; display: inline; margin: 0;}
90 .urls li {display: inline; margin: 0;}
/plugin/combo/
H A Dyarn.lock41 data-urls@^4.0.0:
43 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-4.0.0.tgz#333a454eca6f9a5b7b0f1013ff89074c3f522dd4"
131 data-urls "^4.0.0"
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js185 this.urls = {};
258 this.urls = this.predef_urls;
270 this.urls = {};
534 self.urls[link_id] = url;
645 if ('undefined' !== typeof self.urls[link_id]) {
646 var url = self.urls[link_id];
800 if ('undefined' !== typeof self.urls[link_id]) {
801 var url = self.encodeAttribute(self.urls[link_id]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:…
/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/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
/plugin/fckg/
H A DChanges114 Fix for urls in DW footnotes, which were lost on re-saves.
177 from which fckgL takes the urls.
202 In edit.php fix for images with detail urls using .htaccess nice urls
216 Accept image copy and paste with https urls.
/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/oembed/docs/
H A Ddokuwiki-oembed.txt62 * can't resolve https urls for some providers
H A Ddokuwiki-oembed.org68 - can't resolve https urls for some providers
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php617 public $urls; variable in Google_DfareportingFile
672 public function setUrls(Google_DfareportingFileUrls $urls) { argument
673 $this->urls = $urls;
676 return $this->urls;
H A DGoogle_PlusDomainsService.php2011 public $urls; variable in Google_Person
2147 public function setUrls(/* array(Google_PersonUrls) */ $urls) { argument
2148 $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
2149 $this->urls = $urls;
2152 return $this->urls;
H A DGoogle_PlusService.php1934 public $urls; variable in Google_Person
2082 public function setUrls(/* array(Google_PersonUrls) */ $urls) { argument
2083 $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
2084 $this->urls = $urls;
2087 return $this->urls;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php813 $urls = $node->calendarQuery([
835 }, $urls);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php969 $urls = $node->calendarQuery([
991 }, $urls);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php701 $urls = $calendar->calendarQuery([
723 }, $urls);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php667 $urls = $calendar->calendarQuery([
689 }, $urls);
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml42 urls:
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js15 var urls = { class in AnonymousFunctionf4df282a0100
23 for (var key in urls)
29 window[key] = '/region-' + urls[key] + '-' + region;

123