Home
last modified time | relevance | path

Searched +defs:form +defs:name (Results 1 – 25 of 227) sorted by relevance

12345678910

/plugin/bureaucracyau/helper/
Dfieldhidden.php25 function renderfield($params, Doku_Form $form, $formid) {
36 function getParam($name) {
Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) {
56 function getParam($name) {
Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) {
57 function getParam($name) {
Dfieldstatic.php42 public function getParam($name) {
53 public function renderfield($params, Doku_Form $form, $formid) {
Dfieldfieldset.php40 function renderfield($params, Doku_Form $form, $formid) {
107 function getParam($name) {
Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) {
85 public function getParam($name) {
/plugin/bureaucracy-au/helper/
Dfieldhidden.php25 function renderfield($params, Doku_Form $form, $formid) {
36 function getParam($name) {
Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) {
56 function getParam($name) {
Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) {
57 function getParam($name) {
Dfieldstatic.php42 public function getParam($name) {
53 public function renderfield($params, Doku_Form $form, $formid) {
Dfieldfieldset.php40 function renderfield($params, Doku_Form $form, $formid) {
107 function getParam($name) {
Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) {
85 public function getParam($name) {
/plugin/bureaucracy/helper/
Dfieldhidden.php25 function renderfield($params, Doku_Form $form, $formid) {
36 function getParam($name) {
Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) {
56 function getParam($name) {
Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) {
57 function getParam($name) {
Dfieldstatic.php42 public function getParam($name) {
53 public function renderfield($params, Doku_Form $form, $formid) {
Dfieldfieldset.php40 function renderfield($params, Doku_Form $form, $formid) {
107 function getParam($name) {
Dfieldsubmit.php33 public function renderfield($params, Doku_Form $form, $formid) {
85 public function getParam($name) {
/plugin/evesso/
Daction.php275 private function insertTextInput($form, $pos, $value, $name) {
286 private function insertElement($form, $pos, $out) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
DAndroidModel.php34 public $form; variable in Google\\Service\\Testing\\AndroidModel
54 public $name; variable in Google\\Service\\Testing\\AndroidModel
115 public function setForm($form)
185 public function setName($name)
/plugin/translator/syntax/
Dtranslator.php141 function _categorySelection(&$form, $currentCategory) {
391 function _startFieldSet($name, $hid='translator', $formType=null) {
409 function _finishFieldset($form=null) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3beta1Page.php36 public $name; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1Page
89 public function setForm(GoogleCloudDialogflowCxV3beta1Form $form)
103 public function setName($name)
DGoogleCloudDialogflowCxV3Page.php36 public $name; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Page
89 public function setForm(GoogleCloudDialogflowCxV3Form $form)
103 public function setName($name)
/plugin/struct/helper/
H A Dfield.php86 public function renderfield($params, Doku_Form $form, $formid)
196 protected function makeField(Value $field, $name)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php639 private function getCountItems($form)
792 function SetFormButtonJS($name, $js)
802 function SetFormChoiceJS($name, $js)
812 function SetFormTextJS($name, $js)
837 …function SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align =…
938 function SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '')
1012 …function SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled …
1019 …function SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = f…
1025 …function SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col =…
1034 …function SetJSButton($w, $h, $name, $value, $js, $image_id = 0, $title = '', $flags = [], $indexed…
[all …]

12345678910