uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
edit
/
..
/
recentchanges
/
ChangesListStringOptionsFilter.php
/
/
<?php use MediaWiki\Html\FormOptions; /** * An individual filter in a ChangesListStringOptionsFilterGroup. * * This filter type will only be displayed on the structured UI currently. * * @since 1.29 * @ingroup RecentChanges */ class ChangesListStringOptionsFilter extends ChangesListFilter { /** * @inheritDoc */ public function displaysOnUnstructuredUi() { return false; } /** * @inheritDoc */ public function isSelected( FormOptions $opts ) { $option = $opts[ $this->getGroup()->getName() ]; if ( $option === ChangesListStringOptionsFilterGroup::ALL ) { return true; } $values = explode( ChangesListStringOptionsFilterGroup::SEPARATOR, $option ); return in_array( $this->getName(), $values ); } }
/var/www/html/1c732/../mediawiki/includes/edit/../recentchanges/ChangesListStringOptionsFilter.php