Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 1387) sorted by last modified time

12345678910>>...56

/plugin/pagelist/
H A DCOPYING137 under Section 2) in object code or executable form under the terms of
154 received the program in object code or executable form with such
157 The source code for a work means the preferred form of the work for
164 form) with the major components (compiler, kernel, and so on) of the
/plugin/twofactoremail/
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
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;
/plugin/twofactor/
H A Dadmin.php72 $form = new Form(['method' => 'POST', 'class' => 'plugin_twofactor_admin']);
73 $form->setHiddenField('do', 'admin');
74 $form->setHiddenField('page', 'twofactor');
75 $form->setHiddenField('start', $this->start);
77 $form->addTagOpen('div')->addClass('table');
78 $form->addTagOpen('table')->addClass('inline');
79 $form = $this->addTableHead($form);
81 $form->addTagOpen('tbody');
83 $form
104 addTableHead(Form $form) global() argument
152 addTableUser(Form $form, $user, $userinfo) global() argument
182 addTablePagination(Form $form, $usercount, $start, $pagesize) global() argument
[all...]
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
H A DManager.php304 * Get the form to enter a code for a given provider
320 $form = new Form(['method' => 'POST']);
324 $form->addHTML('<p>Not a document request. Not initiating two factor auth</p>');
325 return $form;
328 $form->setHiddenField('do', 'twofactor_login');
329 $form->setHiddenField('2fa_provider', $provider->getProviderID());
331 $form->addFieldsetOpen($provider->getLabel());
335 $form->addHTML('<p>' . hsc($info) . '</p>');
336 $form->addElement(new OtpField('2fa_code'));
337 $form
[all...]
H A DProvider.php115 * Render the configuration form
117 * This method should add the needed form elements to (re)configure the provider.
118 * The contents of the form may change depending on the current settings.
122 * @param Form $form The initial form to add elements to
125 abstract public function renderProfileForm(Form $form); argument
H A Dstyle.less3 form {
/plugin/twofactor/action/
H A Dprofile.php156 * Print the opt-out form (if available)
169 // optout form
171 $form = new Form(['method' => 'post']);
172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
176 $form->addButton('twofactor_optout', $this->getLang('btn_confirm'));
177 echo $form->toHTML();
179 // when user opted out, don't show the rest of the form
190 * Print the form where a user can select their default provider
202 $form = new Form(['method' => 'POST']);
203 $form
[all...]
H A Dresendpwd.php9 * flow and insert our own 2fa form, initialized with the user provided in the reset form. When the user
74 // next, we will overwrite the resendpwd form with our own in TPL_ACT_UNKNOWN
98 $form = $manager->getCodeForm($providerID);
100 // overwrite form defaults, to redo the resendpwd action but with the code supplied
101 $form->setHiddenField('do', 'resendpwd');
102 $form->setHiddenField('login', $INPUT->str('login'));
103 $form->setHiddenField('save', 1);
109 echo $form->toHTML();
/plugin/attribute/
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/nspages/
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/dbquery/
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/siteexport/
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
H A Dhelper.php176 $form->addElement(form_makeTag('br'));
187 $form->endFieldset();
230 $form->endFieldset();
255 $form->endFieldset();
272 $form->endFieldset();
286 $form->endFieldset();
300 $form->endFieldset();
303 $form->endFieldset();
319 $form->endFieldset();
327 $form->endFieldset();
[all …]
/plugin/siteexport/syntax/
H A Daggregate.php77 $form = new Doku_Form($formParams);
80 $form->addHidden('ns', $ID);
81 $form->addHidden('site', $ID);
84 $form->addHidden('siteexport_aggregate', '1');
107 $form->addHidden($key, $value);
132 …$form->addElement(form_makeMenuField('baseID', $values, isset($_REQUEST['baseID']) ? $_REQUEST['ba…
133 …$form->addElement(form_makeButton('submit', 'siteexport', $submitLabel, array('class' => 'button d…
136 $form->printForm();
H A Dsiteexport.php48 $form = new Doku_Form($formParams);
50 $form->addHidden('ns', $id);
51 $form->addHidden('site', $id);
52 $form->addHidden('baseID', $id);
63 $form->addHidden($key, $value);
69 …$form->addElement(form_makeButton('submit', 'siteexport', $submitLabel, array('class' => 'button d…
72 $form->printForm();
/plugin/linkback/
H A DCHANGELOG23 * Change to new form handling in Dokuwiki
H A DCOPYING137 under Section 2) in object code or executable form under the terms of
154 received the program in object code or executable form with such
157 The source code for a work means the preferred form of the work for
164 form) with the major components (compiler, kernel, and so on) of the
/plugin/linkback/action/
H A Dsend.php182 /** @var Form|Doku_Form $form */
183 $form = $event->data;
184 if(is_a($form, Form::class)) {
186 $pos = $form->findPositionByAttribute('id','wiki__editbar');
188 $form->addTagOpen('div', $pos);
191 $form->setHiddenField('plugin__linkback_toggle','');
192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
200 $form->addTagClose('div', $pos + 2);
203 $pos = $form->findElementById('wiki__editbar');
204 $form
[all...]
/plugin/structpublish/
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
H A Dstyle.less36 form,
54 form {
/plugin/structpublish/action/
H A Dbanner.php143 * Create the form for approval and publishing
156 $form = new dokuwiki\Form\Form();
162 $form->addButton(
169 $form->addTextInput('version', $this->getLang('newversion'))->val($newVersion);
170 $form->addButton(
176 return $form->toHTML();
H A Drevisions.php23 /** @var dokuwiki\Form\Form $form */
24 $form = $event->data;
33 $elCount = $form->elementCount();
37 $el = $form->getElementAt($i);
/plugin/diagrams/
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