/dokuwiki/inc/ |
H A D | confutils.php | 362 static $disabled = null; 363 if (is_null($disabled) || defined('SIMPLE_TEST')) { 369 $disabled = explode(',', $conf['disableactions']); 370 $disabled = array_map('trim', $disabled); 375 $disabled[] = 'register'; 381 $disabled[] = 'resendpwd'; 384 $disabled[] = 'subscribe'; 387 $disabled[] = 'profile'; 390 $disabled[] = 'profile_delete'; 393 $disabled[] = 'login'; [all …]
|
H A D | ActionRouter.php | 32 protected $disabled; variable in dokuwiki\\ActionRouter 45 $this->disabled = explode(',', $conf['disableactions']); 46 $this->disabled = array_map('trim', $this->disabled); 209 if (in_array($action->getActionName(), $this->disabled)) {
|
H A D | pluginutils.php | 51 function plugin_load($type, $name, $new = false, $disabled = false) argument 55 return $plugin_controller->load($type, $name, $new, $disabled);
|
H A D | form.php | 704 $disabled = false; 706 @list($val, $text, $disabled) = $val; 710 $options[] = array($val, $text, in_array($val, $selected), $disabled); 1132 @list($value, $text, $select, $disabled) = $opt; 1137 if ($disabled) $p .= ' disabled="disabled"';
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | style.css | 2 #user__manager tr.disabled { 20 #user__manager button[disabled] {
|
H A D | admin.php | 36 protected $disabled = ''; // if disabled set to explanatory string variable in admin_plugin_usermanager 51 $this->disabled = $this->lang['noauth']; 53 $this->disabled = $this->lang['nosupport']; 77 return $this->getLang('menu') . ' ' . $this->disabled; 995 $disabled = 'disabled="disabled"'; 998 $buttons['start'] = $buttons['prev'] = ($this->start == 0) ? $disabled : ''; 1001 $buttons['last'] = $disabled; 1005 (($this->start + $this->pagesize) >= $this->users_total) ? $disabled : ''; 1009 $buttons['last'] = $disabled;
|
/dokuwiki/_test/tests/inc/ |
H A D | parserutils_get_renderer.test.php | 60 function load($type,$name,$new=false,$disabled=false){ argument 64 return $this->plugin_controller->load($type, $name, $new, $disabled);
|
H A D | parserutils_set_metadata_during_rendering.test.php | 107 public function load($type, $name, $new = false, $disabled = false) argument 112 return $this->plugin_controller->load($type, $name, $new, $disabled);
|
/dokuwiki/lib/plugins/testing/ |
H A D | plugin.info.txt | 6 desc Used to test the test framework. Should always be disabled.
|
/dokuwiki/ |
H A D | install.php | 638 $disabled = $lang['i_disabled']; 640 $disabled = ""; 642 $error[] = sprintf($lang['i_funcnmail'], $disabled);
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | basic.less | 459 input[disabled], 460 button[disabled], 461 select[disabled], 462 textarea[disabled], 463 option[disabled],
|
H A D | _media_popup.css | 169 /* info how to insert media, if JS disabled */
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | 81 public function load($type, $name, $new = false, $disabled = false) argument 90 if (!$disabled && !$this->isEnabled($plugin)) {
|
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | Setting.php | 203 $disable = 'disabled="disabled"';
|
/dokuwiki/lib/plugins/acl/ |
H A D | style.css | 113 #acl_manager label.disabled {
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery-ui.min.js | 6 …disabled:!1,create:null},_createWidget:function(t,e){e=V(e||this.defaultElement||this)[0],this.ele… property
|
H A D | jquery.min.js | 2 …disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes… property
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 57 .ui-state-disabled { 301 .ui-checkboxradio-disabled { 582 .ui-resizable-disabled .ui-resizable-handle, 838 .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, 904 /* We use html here because we need a greater specificity to make sure disabled 906 html .ui-button.ui-state-disabled:hover, 907 html .ui-button.ui-state-disabled:active { 1022 .ui-state-disabled, 1023 .ui-widget-content .ui-state-disabled, 1024 .ui-widget-header .ui-state-disabled {
|
/dokuwiki/lib/plugins/extension/ |
H A D | style.less | 240 section.extension.installed.disabled {
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 96 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE) 453 - Fixed broken Escape chars if classes were disabled 521 - Fixed broken use with Suhosin Patch when /e modifier was disabled (SF#2021800, BenBE) 1000 can be disabled)
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 115 …eadlines, a table of contents is generated automatically -- this can be disabled by including the …
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 115 …eadlines, a table of contents is generated automatically -- this can be disabled by including the …
|
/dokuwiki/data/ |
H A D | deleted.files | 13 lib/plugins/extension/images/disabled.png
|