Home
last modified time | relevance | path

Searched refs:scheme (Results 76 – 100 of 170) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php430 $scheme = $easy->request->getUri()->getScheme();
431 if (isset($options['proxy'][$scheme])) {
436 $conf[CURLOPT_PROXY] = $options['proxy'][$scheme];
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php85 $scheme = $parsed['scheme'];
/plugin/openid/Auth/OpenID/
H A DDiscover.php88 $scheme = $parsed['scheme'];
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... params/ org/apache/http/conn/scheme/ org/apache/http/cookie/CookieSpec ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... params/ org/apache/http/conn/scheme/ org/apache/http/cookie/CookieSpec ...
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css1 /* desert scheme ported from vim to google prettify */
/plugin/ahrefmenu/
H A Dgenerate_map.py38 _root_scheme = urlparse.urlparse(i_root).scheme
44 _url_scheme = urlparse.urlparse(i_url).scheme
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... ssl/ org/apache/http/conn/scheme/ org/apache/http/conn/util ...
/plugin/advanced/lang/en/config/
H A Dstyleini.txt17 … templates ''style.ini''. This is especially useful for defining a color scheme once and reuse the…
H A Dinterwiki.txt25 | {SCHEME} | scheme part if an URL was given as wikiname …
/plugin/multiorphan/
H A Dscript.js161 var scheme = cleanedID.substr(0, schemeSepPos);
162 if (JSINFO.schemes.indexOf(scheme) > -1) {
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php171 return $scheme.'://'.$abs;
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php740 public static function URLschemeDefaultPort($scheme) { argument
746 …return ((!empty($scheme) && isset($schemePort[strtolower($scheme)])) ? $schemePort[strtolower($sch…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt34 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
H A Ddokuwiki-oembed.org40 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md594 An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI,
608 Whether the URI is absolute, i.e. it has a scheme.
647 Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort…
652 `public static function composeComponents($scheme, $authority, $path, $query, $fragment): string`
736 Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR…
767 …Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the …
775 Removes the default port of the given URI scheme from the URI.
H A DCHANGELOG.md199 - Compatibility of URIs with `file` scheme and empty host.
284 - A port is no longer added to a URI when the scheme is missing and no port is
/plugin/findologicxmlexport/
H A DREADME.md7 This DokuWiki plugin creates an XML based on the DokuWiki metadata with the FINDOLOGIC XML scheme.
/plugin/dirtylittlehelper/
H A DREADME.md46 - create a struct-scheme
47 - create at least one field in this scheme
/plugin/googlesearch/
H A Dnusoap.php2011 var $scheme = ''; variable in soap_transport_http
2102 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
2114 if ($this->scheme == 'ssl') {
2147 } else if ($this->scheme == 'https') {
2227 $this->setError('Unknown scheme ' . $this->scheme);
2228 $this->debug('Unknown scheme ' . $this->scheme);
2506 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==…
2511 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
2520 } else if ($this->scheme == 'https') {
2546 if ($this->scheme == 'http' || $this->scheme == 'ssl') {
[all …]
/plugin/edittable/renderer/
H A Dinverse.php438 foreach ($schemes as $scheme) {
439 … $this->extlinkPatterns[] = '\b(?i)'.$scheme.'(?-i)://['.$any.']+?(?=['.$punc.']*[^'.$any.'])';
/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 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/aichat/vendor/erusev/parsedown/
H A DParsedown.php1620 foreach ($this->safeLinksWhitelist as $scheme)
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))

1234567