Home
last modified time | relevance | path

Searched refs:form (Results 1276 – 1300 of 1387) sorted by path

1...<<515253545556

/plugin/twofactor/
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 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 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/twofactoraltemail/
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.php30 public function renderProfileForm(Form $form) argument
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 $form->addTextInput('newemail', $this->getLang('email'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
39 $form->addElement(new OtpField('verify'));
42 return $form;
/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/twofactorgoogleauth/
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
37 $form->addHTML('<figure><p>' . $this->getLang('directions') . '</p>');
38 $form->addHTML($svg);
39 $form->addHTML('<figcaption><code>'.$secret.'</code></figcaption>');
40 $form->addHTML('</figure>');
42 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
43 $form->addElement(new OtpField('googleauth_verify'));
45 return $form;
/plugin/twofactorsmsappliance/
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/twofactorsmsgateway/
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/twofactortelegram/
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.php30 public function renderProfileForm(Form $form) argument
35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
36 … $form->addTextInput('new_chat_id', $this->getLang('chat_id'))->attr('autocomplete', 'off');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
39 $form->addElement(new OtpField('verify'));
42 return $form;
/plugin/twofactoryubiauth/
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/txt2tags/
H A Dlinkwiz.js235 if(dw_linkwiz.textArea.form.id.value.indexOf(':') != -1 &&
/plugin/unsplashdoku/
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/uparrow/
H A DCOPYING135 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/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/upload/
H A Dstyle.css1 div.dokuwiki form.upload__plugin {
7 div.dokuwiki form.upload__plugin fieldset {
13 div.dokuwiki form.upload__plugin label {
19 div.dokuwiki form.upload__plugin label span {
26 div.dokuwiki form.upload__plugin label input {
32 div.dokuwiki form.upload__plugin input.button {
38 div.dokuwiki form.upload__plugin input.button {
H A Dsyntax.php107 $params['enctype'] = 'multipart/form-data';
118 …is field here "id" because it is misinterpreted by DokuWiki if the upload form is not in media man…
119 …$form->addElement(form_makeTextField('new_name', '', $lang['txt_filename'] . ':', 'upload__name'));
126 $form->addElement(
134 $form->addElement(form_makeButton('submit', '', $lang['btn_upload']));
135 $form->endFieldset();
138 $html .= $form->getForm();
/plugin/usecounter/
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 …]

1...<<515253545556