Home
last modified time | relevance | path

Searched refs:getConf (Results 1076 – 1091 of 1091) sorted by path

1...<<41424344

/plugin/wrap/
H A Dhelper.php57 $noPrefix = ($this->getConf('noPrefix') && $useNoPrefix) ? $pattern($this->getConf('noPrefix')) : '';
62 $restrictedClasses = ($this->getConf('restrictedClasses')) ?
63 $pattern($this->getConf('restrictedClasses')) : '';
64 $restrictionType = $this->getConf('restrictionType');
98 if ($this->getConf('darkTpl')) {
101 if ($this->getConf('emulatedHeadings')) {
/plugin/wst/syntax/
H A Dtemplate.php105 …Wiki((substr($name, 0, 1) == ":") || ($this->getConf('namespace') == '') ? substr($name, 1) : $thi…
/plugin/xcom/
H A Daction.php41 $local_url = $this->getConf('local_url') ;
47 $inidir = trim($this->getConf('inidir'));
H A Dadmin.php82 $textboxsize = $this->getConf('textbox_size');
/plugin/xfortune/
H A Daction.php38 if($this->getConf('claim') === '') return;
41 $cookie = helper_plugin_xfortune::getCookieHTML($this->getConf('claim'), 2, 130);
/plugin/xref/
H A Dsyntax.php56 $grok = new Grok($reference, $this->getConf('grokbaseurl'));
/plugin/xslfo/
H A Daction.php78 if (!$this->getConf('usecache') || !$pdf_cache->useCache($cache_dependencies)) {
114 $command_template = $this->getConf('command').' 2>&1';
216 $this->template = $this->getConf('template');
242 if ($this->getConf('output') == 'file') {
/plugin/xtern/
H A Daction.php42 if($this->getConf('noicons')) {
45 if($this->getConf('alt_div')) {
46 $JSINFO['xtern_selector'] = "#" .$this->getConf('alt_div') . " a";
48 else if($this->getConf('alt_class')) {
49 $JSINFO['xtern_selector'] = '.' . $this->getConf('alt_class') . " a";
51 $skip = $this->getConf('skip_pages');
77 if($this->getConf('ca_required')) {
171 else if($this->getConf('conceal')) {
H A Dadmin.php56 $max_time = $this->getConf('max_time');
261 if($this->getConf('ca_required')) {
/plugin/yalist/
H A Dsyntax.php408 if($this->getConf('def_list_odt_export') != 'table') {
424 $config = $this->getConf('def_list_odt_export');
469 switch($this->getConf('def_list_odt_export')) {
523 switch($this->getConf('def_list_odt_export')) {
564 switch($this->getConf('def_list_odt_export')) {
575 switch($this->getConf('def_list_odt_export')) {
586 switch($this->getConf('def_list_odt_export')) {
596 switch($this->getConf('def_list_odt_export')) {
606 switch($this->getConf('def_list_odt_export')) {
621 switch($this->getConf('def_list_odt_export')) {
/plugin/yearbox/
H A Dsyntax.php274 $pagenameService = PageNameStrategy::getPagenameStategy($this->getConf('namestructure'));
/plugin/youtrack/
H A Dhelper.php144 $url = $this->getConf('url');
158 $user = $this->getConf('user');
159 $password = $this->getConf('password');
/plugin/youtrack/syntax/
H A Dlist.php85 $issueData[$col] = date($this->getConf('date_format'), $value/1000);
/plugin/youtracklinks/
H A Dhelper.php68 $url = $this->getConf('youtrack_external_url');
78 array("login" => $this->getConf('login_user'),
79 "password" => $this->getConf('login_pass')), $cookiejar);
98 if ($this->getConf('should_login')) {
126 $target = $this->getConf('open_in_new_window') ? '_blank' : '_self';
/plugin/zenlogin/
H A Daction.php25 $this->zp_path = $this->getConf('zenphoto_path');
26 $this->zp_mysql_user = $this->getConf('mysql_user');
27 $this->zp_mysql_pass = $this->getConf('mysql_password');
28 $this->zp_mysql_host = $this->getConf('mysql_host');
29 $this->zp_mysql_database = $this->getConf('mysql_database');
30 $this->zp_mysql_prefix = $this->getConf('mysql_prefix');
31 $this->zp_userpass_hash = $this->getConf('user_password_hash');
32 $rights = split(",", $this->getConf('zenphoto_permissions'));
87 if($this->getConf('single_sign_on'))
115 if($this->getConf('single_sign_on'))
/plugin/zul/syntax/
H A Dzirkelundlineal.php193 $archive = $this->getConf('jarbase').'/'.$this->getArchive();
327 if ($this->getConf('showHelpUrl')) {
330 if ($this->getConf('showDownloadUrl') && $hasfile) {

1...<<41424344