Go to the source code of this file.
Variables | |
$stdin = fopen( "php://stdin", "rt" ) | |
$urls = array() | |
while (!feof($stdin)) | |
$u = new SquidUpdate( $urls ) |
Definition in file purgeList.php.
$stdin = fopen( "php://stdin", "rt" ) |
Definition at line 11 of file purgeList.php.
$u = new SquidUpdate( $urls ) |
Definition at line 34 of file purgeList.php.
Referenced by Site::__construct(), LoginForm::addNewAccount(), LoginForm::addNewAccountInternal(), LoginForm::addNewAccountMailPassword(), LoginForm::authenticateUserData(), benchmarkForm(), benchmarkTest(), Article::doDeleteArticle(), IPBlockForm::doMassUserBlock(), Article::editUpdates(), ApiQueryUsers::execute(), ApiQueryContributions::execute(), ApiQueryBlocks::execute(), LoginForm::initUser(), HTMLCacheUpdate::invalidate(), SiteStats::load(), LoginForm::mailPassword(), LoginForm::mailPasswordInternal(), Linker::makeMediaLinkObj(), Title::moveOverExistingRedirect(), Title::moveTo(), User::newFromId(), User::newFromName(), Article::outputWikiText(), ConverterRule::parseRules(), Title::purgeSquid(), rebuildTextIndex(), EnhancedChangesList::recentChangesBlockGroup(), MathRenderer::render(), UserMailer::send(), Title::touchLinks(), updateSearchIndex(), Article::viewUpdates(), and wfSpecialBlockme().
$urls = array() |
Definition at line 12 of file purgeList.php.
Referenced by benchSquid(), LocalFileDeleteBatch::execute(), Title::getSquidURLs(), Title::moveOverExistingRedirect(), Title::purgeSquid(), LocalFile::purgeThumbnails(), and MathRenderer::render().
Definition at line 14 of file purgeList.php.