Home
last modified time | relevance | path

Searched refs:getConf (Results 951 – 975 of 1091) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/bez/mdl/
H A DModel.php92 $busy_timeout = 1000 * (int)$this->action->getConf('busy_timeout');
/plugin/siteexport/action/
H A Dstartup.php149 return ($this->getConf('allowallusers') || auth_isadmin() || auth_ismanager());
/plugin/siteexport/inc/
H A Dhttpproxy.php43 if ($functions->getConf('useProxy')) {
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php38 …return $this->getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $dep…
350 $response = @file_get_contents($this->getConf('bugzilla_baseurl').'/xmlrpc.cgi', false, $context);
/plugin/xtern/
H A Dadmin.php56 $max_time = $this->getConf('max_time');
261 if($this->getConf('ca_required')) {
/plugin/emoji/
H A Dsyntax.php72 switch($this->getConf('assetsrc')) {
/plugin/graphviz/
H A Dsyntax.php127 if($this->getConf('path')){
/plugin/onlinenumber/
H A Dsyntax.php142 … define('PLUGIN_ONLINE_TIMEOUT', $this->getConf('onlineseconds')); // Count users in N seconds
/plugin/publistf/
H A Dsyntax.php144 $renderer->info['cache'] = $this->getConf('cache');
/plugin/tagsections/action/
H A Dajax.php150 if ( $this->getConf('tagsAfterHeading') == 1 && preg_match($reg, $TEXT) ) {
/plugin/miniblog/syntax/
H A Dentry.php56 $option = array('disqus_shortname' => $this->getConf('shortname'));
/plugin/osm/
H A Dsyntax.php153 …return ml(hsc($this->getConf('map_service_url'))."?".implode('&', $query_params), array('cache' =>…
/plugin/workflow/syntax/
H A Ddecision.php59 $wfns = trim($this->getConf('WorkflowNamespace'));
/plugin/owncloud/ajax/
H A Dfilelist.php36 $padding = 'style="padding-left:'.($levelInt*($helper->getConf('marginFilelist'))).'px;"';
/plugin/davcal/
H A Dhelper.php483 'timezone' => $this->getConf('timezone'),
484 'weeknumbers' => $this->getConf('weeknumbers'),
485 'workweek' => $this->getConf('workweek'),
486 'monday' => $this->getConf('monday'),
487 'timeformat' => $this->getConf('timeformat')
1664 return $this->getConf($key);
/plugin/authphpbb3/
H A Daction.php37 $use_inline_css = $this->getConf('phpbb_inline_style');
/plugin/davcard/syntax/
H A Dcard.php69 $defaultId = $this->getConf('default_client_id');
/plugin/slider/
H A Dsyntax.php174 …$R->doc .= '<img src="'.ml($img, array('w'=>$this->getConf('width'))).'" class="plugin_slider_img"…
/plugin/data-au/
H A Daction.php91 …echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''…
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php195 if ($this->getConf('show_not_found')) {
/plugin/lms/
H A Dhelper.php42 $cp = $this->getConf('controlpage');
/plugin/publish/
H A Dsyntax.php88 $renderer->doc .= wl($this_ns . ':' . $this->getConf('start'));
/plugin/ireadit/syntax/
H A Dlist.php166 } elseif ($this->getConf('approve_integration') &&
/plugin/data/
H A Daction.php99 echo $this->locale_xhtml('edit_intro' . ($this->getConf('edit_content_only') ? '_contentonly' : ''));
/plugin/adhoctags/
H A Dhelper.php88 if ($this->getConf('allowStyle') == '1') {

1...<<31323334353637383940>>...44