Home
last modified time | relevance | path

Searched refs:getParam (Results 51 – 75 of 103) sorted by relevance

12345

/plugin/bureaucracy-au/helper/
H A Dfielduser.php94 $value = $this->getParam('value');
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
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 Dfieldyesno.php50 public function getParam($key) { function in helper_plugin_bureaucracyau_fieldyesno
62 return parent::getParam($key);
H A Dfieldsubmit.php85 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldsubmit
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldnumber.php52 $value = $this->getParam('value');
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfieldhiddenautoinc.php32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/bureaucracy/helper/
H A Dfielduser.php94 $value = $this->getParam('value');
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
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 Dfieldyesno.php50 public function getParam($key) { function in helper_plugin_bureaucracy_fieldyesno
62 return parent::getParam($key);
H A Dfieldsubmit.php85 public function getParam($name) { function in helper_plugin_bureaucracy_fieldsubmit
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldnumber.php52 $value = $this->getParam('value');
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfieldhiddenautoinc.php32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2564 getParam: function(name, defaultValue) method in sh.Highlighter
2736 brushName = this.getParam('brush')
2837 if (this.getParam('light') == true)
2842 if (this.getParam('collapse') == true)
2852 classes.push(this.getParam('brush'));
2858 tabSize = this.getParam('tab-size');
2867 if (this.getParam('unindent'))
2881 if (this.getParam('auto-links'))
2927 if (this.getParam('toolbar'))
2930 if (this.getParam('quick-code'))
[all …]
H A DshCore.min.js17getParam("collapse"))return"";var t=e.getParam("title");return B.toolbar.getButtonHtml(e,"expandSo… method in B.Highlighter
/plugin/bureaucracyau/helper/
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 Dfieldyesno.php50 public function getParam($key) { function in helper_plugin_bureaucracyau_fieldyesno
62 return parent::getParam($key);
H A Dfieldsubmit.php85 public function getParam($name) { function in helper_plugin_bureaucracyau_fieldsubmit
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldnumber.php52 $value = $this->getParam('value');
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfieldhiddenautoinc.php32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/odt/renderer/
H A Dpagepdf.php79 $temp_dir = $this->config->getParam('tmpdir');
89 $command = $this->config->getParam('convert_to_pdf');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php56 return $this->getParam('properties');
140 public function getParam(string $key) function in Elastica\\Mapping
/plugin/struct/helper/
H A Dfieldhidden.php23 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js222 …movie_width = ( parseFloat(getParam('width',pp_images[set_position])) ) ? getParam('width',pp_imag…
223 …movie_height = ( parseFloat(getParam('height',pp_images[set_position])) ) ? getParam('height',pp_i…
270 movie_id = getParam('v',pp_images[set_position]);
284 …(getParam('rel',pp_images[set_position])) ? movie+="?rel="+getParam('rel',pp_images[set_position])…
902 function getParam(name,url){ function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilter.php44 'filter' => $this->getParam('filter')->toArray(),
/plugin/struct/action/
H A Dbureaucracy.php96 $value = $field->getParam('value');
160 $tosave[$tbl][$lbl] = $field->getParam('value');

12345