Go to the source code of this file.
Variables | |
$optionsWithArgs = array( 'begin', 'max-slave-lag', 'throttle' ) | |
if(isset($options['help'])) | $defaults |
$options = array_merge( $defaults, $options ) |
Definition in file populateCategory.php.
if (isset($options['help'])) $defaults |
Initial value:
array( 'begin' => '', 'max-slave-lag' => 10, 'throttle' => 0, 'force' => false )
Definition at line 44 of file populateCategory.php.
Referenced by MathRenderer::_attribs(), SpecialRecentChanges::doHeader(), Linker::linkAttribs(), SpecialRecentChanges::optionsPanel(), and wfSpecialWatchlist().
$options = array_merge( $defaults, $options ) |
Definition at line 50 of file populateCategory.php.
$optionsWithArgs = array( 'begin', 'max-slave-lag', 'throttle' ) |
Definition at line 8 of file populateCategory.php.