Home
last modified time | relevance | path

Searched refs:filterUserInfoComponent (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUri.php490 $info = $this->filterUserInfoComponent($user);
492 $info .= ':' . $this->filterUserInfoComponent($password);
591 ? $this->filterUserInfoComponent($parts['user'])
609 $this->userInfo .= ':' . $this->filterUserInfoComponent($parts['pass']);
638 private function filterUserInfoComponent($component) function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUri.php437 $info = $this->filterUserInfoComponent($user);
439 $info .= ':'.$this->filterUserInfoComponent($password);
549 ? $this->filterUserInfoComponent($parts['user'])
567 $this->userInfo .= ':'.$this->filterUserInfoComponent($parts['pass']);
592 private function filterUserInfoComponent($component): string function in GuzzleHttp\\Psr7\\Uri