/plugin/combo/ComboStrap/ |
H A D | FileSystems.php | 12 $scheme = $path->getScheme(); 13 switch ($scheme) { 25 $scheme = $path->getScheme(); 26 switch ($scheme) { 37 $scheme = $path->getScheme(); 38 switch ($scheme) { 51 $scheme = $path->getScheme(); 52 switch ($scheme) { 72 switch ($scheme) { 88 switch ($scheme) { [all …]
|
H A D | DokuPath.php | 95 private $scheme; variable in ComboStrap\\DokuPath 133 $this->scheme = $this->schemeDetermination($path); 135 switch ($this->scheme) { 136 case InterWikiPath::scheme: 143 $this->scheme = DokuFs::SCHEME; 180 if ($this->scheme == DokuFs::SCHEME) { 529 return $this->scheme; 665 $string = "{$this->scheme}://$this->drive$driveSep$this->id"; 727 return InternetPath::scheme; 732 return InterWikiPath::scheme;
|
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/ |
H A D | Dsn.php | 19 private $scheme; variable in Nyholm\\Dsn\\Configuration\\Dsn 26 public function __construct(?string $scheme, array $parameters = []) argument 28 $this->scheme = $scheme; 34 return $this->scheme; 40 public function withScheme(?string $scheme) argument 43 $new->scheme = $scheme; 118 $scheme = $this->getScheme(); 121 (empty($scheme) ? '' : $scheme.'://').
|
H A D | Path.php | 29 …public function __construct(string $scheme, string $path, array $parameters = [], array $authentic… argument 33 parent::__construct($scheme, $parameters); 44 public function withScheme(?string $scheme) argument 46 if (null === $scheme || '' === $scheme) { 50 return parent::withScheme($scheme);
|
H A D | Url.php | 39 …public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null… argument 45 parent::__construct($scheme, $parameters); 102 $scheme = $this->getScheme(); 105 (empty($scheme) ? '' : $scheme.'://').
|
/plugin/openid/Auth/OpenID/ |
H A D | URINorm.php | 160 $scheme = $uri_matches[2]; 161 if ($scheme) { 162 $scheme = strtolower($scheme); 165 $scheme = $uri_matches[2]; 166 if ($scheme === '') { 171 $scheme = strtolower($scheme); 172 if (!in_array($scheme, array('http', 'https'))) { 216 ($scheme == 'http' && $port == ':80') || 217 ($scheme == 'https' && $port == ':443')) { 246 return $scheme . '://' . $authority . $path . $query . $fragment;
|
/plugin/fedauth/Auth/OpenID/ |
H A D | URINorm.php | 160 $scheme = $uri_matches[2]; 161 if ($scheme) { 162 $scheme = strtolower($scheme); 165 $scheme = $uri_matches[2]; 166 if ($scheme === '') { 171 $scheme = strtolower($scheme); 172 if (!in_array($scheme, array('http', 'https'))) { 216 ($scheme == 'http' && $port == ':80') || 217 ($scheme == 'https' && $port == ':443')) { 246 return $scheme . '://' . $authority . $path . $query . $fragment;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
H A D | MpegCommonEncryption.php | 29 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/psr7/src/ |
H A D | Uri.php | 43 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 …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | HTTPGetAction.php | 36 public $scheme; variable in Google\\Service\\CloudRun\\HTTPGetAction 83 public function setScheme($scheme) argument 85 $this->scheme = $scheme; 92 return $this->scheme;
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/ |
H A D | Uri.php | 15 private $scheme = 'http'; variable in OAuth\\Common\\Http\\Uri\\Uri 89 $this->scheme = $uriParts['scheme']; 149 return $this->scheme; 246 $uri = $this->scheme . '://' . $this->getRawAuthority(); 289 $uri = $this->scheme . '://' . $this->getAuthority(); 353 * @param string $scheme 355 public function setScheme($scheme) argument 357 $this->scheme = $scheme; 378 …if (('https' === $this->scheme && $this->port === 443) || ('http' === $this->scheme && $this->port…
|
H A D | UriFactory.php | 25 $scheme = $this->detectScheme($_server); 31 return $this->createFromParts($scheme, '', $host, $port, $path, $query); 47 * @param string $scheme 57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument 60 $uri->setScheme($scheme);
|
H A D | UriFactoryInterface.php | 31 * @param string $scheme 41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/ |
H A D | Uri.php | 15 private $scheme = 'http'; variable in OAuth\\Common\\Http\\Uri\\Uri 89 $this->scheme = $uriParts['scheme']; 149 return $this->scheme; 246 $uri = $this->scheme . '://' . $this->getRawAuthority(); 289 $uri = $this->scheme . '://' . $this->getAuthority(); 353 * @param string $scheme 355 public function setScheme($scheme) argument 357 $this->scheme = $scheme; 378 …if (('https' === $this->scheme && $this->port === 443) || ('http' === $this->scheme && $this->port…
|
H A D | UriFactory.php | 25 $scheme = $this->detectScheme($_server); 31 return $this->createFromParts($scheme, '', $host, $port, $path, $query); 47 * @param string $scheme 57 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument 60 $uri->setScheme($scheme);
|
H A D | UriFactoryInterface.php | 31 * @param string $scheme 41 …public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragme… argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/ |
H A D | Request.php | 59 public $scheme; variable in Google\\Service\\ServiceControl\\Request 198 public function setScheme($scheme) argument 200 $this->scheme = $scheme; 207 return $this->scheme;
|
/plugin/icalevents/vendor/sabre/uri/tests/ |
H A D | ParseTest.php | 48 'scheme' => 'http', 74 'scheme' => 'ftp', 89 'scheme' => 'http', 101 'scheme' => null, 165 'scheme' => 'http',
|
/plugin/openid/Auth/ |
H A D | OpenID.php | 362 * @param string $scheme The scheme (e.g. 'http'). Defaults to 'http'. 371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument 375 if (!$scheme) { 376 $scheme = 'http'; 387 $result = $scheme . "://" . $host; 426 $scheme = strtolower($parsed['scheme']); 427 if (!in_array($scheme, array('http', 'https'))) {
|
/plugin/fedauth/Auth/ |
H A D | OpenID.php | 362 * @param string $scheme The scheme (e.g. 'http'). Defaults to 'http'. 371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument 375 if (!$scheme) { 376 $scheme = 'http'; 387 $result = $scheme . "://" . $host; 426 $scheme = strtolower($parsed['scheme']); 427 if (!in_array($scheme, array('http', 'https'))) {
|
/plugin/confmanager/action/ |
H A D | registerconfig.php | 39 $scheme = new ConfigManagerSingleLineCoreConfig('scheme'); 40 $scheme->setName($this->getLang('URL Schemes')); 41 $scheme->setDescription($this->getDescription('scheme')); 42 $event->data[] = $scheme;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 191 if (isset($context[$scheme]['session'])) { 192 $sftp = $context[$scheme]['session']; 194 if (isset($context[$scheme]['sftp'])) { 195 $sftp = $context[$scheme]['sftp']; 201 if (isset($context[$scheme]['username'])) { 202 $user = $context[$scheme]['username']; 204 if (isset($context[$scheme]['password'])) { 205 $pass = $context[$scheme]['password']; 207 … if (isset($context[$scheme]['privkey']) && $context[$scheme]['privkey'] instanceof PrivateKey) { 208 $pass = $context[$scheme]['privkey'];
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | json.worker.js | 1 …scheme=e.scheme||h,this.authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fr…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | json.worker.js | 1 …scheme=e.scheme||h,this.authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fr…
|
/plugin/linksenhanced/syntax/ |
H A D | link.php | 155 list($scheme) = explode('://',$url); 156 $scheme = strtolower($scheme); 157 if(!in_array($scheme,$schemes)) $url = ''; 259 list($scheme) = explode('://',$url); 260 $scheme = strtolower($scheme); 261 if(!in_array($scheme,$schemes)) $url = '';
|