Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
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 = [];
597 $this->allowed_types[] = [$assoc_type, $session_type];
[all …]
/plugin/fedauth/Auth/OpenID/
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();
576 $this->allowed_types[] = array($assoc_type, $session_type);
589 $this->allowed_types);
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DColor.php62 $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];
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/
Ddata.php16 public $allowed_types = array( variable in HTMLPurifier_URIScheme_data
69 if ($content_type !== null && empty($this->allowed_types[$content_type])) {
114 if (empty($this->allowed_types[$real_content_type])) {