Go to the source code of this file.
Definition in file SMW_Settings.php.
| $smwgAdminRefreshStore = true |
| $smwgAllowRecursiveExport = false |
Definition at line 383 of file SMW_Settings.php.
Referenced by SMWSpecialOWLExport::exportPages(), and SMWSpecialOWLExport::showForm().
| $smwgAutocompleteInSpecialAsk = true |
| $smwgAutoRefreshSubject = true |
| $smwgBrowseShowAll = true |
Definition at line 184 of file SMW_Settings.php.
Referenced by SMWSpecialBrowse::__construct(), SMWSpecialBrowse::displayBottom(), and SMWSpecialBrowse::execute().
| $smwgBrowseShowInverse = false |
Definition at line 177 of file SMW_Settings.php.
Referenced by SMWSpecialBrowse::displayBrowse(), and SMWSpecialBrowse::getPropertyLabel().
| $smwgCategoriesAsInstances = true |
| $smwgConceptPagingLimit = 200 |
| $smwgDeclarationProperties = array( '_PVAL', '_LIST' ) |
| $smwgDefaultNumRecurringEvents = 100 |
Definition at line 169 of file SMW_Settings.php.
Referenced by SMWSetRecurringEvent::getDatesForRecurringEvent().
| $smwgDefaultStore = "SMWSQLStore2" |
Definition at line 42 of file SMW_Settings.php.
| $smwgEnableUpdateJobs = true |
Definition at line 411 of file SMW_Settings.php.
| $smwgExportBacklinks = true |
Definition at line 384 of file SMW_Settings.php.
Referenced by SMWSpecialOWLExport::exportPages(), and SMWSpecialOWLExport::showForm().
| $smwgIgnoreQueryErrors = true |
Definition at line 219 of file SMW_Settings.php.
Referenced by SMWSQLStore2QueryEngine::getQueryResult(), and SMWSparqlStore::getQueryResult().
| $smwgInlineErrors = true |
Definition at line 128 of file SMW_Settings.php.
Referenced by SMWParserExtensions::parsePropertiesCallback().
| $smwgIP = dirname( __FILE__ ) . '/' |
Definition at line 35 of file SMW_Settings.php.
| $smwgLinksInValues = false |
Definition at line 161 of file SMW_Settings.php.
Referenced by SMWParserExtensions::onInternalParseBeforeLinks().
| $smwgMaxNonExpNumber = 1000000000000000 |
| $smwgMaxNumRecurringEvents = 500 |
Definition at line 170 of file SMW_Settings.php.
Referenced by SMWSetRecurringEvent::getDatesForRecurringEvent().
| $smwgMaxPropertyValues = 3 |
Definition at line 208 of file SMW_Settings.php.
Referenced by SMWPropertyPage::subjectObjectList().
| $smwgNamespacesWithSemanticLinks |
Initial value:
array(
NS_MAIN => true,
NS_TALK => false,
NS_USER => true,
NS_USER_TALK => false,
NS_PROJECT => true,
NS_PROJECT_TALK => false,
NS_IMAGE => true,
NS_IMAGE_TALK => false,
NS_MEDIAWIKI => false,
NS_MEDIAWIKI_TALK => false,
NS_TEMPLATE => false,
NS_TEMPLATE_TALK => false,
NS_HELP => true,
NS_HELP_TALK => false,
NS_CATEGORY => true,
NS_CATEGORY_TALK => false,
SMW_NS_PROPERTY => true,
SMW_NS_PROPERTY_TALK => false,
SMW_NS_TYPE => true,
SMW_NS_TYPE_TALK => false,
SMW_NS_CONCEPT => true,
SMW_NS_CONCEPT_TALK => false,
)
Definition at line 424 of file SMW_Settings.php.
Referenced by SMWExportController::printPageList(), sdfInitNamespaces(), and smwfIsSemanticsProcessed().
| $smwgPageSpecialProperties = array( '_MDAT' ) |
Definition at line 461 of file SMW_Settings.php.
Referenced by SMWParseData::onNewRevisionFromEditComplete(), and SMWParseData::storeData().
| $smwgPDefaultType = '_wpg' |
Definition at line 370 of file SMW_Settings.php.
Referenced by SMWDIProperty::findPropertyTypeID(), SMWPropertiesPage::formatResult(), and SMWSQLStore2::getWantedPropertiesSpecial().
| $smwgPropertyPagingLimit = 25 |
| $smwgQComparators = '<|>|!~|!|~|≤|≥|<<|>>' |
Definition at line 251 of file SMW_Settings.php.
Referenced by SMWQueryLanguage::initializeComparators().
| $smwgQConceptCacheLifetime = 24 * 60 |
Definition at line 312 of file SMW_Settings.php.
Referenced by SMWSQLStore2QueryEngine::compileQueries().
| $smwgQConceptCaching = CONCEPT_CACHE_HARD |
Definition at line 297 of file SMW_Settings.php.
Referenced by SMWSQLStore2QueryEngine::compileQueries().
| $smwgQConceptFeatures |
Initial value:
SMW_PROPERTY_QUERY | SMW_CATEGORY_QUERY | SMW_NAMESPACE_QUERY | SMW_CONJUNCTION_QUERY | SMW_DISJUNCTION_QUERY
Definition at line 306 of file SMW_Settings.php.
Referenced by SMWQueryProcessor::createQuery(), and SMWSQLStore2QueryEngine::refreshConceptCache().
| $smwgQConceptMaxDepth = 8 |
| $smwgQConceptMaxSize = 20 |
| $smwgQDefaultLimit = 50 |
| $smwgQDefaultLinking = 'all' |
| $smwgQDefaultNamespaces = null |
| $smwgQEnabled = true |
Definition at line 217 of file SMW_Settings.php.
Referenced by SMWAskPage::execute(), SMWQueryUI::execute(), SMWShow::render(), and SMWAsk::render().
| $smwgQEqualitySupport = SMW_EQ_SOME |
Definition at line 225 of file SMW_Settings.php.
Referenced by SMWSQLStore2::changeTitle(), SMWSQLStore2::getSMWPageID(), SMWSQLStore2::getSMWPageIDandSort(), and SMWSQLStore2::updateRedirects().
| $smwgQFeatures |
Initial value:
SMW_PROPERTY_QUERY | SMW_CATEGORY_QUERY | SMW_CONCEPT_QUERY | SMW_NAMESPACE_QUERY | SMW_CONJUNCTION_QUERY | SMW_DISJUNCTION_QUERY
Definition at line 275 of file SMW_Settings.php.
Referenced by SMWQueryParser::__construct(), SMWSQLStore2QueryEngine::compileQueries(), SMWQueryProcessor::createQuery(), and doAction().
| $smwgQMaxDepth = 4 |
Definition at line 267 of file SMW_Settings.php.
Referenced by SMWQuery::applyRestrictions(), SMWSQLStore2QueryEngine::compileQueries(), and doAction().
| $smwgQMaxInlineLimit = 500 |
Definition at line 280 of file SMW_Settings.php.
Referenced by SMWQuery::__construct(), SMWAskPage::extractQueryParameters(), SMWSearchByProperty::getNavigationBar(), SMWAskPage::getNavigationBar(), SMWQueryUI::getNavigationBar(), SRFArray::getParameters(), SMWQuery::setLimit(), and SMWQueryUIHelper::setParams().
| $smwgQMaxLimit = 10000 |
Definition at line 218 of file SMW_Settings.php.
Referenced by SMWQuery::__construct(), SMWQueryProcessor::createQuery(), SMWSQLStore2QueryEngine::refreshConceptCache(), SMWQuery::setLimit(), and SMWQuery::setOffset().
| $smwgQMaxSize = 12 |
Definition at line 266 of file SMW_Settings.php.
Referenced by SMWQuery::applyRestrictions(), SMWSQLStore2QueryEngine::compileQueries(), and doAction().
| $smwgQPrintoutLimit = 100 |
| $smwgQRandSortingSupport = true |
Definition at line 230 of file SMW_Settings.php.
Referenced by SMWQueryUI::getPoSortFormBox(), SMWSparqlStoreQueryEngine::getSparqlOptions(), and SMWSQLStore2QueryEngine::getSQLOptions().
| $smwgQSortingSupport = true |
Definition at line 229 of file SMW_Settings.php.
Referenced by SMWQueryUI::getPoSortFormBox(), SMWSQLStore2QueryEngine::getQueryResult(), SMWSparqlStoreQueryEngine::getSparqlOptions(), SMWSQLStore2QueryEngine::getSQLOptions(), and SMWQueryUI::processPoSortFormBox().
| $smwgQSubcategoryDepth = 10 |
Definition at line 222 of file SMW_Settings.php.
Referenced by SMWSQLStore2QueryEngine::executeHierarchyQuery(), and SMWClassDescription::getSize().
| $smwgQSubpropertyDepth = 10 |
Definition at line 223 of file SMW_Settings.php.
Referenced by SMWSQLStore2QueryEngine::executeHierarchyQuery().
| $smwgQuerySources |
Initial value:
array(
// 'local' => '',
)
Definition at line 359 of file SMW_Settings.php.
Referenced by SMWQueryProcessor::getResultFromQuery().
| $smwgResultAliases = array() |
Definition at line 348 of file SMW_Settings.php.
Referenced by SMQueryPrinters::initFormat(), SMWParamFormat::resolveFormatAliases(), and srffInitFormats().
| $smwgResultFormats |
Initial value:
array(
'table' => 'SMWTableResultPrinter',
'list' => 'SMWListResultPrinter',
'ol' => 'SMWListResultPrinter',
'ul' => 'SMWListResultPrinter',
'broadtable' => 'SMWTableResultPrinter',
'category' => 'SMWCategoryResultPrinter',
'embedded' => 'SMWEmbeddedResultPrinter',
'template' => 'SMWListResultPrinter',
'count' => 'SMWListResultPrinter',
'debug' => 'SMWListResultPrinter',
'rss' => 'SMWRSSResultPrinter',
'csv' => 'SMWCsvResultPrinter',
'dsv' => 'SMWDSVResultPrinter',
'json' => 'SMWJSONResultPrinter',
'rdf' => 'SMWRDFResultPrinter'
)
Definition at line 323 of file SMW_Settings.php.
Referenced by SMQueryPrinters::addFormatQP(), SMWQueryUI::getFormatSelectBoxSep(), SMWQueryProcessor::getResultFormat(), SMWQueryProcessor::getResultPrinter(), SMWParamFormat::getValidFormatName(), SMWQueryUIHelper::setParams(), and srffInitFormats().
| $smwgRSSEnabled = true |
Definition at line 376 of file SMW_Settings.php.
Referenced by SMWRSSResultPrinter::getResultText().
| $smwgRSSWithPages = true |
| if (!defined( 'MEDIAWIKI')) $smwgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . '/extensions' : $wgExtensionAssetsPath ) . '/SemanticMediaWiki' |
Definition at line 26 of file SMW_Settings.php.
Referenced by SMWAskPage::addAutocompletionJavascriptAndCSS(), SMWHooks::addPoweredBySMW(), SMWQueryUI::getPoSortFormBox(), SMWOutputs::processModuleBC(), smwfRegisterResourceLoaderModules(), and smwfSetupExtension().
| $smwgSearchByPropertyFuzzy = true |
Definition at line 192 of file SMW_Settings.php.
Referenced by SMWSearchByProperty::displaySearchByProperty().
| $smwgShowFactbox = SMW_FACTBOX_HIDDEN |
Definition at line 105 of file SMW_Settings.php.
Referenced by SMWFactbox::getFactboxTextFromOutput(), and SMWRSSItem::text().
| $smwgShowFactboxEdit = SMW_FACTBOX_NONEMPTY |
Definition at line 112 of file SMW_Settings.php.
Referenced by SMWFactbox::getFactboxTextFromOutput().
| $smwgSparqlDatabase = 'SMWSparqlDatabase' |
| $smwgSparqlDataEndpoint = 'http://localhost:8080/data/' |
| $smwgSparqlDefaultGraph = '' |
| $smwgSparqlQueryEndpoint = 'http://localhost:8080/sparql/' |
| $smwgSparqlUpdateEndpoint = 'http://localhost:8080/update/' |
| $smwgToolboxBrowseLink = true |
Definition at line 120 of file SMW_Settings.php.
| $smwgTranslate = false |
Definition at line 482 of file SMW_Settings.php.
| $smwgTypePagingLimit = 200 |
Definition at line 200 of file SMW_Settings.php.
Referenced by SMWSpecialTypes::getTypeProperties().
| $smwgUseCategoryHierarchy = true |
Definition at line 140 of file SMW_Settings.php.
Referenced by SMWDIProperty::initPropertyRegistration(), and SMWParseData::onParserAfterTidy().
| $smwStrictComparators = false |
Definition at line 257 of file SMW_Settings.php.
Referenced by SMWQueryLanguage::initializeComparators().
1.5.6