Home
last modified time | relevance | path

Searched refs:scheme (Results 126 – 150 of 170) sorted by last modified time

1234567

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml626 scheme, domain, type = type.split( /:/, 3 )
1002 scheme, domain, type = type.split( /:/, 3 )
/plugin/targetlink/
H A Dsyntax.php198 list($scheme) = explode('://', $url);
199 $scheme = strtolower($scheme);
200 if(!in_array($scheme, $this->schemes)) $url = '';
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php113 $scheme = $this->getHttpScheme();
118 if (($scheme == 'http' && $port == '80') || ($scheme == 'https' && $port == '443')) {
H A DFacebookUrlManipulator.php60 $scheme = isset($parts['scheme']) ? $parts['scheme'] . '://' : '';
66 return $scheme . $host . $port . $path . $query . $fragment;
/plugin/fckg/fckeditor/
H A DInstall_README23 skin as its default color scheme. You can change this to the ochre color scheme that came
27 it's simply matter of uncommenting the line which activates the new scheme.
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js5 …break;case"<family":font.family=y.val;break;case"<vertAlign":break;case"<scheme":break;default:if(…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …t provide these, so kludge them in following the same\n\t// const naming scheme zlib uses.\n\tbind…
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php48 'scheme' => 'http',
74 'scheme' => 'ftp',
89 'scheme' => 'http',
101 'scheme' => null,
165 'scheme' => 'http',
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Base.txt
H A DURI.DefaultScheme.txt
/plugin/widearea/widearea/
H A Dwidearea.css14 /* Light color scheme */
34 /* Dark color scheme */
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php171 return $scheme.'://'.$abs;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js220 this.scheme = null;
228 this.scheme = m[3] ? m[2] : null;
238 if(this.scheme !== null) { result = result + this.scheme + ':'; }
251 if(base.scheme === null) { return false; }
253 if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
254 r.scheme = null;
257 if(r.scheme !== null) {
258 t.scheme = r.scheme;
290 t.scheme = base.scheme;
/plugin/authucenter/lib/uc_client/
H A Dclient.php233 $scheme = $matches['scheme'];
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php67 $scheme = $matches['scheme'];
107 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
/plugin/tuxquote/
H A Dquotes.txt2692 …Our friends seldom profit us but they make us feel safe... Marriage is a scheme to accomplish exac…
3370 Everyone has a scheme that will not work. <BR> -- Howe's Law
3694 Everyone has a scheme for getting rich that will not work.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt12821 …ed favor of him to turn away the badness of Ha'man the Ag'ag·ite and his scheme that he had scheme…
12860 But when Esther came in before the king he said with the written document: "Let his bad scheme that…
13005 Is it to reprove words that YOU men scheme,When the sayings of one in despair are for mere wind?
14345 …all sides.When they mass together as one against me,It is to take away my soul that they do scheme.
16871 He is blinking with his eyes to scheme up intrigues. Pinching his lips together, he certainly bring…
17818 Plan out a scheme, and it will be broken up! Speak any word, and it will not stand, for God is with…
17858 …ay, he will feel inclined; though his heart may not be that way, he will scheme, because to annihi…
21436 … day that things will come up into your heart, and you will certainly think up an injurious scheme;
22973 and defraud no widow or fatherless boy, no alien resident or afflicted one, and scheme out nothing …
22994 And calamity to one another do not YOU scheme up in YOUR hearts, and do not love any false oath; fo…
[all …]
/plugin/imagemap/
H A Dsyntax.php138 list($scheme) = explode('://',$url);
139 $scheme = strtolower($scheme);
140 if(!in_array($scheme,$this->schemes)) $url = '';
/plugin/mantis/lib/
H A Dchangelog120 - soap_transport_http: add some code to use OpenSSL for PHP ssl:// scheme, but comment out since it…
173 - wsdl: enhance handling of URLs with file scheme
189 - soap_server: use the WSDL URL scheme as the default endpoint URL scheme
197 - soap_server: improve WSDL URL scheme determination
493 - soap_server: use URL scheme for WSDL access as the scheme in SOAPAction
H A Dclass.soap_transport_http.php20 var $scheme = ''; variable in soap_transport_http
162 … ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype == …
164 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
190 …t $connection_timeout, response_timeout $response_timeout, scheme $this->scheme, host $this->host,…
211 if ($this->scheme == 'ssl') {
278 …$hostURL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$thi…
319 if ($this->scheme == 'https') {
397 $this->setError('Unknown scheme ' . $this->scheme);
398 $this->debug('Unknown scheme ' . $this->scheme);
737 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==…
H A Dnusoap.php2127 var $scheme = ''; variable in soap_transport_http
2269 … ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype == …
2271 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
2297 …t $connection_timeout, response_timeout $response_timeout, scheme $this->scheme, host $this->host,…
2318 if ($this->scheme == 'ssl') {
2385 …$hostURL = ($this->port != '') ? "$this->scheme://$this->host:$this->port" : "$this->scheme://$thi…
2426 if ($this->scheme == 'https') {
2504 $this->setError('Unknown scheme ' . $this->scheme);
2505 $this->debug('Unknown scheme ' . $this->scheme);
2844 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==…
/plugin/colorpicker/
H A DREADME.md13 Go to the configuration page and define your color scheme in the form of
21 The button will only appaear, if there is a color scheme configured!
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... params/ org/apache/http/conn/scheme/ org/apache/http/cookie/CookieSpec ...

1234567