Home
last modified time | relevance | path

Searched refs:allowed_types (Results 1 – 3 of 3) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DAssociation.php542 function __construct($allowed_types) argument
544 $this->allowed_types = [];
545 $this->setAllowedTypes($allowed_types);
553 * @param array $allowed_types
556 function setAllowedTypes($allowed_types) argument
558 foreach ($allowed_types as $pair) {
565 $this->allowed_types = $allowed_types;
581 if ($this->allowed_types === null) {
582 $this->allowed_types = [];
624 if (!$this->allowed_types) {
[all …]
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php526 function Auth_OpenID_SessionNegotiator($allowed_types) argument
528 $this->allowed_types = array();
529 $this->setAllowedTypes($allowed_types);
538 function setAllowedTypes($allowed_types) argument
540 foreach ($allowed_types as $pair) {
547 $this->allowed_types = $allowed_types;
560 if ($this->allowed_types === null) {
561 $this->allowed_types = array();
589 $this->allowed_types);
603 if (!$this->allowed_types) {
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php