Home
last modified time | relevance | path

Searched refs:ALLOWED_TYPES (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/mediawiki136/mediawiki-1.36.3/includes/revisiondelete/
H A DRevisionDeleter.php38 private const ALLOWED_TYPES = [ define in RevisionDeleter
101 return array_keys( self::ALLOWED_TYPES );
115 return isset( self::ALLOWED_TYPES[$typeName] ) ? $typeName : null;
134 $spec = self::ALLOWED_TYPES[$typeName];
215 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRelationType' ] );
229 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRestriction' ] );
243 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRevdelConstant' ] );
260 [ self::ALLOWED_TYPES[$typeName]['class'], 'suggestTarget' ],
/dports/www/mediawiki137/mediawiki-1.37.1/includes/revisiondelete/
H A DRevisionDeleter.php39 private const ALLOWED_TYPES = [ define in RevisionDeleter
101 return array_keys( self::ALLOWED_TYPES );
115 return isset( self::ALLOWED_TYPES[$typeName] ) ? $typeName : null;
134 $spec = self::ALLOWED_TYPES[$typeName];
215 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRelationType' ] );
229 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRestriction' ] );
243 return call_user_func( [ self::ALLOWED_TYPES[$typeName]['class'], 'getRevdelConstant' ] );
260 [ self::ALLOWED_TYPES[$typeName]['class'], 'suggestTarget' ],
/dports/www/mediawiki135/mediawiki-1.35.5/includes/revisiondelete/
H A DRevisionDeleter.php33 private const ALLOWED_TYPES = [ define in RevisionDeleter
57 return array_keys( self::ALLOWED_TYPES );
71 return isset( self::ALLOWED_TYPES[$typeName] ) ? $typeName : null;
90 $class = self::ALLOWED_TYPES[$typeName];
161 return call_user_func( [ self::ALLOWED_TYPES[$typeName], 'getRelationType' ] );
175 return call_user_func( [ self::ALLOWED_TYPES[$typeName], 'getRestriction' ] );
189 return call_user_func( [ self::ALLOWED_TYPES[$typeName], 'getRevdelConstant' ] );
205 return call_user_func( [ self::ALLOWED_TYPES[$typeName], 'suggestTarget' ], $target, $ids );
/dports/devel/py-flex/flex-6.14.0/flex/loading/common/single_header/
H A Dtype.py22 ALLOWED_TYPES = [STRING, NUMBER, INTEGER, BOOLEAN, ARRAY, FILE] variable
28 'enum': ALLOWED_TYPES,
36 if _type not in ALLOWED_TYPES:
37 raise ValidationError(MESSAGES['enum']['invalid'].format(_type, ALLOWED_TYPES))
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/ValueObject/
H A DDeliveryTimeNoteType.php56 public const ALLOWED_TYPES = [ define in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\ValueObject\\DeliveryTimeNoteType
91 if (!in_array($type, self::ALLOWED_TYPES)) {
96 implode(',', self::ALLOWED_TYPES)
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/model/
H A Dimports.py24 ALLOWED_TYPES = ('Library', 'Resource', 'Variables') variable in Import
27 if type not in self.ALLOWED_TYPES:
29 % (type, seq2str(self.ALLOWED_TYPES, lastsep=' or ')))
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/dependency-injection/Compiler/
H A DRegisterEnvVarProcessorsPass.php28 private const ALLOWED_TYPES = ['array', 'bool', 'float', 'int', 'string']; define in Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass
68 if (!\in_array($type, self::ALLOWED_TYPES)) {
69 …getProvidedTypes()", expected one of "%s".', $type, $class, implode('", "', self::ALLOWED_TYPES)));
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/dependency-injection/Compiler/
H A DRegisterEnvVarProcessorsPass.php28 private const ALLOWED_TYPES = ['array', 'bool', 'float', 'int', 'string']; define in Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass
68 if (!\in_array($type, self::ALLOWED_TYPES)) {
69 …getProvidedTypes()", expected one of "%s".', $type, $class, implode('", "', self::ALLOWED_TYPES)));
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/dependency-injection/Compiler/
H A DRegisterEnvVarProcessorsPass.php28 private const ALLOWED_TYPES = ['array', 'bool', 'float', 'int', 'string']; define in Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass
68 if (!\in_array($type, self::ALLOWED_TYPES)) {
69 …getProvidedTypes()", expected one of "%s".', $type, $class, implode('", "', self::ALLOWED_TYPES)));
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/graphql/
H A Dauthorize_types.rb11ALLOWED_TYPES = %w[BaseEnum BaseEdge BaseScalar BasePermissionType MutationType SubscriptionType constant in RuboCop.Cop.Graphql.AuthorizeTypes
34 ALLOWED_TYPES.any? { |allowed| class_const.include?(allowed) }
/dports/finance/prestashop/prestashop/src/Core/Domain/ValueObject/
H A DReduction.php50 public const ALLOWED_TYPES = [ define in PrestaShop\\PrestaShop\\Core\\Domain\\ValueObject\\Reduction
107 if (!in_array($type, self::ALLOWED_TYPES, true)) {
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/processing/tests/
H A D__init__.py270 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
764 ALLOWED_TYPES = ('manager',) variable in _TestContainers
836 ALLOWED_TYPES = ('processes',) variable in _TestPool
895 ALLOWED_TYPES = ('manager',) variable in _TestZZZDebugInfo
940 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
990 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1235 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1286 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
1337 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
1393 ALLOWED_TYPES = ('processes',) variable in _TestImportStar
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_multiprocessing.py322 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
817 ALLOWED_TYPES = ('processes',) variable in _TestValue
885 ALLOWED_TYPES = ('processes',) variable in _TestArray
974 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1152 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1203 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1254 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1593 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1644 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
1697 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/devel/py-billiard/billiard-3.6.3.0/t/integration/tests/
H A Dtest_multiprocessing.py305 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
784 ALLOWED_TYPES = ('processes',) variable in _TestValue
849 ALLOWED_TYPES = ('processes',) variable in _TestArray
912 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1088 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1146 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1199 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1522 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1619 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
1671 ALLOWED_TYPES = ('processes',) variable in _TestImportStar
[all …]
/dports/x11/radare-cutter/r2cutter-0.1.1/docs/
H A Dapidoc.py8 ALLOWED_TYPES = ['class', 'interface', 'struct', 'union'] variable
84 if compound.get('kind') not in ALLOWED_TYPES:
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.1/multiprocess/tests/
H A D__init__.py324 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
819 ALLOWED_TYPES = ('processes',) variable in _TestValue
887 ALLOWED_TYPES = ('processes',) variable in _TestArray
969 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1114 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1163 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1214 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1562 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1637 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
1690 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.7/multiprocess/tests/
H A D__init__.py389 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
916 ALLOWED_TYPES = ('processes',) variable in _TestValue
985 ALLOWED_TYPES = ('processes',) variable in _TestArray
1075 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1378 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1429 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1480 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1944 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2019 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
2073 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.2/multiprocess/tests/
H A D__init__.py361 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
920 ALLOWED_TYPES = ('processes',) variable in _TestValue
989 ALLOWED_TYPES = ('processes',) variable in _TestArray
1072 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1326 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1375 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1426 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1891 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1966 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
2020 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.6/multiprocess/tests/
H A D__init__.py131 ALLOWED_TYPES = ('processes', 'threads') variable in _TestProcess
303 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
924 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1063 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1112 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1163 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
1494 ALLOWED_TYPES = ('processes',) variable in _TestHeap
1551 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
1605 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
1660 ALLOWED_TYPES = ('processes',) variable in _TestImportStar
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_multiprocessing.py404 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
946 ALLOWED_TYPES = ('processes',) variable in _TestValue
1015 ALLOWED_TYPES = ('processes',) variable in _TestArray
1105 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1436 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1487 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1538 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
2005 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2080 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
2134 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_multiprocessing.py404 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
946 ALLOWED_TYPES = ('processes',) variable in _TestValue
1015 ALLOWED_TYPES = ('processes',) variable in _TestArray
1105 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1436 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1487 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1538 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
2005 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2080 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
2134 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/multiprocess/tests/
H A D__init__.py417 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
959 ALLOWED_TYPES = ('processes',) variable in _TestValue
1028 ALLOWED_TYPES = ('processes',) variable in _TestArray
1118 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1452 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects
1503 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1554 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
2022 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2102 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
2157 ALLOWED_TYPES = ('processes',) variable in _TestFinalize
[all …]
/dports/finance/prestashop/prestashop/src/Core/Translation/Storage/Provider/Definition/
H A DProviderDefinitionInterface.php43 public const ALLOWED_TYPES = [ define
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.3/multiprocess/tests/
H A D__init__.py422 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
1420 ALLOWED_TYPES = ('processes',) variable in _TestValue
1489 ALLOWED_TYPES = ('processes',) variable in _TestArray
1572 ALLOWED_TYPES = ('manager',) variable in _TestContainers
1907 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
1977 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
2332 ALLOWED_TYPES = ('processes',) variable in _TestListener
2484 ALLOWED_TYPES = ('processes',) variable in _TestPicklingConnections
2618 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2693 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.5/multiprocess/tests/
H A D__init__.py430 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
1448 ALLOWED_TYPES = ('processes',) variable in _TestValue
1517 ALLOWED_TYPES = ('processes',) variable in _TestArray
1600 ALLOWED_TYPES = ('manager',) variable in _TestContainers
2029 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
2099 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
2460 ALLOWED_TYPES = ('processes',) variable in _TestListener
2612 ALLOWED_TYPES = ('processes',) variable in _TestPicklingConnections
2746 ALLOWED_TYPES = ('processes',) variable in _TestHeap
2821 ALLOWED_TYPES = ('processes',) variable in _TestSharedCTypes
[all …]

123