Home
last modified time | relevance | path

Searched refs:allowedTypes (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/www/gitea/gitea-1.16.5/modules/upload/
H A Dupload_test.go25 allowedTypes string
31 allowedTypes: "",
37 allowedTypes: "",
43 allowedTypes: "",
49 allowedTypes: "",
55 allowedTypes: ",",
61 allowedTypes: "|",
67 allowedTypes: "*/*",
73 allowedTypes: "*/*,",
79 allowedTypes: "*/*|",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/linkedin/goavro/v2/
H A Dunion.go51allowedTypes := make([]string, len(schemaArray)) // used for error reporting when encoder receives…
65 allowedTypes[i] = fullName
100 return Union(allowedTypes[index], decoded), buf, nil
107 …union: no member schema types support datum: allowed types: %v; received: %T", allowedTypes, datum)
112 …gle key equal to type name, and value equal to datum value: %v; received: %T", allowedTypes, datum)
118 …union: no member schema types support datum: allowed types: %v; received: %T", allowedTypes, datum)
125 …gle key equal to type name, and value equal to datum value: %v; received: %T", allowedTypes, datum)
148 …union: no member schema types support datum: allowed types: %v; received: %T", allowedTypes, datum)
153 …gle key equal to type name, and value equal to datum value: %v; received: %T", allowedTypes, datum)
159 …union: no member schema types support datum: allowed types: %v; received: %T", allowedTypes, datum)
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/assert/src/
H A DAssert.php230 * @param string[] $allowedTypes
234 private static function hasType( $value, array $allowedTypes ) { argument
238 if ( in_array( $type, $allowedTypes ) ) {
242 if ( in_array( 'callable', $allowedTypes ) && is_callable( $value ) ) {
246 if ( is_object( $value ) && self::isInstanceOf( $value, $allowedTypes ) ) {
250 if ( is_array( $value ) && in_array( 'Traversable', $allowedTypes ) ) {
259 * @param string[] $allowedTypes
263 private static function isInstanceOf( $value, array $allowedTypes ) { argument
264 foreach ( $allowedTypes as $type ) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/assert/src/
H A DAssert.php230 * @param string[] $allowedTypes
234 private static function hasType( $value, array $allowedTypes ) { argument
238 if ( in_array( $type, $allowedTypes ) ) {
242 if ( in_array( 'callable', $allowedTypes ) && is_callable( $value ) ) {
246 if ( is_object( $value ) && self::isInstanceOf( $value, $allowedTypes ) ) {
250 if ( is_array( $value ) && in_array( 'Traversable', $allowedTypes ) ) {
259 * @param string[] $allowedTypes
263 private static function isInstanceOf( $value, array $allowedTypes ) { argument
264 foreach ( $allowedTypes as $type ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/assert/src/
H A DAssert.php230 * @param string[] $allowedTypes
234 private static function hasType( $value, array $allowedTypes ) { argument
238 if ( in_array( $type, $allowedTypes ) ) {
242 if ( in_array( 'callable', $allowedTypes ) && is_callable( $value ) ) {
246 if ( is_object( $value ) && self::isInstanceOf( $value, $allowedTypes ) ) {
250 if ( is_array( $value ) && in_array( 'Traversable', $allowedTypes ) ) {
259 * @param string[] $allowedTypes
263 private static function isInstanceOf( $value, array $allowedTypes ) { argument
264 foreach ( $allowedTypes as $type ) {
/dports/www/bolt/bolt-2.2.24/vendor/symfony/options-resolver/Symfony/Component/OptionsResolver/
H A DOptionsResolver.php83 private $allowedTypes = array(); variable in Symfony\\Component\\OptionsResolver\\OptionsResolver
572 public function setAllowedTypes($option, $allowedTypes = null) argument
579 if (is_array($option) && null === $allowedTypes) {
595 $this->allowedTypes[$option] = (array) $allowedTypes;
627 if (is_array($option) && null === $allowedTypes) {
643 if (!isset($this->allowedTypes[$option])) {
644 $this->allowedTypes[$option] = (array) $allowedTypes;
646 … $this->allowedTypes[$option] = array_merge($this->allowedTypes[$option], (array) $allowedTypes);
699 $this->allowedTypes = array();
850 if (isset($this->allowedTypes[$option])) {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/
H A DOptionsResolver.php64 private $allowedTypes = []; variable in Symfony\\Component\\OptionsResolver\\OptionsResolver
498 public function setAllowedTypes($option, $allowedTypes) argument
508 $this->allowedTypes[$option] = (array) $allowedTypes;
533 public function addAllowedTypes($option, $allowedTypes) argument
543 if (!isset($this->allowedTypes[$option])) {
544 $this->allowedTypes[$option] = (array) $allowedTypes;
546 … $this->allowedTypes[$option] = array_merge($this->allowedTypes[$option], (array) $allowedTypes);
599 $this->allowedTypes = [];
736 if (isset($this->allowedTypes[$option])) {
740 foreach ($this->allowedTypes[$option] as $type) {
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/
H A DOptionsResolver.php64 private $allowedTypes = []; variable in Symfony\\Component\\OptionsResolver\\OptionsResolver
498 public function setAllowedTypes($option, $allowedTypes) argument
508 $this->allowedTypes[$option] = (array) $allowedTypes;
533 public function addAllowedTypes($option, $allowedTypes) argument
543 if (!isset($this->allowedTypes[$option])) {
544 $this->allowedTypes[$option] = (array) $allowedTypes;
546 … $this->allowedTypes[$option] = array_merge($this->allowedTypes[$option], (array) $allowedTypes);
599 $this->allowedTypes = [];
736 if (isset($this->allowedTypes[$option])) {
740 foreach ($this->allowedTypes[$option] as $type) {
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogSmartPlaylistEditor.cpp317 for (auto allowedType: allowedTypes) in OnType()
490 for (auto allowedType: allowedTypes) in OnInitWindow()
495 if (!allowed && allowedTypes.size()) in OnInitWindow()
562 allowedTypes.push_back(TYPE_SONGS); in GetAllowedTypes()
563 allowedTypes.push_back(TYPE_MIXED); in GetAllowedTypes()
568 allowedTypes.push_back(TYPE_MIXED); in GetAllowedTypes()
572 allowedTypes.push_back(TYPE_SONGS); in GetAllowedTypes()
573 allowedTypes.push_back(TYPE_ALBUMS); in GetAllowedTypes()
575 allowedTypes.push_back(TYPE_MIXED); in GetAllowedTypes()
583 allowedTypes.push_back(TYPE_MIXED); in GetAllowedTypes()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/I18n/Validator/
H A DPhoneNumber.php61 protected $allowedTypes = array( variable in Zend\\I18n\\Validator\\PhoneNumber
95 $this->allowedTypes($options['allowed_types']);
111 public function allowedTypes(array $types = null) function in Zend\\I18n\\Validator\\PhoneNumber
114 $this->allowedTypes = $types;
119 return $this->allowedTypes;
234 if (in_array($type, $this->allowedTypes)) {
248 if (in_array($type, $this->allowedTypes)) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-i18n/src/Validator/
H A DPhoneNumber.php60 protected $allowedTypes = [ variable in Laminas\\I18n\\Validator\\PhoneNumber
94 $this->allowedTypes($options['allowed_types']);
110 public function allowedTypes(array $types = null) function in Laminas\\I18n\\Validator\\PhoneNumber
113 $this->allowedTypes = $types;
118 return $this->allowedTypes;
233 if (in_array($type, $this->allowedTypes, true)) {
249 if (in_array($type, $this->allowedTypes, true)) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/controller/
H A DSiteController.php100 $allowedTypes = array('content');
101 return \GO\Site\Model\Content::setTreeSort($extractedParentNode, $sortOrder, $allowedTypes);
108 $allowedTypes = array('menuitem');
109 return \GO\Site\Model\Menu::setTreeSort($extractedParentNode, $sortOrder, $allowedTypes);
112 $allowedTypes = array('menuitem');
113 return \GO\Site\Model\MenuItem::setTreeSort($extractedParentNode, $sortOrder, $allowedTypes);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/ArmSVE/
H A DArmSVEOpBase.td23 class ScalableVectorOf<list<Type> allowedTypes> :
24 ContainerType<AnyTypeOf<allowedTypes>, IsScalableVectorTypePred,
44 // `allowedLengths` list and the type is from the given `allowedTypes` list
46 list<Type> allowedTypes> : Type<
47 And<[ScalableVectorOf<allowedTypes>.predicate,
49 ScalableVectorOf<allowedTypes>.summary #

12345678910