chad@sexy /www/mediawiki/extensions (master)$ ack 'SpecialRecentChangesFilters|SpecialRecentChangesQuery|SpecialRecentChangesPanel|SpecialWatchlistFilters|SpecialWatchlistGetNonRevisionTypes|SpecialWatchlistQuery'
CleanChanges/CleanChanges.php
45: $wgHooks['SpecialRecentChangesQuery'][] = 'CCFilters::user';
46: $wgHooks['SpecialRecentChangesPanel'][] = 'CCFilters::userForm';
49: $wgHooks['SpecialRecentChangesQuery'][] = 'CCFilters::trailer';
50: $wgHooks['SpecialRecentChangesPanel'][] = 'CCFilters::trailerForm';
FlaggedRevs/frontend/FlaggedRevsUI.setup.php
55: $hooks['SpecialRecentChangesQuery'][] = 'FlaggedRevsUIHooks::modifyRecentChangesQuery';
57: $hooks['SpecialWatchlistQuery'][] = 'FlaggedRevsUIHooks::modifyChangesListQuery';
68: $hooks['SpecialRecentChangesFilters'][] = 'FlaggedRevsUIHooks::addHideReviewedFilter';
69: $hooks['SpecialWatchlistFilters'][] = 'FlaggedRevsUIHooks::addHideReviewedFilter';
Flow/Flow.php
167:$wgHooks['SpecialWatchlistGetNonRevisionTypes'][] = 'FlowHooks::onSpecialWatchlistGetNonRevisionTypes';
Flow/Hooks.php
243: public static function onSpecialWatchlistGetNonRevisionTypes( &$types ) {
LiquidThreads/LiquidThreads.php
118:$wgHooks['SpecialWatchlistQuery'][] = 'LqtHooks::beforeWatchlist';
MobileFrontend/includes/specials/SpecialMobileWatchlist.php
254: wfRunHooks( 'SpecialWatchlistQuery', array( &$conds, &$tables, &$join_conds, &$fields, &$values ) );
OnlyRecentRecentChanges/OnlyRecentRecentChanges.php
51:$wgHooks['SpecialRecentChangesQuery'][] = 'onSpecialRecentChangesQuery';
56:// see http://www.mediawiki.org/wiki/Manual:Hooks/SpecialRecentChangesQuery
57:function onSpecialRecentChangesQuery( &$conds, &$tables, &$join_conds, $opts, &$query_options, &$select ) {
Translate/Translate.php
164:$GLOBALS['wgHooks']['SpecialRecentChangesQuery'][] = 'TranslateRcFilter::translationFilter';
165:$GLOBALS['wgHooks']['SpecialRecentChangesPanel'][] = 'TranslateRcFilter::translationFilterForm';
Translate/utils/RcFilter.php
18: * Hooks SpecialRecentChangesQuery. See the hook documentation for
59: * Hooks SpecialRecentChangesPanel. See the hook documentation for
Wikibase/client/WikibaseClient.hooks.php
196: * @see https://www.mediawiki.org/wiki/Manual:Hooks/SpecialRecentChangesQuery
209: public static function onSpecialRecentChangesQuery( array &$conds, array &$tables,
278: * @see https://www.mediawiki.org/wiki/Manual:Hooks/SpecialWatchlistQuery
290: public static function onSpecialWatchlistQuery( array &$conds, array &$tables,
590: public static function onSpecialRecentChangesFilters( SpecialRecentChanges $special, array &$filters ) {
666: * @see https://www.mediawiki.org/wiki/Manual:Hooks/SpecialWatchlistFilters
675: public static function onSpecialWatchlistFilters( $special, &$filters ) {
Wikibase/client/WikibaseClient.php
88: $wgHooks['SpecialWatchlistQuery'][] = '\Wikibase\ClientHooks::onSpecialWatchlistQuery';
89: $wgHooks['SpecialRecentChangesQuery'][] = '\Wikibase\ClientHooks::onSpecialRecentChangesQuery';
90: $wgHooks['SpecialRecentChangesFilters'][] = '\Wikibase\ClientHooks::onSpecialRecentChangesFilters';
95: $wgHooks['SpecialWatchlistFilters'][] = '\Wikibase\ClientHooks::onSpecialWatchlistFilters';
WikimediaIncubator/WikimediaIncubator.php
108:$wgHooks['SpecialRecentChangesQuery'][] = 'TestWikiRC::onRcQuery';
109:$wgHooks['SpecialRecentChangesPanel'][] = 'TestWikiRC::onRcForm';