Home
last modified time | relevance | path

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

123

/dokuwiki/inc/lang/lt/
H A Dregister.txt
/dokuwiki/vendor/geshi/geshi/
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
/dokuwiki/lib/plugins/extension/
H A Dstyle.less359 * Search form
361 #extension__manager form.search {
375 * Install form
377 #extension__manager form.install {
/dokuwiki/inc/lang/en/
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
/dokuwiki/inc/lang/hu/
H A Dedit.txt
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */
15 .dokuwiki form {
H A Dbasic.less325 /* for all of the form styles, style.ini colours are not used on purpose (except for fieldset border) */
327 form {
/dokuwiki/lib/scripts/
H A Dedit.js165 if (field.form && field.form.prefix) {
167 opts.push(field.form.prefix.value);
H A Dfileuploaderextended.js189 var button = '<form method="post" action="' + action + '" id="mediamanager__done_form"><div>';
192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>';
239 var form = this._createForm(iframe, params);
240 form.appendChild(input);
243 form.appendChild(nameInput);
248 jQuery(form).append(owCheckbox);
266 form.submit();
267 qq.remove(form);
/dokuwiki/inc/Ui/
H A DEditor.php18 * preprocess edit form data
65 // create the Editor form
66 $form = new Form(['id' => 'dw__editform']);
67 $form->setHiddenField('id', $ID);
68 $form->setHiddenField('rev', $REV);
69 $form->setHiddenField('date', $DATE);
70 $form->setHiddenField('prefix', $PRE . '.');
71 $form->setHiddenField('suffix', $SUF);
72 $form->setHiddenField('changecheck', $check);
76 'form'
[all...]
H A DPageConflict.php30 * Show conflict form to ask whether save anyway or cancel the page edits
44 // create the form
45 $form = new Form(['id' => 'dw__editform']);
46 $form->addTagOpen('div')->addClass('no');
47 $form->setHiddenField('id', $INFO['id']);
48 $form->setHiddenField('wikitext', $this->text);
49 $form->setHiddenField('summary', $this->summary);
51 $form->addButton('do[save]', $lang['btn_save'])->attrs(['type' => 'submit', 'accesskey' => 's']);
52 $form->addButton('do[cancel]', $lang['btn_cancel'])->attrs(['type' => 'submit']);
53 $form
[all...]
H A DSubscribe.php15 * Display the subscribe form
68 // Add new subscription form
82 // create the form
83 $form = new Form(['id' => 'subscribe__form']);
84 $form->addTagOpen('div')->addClass('no');
85 $form->setHiddenField('id', $ID);
86 $form->setHiddenField('do', 'subscribe');
87 $form->setHiddenField('sub_action', 'subscribe');
89 $form->addFieldsetOpen($lang['subscr_m_subscribe']);
95 $form
[all...]
H A DMediaDiff.php131 // retrieve form parameters: rev, rev2, difftype
139 // print form to choose diff view type
162 * Print form to choose diff view type
172 $form = new Form([
178 $form->addTagOpen('div')->addClass('no');
179 $form->setHiddenField('sectok', null);
180 $form->setHiddenField('mediado', 'diff');
181 $form->setHiddenField('rev2[0]', $rev1);
182 $form->setHiddenField('rev2[1]', $rev2);
183 $form
[all...]
H A DMediaRevisions.php60 // create the form
61 $form = new Form([
66 $form->setHiddenField('mediado', 'diff'); // required for media revisions
67 $form->addTagOpen('div')->addClass('no');
70 $form->addTagOpen('ul');
77 $form->addTagOpen('li')->addClass($class);
78 $form->addTagOpen('div')->addClass('li');
81 $form->addCheckbox('rev2[]')->val($rev);
83 $form->addCheckbox('rev2[]')->val($rev);
85 $form
[all...]
H A DPageDiff.php187 // retrieve form parameters: rev, rev2, difftype
221 // print form to choose diff view type, and exact url reference to the view
289 * Print form to choose diff view type, and exact url reference to the view
303 // create the form to select difftype
304 $form = new Form(['action' => wl()]);
305 $form->setHiddenField('id', $this->id);
306 $form->setHiddenField('rev2[0]', $rev1);
307 $form->setHiddenField('rev2[1]', $rev2);
308 $form->setHiddenField('do', 'diff');
311 $input = $form
[all...]
/dokuwiki/lib/plugins/acl/lang/hu/
H A Dhelp.txt7 A felső form segít a kiválasztott felhasználó vagy csoport jogosultságainak megtekintésében vagy változtatásában.
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php61 $form = new Form(['method' => 'GET']);
62 $form->setHiddenField('do', 'admin');
63 $form->setHiddenField('page', 'logviewer');
64 $form->setHiddenField('facility', $this->facility);
65 $form->addTextInput('date', $this->getLang('date'))
67 $form->addButton('submit', '>')->attr('type', 'submit');
68 echo $form->toHTML();
H A Dstyle.less2 form {
/dokuwiki/inc/lang/sk/
H A Dregister.txt
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php49 $form = new Form([
59 $form->addHTML($list->render(true));
60 echo $form->toHTML();
82 $form = new Form([
92 $form->addHTML($list->render(true));
93 echo $form->toHTML();
106 $form = new Form([
110 $form->addTagOpen('div')->addClass('no');
111 $form->addTextInput('q', $this->getLang('search_for'))
114 $form
[all...]
/dokuwiki/
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
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php19 * * Redistributions in binary form must reproduce the above copyright notice, this list
662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
1448 * |form|@action, |img|@longdesc, |img|@src, |input|@src, |ins|@cite,
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE128 (which use some of those functions and data) to form executables.
138 "Source code" for a work means the preferred form of the work for
232 derivative of it, under Section 2) in object code or executable form
323 For an executable, the required form of the "work that uses the
327 normally distributed (in either source or binary form) with the major
353 where to find the accompanying uncombined form of the same work.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE12 2. Redistributions in binary form must reproduce the above copyright notice,

123