Home
last modified time | relevance | path

Searched refs:getParam (Results 1 – 25 of 103) sorted by last modified time

12345

/plugin/struct/helper/
H A Dlookup.php34 $tosave[$tbl][$lbl] = $field->getParam('value');
H A Dfieldhidden.php23 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfield.php112 $value = $this->getParam('value');
/plugin/struct/action/
H A Dbureaucracy.php96 $value = $field->getParam('value');
160 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/tagging/
H A Dhelper.php726 $sort = explode(',', $this->getParam('sort'));
740 $form->setHiddenField('[tagging]sort', $this->getParam('sort'));
925 public function getParam($name) function in helper_plugin_tagging
952 if (!$this->getParam('sort')) {
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php85 public function getParam($name) { function in helper_plugin_bureaucracy_fieldsubmit
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dfielduser.php94 $value = $this->getParam('value');
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
H A Daction.php69 $label = $field->getParam('label');
H A Dactionmail.php110 $value = $field->getParam('value');
111 $label = $field->getParam('label');
118 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f…
128 $file = $field->getParam('file');
144 if (!is_null($field->getParam('template')) ) {
145 $this->mailtemplate = $this->replace($field->getParam('template'));
155 if(!is_null($field->getParam('replyto'))) {
H A Dactiontemplate.php85 $pname = $field->getParam('pagename');
111 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
115 $templatepage = $this->replace($field->getParam('page_tpl'));
119 $relativetargetpage = $resolver->resolveId($field->getParam('page_tgt'));
394 $label = $field->getParam('label');
395 $file = $field->getParam('file');
396 $ns = $field->getParam('namespace');
H A Dfield.php182 $preload_name = '@' . strtr($this->getParam('label'),' .','__') . '@';
220 $label = $this->getParam('label');
221 $value = $this->getParam('value');
265 $value = $this->getParam('value');
301 return !is_null($this->getParam('value'));
310 $value = $this->getParam('value');
341 public function getParam($name) { function in helper_plugin_bureaucracy_field
347 $value = $this->getParam('value');
H A Dfieldaddpage.php57 function getParam($name) { function in helper_plugin_bureaucracy_fieldaddpage
61 parent::getParam($name);
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldfile.php64 $file = $this->getParam('file');
H A Dfieldhidden.php27 $form->addHidden($params['name'], $this->getParam('value') . '');
36 function getParam($name) { function in helper_plugin_bureaucracy_fieldhidden
H A Dfieldhiddenautoinc.php32 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldnumber.php52 $value = $this->getParam('value');
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfielddate.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldfieldset.php41 $form->startFieldset(hsc($this->getParam('display')));
77 if ($field->getParam('label') != $this->depends_on[0]) {
81 $hidden = $field->getParam('value') != $this->depends_on[1];
107 function getParam($name) { function in helper_plugin_bureaucracy_fieldfieldset
111 return parent::getParam($name);
H A Dfieldstatic.php42 public function getParam($name) { function in helper_plugin_bureaucracy_fieldstatic
43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldtime.php37 $value = $this->getParam('value');
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfieldusemailtemplate.php56 function getParam($name) { function in helper_plugin_bureaucracy_fieldusemailtemplate
60 parent::getParam($name);
H A Dfieldusers.php89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
H A Dfieldwiki.php43 public function getParam($name) { function in helper_plugin_bureaucracy_fieldwiki
44 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldyesno.php50 public function getParam($key) { function in helper_plugin_bureaucracy_fieldyesno
62 return parent::getParam($key);

12345