Home
last modified time | relevance | path

Searched refs:getConf (Results 1051 – 1075 of 1091) sorted by relevance

1...<<41424344

/plugin/data/syntax/
H A Dtable.php96 'rownumbers' => (bool)$this->getConf('rownumbers'),
653 $use_dataresolve = $this->getConf('use_dataresolve');
/plugin/offline/
H A Drenderer.php49 $this->tpl = $this->getConf('template');
/plugin/openas/
H A Daction.php246 $fourOhfour = $this->getConf("404");
/plugin/combo/syntax/
H A Dmedia.php211 $enable = $this->getConf(self::CONF_IMAGE_ENABLE, 1);
/plugin/odp/
H A Drenderer.php319 …if (file_exists($conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template)) { //template…
323 …>_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_dir")) )
426 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;
/plugin/yearbox/
H A Dsyntax.php274 $pagenameService = PageNameStrategy::getPagenameStategy($this->getConf('namestructure'));
/plugin/eclipseupdateurl/
H A Dsyntax.php33 $fOpts['amount'] = $this->getConf('showamount');
/plugin/timetrack/
H A Daction.php222 > $this->getConf('max_hours'))
H A Dhelper.php574 $days = $this->getConf('days_recent_project_active');
1011 $days = $this->getConf('weekdays');
/plugin/twcheckliste/
H A Drenderer.php.old48 $this->tpl = $this->getConf('template');
/plugin/farmer/admin/
H A Dnew.php335 $deactivatedPluginsList = explode(',', $this->getConf('deactivated plugins'));
/plugin/translator/
H A Dadmin.php371 $FILE['lang'] = $this->getConf('default_language');
511 $isMasterLang = $Lang == $this->getConf('default_language');
/plugin/move/helper/
H A Dplan.php113 'autoskip' => $this->getConf('autoskip'),
114 'autorewrite' => $this->getConf('autorewrite'),
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php127 $runas = $this->getConf('runas');
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php127 $runas = $this->getConf('runas');
/plugin/rrdgraph/
H A Dsyntax.php307 $mediaNamespace = $this->getConf('graph_media_namespace');
/plugin/solr/
H A Daction.php287 $num_snippets = $this->getConf('num_snippets');
/plugin/authremoteuser/
H A Dauth.php73 $serverVarNameOfAuthSystem = $this->getConf('server_var_name_of_auth_system');
/plugin/watchcycle/
H A Daction.php90 if ($this->getConf('default_maintained_only')) {
/plugin/advanced/admin/
H A Dconfig.php198 if ($this->getConf('backup')) {
/plugin/prosemirror/action/
H A Deditor.php152 return $this->getConf('forceWYSIWYG') && !auth_ismanager();
/plugin/qna/
H A Daction.php37 $fromConf = dirname(__FILE__) . '/style/' . $this->getConf('style') . '.less';
/plugin/dwcommits/
H A Dhelper.php39 $binary = $this->getConf('git_binary');
137 $repro = $this->getConf('default_git');
/plugin/projects/action/
H A Daction.php267 set_media_file_revision_limit($this->getConf('media file revision limit'));
/plugin/bureaucracy/helper/
H A Dactiontemplate.php168 $runas = $this->getConf('runas');

1...<<41424344