Searched refs:validTypes (Results 1 – 3 of 3) sorted by relevance
/plugin/saml/phpsaml/lib/Saml2/ |
D | Settings.php | 659 $validTypes = array('technical', 'support', 'administrative', 'billing', 'other'); 661 if (!in_array($type, $validTypes)) {
|
/plugin/adfs/phpsaml/lib/Saml2/ |
D | Settings.php | 659 $validTypes = array('technical', 'support', 'administrative', 'billing', 'other'); 661 if (!in_array($type, $validTypes)) {
|
/plugin/charter/ |
D | helper.php | 118 var $validTypes = array( variable in helper_plugin_charter 230 if (!in_array($val, $this->validTypes))
|