Home
last modified time | relevance | path

Searched refs:form (Results 176 – 200 of 1387) sorted by relevance

12345678910>>...56

/plugin/inclform/
H A Dsyntax.php109 function _inc_form($form, $PARAMS) { argument
112 if(strlen($form) < 1) {
113 $form = $ID; // default to the current page ID
116 $path = $this->formFN($form);
131 $text = "\n\t<!-- No form found for '$form'-->\n";
/plugin/adminperm/
H A Dadmin.php55 $form = new \dokuwiki\Form\Form();
56 $form->addFieldsetOpen($this->getLang('legend'));
64 … $form->addTextInput('d[' . $plugin . ']', $label)->addClass('block')->val($cnf[$plugin] ?: '');
70 $form->addButton('submit', $this->getLang('save'));
74 echo $form->toHTML();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAttachment.php48 public function setForm(Form $form) argument
50 $this->form = $form;
57 return $this->form;
H A DCourseMaterial.php48 public function setForm(Form $form) argument
50 $this->form = $form;
57 return $this->form;
H A DMaterial.php48 public function setForm(Form $form) argument
50 $this->form = $form;
57 return $this->form;
/plugin/keywords/action/
H A Dkeywords.php40 $form =& $event->data;
42 if (is_a($form, \dokuwiki\Form\Form::class) ) {
43 $form->addHTML(' ');
44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
47 if (is_a($form, Doku_Form::class) ) {
48 …$form->addElement( form_makeCheckboxField( 'updateKeywords', '1', $this->getLang('updateKeywords')…
/plugin/aclauditor/
H A Dsyntax.php50 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
54 $renderer->doc .= '</form>';
56 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
62 $renderer->doc .= '</form>';
/plugin/struct/helper/
H A Dfieldhidden.php17 * @param Doku_Form $form The target Doku_Form object
18 * @param int $formid unique identifier of the form which contains this field
20 public function renderfield($params, Doku_Form $form, $formid) argument
23 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/whyspam/
H A Dstyle.css1 .dokuwiki form.whyspam {
5 .dokuwiki form.whyspam fieldset {
8 .dokuwiki form.whyspam textarea {
/plugin/selfmeasurement/
H A Ddescription.txt4 description: Self measurement blood pressure form
13 tags : form, medical, blood_pressure
32 …t blood pressure self-measurement form. Allow user to enter his blood pressure values, clear the f…
34 When user validate the form, a report is generated and sent to the configurated email. The report c…
65 * manage languages in the form, the report and the script
/plugin/darcs/
H A Dadmin.php109 $my_page.='| <html><form action="'.wl($ID).'" method="get">'.
126 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
173 $my_page.='| **darcs get** <html><form action="'.wl($ID).'" method="post">'.
233 '<html><form action="'.wl($ID).'" method="get">'.
250 …$my_page.='| <html><input type="submit" value="'.$this->lang['yes'].'" class="edit"/></form></htm…
269 $retval='<html><form action="'.wl($ID).'" method="get">'.
274 '</form></html>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidModel.php34 public $form; variable in Google\\Service\\Testing\\AndroidModel
115 public function setForm($form) argument
117 $this->form = $form;
124 return $this->form;
/plugin/bureaucracy-au/helper/
H A Dfieldhiddenautoinc.php27 * @param Doku_Form $form The target Doku_Form object
30 function renderfield($params, Doku_Form $form, $formid) { argument
32 $form->addHidden($params['name'], $this->getParam('value') . '');
H A Dfieldhidden.php22 * @param Doku_Form $form The target Doku_Form object
25 function renderfield($params, Doku_Form $form, $formid) { argument
27 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/bureaucracyau/helper/
H A Dfieldhiddenautoinc.php27 * @param Doku_Form $form The target Doku_Form object
30 function renderfield($params, Doku_Form $form, $formid) { argument
32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/bureaucracy/helper/
H A Dfieldhiddenautoinc.php27 * @param Doku_Form $form The target Doku_Form object
30 function renderfield($params, Doku_Form $form, $formid) { argument
32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/namespacesearch/
H A Dstyle.css5 div.namespacesearch__container form.search {
11 div.namespacesearch__container form.search div.no {
44 #dokuwiki__sitetools form.search #qsearch__in {
48 #dokuwiki__sitetools form.search select ~ #qsearch__in {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Page.php89 public function setForm(GoogleCloudDialogflowCxV3Form $form) argument
91 $this->form = $form;
98 return $this->form;
H A DGoogleCloudDialogflowCxV3beta1Page.php89 public function setForm(GoogleCloudDialogflowCxV3beta1Form $form) argument
91 $this->form = $form;
98 return $this->form;
/plugin/tagfilter/_test/
H A Dsyntax.test.php29 $form = pq('form[data-plugin=tagfilter]', $doc);
31 //echo $form;
32 $select = pq('select', $form);
69 $form = pq('form[data-plugin=tagfilter]', $doc);
70 $select = pq('select', $form);
88 $form = pq('form[data-plugin=tagfilter]', $doc);
90 $select = pq('select', $form);
[all...]
/plugin/struct/action/
H A Dedit.php26 * @var string The form name we use to transfer schema data
38 // add the struct editor to the edit form;
54 /** @var Form $form */
55 $form = $event->data;
56 $pos = $form->findPositionByAttribute('id', 'wiki__editbar'); // insert the form before the main buttons
57 $form->addHTML($html, $pos);
63 * Enhance the editing form with structural data editing
76 /** @var Doku_Form $form */
77 $form
[all...]
/plugin/preregister/
H A Daction.php132 $form = $event->data;
134 if(is_a($form,\dokuwiki\Form\Form::class)) {
136 $form->setHiddenField('save', 0);
137 $form->setHiddenField('do', 'preregistercheck');
154 $pos = $form->findPositionByAttribute('type','submit');
155 $form->removeElement($pos);
156 $button = $form->addButton('preregister','submit');
161 $pos = $form->findPositionByAttribute('type','submit');
170 $form->setHiddenField('sel',implode("",$sel));
171 $form->addHTML($out,$pos++);
/plugin/archivegenerator/
H A Dadmin.php468 $form = new \dokuwiki\Form\Form();
469 $form->addFieldsetOpen($this->getLang('label: full archive'));
479 $form->addButton('submit', $this->getLang('button: generate archive'));
481 $form->addFieldsetClose();
482 echo $form->toHTML();
490 $form = new \dokuwiki\Form\Form();
491 $form->addFieldsetOpen($this->getLang('label: update archive'));
493 $form->setHiddenField('isupdate', '1');
495 $form->addButton('submit', $this->getLang('button: generate archive'));
497 $form->addFieldsetClose();
[all …]
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsampleposteddata.py35 form = cgi.FieldStorage()
62 for key in form.keys():
64 value = form[key].value
/plugin/twofactoremail/
H A Daction.php27 public function renderProfileForm(Form $form) argument
29 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
30 $form->addElement(new OtpField('verify'));
31 return $form;

12345678910>>...56