/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingImConvert.php | 11 public function update($input) argument 15 $input = trim($input); 18 if ($value == $input) return false; 20 if ($input && !file_exists($input)) { 22 $this->input = $input; 26 $this->local = $input;
|
H A D | SettingArray.php | 37 * update setting with user provided value $input 40 * @param string $input 43 public function update($input) 45 if (is_null($input)) return false; 48 $input = $this->fromString($input); 51 if ($value == $input) return false; 53 foreach ($input as $item) { 56 $this->input = $input; 41 update($input) global() argument [all...] |
H A D | SettingMulticheckbox.php | 15 public function update($input) argument 20 $input = $input ?: []; 21 $input = $this->array2str($input); 24 if ($value == $input) return false; 26 if ($this->pattern && !preg_match($this->pattern, $input)) { 28 $this->input = $input; 32 $this->local = $input; 140 array2str($input) global() argument [all...] |
H A D | SettingPassword.php | 13 public function update($input) argument 16 if (!$input) return false; 18 if ($this->pattern && !preg_match($this->pattern, $input)) { 20 $this->input = $input; 24 $this->local = conf_encodeString($input, $this->code); 37 $input = '<input id="config___' . $key . '" name="config[' . $key . 39 return [$label, $input];
|
H A D | SettingRegex.php | 10 protected $delimiter = '/'; // regex delimiter to be used in testing input 11 protected $pregflags = 'ui'; // regex pattern modifiers to be used in testing input 14 public function update($input) argument 19 if (!parent::update($input)) return false; 23 $regex = $this->delimiter . $input . $this->delimiter . $this->pregflags; 27 $this->input = $input; 32 $this->local = $input;
|
H A D | SettingSavedir.php | 11 public function update($input) argument 16 if ($value == $input) return false; 18 if (!init_path($input)) { 20 $this->input = $input; 24 $this->local = $input;
|
H A D | SettingEmail.php | 14 public function update($input) 16 if (is_null($input)) return false; 20 if ($value == $input) return false; 21 if ($input === '') { 22 $this->local = $input; 25 $mail = $input; 52 $this->input = $input; 57 $this->local = $input; 13 update($input) global() argument
|
H A D | SettingMultichoice.php | 40 $input = "<div class=\"input\">\n"; 41 $input .= '<select class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n"; 52 $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n"; 54 $input .= "</select> $nochoice \n"; 55 $input .= "</div>\n"; 57 return [$label, $input]; 61 public function update($input) 63 if (is_null($input)) return false; 67 if ($value == $input) retur 59 update($input) global() argument [all...] |
H A D | SettingOnoff.php | 43 $input = '<div class="input"><input id="config___' . $key . '" name="config[' . $key . 45 return [$label, $input]; 49 public function update($input) 53 $input = ($input) ? 1 : 0; 55 if ($value == $input) return false; 57 $this->local = $input; 47 update($input) global() argument
|
H A D | SettingNumericopt.php | 17 public function update($input) 19 if ($input === '') { 20 if ($input == $this->local) return false; 21 $this->local = $input; 25 return parent::update($input); 16 update($input) global() argument
|
H A D | SettingAuthtype.php | 25 public function update($input) 32 if (!parent::update($input)) return false; // nothing changed or an error caught by parent 36 $auth_plugin = $plugin_controller->load('auth', $input); 41 msg('Cannot load Auth Plugin "' . $input . '"', -1); 48 msg('Cannot create Auth Plugin "' . $input . '"', -1); 54 if ($conf['authtype'] != $input) { 59 $this->local = $input; 24 update($input) global() argument
|
/dokuwiki/lib/exe/ |
H A D | mediamanager.php | 13 global $INPUT; 17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1); 18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1); 22 if ($INPUT->str('delete')) { 23 $DEL = cleanID($INPUT->str('delete')); 26 } elseif ($INPUT->str('edit')) { 27 $IMG = cleanID($INPUT->str('edit')); 29 } elseif ($INPUT [all...] |
/dokuwiki/inc/Ui/ |
H A D | UserRegister.php | 25 global $INPUT; 41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit') 42 ->val($INPUT->post->str('login')); 43 $input->getLabel()->attr('class', 'block'); 47 $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit'); 48 $input->getLabel()->attr('class', 'block'); 50 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($base_attrs)->addClass('edit'); 51 $input->getLabel()->attr('class', 'block'); 55 $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit') 56 ->val($INPUT [all...] |
H A D | UserProfile.php | 28 global $INPUT; 32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true), 33 'mail' => $INPUT->post->str('email', $INFO['userinfo']['mail'], true), 63 $input = $form->addPasswordInput('oldpass', $lang['oldpass'])->attrs($attr) 65 $input->getLabel()->attr('class', 'block'); 87 $input = $form->addTextInput('login', $lang['user']) 91 $input->getLabel()->attr('class', 'block'); 96 $input = $form->addTextInput('fullname', $lang['fullname']) 100 $input->getLabel()->attr('class', 'block'); 105 $input [all...] |
/dokuwiki/lib/plugins/authpdo/conf/ |
H A D | default.php | 17 * input: :user 25 * input: :user, :clear, :hash, [uid], [*] 33 * input: :user, [uid] 48 * input: :user, :name, :mail, (:clear|:hash) 55 * input: :user, [:uid], [*] 64 * input: :user, :name, :mail, :group, :start, :end, :limit 74 * input: :user, :name, :mail, :group 82 * input: :user, :name, :mail, [:uid], [*] 89 * input: :user, :newlogin, [:uid], [*] 96 * input [all...] |
/dokuwiki/inc/Form/ |
H A D | CheckableElement.php | 31 global $INPUT; 35 if (!$INPUT->has($name)) return; 39 $value = $INPUT->str($name); 47 $input = $INPUT->arr($name); 48 if (isset($input[$key])) { 52 if (is_array($input[$key])) { 53 $input = $input[$key]; 56 foreach ($input a [all...] |
/dokuwiki/ |
H A D | doku.php | 9 * @global Input $INPUT 23 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX, 41 $INPUT->set('id', str_replace("\xC2\xAD", '', $INPUT->str('id'))); //soft-hyphen 42 $QUERY = trim($INPUT->str('q')); 45 $REV = $INPUT->int('rev'); 46 $DATE_AT = $INPUT->str('at'); 47 $IDX = $INPUT->str('idx'); 48 $DATE = $INPUT [all...] |
/dokuwiki/inc/Input/ |
H A D | Server.php | 3 namespace dokuwiki\Input; 6 * Internal class used for $_SERVER access in dokuwiki\Input\Input class 8 class Server extends Input
|
H A D | Get.php | 3 namespace dokuwiki\Input; 6 * Internal class used for $_GET access in dokuwiki\Input\Input class 8 class Get extends Input
|
H A D | Post.php | 3 namespace dokuwiki\Input; 6 * Internal class used for $_POST access in dokuwiki\Input\Input class 8 class Post extends Input
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | basic.less | 349 input, 384 input, 392 input:active, 393 input:focus, 402 input[type=radio], 403 input[type=checkbox], 404 input[type=image] { 411 input[type=submit], 412 input[type=button], 413 input[typ [all...] |
/dokuwiki/lib/plugins/authad/ |
H A D | action.php | 36 global $INPUT; 42 if ($INPUT->str('dom')) { 46 $usr = "$usr@" . $INPUT->str('dom'); 48 $INPUT->post->set('u', $usr); 61 global $INPUT; 71 // find the username input box 76 if ($INPUT->has('u')) { 77 $usr = $auth->cleanUser($INPUT->str('u')); 88 // add locate domain selector just after the username input box
|
/dokuwiki/inc/ |
H A D | Ajax.php | 48 global $INPUT; 52 $query = $INPUT->post->str('q'); 53 if (empty($query)) $query = $INPUT->get->str('q'); 95 global $INPUT; 97 $query = cleanID($INPUT->post->str('q')); 98 if (empty($query)) $query = cleanID($INPUT->get->str('q')); 133 global $INPUT; 135 $ID = cleanID($INPUT->post->str('id')); 172 global $INPUT; 173 $id = cleanID($INPUT [all...] |
H A D | auth.php | 42 /* @var Input $INPUT */ 43 global $INPUT; 51 if ($INPUT->server->str('REMOTE_USER') === '') { 52 $INPUT->server->remove('REMOTE_USER'); 79 $INPUT->set('http_credentials', false); 80 if (!$conf['rememberme']) $INPUT->set('r', false); 84 $header = $INPUT->server->str('HTTP_AUTHORIZATION') ?: $INPUT->server->str('REDIRECT_HTTP_AUTHORIZATION'); 91 if (!$INPUT [all...] |
/dokuwiki/inc/Cache/ |
H A D | CacheParser.php | 11 public $mode = ''; // input mode (represents the processing the input file will undergo) 18 * @param string $mode input mode 22 global $INPUT; 31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
|