Home
last modified time | relevance | path

Searched refs:url (Results 101 – 125 of 3252) sorted by relevance

12345678910>>...131

/plugin/combo/
H A Dcomposer.lock14 "url": "https://github.com/antlr/antlr-php-runtime.git",
19 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab0db198b065d",
44 "notification-url": "https://packagist.org/downloads/",
65 "url": "https://github.com/ThomasWeinert/PhpCss.git",
70 "url": "https://api.github.com/repos/ThomasWeinert/PhpCss/zipball/944cdd0cf21655ceb1bd3262dee9b33602020c09",
86 "notification-url": "https://packagist.org/downloads/",
108 "url": "https://github.com/dragonmantank/cron-expression.git",
113 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
129 "notification-url": "https://packagist.org/downloads/",
155 "url"
[all...]
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Deditor.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_iequirks.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_ie8.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_gecko.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_ie.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Deditor.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_gecko.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_ie.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_ie8.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
H A Deditor_iequirks.css5url(images/arrow.png) no-repeat 0 10px;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5…
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea_RTL.css306 background-image: url(images/fileicons/gz.png);
309 background-image: url(images/fileicons/csv.png);
312 background-image: url(images/fileicons/gif.png);
316 background-image: url(images/fileicons/png.png);
333 background-image: url(images/fileicons/c.png);
353 background-image: url(images/fileicons/cs.png);
386 background-image: url(images/fileicons/py.png);
389 background-image: url(images/fileicons/js.png);
426 background-image: url(images/fileicons/7z.png);
432 background-image: url(images/fileicons/pl.png);
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php13 public function waitUntilAvailable($timeout_in_ms, $url) argument
18 if ($this->getHTTPResponseCode($url) === 200) {
26 $url,
31 public function waitUntilUnavailable($timeout_in_ms, $url) argument
36 if ($this->getHTTPResponseCode($url) !== 200) {
44 $url,
49 private function getHTTPResponseCode($url) argument
52 curl_setopt($ch, CURLOPT_URL, $url);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm70 <cfif find( "..", url.currentFolder)>
93 url.currentFolder = replace(url.currentFolder, "\", "/", "ALL");
94 url.currentFolder = replace(url.currentFolder, '//', '/', 'ALL');
96 url.currentFolder = url.currentFolder & "/";
99 url.currentFolder = "/" & url.currentFolder;
123 <cfif url.command eq "QuickUpload">
128 <cfset userFilesServerPath = Config.QuickUploadAbsolutePath[url.type] & url.currentFolder>
134 <cfset userFilesServerPath = rootPath & Config.QuickUploadPath[url.type] & url.currentFolder>
143 <cfset userFilesServerPath = Config.FileTypesAbsolutePath[url.type] & url.currentFolder>
149 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
[all …]
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php69 $url = $this->provider->getURL();
70 if (empty($url)) {
71 $url = $username;
74 $url = str_replace('{username}', $username, $url);
79 $auth = $consumer->begin($url);
88 $url = $auth->redirectURL(DOKU_URL, $return_to);
89 return $url;
/plugin/gcalendar/user/
H A Devents.css10 background-image: url(images/doc.gif);
18 background-image: url(images/dentist.png);
28 background-image: url(images/party.gif);
40 background-image: url(images/birthday.gif);
49 background-image: url(images/car-repair.gif);
61 background-image: url(images/ball.gif);
68 background-image: url(images/pokal.gif);
78 background-image: url(images/money.gif);
86 background-image: url(images/musicnote.gif);
93 background-image: url(images/callcenter.gif);
/plugin/youtrack/
H A Dhelper.php98 $url = $this->getBaseUrl().$endpoint;
117 $url = sprintf("%s?%s", $url, http_build_query($params, '', '&'));
121 curl_setopt($curl, CURLOPT_URL, $url);
144 $url = $this->getConf('url');
145 if (empty($url)) {
148 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
160 $url = $this->getBaseUrl();
162 if (empty($user) || empty($password) || empty($url)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusService.php510 $this->url = $url;
558 $this->url = $url;
568 $this->url = $url;
738 $this->url = $url;
771 $this->url = $url;
781 $this->url = $url;
856 $this->url = $url;
873 $this->url = $url;
898 $this->url = $url;
929 $this->url = $url;
[all …]
H A DGoogle_BloggerService.php472 public $url; variable in Google_Blog
540 $this->url = $url;
801 $this->url = $url;
811 $this->url = $url;
952 $this->url = $url;
985 $this->url = $url;
995 $this->url = $url;
1135 $this->url = $url;
1168 $this->url = $url;
1178 $this->url = $url;
[all …]
/plugin/targetlink/
H A Dsyntax.php194 $name = $xhtml->_getLinkTitle($name, $url, $isImage);
198 list($scheme) = explode('://', $url);
200 if(!in_array($scheme, $this->schemes)) $url = '';
203 if(!$url) {
227 $link['url'] = $url;
231 $link['title'] = $xhtml->_xmlEntities($url);
281 $link['url'] = $url;
311 $link['title'] = $xhtml->_xmlEntities($url);
312 $url = str_replace('\\', '/', $url);
313 $url = 'file:///'.$url;
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_reference_style.md8 [1]: /url/ "Title"
22 [once]: /url
24 [twice]: /url
26 [thrice]: /url
28 [four]: /url
31 [b]: /url/
/plugin/picasawebalbum/orig/
H A Djquery.slimbox2.css.patch7 - background: #fff url(loading.gif) no-repeat center;
8 + background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
16 - background: transparent url(prevlabel.gif) no-repeat 0 15%;
17 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
25 - background: transparent url(nextlabel.gif) no-repeat 100% 15%;
26 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% …
34 - background: transparent url(closelabel.gif) no-repeat center;
35 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cent…
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php43 function get_data($url) { argument
44 if (!$url) {
48 if (substr($url,0,8)=='file:///') {
49 $url=substr($url,8);
51 if (PHP_OS == "WINNT") $url=substr($url,1);
53 return new FetchedDataURL(@file_get_contents($url), array(), "");
/plugin/barcodes/
H A Dcomposer.lock14 "url": "https://github.com/jucksearm/php-barcode.git",
35 "notification-url": "https://packagist.org/downloads/",
96 "notification-url": "https://packagist.org/downloads/",
123 "url": "https://www.patreon.com/phpdoctrine",
138 "url": "https://github.com/myclabs/DeepCopy.git",
168 "notification-url": "https://packagist.org/downloads/",
197 "url": "https://github.com/nikic/PHP-Parser.git",
253 "url": "https://github.com/phar-io/manifest.git",
313 "url": "https://github.com/phar-io/version.git",
765 "url": "https://phpunit.de/sponsors.html",
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestInterface.php39 * @param string $url
42 function setUrl($url); argument
54 * @param string $url
57 function setAbsoluteUrl($url); argument
73 * @param string $url
76 function setBaseUrl($url); argument

12345678910>>...131