Home
last modified time | relevance | path

Searched refs:getConf (Results 126 – 150 of 1091) sorted by last modified time

12345678910>>...44

/plugin/combo/syntax/
H A Dminimap.php83 $parameters[self::INCLUDE_DIRECTORY_PARAMETERS] = $this->getConf(self::INCLUDE_DIRECTORY_PARAMETERS);
84 $parameters[self::SHOW_HEADER] = $this->getConf(self::SHOW_HEADER);
H A Dxmlprotectedtag.php23 if ($this->getConf(PrismTags::CONF_FILE_ENABLE)) {
H A Dbadge.php117 $defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KEY));
/plugin/combo/action/
H A Drouter.php532 if (Identity::isWriter() && $this->getConf(self::GO_TO_EDIT_MODE) == 1) {
543 if ($this->getConf('ActionReaderFirst') == self::NOTHING) {
549 $readerAlgorithms[0] = $this->getConf('ActionReaderFirst');
550 $readerAlgorithms[1] = $this->getConf('ActionReaderSecond');
551 $readerAlgorithms[2] = $this->getConf('ActionReaderThird');
707 $startPageFactor = $this->getConf('WeightFactorForStartPage');
708 $nameSpaceFactor = $this->getConf('WeightFactorForSameNamespace');
999 $scorePageName = $this->getConf('WeightFactorForSamePageName') + ($bestNbWordFound - 1) * $this->getConf('WeightFactorForSameNamespace');
H A Droutermessage.php186 if (!$this->getConf(self::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE) == 1) {
316 return $this->getConf(self::CONF_SHOW_MESSAGE_CLASSIC, self::CONF_SHOW_MESSAGE_CLASSIC_DEFAULT) == 1;
/plugin/combo/renderer/
H A Drenderer.php173 if ($this->getConf('ShowCount') == 1) {
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php343 $defaultConfValue = $plugin->getConf(NoteTag::INOTE_CONF_DEFAULT_ATTRIBUTES_KEY);
H A DPrism.php216 $theme = $plugin->getConf(Prism::CONF_PRISM_THEME, Prism::PRISM_THEME_DEFAULT);
326 $prompt = $plugin->getConf(self::CONF_BASH_PROMPT);
329 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
337 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
/plugin/codify/
H A Daction.php17 $value = $this->getConf('theme');
/plugin/oauthgeneric/
H A DGeneric.php16 return 0 !== $plugin->getConf('needs-state');
23 return new Uri($plugin->getConf('authurl'));
30 return new Uri($plugin->getConf('tokenurl'));
40 return (int) $plugin->getConf('authmethod');
H A Daction.php25 $url = $this->getConf('userurl');
32 $grpdots = sexplode('[]', $this->getConf('json-grps'), 2);
33 $user = DotAccess::get($result, $this->getConf('json-user'), '');
34 $name = DotAccess::get($result, $this->getConf('json-name'), '');
35 $mail = DotAccess::get($result, $this->getConf('json-mail'), '');
74 return $this->getConf('scopes');
80 return $this->getConf('label');
86 return $this->getConf('color');
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php36 $conf = $searchConfig->getConf();
60 $config = $this->searchConfig->getConf();
H A DAggregationTableOdt.php33 $conf = $searchConfig->getConf();
/plugin/data/
H A Daction.php99 echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''));
/plugin/data/syntax/
H A Dentry.php342 if ($this->getConf('edit_content_only')) {
396 if ($this->getConf('edit_content_only')) {
504 if ($this->getConf('edit_content_only')) {
552 if ($this->getConf('edit_content_only')) {
H A Dtable.php96 'rownumbers' => (bool)$this->getConf('rownumbers'),
653 $use_dataresolve = $this->getConf('use_dataresolve');
/plugin/adhoctags/syntax/
H A Da.php23 if ($this->getConf('allowJSLinks') == '0'
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
/plugin/adhoctags/
H A Daction.php23 $syntaxDiv = $this->getConf('syntaxDiv');
24 $syntaxSpan = $this->getConf('syntaxSpan');
H A Dhelper.php88 if ($this->getConf('allowStyle') == '1') {
/plugin/lastpages/
H A Dsyntax.php79 …case '~~LASTPAGES~~': $number_of_pages = $this->getConf('numpages'); $type_of_list = $this->getCon…
82 $separator = $this->getConf('listsep');
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php53 if (!self::$direction) {self::$direction = 'tl-'.$this->getConf('direction');}
H A Dtimeline.php48 parent::$align = $this->getConf('align');
104 parent::$direction = 'tl-' . $this->getConf('direction');//Reset direction
/plugin/dwtimeline/
H A Daction.php55 …$skeleton = '<dwtimeline align="' . $this->getConf('align') . '" title="' . $this->getLang('tl-tit…
/plugin/mobiletable/
H A Daction.php31 explode(',', $this->getConf('hideHeadings'))

12345678910>>...44