Home
last modified time | relevance | path

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

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

/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php193 $dbtype = $this->getConf ('dbtype');
194 $serverName = $this->getConf ( 'serverName' );
195 $userName = $this->getConf ( 'userName' );
196 $passWord = $this->getConf ( 'passWord' );
197 $dbName = $this->getConf ( 'dbName' );
221 $allowedUserGroups = $this->getConf ( 'allowedUserGroups' );
H A Ddbwrapper.php470 return strftime ( strtok ( trim ( $this->getConf ( 'dformat' ) ), ' ' ), $value );
476 return strftime ( $this->getConf ( 'dformat' ), $value );
/plugin/crosspost/
H A Daction.php18 if( $this->getConf( 'cp_add_links' ) )
179 $xns = $this->getConf( 'cp_disable_on' );
183 $title_mode = $this->getConf( 'cp_form_titles' );
213 $xns = $this->getConf( 'cp_ns_disabled' );
263 $title_mode = $this->getConf( 'cp_link_titles' );
/plugin/crypto/
H A Daction.php32 $JSINFO['crypto_cache_password'] = $this->getConf("cache_password");
/plugin/cspheader/
H A Daction.php77 $values = $this->getConf($option);
/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/currentlyreading/
H A Dsyntax.php63 $width = $this->getConf('width'); // Get the width from the configuration settings.
96 …if ($this->getConf('alternative')) { // Use an alternative heading from the config settings or fro…
97 $heading = hsc($this->getConf('alternative'));
/plugin/custombuttons/
H A Daction.php76 if ($this->getConf('usepicker')) {
/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
/plugin/data-au/
H A Daction.php91 …echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''…
/plugin/data-au/syntax/
H A Dentry.php305 if($this->getConf('edit_content_only')) {
352 if($this->getConf('edit_content_only')) {
H A Dtable.php86 'rownumbers' => (bool) $this->getConf('rownumbers'),
638 $use_dataresolve = $this->getConf('use_dataresolve');
/plugin/data/
H A Daction.php99 echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''));
/plugin/data/syntax/
H A Dentry.php342 if ($this->getConf('edit_content_only')) {
396 if ($this->getConf('edit_content_only')) {
504 if ($this->getConf('edit_content_only')) {
552 if ($this->getConf('edit_content_only')) {
H A Dtable.php96 'rownumbers' => (bool)$this->getConf('rownumbers'),
653 $use_dataresolve = $this->getConf('use_dataresolve');
/plugin/database2/
H A Ddatabase2.php205 public function getConf( $name ) function in Database2
213 $value = $this->integrator->getConf( $name, null );
395 else if ( ( $dbPath[0] == '/' ) && !self::getConf( 'useslash' ) &&
414 foreach ( explode( "\n", $this->getConf( 'authSlots' ) ) as $line )
597 if ( !$this->getConf( 'enableallpages' ) )
600 $patterns = explode( "\n", trim( $this->getConf( 'enablepages' ) ) );
657 if ( !$this->getConf( 'customviews' ) )
3800 if ( !$this->getConf( 'customviews' ) )
3887 if ( $this->getConf( 'aliasing' ) ||
5658 if ( $this->getConf( 'checkmaildomains' ) != false )
[all …]
H A Dsyntax.php165 if (isset($INFO['user']) && $this->getConf('develusers')) {
166 $ua = explode(',',trim($this->getConf('develusers')));
/plugin/dataplot/
H A Dsyntax.php245 if ( $this->getConf('path') ) {
290 $cmd = $this->getConf('path');
/plugin/datapopup/
H A Daction.php26 $JSINFO['plugin']['datapopup']['registered_types'] = $this->getConf('registered_types');
51 $fields = explode(',',$this->getConf('fields'));
/plugin/datatables/
H A Daction.php44 'enableForAllTables' => $this->getConf('enableForAllTables'),
69 $excluded_pages = $this->getConf('excludedPages');
/plugin/date/
H A Dsyntax.php187 $dformat = $this->getConf('dpformat');
/plugin/datepicker/_test/
H A Dajax.test.php25 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringDate'), pq("span.date…
67 …$this->assertEquals(plugin_load('action', 'datepicker')->getConf('emptyStringWeek'), pq("span.week…
H A Dsyntax.test.php35 $this->plugin->getConf('emptyStringDate').DOKU_LF.
36 $this->plugin->getConf('emptyStringDate').DOKU_LF.
37 $this->plugin->getConf('emptyStringDate'),trim($mselector->eq(0)->text()));
46 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(0)->text()));
47 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(1)->text()));
48 … $this->assertEquals($this->plugin->getConf('emptyStringDate'), trim($mselector->eq(2)->text()));
69 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
70 $this->plugin->getConf('emptyStringWeek').DOKU_LF.
71 $this->plugin->getConf('emptyStringWeek'),trim($mselector->eq(0)->text()));
79 … $this->assertEquals($this->plugin->getConf('emptyStringWeek'), trim($mselector->eq(0)->text()));
[all …]
/plugin/datepicker/
H A Dsyntax.php92 $empty = hsc($this->getConf('emptyStringWeek'));
96 $empty = hsc($this->getConf('emptyStringDate'));
/plugin/daummovie/
H A Dsyntax.php55 $apikey= $this->getConf('daumapikey');

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