- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- :CodeReading/MediaWiki/1.10/function へ行く。
- 1 (2007-12-30 (日) 02:57:46)
- 2 (2008-02-11 (月) 15:28:59)
- 3 (2008-03-16 (日) 22:41:32)
- 4 (2009-11-07 (土) 01:15:55)
- 5 (2010-03-04 (木) 19:37:25)
- 6 (2010-03-05 (金) 23:11:07)
- 7 (2010-03-07 (日) 00:28:08)
- 8 (2010-03-07 (日) 01:29:26)
- 9 (2010-03-07 (日) 03:17:36)
- 10 (2010-03-07 (日) 05:44:50)
- 11 (2010-03-07 (日) 08:20:31)
- 12 (2010-03-07 (日) 11:00:31)
- 13 (2010-03-07 (日) 16:39:22)
- 14 (2010-03-07 (日) 22:12:35)
- 15 (2010-03-08 (月) 03:38:37)
- 16 (2010-03-08 (月) 06:41:36)
- 17 (2010-03-08 (月) 14:39:29)
- 18 (2010-03-08 (月) 15:07:44)
- 19 (2010-03-08 (月) 20:05:20)
- 20 (2010-03-08 (月) 23:56:19)
- 21 (2013-03-20 (水) 22:31:00)
http://www.pmint.name/function.wikitext
呼び出し関係 † 
require_once( './includes/WebStart.php' );
require_once( './StartProfiler.php' );
wfProfileIn( 'WebStart.php-conf' );
require_once( './includes/Defines.php' );
require_once( './includes/DefaultSettings.php' );
require_once( './includes/templates/NoLocalSettings.php' );
require_once( './LocalSettings.php' );
- wfProfileOut
- 略。
wfProfileIn( 'WebStart.php-ob_start' );
require_once( './includes/OutputHandler.php' );
require_once( './includes/Setup.php' );
-require_once( "includes/Wiki.php" );
- なし。
-wfProfileIn( 'main-misc-setup' );
- なし。
-OutputPage::setEncodings();
- なし。
-WebRequest->getVal( 'maxlag' );
- WebRequest->getGPCVal( $_REQUEST, $name, $default );
- StubContLang->checkTitleEncoding( $data );
- lib/globalfunctions.php/wfDebugDieBacktrace
- なし。
- Language->fallback8bitEncoding
- $this->load();
- self::loadLocalisation( $this->getCode() );
- wfProfileIn
- なし。
- wfGetPrecompiledData( self::getFileName( "Messages", $code, '.ser' ) );
- wfDebug
- StubObject::isRealObject
- なし。
- $wgOut->_unstub();
- wfProfileIn
- なし。
- wfDebug
- 略。
- lib/profilerstub.php/wfProfileOut( $fname );
- 略。
- wfDebug
- 略。
- $wgOut->debug( $text );
- なし。
- wfErrorLog
- wfSuppressWarnings
- なし。
- wfRestoreWarnings
- wfSuppressWarnings
- なし。
- wfDebug
- 略。
- lib/profilerstub.php/wfProfileOut( __METHOD__ );
- 略。
$memcKey = wfMemcKey('localisation', $code );
$cache = $wgMemc->get( $memcKey );
if ( self::isLocalisationOutOfDate( $cache ) ) {
$wgMemc->delete( $memcKey );
wfProfileIn( __METHOD__ );
- なし。
$filename = self::getMessagesFileName( $code );
require( $filename );
$newDeps = self::loadLocalisation( $fallback, $disableCache );
$secondary = self::$mLocalisationCache[$fallback];
$wgMemc->set( $memcKey, $cache );
- $this->fixUpSettings();
- lib/profilerstub.php/wfProfileOut( __METHOD__ );
- 略。
- WebRequest::normalizeUnicode( $data );
- WebRequest::normalizeUnicode( $val );
- UtfNormal::cleanUp
- UtfNormal::quickIsNFCVerify
- UtfNormal::loadData
- require_once( dirname(__FILE__) . '/UtfNormalData.inc' );
- UtfNormal::NFC
- UtfNormal::loadData
- require_once( dirname(__FILE__) . '/UtfNormalData.inc' );
- UtfNormal::fastCombiningSort
- UtfNormal::loadData();
- require_once( dirname(__FILE__) . '/UtfNormalData.inc' );
- UtfNormal::fastDecompose
- UtfNormal::loadData();
- require_once( dirname(__FILE__) . '/UtfNormalData.inc' );
- UtfNormal::fastCompose( UtfNormal::NFD( $string ) );
- UtfNormal::loadData();
- require_once( dirname(__FILE__) . '/UtfNormalData.inc' );
MediaWiki->checkMaxLag
$wgLoadBalancer->getMaxLag
MediaWiki->checkInitialQueries
$output->setPrintable
Title::newMainPage
$ret = Title::newFromID
$ret = Title::newFromURL
$lang->findVariantLink
-includes\AjaxDispatcher.php
- includes\AjaxFunctions.php
- なし。
AjaxDispatcher->performAction();
MediaWiki->restInPeace( $wgLoadBalancer );
wfLogProfilingData();
$loadBalancer->closeAll();
wfDebug
- 略。
-lib/profilerstub.php/wfProfileOut
MediaWiki->initialize
wfProfileIn
- 略。
$this->preliminaryChecks
$this->initializeSpecialCases
$this->initializeArticle
$this->performAction
$output->redirect
- wfProfileOut
- 略。
MediaWiki->finalCleanup
wfProfileIn
- 略。
$this->doUpdates
$this->doJobs
$loadBalancer->saveMasterPos
$loadBalancer->commitAll
$output->output
wfProfileOut
- 略。
MediaWiki->doUpdates
wfProfileIn
- 略。
wfGetDB
$up->doUpdate
$dbw->trxLevel
$dbw->commit
wfProfileOut
- 略。
MediaWiki->restInPeace
wfLogProfilingData();
$loadBalancer->closeAll();
wfDebug
- 略。
