Home
last modified time | relevance | path

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

1...<<41424344

/plugin/userfly/
H A Daction.php41 $userKey = $this->getConf('userFlyUserKey');
/plugin/svgimg2/
H A Dhelper.php37 if ( empty($progType) ) $progType = $this->getConf('use_programm');
103 if ( empty($ext) ) $ext = $this->getConf('ext');
112 if ( empty($bgcolor) ) { $bgcolor = $this->getConf('bgc'); }
H A Daction.php38 …is->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg', 'jpeg')…
/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/reliwa/
H A Dsyntax.php89 $txt .= ' src="'.$this->getConf('url');
92 $uname = $this->getConf('user');
/plugin/googlemaps/syntax/
H A Dgooglemap.php106 $script = $this->getConf('script').$this->getConf('key');
/plugin/source/
H A Daction.php78 $location = $this->getConf('location');
85 $file = $this->getConf['location'].$file;
/plugin/routeplaner/syntax/
H A Droutenplaner.php166 if ($this->getConf('modus') == 'lycosde') {
168 } elseif ($this->getConf('modus') == 'webde') {
342 if ($this->getConf('showwebdefooter') == true) {
/plugin/flowplay2/
H A Dsyntax.php188 " src:'" . $prefix . $this->getConf('player_swf') . "', " . DOKU_LF .
/plugin/svg/
H A Dsyntax.php147 strtolower( $this->getConf( 'mw_format' ) )
169 switch( $this->getConf( 'output' ) )
178 . '.' . strtolower( $this->getConf( 'im_format' ) )
193 . '.' . strtolower( $this->getConf( 'mw_format' ) )
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/nsrelation/
H A Dsyntax.php26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
123 if($this->getConf('about')){
124 $out .= '<sup>'.html_wikilink($this->getConf('about'),'?').'</sup>';
/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
/plugin/guestbook/
H A Dbasic.class.php20 $this->direct_post = $parent->getConf('direct_post');
21 $this->notify = $parent->getConf('notify');
22 $this->post_url = $parent->getConf('post_url');
23 $this->show_max = $parent->getConf('show_max');
32 $db_server = $this->parent->getConf('db_server');
33 $db_user = $this->parent->getConf('db_user');
34 $db_name = $this->parent->getConf('db_name');
35 $db_password = $this->parent->getConf('db_passwd');
36 $this->direct_post = $this->parent->getConf('direct_post');
37 $this->notify = $this->parent->getConf('notify');
[all …]
/plugin/linebreak/
H A Dsyntax.php60 $handler->status['plugin_linebreak'] = $this->getConf('automatic');
/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');

1...<<41424344