Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 170) sorted by path

1234567

/plugin/aceeditor/
H A Dbuild.js1 …pgsql:F,php:I,powershell:q,prolog:R,properties:U,python:z,ruby:W,scala:X,scheme:V,sql:J,tcl:K,veri… property in AnonymousFunction3f7200173f900.mt
/plugin/advanced/lang/en/
H A Dconfig.txt20 | ''scheme.conf'' | ''scheme.local.conf'' | [[doku>urlscheme…
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt25 | {SCHEME} | scheme part if an URL was given as wikiname …
H A Dscheme.txt5 === Example of scheme.conf ===
H A Dstyleini.txt17 … templates ''style.ini''. This is especially useful for defining a color scheme once and reuse the…
/plugin/advanced/lang/fr/config/
H A Dscheme.txt5 === Exemple du fichier scheme.conf ===
/plugin/ahrefmenu/
H A Dgenerate_map.py38 _root_scheme = urlparse.urlparse(i_root).scheme
44 _url_scheme = urlparse.urlparse(i_url).scheme
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1620 foreach ($this->safeLinksWhitelist as $scheme)
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))
/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/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/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/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DHTTPGetAction.php36 public $scheme; variable in Google\\Service\\CloudRun\\HTTPGetAction
83 public function setScheme($scheme) argument
85 $this->scheme = $scheme;
92 return $this->scheme;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php59 public $scheme; variable in Google\\Service\\ServiceControl\\Request
198 public function setScheme($scheme) argument
200 $this->scheme = $scheme;
207 return $this->scheme;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DMpegCommonEncryption.php29 public $scheme; variable in Google\\Service\\Transcoder\\MpegCommonEncryption
48 public function setScheme($scheme) argument
50 $this->scheme = $scheme;
57 return $this->scheme;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md105 * Only add scheme when host is present
244 * URL scheme is now always lowercased.
614 * Updated Url class to check if a scheme and host are set before adding ":"
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php279 $scheme = $uri->getScheme();
287 (!$cookie->getSecure() || $scheme === 'https')
/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];
H A DStreamHandler.php413 $scheme = $request->getUri()->getScheme();
414 if (isset($value[$scheme])) {
421 $options['http']['proxy'] = $value[$scheme];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
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
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.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php193 $scheme = substr($host, -4) === ':443' ? 'https' : 'http';
195 return $scheme . '://' . $host . '/' . ltrim($path, '/');
H A DUri.php43 private $scheme = ''; variable in GuzzleHttp\\Psr7\\Uri
124 $this->scheme,
148 * @param string $scheme
163 if ($scheme != '') {
164 $uri .= $scheme . ':';
425 return $this->scheme;
474 $scheme = $this->filterScheme($scheme);
476 if ($this->scheme === $scheme) {
481 $new->scheme = $scheme;
616 * @param string $scheme
[all …]
H A DUtils.php183 $scheme = $changes['uri']->getScheme();
184 if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md16 Internally Monolog still uses its own level scheme since it predates PSR-3.

1234567