Home
last modified time | relevance | path

Searched refs:getConf (Results 326 – 350 of 1091) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/imagebox/
H A Dsyntax.php25 $dispMagnify = ($match['width'] || $match['height']) && $this->getConf('display_magnify')=='If necessary' || $this->getConf('display_magnify')=='Always';
83 if(!$match['align'] /*|| $match['align']=='center'*/&&!$this->getConf('center_align'))
142 $style=$this->getConf('default_caption_style');
/plugin/podcast/
H A Dhelper.php33 $name = $this->getConf( 'podcast_prefix' ).$name;
34 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
91 $name = $this->getConf( 'podcast_prefix' ).$name;
92 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
/plugin/autotooltip/
H A Dhelper.php69 $classes = $this->getConf('style');
74 $delay = $this->getConf('delay') ?: 0;
152 $inclusions = $this->getConf('linkall_inclusions');
153 $exclusions = $this->getConf('linkall_exclusions');
/plugin/bookmarkme/
H A Daction.php136 $show = $this->getConf('show_bookmarks');
162 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
175 $be = explode(",",$this->getConf('bookmarks'));
189 …if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('bookmark').'</li>…
/plugin/externalembed/
H A Daction.php59 $expire_time = $this->getConf('THUMBNAIL_CACHE_TIME') * 60 * 60;
70 $expire_time = $this->getConf('PLAYLIST_CACHE_TIME') * 60 * 60;
117 $expire_time = $this->getConf('THUMBNAIL_CACHE_TIME') * 60 * 60;
133 $expire_time = $this->getConf('PLAYLIST_CACHE_TIME') * 60 * 60;
/plugin/oauth/action/
H A Dlogin.php91 $singleService = $this->getConf('singleService');
121 $singleService = $this->getConf('singleService');
173 $singleService = $this->getConf('singleService');
204 if ($this->getConf('singleService')) {
/plugin/dw2pdf/
H A Daction.php108 $generateNewPdf = !$this->getConf('usecache')
581 $outputTarget = $INPUT->str('outputTarget', $this->getConf('output'));
710 if ($this->getConf('qrcodescale')) {
712 $size = (float)$this->getConf('qrcodescale');
832 $usestyle = explode(',', $this->getConf('usestyles'));
967 $this->exportConfig['pagesize'] = $INPUT->str('pagesize', $this->getConf('pagesize'), true);
968 $this->exportConfig['orientation'] = $INPUT->str('orientation', $this->getConf('orientation'), true);
971 $this->exportConfig['font-size'] = $INPUT->str('font-size', $this->getConf('font-size'), true);
973 $doublesided = $INPUT->bool('doublesided', (bool)$this->getConf('doublesided'));
978 $hasToC = $INPUT->bool('toc', (bool)$this->getConf('to
[all...]
/plugin/numberedheadings/
H A Daction.php20 if ($this->getConf('fancy')) {
56 $tier1 = $this->getConf('tier1') ?: $level;
90 $tieredNumbers .= $this->getConf('fancy') ? ' ' : ' ';
/plugin/simpleforward/
H A Daction.php42 $disableForward = !$this->getConf('enabled');
55 $basedir = $this->getConf('document_root');
56 $index = $basedir . DIRECTORY_SEPARATOR . $this->getConf('index');
/plugin/googlesearch/
H A Daction.php140 $prev = $ret['startIndex'] - $this->getConf('maxresults') - 1;
148 if($ret['endIndex'] < $ret['estimatedTotalResultsCount'] - $this->getConf('maxresults')){
149 $next = $ret['endIndex'] + $this->getConf('maxresults');
/plugin/amcharts/
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/elasticsearch/action/
H A Dsearch.php89 $index = $client->getIndex($this->getConf('indexname'));
103 if ($this->getConf('searchSyntax')) {
126 $this->getConf('snippets') => new \stdClass(),
132 $equery->setSize($this->getConf('perpage'));
133 $equery->setFrom($this->getConf('perpage') * ($INPUT->int('p', 1, true) - 1));
190 if (!$this->getConf('disableQuicksearch')) return;
291 if (empty($langFilter) && $transplugin && $this->getConf('detectTranslation') && $ns) {
417 $highlightedSnippets = $row->getHighlights()[$this->getConf('snippets')] ?? [];
475 $pages = ceil($all / $this->getConf('perpage'));
/plugin/autoindentcontrol/
H A Daction.php48 'defaultOFF' => (boolean) !$this->getConf('default_behavior'),
49 'showToggle' => (boolean) $this->getConf('show_toggle_switch'),
/plugin/plantuml/
H A Daction.php23 if($this->getConf('button_enabled') == '1')
34 'icon' => '../../plugins/plantuml/'.$this->getConf('button_icon'),
/plugin/discoursesearch/
H A Daction.php38 'url' => $this->getConf('url'),
39 'title' => $this->getConf('title')
/plugin/photogallery/
H A Dsyntax.php80 $data['phpthumb'] = $this->getConf('use_phpThumb');
81 $data['autoplay'] = $this->getConf('autoplay');
82 $data['pw'] = $this->getConf('poster_width');
83 $data['ph'] = $this->getConf('poster_height');
86 $data['iw'] = $this->getConf('viewport_width');
89 $data['panar'] = $this->getConf('panorama_ratio');
90 $data['panw'] = $this->getConf('panorama_width');
92 $data['posteralign'] = $this->getConf('posteralign');
94 $data['fullsize'] = $this->getConf('fullsize');
95 $data['sort'] = $this->getConf('sort');
[all …]
/plugin/c3chart/
H A Dsyntax.php55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/userpagecreate/
H A Daction.php18 if ($this->getConf('delete')) {
60 $res = $this->getConf('target') . $user;
61 $tpl = $this->getConf('template');
139 saveWikiText($name, $content, $this->getConf('create_summary'));
/plugin/batchedit/
H A Drequest.php54 if ($this->command == self::COMMAND_APPLY || $config->getConf('keepmarks')) {
220 if ($config->getConf('searchmode') == 'regexp') {
221 if ($config->getConf('advregexp')) {
236 if (!$config->getConf('matchcase')) {
/plugin/latex/
H A Dadmin.php194 foreach(array($this->getConf("latex_path"),$this->getConf("dvips_path"),
195 $this->getConf("convert_path"),$this->getConf("identify_path")) as $path) {
244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
/plugin/latex-was/
H A Dadmin.php194 foreach(array($this->getConf("latex_path"),$this->getConf("dvips_path"),
195 $this->getConf("convert_path"),$this->getConf("identify_path")) as $path) {
245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
/plugin/authgooglesheets/
H A Dhelper.php36 $this->spreadsheetId = $this->getConf('sheetId');
123 $range = $this->getConf('sheetName') . '!A2';
158 $rangeStart = $this->getConf('sheetName') . '!';
214 "sheetId" => $this->getConf('sheetGid'),
306 $range = $this->getConf('sheetName') . '!A1:Z';
326 $range = $this->getConf('sheetName') . '!1:1';
/plugin/svg/
H A Dsyntax.php.save118 switch( $this->getConf( 'output' ) )
130 strtolower( $this->getConf( 'im_format' ) )
140 MagickSetFormat( $mwh, $this->getConf( 'mw_format' ) );
147 strtolower( $this->getConf( 'mw_format' ) )
169 switch( $this->getConf( 'output' ) )
178 . '.' . strtolower( $this->getConf( 'im_format' ) )
193 . '.' . strtolower( $this->getConf( 'mw_format' ) )
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php447 $allowedUserGroups = $this->getConf ( 'allowedUserGroups' );
525 return strftime ( strtok ( trim ( $this->getConf ( 'dformat' ) ), ' ' ), $value );
531 return strftime ( $this->getConf ( 'dformat' ), $value );
593 $sql = str_replace ( '#DATABASENAME#', $this->getConf ( 'dbName' ), $sql );
600 $serverName = $this->getConf ( 'serverName' );
601 $userName = $this->getConf ( 'userName' );
602 $passWord = $this->getConf ( 'passWord' );
603 $dbName = $this->getConf ( 'dbName' );
/plugin/authplaincas/
H A Dauth.php133 $this->_options['server'] = $this->getConf('server');
134 $this->_options['rootcas'] = $this->getConf('rootcas');
135 $this->_options['port'] = $this->getConf('port');
136 $this->_options['samlValidate'] = $this->getConf('samlValidate');
137 $this->_options['handlelogoutrequest'] = $this->getConf('handlelogoutrequest');
138 …$this->_options['handlelogoutrequestTrustedHosts'] = $this->getConf('handlelogoutrequestTrustedHos…
139 $this->_options['minimalgroups'] = $this->getConf('minimalgroups');
140 $this->_options['localusers'] = $this->getConf('localusers');
150 $this->_options['autologin'] = $this->getConf('autologin');
172 if ($this->getConf('autologinonce', false)) {

1...<<11121314151617181920>>...44