Searched refs:DeprecatablePropertyArray (Results 1 – 12 of 12) sorted by relevance
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/debug/ |
H A D | DeprecatablePropertyArrayTest.php | 3 use MediaWiki\Debug\DeprecatablePropertyArray; alias 23 $array = new DeprecatablePropertyArray( 64 $array = new DeprecatablePropertyArray( [], [], __METHOD__ ); 74 $array = new DeprecatablePropertyArray( [], [], __METHOD__ );
|
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/debug/ |
H A D | DeprecatablePropertyArrayTest.php | 3 use MediaWiki\Debug\DeprecatablePropertyArray; alias 23 $array = new DeprecatablePropertyArray( 64 $array = new DeprecatablePropertyArray( [], [], __METHOD__ ); 74 $array = new DeprecatablePropertyArray( [], [], __METHOD__ );
|
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/debug/ |
H A D | DeprecatablePropertyArrayTest.php | 3 use MediaWiki\Debug\DeprecatablePropertyArray; alias 24 $array = new DeprecatablePropertyArray( 65 $array = new DeprecatablePropertyArray( [], [], __METHOD__ ); 75 $array = new DeprecatablePropertyArray( [], [], __METHOD__ );
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/debug/ |
H A D | DeprecatablePropertyArray.php | 16 class DeprecatablePropertyArray implements ArrayAccess { class
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/debug/ |
H A D | DeprecatablePropertyArray.php | 16 class DeprecatablePropertyArray implements ArrayAccess { class
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/debug/ |
H A D | DeprecatablePropertyArray.php | 16 class DeprecatablePropertyArray implements ArrayAccess {
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Storage/ |
H A D | PageUpdater.php | 37 use MediaWiki\Debug\DeprecatablePropertyArray; alias 1004 new DeprecatablePropertyArray( 1187 new DeprecatablePropertyArray(
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Storage/ |
H A D | PageUpdater.php | 37 use MediaWiki\Debug\DeprecatablePropertyArray; alias 1163 new DeprecatablePropertyArray( 1349 new DeprecatablePropertyArray(
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/page/ |
H A D | WikiPage.php | 25 use MediaWiki\Debug\DeprecatablePropertyArray; alias 3325 $resultDetails = new DeprecatablePropertyArray( 3504 $resultDetails = new DeprecatablePropertyArray( 3558 $resultDetails = new DeprecatablePropertyArray(
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/page/ |
H A D | WikiPage.php | 27 use MediaWiki\Debug\DeprecatablePropertyArray; alias 3469 $resultDetails = new DeprecatablePropertyArray( 3645 $resultDetails = new DeprecatablePropertyArray( 3699 $resultDetails = new DeprecatablePropertyArray(
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/parser/ |
H A D | Parser.php | 25 use MediaWiki\Debug\DeprecatablePropertyArray; alias 3585 * @return array|DeprecatablePropertyArray 3696 $propertyArray = new DeprecatablePropertyArray(
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/parser/ |
H A D | Parser.php | 25 use MediaWiki\Debug\DeprecatablePropertyArray; alias 3601 * @return array|DeprecatablePropertyArray 3749 $propertyArray = new DeprecatablePropertyArray(
|