Searched refs:GLOBAL_SCOPE (Results 1 – 1 of 1) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | SiteConfig.php | 41 const GLOBAL_SCOPE = null; define in ComboStrap\\SiteConfig 342 return $this->setConf('useheading', 1, self::GLOBAL_SCOPE); 347 return $this->setConf('maxseclevel', 999, self::GLOBAL_SCOPE); 357 $value = $this->getValue('maxseclevel', null, self::GLOBAL_SCOPE); 368 return $this->setConf('tocminheads', $int, self::GLOBAL_SCOPE); 373 return $this->getValue("start", self::CONF_DEFAULT_INDEX_NAME, self::GLOBAL_SCOPE); 410 return $this->setConf('toptoclevel', $int, self::GLOBAL_SCOPE); 415 $metadataDirectory = $this->getValue('metadir', null, self::GLOBAL_SCOPE); 462 $this->setConf('userewrite', '2', self::GLOBAL_SCOPE); 473 $this->setConf('userewrite', '1', self::GLOBAL_SCOPE); [all …]
|