Home
last modified time | relevance | path

Searched refs:getConf (Results 126 – 150 of 1091) sorted by relevance

12345678910>>...44

/plugin/siteexport/inc/
H A Dsettings.php50 $functions->debug->setDebugFile($this->getConf('debugFile'));
56 $functions->debug->setDebugLevel($this->getConf('debugLevel'));
59 … $functions->debug->isAJAX = $this->getConf('ignoreAJAXError') ? false : $functions->debug->isAJAX;
71 $this->cachetime = $this->getConf('cachetime');
77 $this->origZipFile = $this->getConf('zipfilename');
79 $this->ignoreNon200 = $this->getConf('ignoreNon200');
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/reflect/
H A Daction.php32 … $this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg') ) ?…
34 $data['height'] = $this->getConf('reflect_height');
35 if ( empty($_REQUEST['bgc']) ) $_REQUEST['bgc'] = $this->getConf('bgc');
71 if ( $output_height == 0 ) $output_height = $this->getConf('reflect_height');
74 $output_height = $this->getConf('reflect_height');
95 $alpha_start = $this->getConf('fade_start');
99 $alpha_start = $this->getConf('fade_start');
111 $alpha_end = $this->getConf('fade_end');
115 $alpha_end = $this->getConf('fade_end');
168 if ( empty($bgcolor) ) { $bgcolor = $this->getConf('bgc'); }
/plugin/fckg/
H A Dhelper.php29 $str = $this->getConf($val);
39 $fckg_conf_direction = $this->getConf('direction');
59 $open_upload = $this->getConf('open_upload');
60 $editor_backup = $this->getConf('editor_bak');
61 $create_folder = $this->getConf('create_folder');
109 $default_fb = $this->getConf('default_fb');
/plugin/tindexmenu/
H A Daction.php34 …if ($this->getConf('only_admins')) $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $thi…
35 …if ($this->getConf('page_index') != '') $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $th…
38 …if ($this->getConf('show_sort')) $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this…
101 $aclcache=$this->getConf('aclcache');
132 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
135 print p_wiki_xhtml($this->getConf('page_index'));
/plugin/pagebuttons/
H A Daction.php54 'usePrompt' => $this->getConf('usePrompt'),
72 || $this->getConf('hideDelete')
94 || $this->getConf('hideNewPage')
96 …|| ($this->getConf('onlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strl…
117 || $this->getConf('hideNewFolder')
119 …|| ($this->getConf('onlyShowNewButtonsOnStart') && !(substr_compare($ID, ":".$conf['start'], -strl…
/plugin/include/
H A Dhelper.php25 $this->defaults['noheader'] = $this->getConf('noheader');
26 $this->defaults['firstsec'] = $this->getConf('firstseconly');
27 $this->defaults['editbtn'] = $this->getConf('showeditbtn');
28 $this->defaults['taglogos'] = $this->getConf('showtaglogos');
29 $this->defaults['footer'] = $this->getConf('showfooter');
30 $this->defaults['redirect'] = $this->getConf('doredirect');
31 $this->defaults['date'] = $this->getConf('showdate');
32 $this->defaults['mdate'] = $this->getConf('showmdate');
33 $this->defaults['user'] = $this->getConf('showuser');
34 $this->defaults['comments'] = $this->getConf('showcomment
[all...]
/plugin/abc2/
H A Daction.php33 if (($this->getConf('library') == 'abc2svg') && (act_clean($ACT) == 'preview')) {
37 if ($this->getConf('abcok') && $showJS) {
53 switch ($this->getConf('library')) {
68 if (!$this->getConf('stayLibre')) {
/plugin/unsplashdoku/
H A Daction.php24 $enabled = $this->getConf('enabled');
27 $selection = $this->getConf('selection');
28 if ( !empty($this->getConf('keyword'))) {
29 $keyword = '?' . $this->getConf('keyword');
/plugin/icons/exe/
H A Dpopup.php32 $use_font_awesome = $icons_plugin->getConf('loadFontAwesome');
33 $use_material_design_icons = $icons_plugin->getConf('loadMaterialDesignIcons');
34 $use_typicons = $icons_plugin->getConf('loadTypicons');
35 $use_font_linux = $icons_plugin->getConf('loadFontlinux');
36 $use_rpg_awesome = $icons_plugin->getConf('loadRpgAwesome');
/plugin/authenvvars/
H A Dauth.php35 $this->userinfo['userid'] = $_SERVER[$this->getConf('useridvar')];
39 $this->userinfo['name'] = $_SERVER[$this->getConf('usernamevar')];
40 $this->userinfo['mail'] = $_SERVER[$this->getConf('emailvar')];
41 …$this->userinfo['grps'] = $this->createGrouparray($this->getConf('groupsvar'),$this->getConf('gr…
/plugin/webmaster/
H A Daction.php22 $g = $this->getConf('webmaster_google');
29 $b = $this->getConf('webmaster_bing');
36 $y = $this->getConf('webmaster_yandexkey');
43 $y = $this->getConf('webmaster_pinterestkey');
/plugin/adfs/
H A Dauth.php77 if ($this->getConf('autoprovisioning')) {
154 if ($this->getConf('lowercase')) {
180 'user' => $this->getConf('userid_attr_name')
182 if ($this->getConf('autoprovisioning')) {
183 $attributes['name'] = $this->getConf('fullname_attr_name');
185 $attributes['mail'] = $this->getConf('email_attr_name');
186 $attributes['grps'] = $this->getConf('groups_attr_name');
/plugin/semantic/
H A Daction.php34 if ($this->getConf('useJSONLD')) {
39 if ($this->getConf('useMetaDescription')) {
43 if ($this->getConf('useMetaAuthor')) {
47 if ($this->getConf('useDublinCore')) {
51 if ($this->getConf('useOpenGraph')) {
55 if ($this->getConf('exposeWebService')) {
71 'exposeWebService' => $this->getConf('exposeWebService'),
/plugin/links4pages/
H A Daction.php45 $id = $this->getConf(sprintf("%'.02d_id", $i));
47 $label = $this->getConf(sprintf("%'.02d_label", $i));
48 $svg_id = $this->getConf(sprintf("%'.02d_svg_id", $i));
49 $pos = $this->getConf(sprintf("%'.02d_pos", $i));
/plugin/epnsmartlink/
H A Daction.php35 $epnUrl = $this->getConf('epn-smart-url');
36 if (!$this->getConf('epn-smart-enable') || !$this->isValidJsUrl($epnUrl)) {
69 if ($this->getConf('epn-smart-support') && (rand(1, 100) <= 5 )) {
73 return $this->getConf('epn-smart-campaign');
/plugin/cumulus/
H A Dsyntax.php49 …$options['width'] = (int)(is_numeric($data['width']) ? $data['width'] : $this->getConf('width'));
50 …$options['height'] = (int)(is_numeric($data['height']) ? $data['height'] : $this->getConf('height…
51 … $options['tcolor'] = hsc(isset($data['tcolor']) ? $data['tcolor'] : $this->getConf('tcolor'));
52 … $options['tcolor2'] = hsc(isset($data['tcolor2']) ? $data['tcolor2'] : $this->getConf('tcolor2'));
53 … $options['hicolor'] = hsc(isset($data['hicolor']) ? $data['hicolor'] : $this->getConf('hicolor'));
54 … $options['bgcolor'] = hsc(isset($data['bgcolor']) ? $data['bgcolor'] : $this->getConf('bgcolor'));
55 …$options['speed'] = (int)(is_numeric($data['speed']) ? $data['speed'] : $this->getConf('speed'));
56 $options['distr'] = hsc(isset($data['distr']) ? $data['distr'] : $this->getConf('distr'));
57 … $options['max'] = (int)(is_numeric($data['max']) ? $data['max'] : $this->getConf('max'));
79 if ($this->getConf('trans')) {
[all …]
/plugin/indexmenu2/
H A Daction.php43 $r = $this->getConf('replace_idx');
99 $depth = (int)@$this->getConf('replace_idx_depth');
101 $theme = $this->getConf('replace_idx_theme');
103 $ajax = 'ajax'==$this->getConf('replace_idx')?"|js#$theme+ajax":'';
105 if ($this->getConf('replace_idx_msg')) {
/plugin/bootnote/
H A Dsyntax.php34 if($this->getConf('bootnote.note') == 'note') {
42 if($this->getConf('bootnote.note') == 'note') {
60 if($this->getConf('bootnote.note') == 'note') {
91 if ($this->getConf('bootnote.theme') == 'oldtheme') {
125 if ($this->getConf('bootnote.theme') == 'oldtheme') {
138 if ($this->getConf('bootnote.position') == 'below') {
/plugin/tabinclude/
H A Dhelper.php13 $this->sort = $this->getConf('sortkey');
106 if($this->getConf('use_first_heading')){
153 if($this->getConf('hideloading')!=1){
157 if($this->getConf('ajax_init_page')!=0){
163 if($this->getConf('goto_link_header')!=0)
165 if($this->getConf('ajax_init_page')==0){
168 if($this->getConf('goto_link_footer')!=0)
213 if($this->getConf('goto_link_header')!=0)
216 if($this->getConf('goto_link_footer')!=0)
266 if($this->getConf('goto_link_header')!=0)
[all …]
/plugin/amcharts/
H A Daction.php36 "src" => $this->get_asset($this->getConf('url_yaml')),
40 $url_amcharts = $this->getConf('url_amcharts');
42 $jsfiles = preg_split("/\|/", $this->getConf('amcharts_js'));
51 $cssfiles = preg_split("/\|/", $this->getConf('amcharts_css'));
/plugin/latexit/
H A Drenderer.php196 function getConf($setting, $notset = false) { function in renderer_plugin_latexit
201 return parent::getConf($setting, $notset);
280 … if ($this->getConf('date') || $this->getConf('title') != "" || $this->getConf('author') != "") {
300 $this->getConf('paper_size'),
301 $this->getConf('output_format'),
302 $this->getConf('font_size') . 'pt',);
303 if ($this->getConf('landscape')) {
306 if ($this->getConf('draft')) {
424 if ($this->getConf('header_title')) {
427 if ($this->getConf('header_part')) {
[all …]
/plugin/plantuml/
H A Dsyntax.php160 if ($this->getConf('render_local') == '0' && $this->getConf('remote_url')) {
162 } else if ($this->getConf('render_local') == '1' && $this->getConf('java')) {
191 $remote_url = $this->getConf('remote_url');
195 $java = $this->getConf('java');
198 $jar = $this->getConf('jar');
245 $java = $this->getConf('java');
246 $jar = $this->getConf('jar');
/plugin/rater/
H A Daction.php92 …$rater_ip_voting_restriction = $this->getConf('voting_restriction'); // restrict ip address voting…
93 …$rater_ip_vote_qty = $this->getConf('vote_qty'); // how many times an ip addre…
94 … $rater_already_rated_msg = sprintf($this->getConf('already_rated_msg'),$rater_ip_vote_qty);
95 $rater_not_selected_msg = $this->getConf('not_selected_msg');
96 $rater_thankyou_msg = $this->getConf('thankyou_msg');
97 $rater_generic_text = $this->getConf('generic_text'); // generic item text
98 … $rater_end_of_line_char = $this->getConf('eol_char'); // to separate the records
/plugin/task/
H A Daction.php146 if ($this->getConf('show_error_msg')) {
158 if ($this->getConf('show_error_msg')) {
166 if ($this->getConf('show_info_msg')) {
180 if ($this->getConf('show_info_msg')) {
188 if ($this->getConf('show_info_msg')) {
200 if ($this->getConf('show_info_msg')) {
227 if ($this->getConf('show_success_msg')) {
/plugin/anewssystem/
H A Dsyntax.php79 $target = $this->getConf('news_datafile');
84 $allnewsdata1 = $this->getConf('news_output');
449 if($this->getConf('wysiwyg')==true) {
677 if($this->getConf('newsflash_link') == false) {
792 if($this->getConf('convert')) {
994 $yh_level = $this->getConf('yh_level');
995 $mh_level = $this->getConf('mh_level');
996 $h_level = $this->getConf('h_level');
1207 $yh_level = $this->getConf('yh_level');
1208 $mh_level = $this->getConf('mh_level');
[all …]

12345678910>>...44