wiki.techinc.nl/includes/search
Umherirrender 1086958611 Replace array_keys in foreach to use $_ as value instead
When the value of the associated array is not used, there is no need to
use array_keys and create internal a copy of the array, just omit the
value with $_ to tell static analyzer that the var is unused.

Change-Id: I5c6d667e98c0167c0573c683f0d617bc1d4ca619
2023-07-10 02:53:52 +00:00
..
Entity search: Deprecate the use of SearchResultThumbnail::getSize() 2023-05-29 11:04:31 +00:00
Hook Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
searchwidgets Special:Search - Update interwiki sister icons 2023-05-25 09:21:02 -04:00
BaseSearchResultSet.php phan: Disable scalar_implicit_cast setting 2022-03-18 18:52:24 +00:00
DummySearchIndexFieldDefinition.php
FauxSearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
FauxSearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ISearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
NullIndexField.php
PaginatingSearchEngine.php
ParserOutputSearchDataExtractor.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
PerRowAugmentor.php
PrefixSearch.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
ResultAugmentor.php
ResultSetAugmentor.php
RevisionSearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
RevisionSearchResultTrait.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
SearchDatabase.php rdbms: Deprecate getLazyConnectionRef 2022-03-03 13:15:44 +01:00
SearchEngine.php Replace deprecated MWException 2023-06-12 12:27:49 +00:00
SearchEngineConfig.php search: Replace deprecated User::getOption 2022-08-05 22:31:12 +00:00
SearchEngineDummy.php
SearchEngineFactory.php Make use of ?? and ?: operators where it makes sense 2022-08-04 21:43:12 +02:00
SearchExactMatchRescorer.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchHighlighter.php SearchHighlighter: Avoid broken multi-byte characters 2023-03-31 16:28:39 +08:00
SearchIndexField.php pager: Clean up file headers and @ingroup 2022-09-29 21:05:08 +01:00
SearchIndexFieldDefinition.php
SearchMySQL.php Replace IDatabase::delete with DeleteQueryBuilder 2023-06-21 17:50:31 +02:00
SearchNearMatchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchPostgres.php build: Cleanup of .phpcs.xml 2023-04-13 12:57:51 +02:00
SearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchResultSetTrait.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
SearchResultThumbnailProvider.php search: Avoid setting height in search thumbnails 2022-12-12 08:58:39 +01:00
SearchResultTrait.php
SearchSqlite.php Replace IDatabase::delete with DeleteQueryBuilder 2023-06-21 17:50:31 +02:00
SearchSuggestion.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SearchSuggestionSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SqlSearchResult.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
SqlSearchResultSet.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
StringPrefixSearch.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
TitleMatcher.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
TitlePrefixSearch.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00