23require_once __DIR__ .
'/libs/mime/defines.php';
24require_once __DIR__ .
'/libs/rdbms/defines.php';
25require_once __DIR__ .
'/compat/normal/UtfNormalDefines.php';
40define(
'MW_VERSION',
'1.31.16' );
46define(
'DB_SLAVE', -1 );
52define(
'LIST_COMMA', IDatabase::LIST_COMMA );
53define(
'LIST_AND', IDatabase::LIST_AND );
54define(
'LIST_SET', IDatabase::LIST_SET );
55define(
'LIST_NAMES', IDatabase::LIST_NAMES );
56define(
'LIST_OR', IDatabase::LIST_OR );
62define(
'NS_MEDIA', -2 );
63define(
'NS_SPECIAL', -1 );
74define(
'NS_MAIN', 0 );
75define(
'NS_TALK', 1 );
76define(
'NS_USER', 2 );
77define(
'NS_USER_TALK', 3 );
78define(
'NS_PROJECT', 4 );
79define(
'NS_PROJECT_TALK', 5 );
80define(
'NS_FILE', 6 );
81define(
'NS_FILE_TALK', 7 );
82define(
'NS_MEDIAWIKI', 8 );
83define(
'NS_MEDIAWIKI_TALK', 9 );
84define(
'NS_TEMPLATE', 10 );
85define(
'NS_TEMPLATE_TALK', 11 );
86define(
'NS_HELP', 12 );
87define(
'NS_HELP_TALK', 13 );
88define(
'NS_CATEGORY', 14 );
89define(
'NS_CATEGORY_TALK', 15 );
111define(
'CACHE_ANYTHING', -1 );
112define(
'CACHE_NONE', 0 );
113define(
'CACHE_DB', 1 );
114define(
'CACHE_MEMCACHED', 2 );
115define(
'CACHE_ACCEL', 3 );
121define(
'AV_NO_VIRUS', 0 ); # scan ok, no virus found
122define(
'AV_VIRUS_FOUND', 1 ); # virus found!
123define(
'AV_SCAN_ABORTED', -1 ); # scan aborted, the file is probably immune
124define(
'AV_SCAN_FAILED',
false ); # scan failed (scanner not found or error in scanner)
Apache License January http
const MW_SUPPORTS_RESOURCE_MODULES
Support for $wgResourceModules.
const CONTENT_FORMAT_JAVASCRIPT
const CONTENT_FORMAT_HTML
const CONTENT_FORMAT_JSON
const ALF_PRELOAD_EXISTENCE
const APCOND_EMAILCONFIRMED
const MW_SUPPORTS_CONTENTHANDLER
const MW_EDITFILTERMERGED_SUPPORTS_API
const CONTENT_FORMAT_TEXT
const APCOND_AGE_FROM_EDIT
const MW_SUPPORTS_LOCALISATIONCACHE
const CONTENT_MODEL_WIKITEXT
const MIGRATION_WRITE_NEW
const CONTENT_FORMAT_WIKITEXT
const SHELL_MAX_ARG_STRLEN
const CONTENT_FORMAT_SERIALIZED
const MIGRATION_WRITE_BOTH
const MW_SUPPORTS_PARSERFIRSTCALLINIT
const CONTENT_MODEL_JAVASCRIPT