wiki.techinc.nl/includes/search
Umherirrender 864068d000 Remove unneeded explicit true/false inside conditions
The non-strict conditions in if/while are true/false without the check.

In some situation the true/false is removed, because it is known to be a
bool (by is_bool check or type hint)

Change-Id: I5ca4c4771af25d2e785e82732df204a73653886e
2021-08-17 21:52:34 +02:00
..
Entity
Hook
searchwidgets Revert "Use CsrfTokenSet as CSRF token source" 2021-08-05 15:48:26 -07:00
BaseSearchResultSet.php
DummySearchIndexFieldDefinition.php
FauxSearchResult.php
FauxSearchResultSet.php
ISearchResultSet.php
NullIndexField.php
PaginatingSearchEngine.php
ParserOutputSearchDataExtractor.php
PerRowAugmentor.php
PrefixSearch.php search: Replace deprecated Language::autoConvertToAllVariants 2021-08-04 03:36:51 +02:00
ResultAugmentor.php
ResultSetAugmentor.php
RevisionSearchResult.php Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
RevisionSearchResultTrait.php
SearchDatabase.php
SearchEngine.php search: Replace deprecated Language::autoConvertToAllVariants 2021-08-04 03:36:51 +02:00
SearchEngineConfig.php Various updates and fixes to PHPDoc documentation 2021-08-09 09:26:23 +02:00
SearchEngineDummy.php
SearchEngineFactory.php
SearchExactMatchRescorer.php
SearchHighlighter.php s/unrelevant/irrelevant 2021-07-20 15:21:32 +01:00
SearchIndexField.php
SearchIndexFieldDefinition.php
SearchMySQL.php search: Replace deprecated Language::autoConvertToAllVariants 2021-08-04 03:36:51 +02:00
SearchNearMatcher.php Remove comments that repeat the code 2021-06-02 08:03:09 +00:00
SearchNearMatchResultSet.php
SearchPostgres.php Fix code comment 2021-07-10 18:46:35 +02:00
SearchResult.php
SearchResultSet.php Remove unneeded explicit true/false inside conditions 2021-08-17 21:52:34 +02:00
SearchResultSetTrait.php
SearchResultTrait.php
SearchSqlite.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SearchSuggestion.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
SearchSuggestionSet.php
SqlSearchResult.php
SqlSearchResultSet.php
StringPrefixSearch.php
TitlePrefixSearch.php