Home
last modified time | relevance | path

Searched refs:scheme (Results 26 – 50 of 170) sorted by relevance

1234567

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php31 * @param string $scheme
41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
H A DUriInterface.php13 * @param string $scheme
15 public function setScheme($scheme); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriFactoryInterface.php31 * @param string $scheme
41 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument
H A DUriInterface.php13 * @param string $scheme
15 public function setScheme($scheme); argument
/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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DefaultScheme.txt
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php187 * @param string $scheme The scheme to use with the new instance.
191 public function withScheme($scheme); argument
/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/combo/ComboStrap/Web/
H A DUrlRewrite.php52 $scheme = $url->getScheme();
55 * we don't set, we just tell that that this is a http scheme
59 $scheme = "http";
61 switch ($scheme) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php48 list($scheme, $url) = explode('://', $sourceUrl, 2);
51 parent::__construct($filters, $scheme.'://'.$host, $path, $vars);
/plugin/mantis/lib/
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 ==…
/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/targetlink/
H A Dsyntax.php198 list($scheme) = explode('://', $url);
199 $scheme = strtolower($scheme);
200 if(!in_array($scheme, $this->schemes)) $url = '';
/plugin/autotweet/
H A DOAuth.php242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
245 @$http_url or $http_url = $scheme .
384 $scheme = $parts['scheme'];
388 $port or $port = ($scheme == 'https') ? '443' : '80';
390 if (($scheme == 'https' && $port != '443')
391 || ($scheme == 'http' && $port != '80')) {
394 return "$scheme://$host$path";
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php30 private $scheme; variable in Monolog\\Handler\\CubeHandler
60 $this->scheme = $urlInfo['scheme'];
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js188 this.scheme = null;
196 this.scheme = m[3] ? m[2] : null;
206 if(this.scheme !== null) { result = result + this.scheme + ':'; }
219 if(base.scheme === null) { return false; }
221 if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
222 r.scheme = null;
225 if(r.scheme !== null) {
226 t.scheme = r.scheme;
258 t.scheme = base.scheme;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php39 list($scheme, $url) = explode('://', $sourceBase.'/'.$sourcePath, 2);
42 $host = $scheme.'://'.$host.'/';
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php127 $scheme = strtolower($parts['scheme']);
129 if (!in_array($scheme, $allowed_schemes)) {
132 $parts['scheme'] = $scheme;
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php127 $scheme = strtolower($parts['scheme']);
129 if (!in_array($scheme, $allowed_schemes)) {
132 $parts['scheme'] = $scheme;
/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/yearbox/
H A DCHANGELOG.md34 * The naming scheme can be changed globally in the configuration
44 * CSS: improved colour scheme and layout
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php301 $scheme = null;
302 list($scheme, $value) = explode(":", $uri, 2);
306 switch ($scheme){
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css1 @media (prefers-color-scheme: light) {
79 @media (prefers-color-scheme: dark) {
/plugin/advanced/lang/en/config/
H A Dscheme.txt5 === Example of scheme.conf ===

1234567