Home
last modified time | relevance | path

Searched refs:array_filter (Results 2276 – 2300 of 5626) sorted by relevance

1...<<919293949596979899100>>...226

/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Input/
H A DInputOption.php63 $shortcuts = array_filter($shortcuts);
/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DTaskTagModel.php103 $tags = array_filter($tags);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalPreviewHelper.php52 return array_filter(
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Question/
H A DQuestion.php282 return (bool) \count(array_filter(array_keys($array), 'is_string'));
/dports/www/kanboard/kanboard-1.2.21/app/
H A Dfunctions.php72 return array_filter($fields);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Authentication/
H A DAbstractAuthenticationService.php148 $constraints = array_filter([
/dports/www/matomo/piwik/plugins/GeoIp2/LocationProvider/
H A DGeoIp2.php69 $location = $location ? array_filter($location) : $location;
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Theme/
H A DColorsTheme.php135 return array_filter(array(
/dports/www/matomo/piwik/plugins/CoreConsole/Commands/
H A DGetSegmentSql.php45 $idSites = array_filter($idSites);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/content/
H A DWikiTextStructure.php121 $lines = array_filter( $lines ); // Remove empty lines
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/utils/
H A DMWRestrictionsTest.php210 $status->setResult( $ok === array_filter( $ok ), $ok );
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/utils/
H A DMWRestrictionsTest.php209 $status->setResult( $ok === array_filter( $ok ), $ok );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php86 …$acceptedLevels = array_values(array_filter(Logger::getLevels(), function ($level) use ($minLevelO…
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DdumpBackup.php109 $this->pages = array_filter( $pages, static function ( $x ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/utils/
H A DMWRestrictionsTest.php211 $status->setResult( $ok === array_filter( $ok ), $ok );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php86 …$acceptedLevels = array_values(array_filter(Logger::getLevels(), function ($level) use ($minLevelO…
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Mail/Header/
H A DContentType.php52 $values = array_filter($values);
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Factory/
H A DAuth.php50 $this->_instances[$app] = new Horde_Core_Auth_Application(array_filter(array(
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DcreateAndPromote.php82 $groups = array_filter( self::$permitRoles, [ $this, 'hasOption' ] );
H A DdumpBackup.php109 $this->pages = array_filter( $pages, function ( $x ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/htmlform/fields/
H A DHTMLUsersMultiselectField.php27 $usersArray = array_values( array_filter( $usersArray, static function ( $username ) {
/dports/devel/pear-PHP_Beautifier/PHP_Beautifier-0.1.15/Beautifier/StreamWrapper/
H A DTarz.php54 if (array_filter($aContents, array($this, 'tarFileExists'))) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/content/
H A DWikiTextStructure.php121 $lines = array_filter( $lines ); // Remove empty lines
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DcreateAndPromote.php82 $groups = array_filter( self::$permitRoles, [ $this, 'hasOption' ] );
H A DdumpBackup.php109 $this->pages = array_filter( $pages, static function ( $x ) {

1...<<919293949596979899100>>...226