MediaWiki REL1_31
|
Static Public Member Functions | |
static | categoryCondition ( $category, &$tables, &$conds) |
static | doSearchQuery ( $search, $namespaces, $category, $prefix, $use_regex=false) |
static | prefixCondition ( $prefix, &$conds) |
static | regexCond ( $dbr, $column, $regex) |
Definition at line 24 of file ReplaceTextSearch.php.
|
static |
string | $category | |
array | &$tables | |
array | &$conds |
Definition at line 70 of file ReplaceTextSearch.php.
References $tables.
Referenced by doSearchQuery(), and SpecialReplaceText\getMatchingTitles().
|
static |
string | $search | |
array | $namespaces | |
string | $category | |
string | $prefix | |
bool | $use_regex |
Definition at line 34 of file ReplaceTextSearch.php.
References $dbr, $namespaces, $options, $tables, $vars, categoryCondition(), DB_REPLICA, prefixCondition(), regexCond(), and wfGetDB().
Referenced by ReplaceAll\execute(), SpecialReplaceText\getAnyWarningMessageBeforeReplace(), and SpecialReplaceText\getTitlesForEditingWithContext().
|
static |
string | $prefix | |
array | &$conds |
Definition at line 83 of file ReplaceTextSearch.php.
References $dbr, DB_REPLICA, and wfGetDB().
Referenced by doSearchQuery(), and SpecialReplaceText\getMatchingTitles().
|
static |
Database | $dbr | |
string | $column | |
string | $regex |
Definition at line 103 of file ReplaceTextSearch.php.
References $dbr.
Referenced by doSearchQuery(), and SpecialReplaceText\getMatchingTitles().