Home
last modified time | relevance | path

Searched refs:form (Results 226 – 250 of 1387) sorted by last modified time

12345678910>>...56

/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php14 public static function toBoostrapInputElements(Form $form, string $formName) argument
16 for ($i = 0; $i < $form->elementCount(); $i++) {
17 $inputElement = $form->getElementAt($i);
19 $i = self::toBootStrapInputElementAndGetNewLoopingPosition($form, $i, $formName);
26 * @param Form $form - the form
28 * @param string $formName - the form name to create unique id (as the profile page has 2 forms)
31 public static function toBootStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPosition, string $formName): int argument
33 $inputElement = $form->getElementAt($elementPosition);
58 $newInputField->addClass("form
73 getHeaderHTML($form, string $classPrefix, bool $includeLogo = true) global() argument
188 deleteFieldSetAndBrFromForm(Form $form) global() argument
208 toBootStrapSubmitButton(Form $form) global() argument
220 toBootstrapResetButton(Form $form) global() argument
[all...]
/plugin/data/
H A Daction.php103 $Renderer->form = $event->data['form'];
H A Dbureaucracy_field.php89 * @params Doku_Form $form The target Doku_Form object
90 * @params int $formid unique identifier of the form which contains this field argument
92 public function renderfield($params, Doku_Form $form, $formid)
97 parent::renderfield($params, $form, $formid);
101 if (!$form->_infieldset) {
102 $form->startFieldset('');
116 $form->addElement(call_user_func_array(
140 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field)
141 * @param int $index index number of field in form
142 * @param int $formid unique identifier of the form whic
[all...]
H A Drenderer_data_edit.php17 public $form;
15 public $form; global() variable in Doku_Renderer_plugin_data_edit
H A Dstyle.css173 div.dokuwiki div.editbutton_plugin_data form input.button,
174 div.dokuwiki div.editbutton_plugin_data form button {
/plugin/data/admin/
H A Dclean.php94 $form = new Doku_Form(['method' => 'post']);
95 $form->addHidden('page', 'data_clean');
96 $form->addHidden('data_go', 'go');
98 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit_clean')));
99 $form->printForm();
H A Daliases.php15 * Administration form for configuring the type aliases
114 $form = new Doku_Form(['method' => 'post']);
115 $form->addHidden('page', 'data_aliases');
116 $form->addElement(
132 $form->addElement('<tr>');
134 $form->addElement('<td>');
135 $form->addElement(form_makeTextField('d[' . $cur . '][name]', $row['name'], ''));
136 $form->addElement('</td>');
138 $form->addElement('<td>');
139 $form
[all...]
/plugin/data/syntax/
H A Dentry.php161 if (is_a($renderer->form, 'Doku_Form')) {
330 * Gets called from action_plugin_data::_editform() where also the form member is attached
338 $renderer->form->startFieldset($this->getLang('dataentry'));
339 $renderer->form->_content[count($renderer->form->_content) - 1]['class'] = 'plugin__data';
340 $renderer->form->addHidden('range', '0-0'); // Adora Belle bugfix
343 $renderer->form->addHidden('data_edit[classes]', $data['classes']);
348 $renderer->form->addElement(
366 $renderer->form->addElement("<table class=\"$class\">");
374 $renderer->form
[all...]
H A Dtable.php451 $form = new Doku_Form(['method' => 'GET']);
452 $form->_hidden = [];
454 $form->addHidden('id', $ID);
463 $form->addHidden($c_key, $c_val);
467 $form->addElement(form_makeField('text', $key, $val, ''));
468 $text .= $form->getForm();
/plugin/data/helper/
H A Daliastextbox.php84 * @params Doku_Form $form The target Doku_Form object
85 * @params int $formid unique identifier of the form which contains this field
87 public function renderfield($params, Doku_Form $form, $formid)
92 parent::renderfield($params, $form, $formid);
96 if (!$form->_infieldset) {
97 $form->startFieldset('');
111 $form->addElement(call_user_func_array(
135 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field)
136 * @param int $index index number of field in form
137 * @param int $formid unique identifier of the form whic
86 renderfield($params, Doku_Form $form, $formid) global() argument
[all...]
/plugin/adhoctags/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/plugin/dwtimeline/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/plugin/mobiletable/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css16 --form-control-label-color: var(--color-grey-225-10-55);
30 .dmn-decision-table-container .dms-form-control {
34 .dmn-decision-table-container .allowed-values-edit .dms-form-control {
157 .dmn-decision-table-container .dms-form-control:first-child {
161 .dmn-decision-table-container .dms-form-control .dms-label {
165 color: var(--form-control-label-color);
169 .dmn-decision-table-container .dms-form-control .dms-input {
174 .dmn-decision-table-container .dms-form-control .dms-list-component {
/plugin/bpmnio/action/
H A Deditor.php51 $form = &$event->data['form'];
58 $this->_addHidden($form, 'plugin_bpmnio_data', $data);
59 $this->_addHTML($form, <<<HTML
70 $this->_addHidden($form, 'target', "plugin_bpmnio_{$type}");
71 $this->_addHidden($form, 'range', $RANGE);
84 private function _addHidden($form, $field, $data) argument
86 if (is_a($form, Form::class)) { // $event->name is EDIT_FORM_ADDTEXTAREA
87 $form->setHiddenField($field, $data);
89 $form->addHidden($field, $data);
93 private function _addHTML($form, $data) argument
[all …]
/plugin/katex/
H A DLICENSE114 The "source code" for a work means the preferred form of the work
116 form of a work.
124 than the work as a whole, that (a) is included in the normal form of
128 implementation is available to the public in source code form. A
134 The "Corresponding Source" for a work in object code form means all
151 The Corresponding Source for a work in source code form is that
211 produce it from the Program, in the form of source code under the
237 and which are not combined with it such as to form a larger program,
247 You may convey a covered work in object code form under the terms
340 source code form), and must require no special password or key for
[all …]
/plugin/bbcodeextensions/
H A DLICENSE114 The "source code" for a work means the preferred form of the work
116 form of a work.
124 than the work as a whole, that (a) is included in the normal form of
128 implementation is available to the public in source code form. A
134 The "Corresponding Source" for a work in object code form means all
151 The Corresponding Source for a work in source code form is that
211 produce it from the Program, in the form of source code under the
237 and which are not combined with it such as to form a larger program,
247 You may convey a covered work in object code form under the terms
340 source code form), and must require no special password or key for
[all …]
/plugin/confightmlok/
H A DLICENSE51 The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
55 The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
57 The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
61 The Corresponding Source for a work in source code form is that same work.
81 You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
91 A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
94 You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
116 Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), an
[all...]
/plugin/randomtables/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/plugin/oauth/action/
H A Dlogin.php77 * Add the oAuth login links to login form
85 /** @var Doku_Form $form */
86 $form = $event->data;
90 // remove login form if single service is set
93 $form->_content = [];
96 $form->_content[] = form_openfieldset(
102 $form->_content[] = $html;
103 $form->_content[] = form_closefieldset();
107 * Add the oAuth login links to login form
115 /** @var Form $form */
[all...]
H A Duser.php111 /** @var Doku_Form $form */
112 $form = $event->data;
113 $pos = $form->findElementByAttribute('type', 'submit');
118 $form->insertElement($pos, form_closefieldset());
119 $form->insertElement(
136 $form->insertElement(++$pos, $elem);
138 $form->insertElement(++$pos, form_closefieldset());
139 $form->insertElement(++$pos, form_openfieldset([]));
154 /** @var Form $form */
155 $form
[all...]
/plugin/upgrade/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the
/plugin/smtp/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/smtp/
H A Dadmin.php60 $form = new Doku_Form(array());
61 $form->startFieldset('Testmail');
62 $form->addHidden('send', 1);
63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
66 $form->addElement(form_makeButton('submit', '', 'Send Email'));
68 $form->printForm();
/plugin/embeddedphp/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
162 form) with the major components (compiler, kernel, and so on) of the

12345678910>>...56