Home
last modified time | relevance | path

Searched refs:addElement (Results 151 – 166 of 166) sorted by path

1234567

/plugin/translate/
H A Dhelper.php401 $form->addElement(form_makeTextField('',$this->getLanguageName($source_lang),
411 …$form->addElement(form_makeListboxField('to',$options,$target_lang,$this->getLang('translate_to'),…
413 $form->addElement(form_makeTextField('',p_get_first_heading($ID),
417 …$form->addElement(form_makeTextField('title',$target_title,$this->getLang('translated_title'),'',$…
418 $form->addElement(form_makeButton('submit','', $this->getLang('create_translation')));
442 …$form->addElement(form_makeListboxField('lang',$options,$_REQUEST['lang'],$this->getLang('language…
443 …$form->addElement(form_makeTextField('title',$_REQUEST['title'],$this->getLang('title'),'',$class)…
444 $form->addElement(form_makeButton('submit','', $GLOBALS['lang']['btn_create']));
/plugin/translator/
H A Dadmin.php594 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Category')); $form->a…
595 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Version')); $form->ad…
596 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('AmountOfValues')); $f…
604 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('Date')); …
605 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('Language'…
606 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('AmountOfV…
619 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($Name); $form->addElement(f…
620 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($data['Version']); $form->a…
621 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($data['Amount']); $form->ad…
636 …$formByDate->addElement(form_makeOpenTag("td", $onclick)); $formByDate->addElement($data['Lang']);…
[all …]
H A Dhelper.php594 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
595 $form->addElement(form_makeTag('br'));
596 …$form->addElement(form_makeListboxField('Version', $versions, $_REQUEST['Version'], $this->getLang…
597 $form->addElement(form_makeTag('br'));
598 …$form->addElement(form_makeListboxField('Language', $languages, $_REQUEST['Language'], $this->getL…
599 $form->addElement(form_makeTag('br'));
600 … $form->addElement(form_makeField('submit', 'export_language', $this->getLang('Export'), ''));
973 …$form->addElement(form_makeCheckboxField("revert[{$revertable['current_date_time']}][{$revertable[…
974 $form->addElement(form_makeTag('br'));
977 $form->addElement($this->getLang('RevertManagerHowTo'));
[all …]
/plugin/translator/syntax/
H A Dtranslator.php127 $form->addElement(form_makeTag('br'));
130 $form->addElement(form_makeTag('br'));
156 $form->addElement(form_makeTag('br'));
259 $form->addElement('google');
293 $form->addElement(form_makeTag('br'));
295 $form->addElement(form_makeTag('br'));
297 $form->addElement(form_makeTag('br'));
300 $form->addElement(form_makeTag('br'));
302 $form->addElement(form_makeTag('br'));
304 $form->addElement(form_makeTag('br'));
[all …]
/plugin/twofactor/
H A DManager.php336 $form->addElement(new OtpField('2fa_code'));
/plugin/twofactoraltemail/
H A Daction.php39 $form->addElement(new OtpField('verify'));
/plugin/twofactoremail/
H A Daction.php30 $form->addElement(new OtpField('verify'));
/plugin/twofactorgoogleauth/
H A Daction.php43 $form->addElement(new OtpField('googleauth_verify'));
/plugin/twofactortelegram/
H A Daction.php39 $form->addElement(new OtpField('verify'));
/plugin/upload/
H A Dsyntax.php119 …$form->addElement(form_makeTextField('new_name', '', $lang['txt_filename'] . ':', 'upload__name'));
126 $form->addElement(
134 $form->addElement(form_makeButton('submit', '', $lang['btn_upload']));
/plugin/userimportextended/
H A Dadmin.php95 … $form->addElement(new \dokuwiki\Form\InputElement('file', 'import'))->attr('accept', '.csv');
/plugin/vbsso/
H A Daction.php154 $form->addElement(form_makeTextField('vb_login_username',
157 …$form->addElement(form_makePasswordField('vb_login_password', $this->getLang('pass'), '', 'block')…
158 …$form->addElement(form_makeCheckboxField('cookieuser', '1', $this->getLang('remember'), 'remember_…
160 $form->addElement(form_makeButton('submit', '', $this->getLang('btn_login')));
165 …$form->addElement('<p>' . $this->getLang('reghere') . ': ' . tpl_link(sharedapi_url_add_destinatio…
171 …$form->addElement('<p>' . $this->getLang('pwdforget') . ': ' . tpl_link(sharedapi_url_add_destinat…
/plugin/virtualgroup/
H A Dadmin.php
/plugin/watchcycle/
H A Dadmin.php61 $form->addElement($filter_input);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_ie.js110 oRange.addElement( node ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js64 …ion.empty();var B;try{B=FCK.EditorDocument.body.createControlRange();B.addElement(A);}catch(e){B=F…

1234567