Searched refs:allowed_types (Results 1 – 4 of 4) sorted by relevance
542 function __construct($allowed_types) argument544 $this->allowed_types = [];545 $this->setAllowedTypes($allowed_types);553 * @param array $allowed_types556 function setAllowedTypes($allowed_types) argument558 foreach ($allowed_types as $pair) {565 $this->allowed_types = $allowed_types;581 if ($this->allowed_types === null) {582 $this->allowed_types = [];597 $this->allowed_types[] = [$assoc_type, $session_type];[all …]
526 function Auth_OpenID_SessionNegotiator($allowed_types) argument528 $this->allowed_types = array();529 $this->setAllowedTypes($allowed_types);538 function setAllowedTypes($allowed_types) argument540 foreach ($allowed_types as $pair) {547 $this->allowed_types = $allowed_types;560 if ($this->allowed_types === null) {561 $this->allowed_types = array();576 $this->allowed_types[] = array($assoc_type, $session_type);589 $this->allowed_types);[all …]
62 $allowed_types = array(70 $allowed_types = array(115 if (!array_key_exists($current_type, $allowed_types[$i])) {127 $max_value = $allowed_types[$i][$current_type];
16 public $allowed_types = array( variable in HTMLPurifier_URIScheme_data69 if ($content_type !== null && empty($this->allowed_types[$content_type])) {114 if (empty($this->allowed_types[$real_content_type])) {