Home
last modified time | relevance | path

Searched refs:getConf (Results 101 – 125 of 1091) sorted by relevance

12345678910>>...44

/plugin/dokubookmark/
H A Daction.php60 if ($this->getConf('enable_save') && $event->data['dokubookmark'] == $lang['btn_save'] ) {
82 $timestamp = date($this->getConf('dateformat'));
86 $wikitpl = str_replace('\n',"\n", $this->getConf('wikitemplate'));
95 'wikiidtpl' => $this->getConf('namespace'),
110 foreach (explode(';', trim($this->getConf('presets'))) as $p) {
129 $tpl = str_replace('\n',"\n", $this->getConf('wikitemplate'));
149 'enable_save' => $this->getConf('enable_save'),
/plugin/structtasks/meta/
H A DAbstractNotifier.php52 protected $getConf; variable in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
58 public function __construct(callable $getConf, callable $getLang) { argument
59 $this->getConf = $getConf;
121 $getConf = $this->getConf;
122 $completed_pattern = $getConf('completed');
/plugin/overlay/
H A Daction.php39 if($this->getConf('always')){
46 if($this->getConf($xcl)) {
59 $height = preg_replace('/[^0-9]+/', '', $this->getConf('height'));
60 $width = preg_replace('/[^0-9]+/', '', $this->getConf('width'));
74 $tools = $this->getConf('tools');
97 … $namespaces = $this->getConf('nsoverlays'); // check for alternate overlay pages
126 if(!$page) $page = trim($this->getConf('page'));
163 $type = $this->getConf('menutype');
186 $type = $this->getConf('menutype');
196 $type = $this->getConf('toggletype');
/plugin/zenlogin/
H A Daction.php25 $this->zp_path = $this->getConf('zenphoto_path');
26 $this->zp_mysql_user = $this->getConf('mysql_user');
27 $this->zp_mysql_pass = $this->getConf('mysql_password');
28 $this->zp_mysql_host = $this->getConf('mysql_host');
29 $this->zp_mysql_database = $this->getConf('mysql_database');
30 $this->zp_mysql_prefix = $this->getConf('mysql_prefix');
31 $this->zp_userpass_hash = $this->getConf('user_password_hash');
32 $rights = split(",", $this->getConf('zenphoto_permissions'));
87 if($this->getConf('single_sign_on'))
115 if($this->getConf('single_sign_on'))
/plugin/phpbblinks/
H A Daction.php53 if (!$this->getConf('enable'))
172 $txt = $this->getConf('linktxt') . $txt;
182 $txt = $this->getConf('linktxt') . $txt;
196 $url = $this->getConf('boardurl');
242 if ($this->getConf('integration'))
254 $host = $this->getConf('host');
255 $user = $this->getConf('user');
256 $pass = $this->getConf('pass');
257 $dbu = $this->getConf('db');
258 $pre = $this->getConf('pre');
/plugin/tcycle/
H A Dsyntax.php37 … $dataspeed = $this->_getAttribute($attributes, "data-speed", $this->getConf('data-speed'));
38 … $datafx = $this->_getAttribute($attributes, "data-fx", $this->getConf('data-fx'));
39 … if (!in_array($datafx, array('scroll', 'fade'))) { $datafx = $this->getConf('data-fx'); }
40 … $datatimeout = $this->_getAttribute($attributes, "data-timeout", $this->getConf('data-timeout'));
41 $width = $this->_getAttribute($attributes, "width", $this->getConf('width'));
42 … $height = $this->_getAttribute($attributes, "height", $this->getConf('height'));
43 … $namespace = $this->_getAttribute($attributes, "namespace", $this->getConf('namespace'));
49 … $metadata = $this->_getAttribute($attributes, "metadata", $this->getConf('metadata'));
50 $objectfit = $this->_getAttribute($attributes, "fit", $this->getConf('fit'));
51 …tfit, array('fill','contain','cover','scale-down','none'))) { $objectfit = $this->getConf('fit'); }
/plugin/webdav/
H A Dhelper.php26 if (!$this->getConf('remote')) {
29 if (trim($this->getConf('remoteuser')) == '!!not set!!') {
35 if (trim($this->getConf('remoteuser')) == '') {
39 …return auth_isMember($this->getConf('remoteuser'), $INPUT->server->str('REMOTE_USER'), (array) $US…
/plugin/purplenumbers/
H A Drenderer.php41 $pnid = $this->_getID($this->getConf('numbering')?2:1);
42 $linkText = $this->getConf('linkText') ? $pnid : '§';
187 $internalID = $this->getConf('internalID');
201 } else if ($this->getConf('uniqueness')) {
210 if ($this->getConf('numbering')) {
241 $linkText = $this->getConf('linkText') ? $this->_getID() : '¶';
260 $annotationPage = $this->getConf('annotationPage');
280 $onlyIcon = $this->getConf('linkText') ? '' : 'onlyIcon';
301 if (!$this->getConf('includeStartpage') && noNS($ID)==$conf['start']) return false;
303 if ($this->getConf('restrictionN
[all...]
/plugin/accscounter/syntax/
H A Dcounter.php82 $countries = explode(',', $this->getConf('cntrExclusion'));
87 $countriesin = explode(',', $this->getConf('cntrInclusion'));
109 if ($this->getConf('cntrInclusion') != '') {
120 if ($this->getConf('reverseLookupFailed') == '1' && $remotehost == $clientIP) {
127 $cntrexlist = explode(',', $this->getConf('reverseLookupCntrException'));
149 if ($this->getConf('excludeMgAndSp') == 'mg' && auth_ismanager()) $excluded = TRUE;
150 if ($this->getConf('excludeMgAndSp') == 'sp' && auth_isadmin()) $excluded = TRUE;
161 … if ($helper->quickipcheck(null, $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
197 switch ($this->getConf('saveLog')) {
257 switch ($this->getConf('saveLog')) {
[all …]
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php300 $sessionVarName = $this->getConf(self::CONF_VAR_SHIB_SESSION_ID);
339 $url = $this->getConf(self::CONF_LOGOUT_HANDLER_LOCATION);
516 $tplUserDisplayName = $this->getConf(self::CONF_DISPLAY_NAME_TPL);
517 $userDisplayNameVar = $this->getConf(self::CONF_VAR_DISPLAY_NAME);
576 $groupSourceConfig = $this->getConf(self::CONF_GROUP_SOURCE_CONFIG);
882 $returnUrl = $this->getConf(self::CONF_LOGOUT_RETURN_URL);
887 $handlerName = $this->getConf(self::CONF_LOGOUT_HANDLER);
926 …if ($this->getConf(self::CONF_LOG_ENABLED) && $priority <= $this->getConf(self::CONF_LOG_PRIORITY)…
927 if ($this->getConf(self::CONF_LOG_TO_PHP)) {
931 $logFile = $this->getConf(self::CONF_LOG_FILE);
[all …]
/plugin/abc2/
H A Dsyntax.php95 if (!$this->getConf('abcok')) {
107 if ($transStr && ($this->getConf('library') !== 'abcjs')) {
242 switch($this->getConf('library')) {
254 $libClasses = 'abc-source '.$this->getConf('abcuiConfig');
259 $containerClasses = ' abc2-plugin lib-'.$this->getConf('library');
261 if ($orig && $this->getConf('showSource')) {
321 if ($this->getConf('library') == 'abc2svg') {
329 if ($this->getConf('library') == 'abc-ui') {
334 if ($this->getConf('library') == 'abc2svg') {
/plugin/cnmap/
H A Dsyntax.php135 … $args['provider'] = in_array($provider, $this->providers)? $provider : $this->getConf('provider');
139 $args['zoom'] = $this->getConf('zoom');
142 $args['width'] = $this->getConf('width');
145 $args['height'] = $this->getConf('height');
151 $args['mark']= $this->getConf('mark');
159 $args['sat']= $this->getConf('sat');
195 array_push($data, $this->getConf('amap_api_key'));
235 array_push($data, $this->getConf('bmap_api_key'));
/plugin/codemirror/
H A Daction.php26 if ($ACT == 'show' and !$this->getConf('codesyntax')) {
44 'codesyntax' => $this->getConf('codesyntax'),
47 'nativeeditor' => $this->getConf('nativeeditor'),
51 'usenativescroll' => $this->getConf('usenativescroll'),
52 'autoheight' => $this->getConf('autoheight'),
/plugin/forceuserchange/
H A Daction.php31 if (!$this->getConf('allowsamepw')){
74 …msg(sprintf($this->getLang('msg_forceupdate'), $this->getConf('allowsamepw') ? $this->getLang('msg…
92 $has_group = array_search($this->getConf('groupname'), $grps) !== false;
93 if ($this->getConf('grouprel') == 'excluding') {
113 $key = array_search($this->getConf('groupname'), $grps);
114 if ($this->getConf('grouprel') == 'including') {
121 $grps[] = $this->getConf('groupname');
/plugin/jalbum/syntax/
H A Djalbum.php109 $url = $this->getConf('baseurl').$param['albumdir'];
110 if (isset($this->getConf['target'])) {
111 $target = 'target="'.$this->getConf['target'].'" ';
126 if (isset($this->getConf['target'])) {
127 $target = 'target="'.$this->getConf['target'].'" ';
132 … $txt .= '<a '.$target.' href="'.$this->getConf('baseurl').$image_path.'/slides/'.$img_href.'">';
134 …$txt .= '<img border="0" src="'.$this->getConf('baseurl').$image_path.'/thumbs/'.$image_name.'" al…
/plugin/flattr/
H A Dhelper.php37 $params['category'] = $this->getConf('default_category');
62 if (trim($this->getConf('default_uid')) != '') {
63 $params['uid'] = $this->getConf('default_uid');
68 if (trim($this->getConf('default_category')) != '') {
69 $params['category'] = $this->getConf('default_category');
82 if ($this->getConf('default_language')) {
83 $params['language'] = $this->getConf('default_language');
/plugin/authdjango/
H A Dauth.php37 if ($this->getConf('protocol') == 'sqlite') {
38 $this->dbh = new PDO('sqlite:' . $this->getConf('server'));
41 …DO($this->getConf('protocol') . ':host=' . $this->getConf('server') . ';dbname=' . $this->getConf(…
/plugin/katex/action/
H A Dsetup.php42 $conf_option_output = $this->getConf( 'option-output' );
56 $conf_option_delimiters = $this->getConf( 'option-delimiters' );
84 $conf_option_ignored_tags = $this->getConf( 'option-ignored-tags' );
112 $conf_option_ignored_classes = $this->getConf( 'option-ignored-classes' );
139 $conf_option_throwonerror = $this->getConf( 'option-throwonerror' );
149 $conf_option_error_color = $this->getConf( 'option-error-color' );
180 $conf_option_macros = $this->getConf( 'option-macros' );
/plugin/partialsearch/
H A Daction.php26 if ($this->getConf('enablepartialsearch')) {
34 if ($this->getConf('enablepartialsearch')) {
38 if ($this->getConf('enablesearchlookupsnippet')) {
64 if ($this->getConf('enablesearchlookupsnippet') && $event->canPreventDefault){
77 if ($this->getConf('addtitletosnippet')) {
84 … if ($this->getConf('enablesearchlookupsnippet') && (!isset($snippet) || trim($snippet)==='')) {
/plugin/showphperrors/
H A Daction.php36 if ($this->getConf('deprecated')) {
39 if ($this->getConf('strict')) {
42 if ($this->getConf('notices')) {
46 ini_set('display_errors', $this->getConf('showphperros'));
/plugin/oauthgeneric/
H A DGeneric.php16 return 0 !== $plugin->getConf('needs-state');
23 return new Uri($plugin->getConf('authurl'));
30 return new Uri($plugin->getConf('tokenurl'));
40 return (int) $plugin->getConf('authmethod');
/plugin/bliki/
H A Dsyntax.php96 if ($this->getConf('structure') == 'flat') {
178 $timestamp = date($this->getConf('datefooter'), $ts);
179 …{permalink}', '{edit}'), array($timestamp, $post_url, "this>$edit_url"), $this->getConf('footer'));
196 $date = date($this->getConf('dateheader'), $ts);
208 if ($this->getConf('structure') == 'flat') {
242 if ($this->getConf('structure') == 'flat') {
391 $renderer->doc .= $this->newPostLink($this->getConf('newlabel'));
395 … $recents = $this->getPosts($ID, $this->getConf('numposts'), ($page * $this->getConf('numposts')));
408 if (sizeof($recents) == $this->getConf('numposts')) {
409 …$renderer->doc .= '<div id="blogolder">' . $this->pagingLink($page+1, $this->getConf('olderlabel')…
[all …]
/plugin/authucenter/
H A Dauth.php30 if (!file_exists(DOKU_INC . 'conf/uc.auth.php') || $this->getConf('regenerateconfig')) {
69 $this->_uc_setcookie($this->getConf('cookiename'), '', -1);
96 setcookie($this->getConf('cookiename'), '', -86400);
109 $cookie = $_COOKIE[$this->getConf('cookiename')];
429 if($this->getConf('uccharset') != 'utf-8'){
430 …$str = $out ? iconv('utf-8', $this->getConf('uccharset'), $str) : iconv($this->getConf('uccharset'…
436 if($this->getConf('uccharset') != 'utf-8'){
478 …path = $httponly && PHP_VERSION < '5.2.0' ? $this->getConf('cookiepath').'; HttpOnly' : $this->get…
482 setcookie($var, $value, $life, $path, $this->getConf('cookiedomain'), $secure);
544 $uc_conf = '<?php' . "\n\n" . $this->getConf('ucappconfig'). "\n\n";
[all …]
/plugin/discussion/
H A Daction.php372 if($this->getConf('excluded_ns') == '') {
378 if($this->getConf('automatic')) {
437 if (!$this->getConf('usethreading')) {
441 if($this->getConf('newestfirst')) {
507 if ((!$this->getConf('allowguests'))
843 … && ($this->getConf('allowguests') || $_SERVER['REMOTE_USER']) && $this->getConf('usethreading')
989 if ($this->getConf('urlfield')) {
1001 if ($this->getConf('addressfield')) {
1274 if ($this->getConf('moderatorsnotify')) {
1398 if ($this->getConf('wikisyntaxok')) {
[all …]
/plugin/hidingip/
H A Daction.php25 $whentohide = explode(',', $this->getConf('whenToHide'));
46 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
47 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;
88 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
89 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;
133 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE;
134 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE;

12345678910>>...44