Lines Matching refs:opt
20 public $opt = array(); variable in helper_plugin_bureaucracyau_field
79 $this->opt = array();
82 $this->opt[$key] = array_shift($args);
84 $this->opt['display'] = $this->opt['label']; // allow to modify display value independently
98 $this->opt['optional'] = true;
102 $this->opt['id'] = 'focus__this';
105 $this->opt['pagename'] = true;
107 $this->opt['replyto'] = true;
109 $this->opt['rows'] = substr($arg,1);
111 $this->opt['class'] = substr($arg, 1);
113 $this->opt['leadingzeros'] = strlen($arg);
115 $this->opt['matchexplanation'] = substr($arg,2);
158 $params = array_merge($this->opt, $params);
211 return $this->opt['cmd'];
242 $value = $this->opt['value'];
284 $this->opt['value'] = $value;
312 if(!isset($this->opt['optional'])) {
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
322 if(isset($this->opt['matchexplanation'])) {
323 $replacement = hsc($this->opt['matchexplanation']);
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
342 if (!isset($this->opt[$name]) || $name === 'value' && $this->hidden) {
355 return $this->opt[$name];