Home
last modified time | relevance | path

Searched refs:addElement (Results 1 – 25 of 166) sorted by relevance

1234567

/plugin/multiorphan/
H A Dhelper.php50 $form->addElement(form_makeTag('br'));
53 $form->addElement(form_makeTag('br'));
59 $form->addElement(form_makeTag('br'));
62 $form->addElement(form_makeTag('br'));
65 $form->addElement(form_makeTag('br'));
68 $form->addElement(form_makeTag('br'));
72 $form->addElement(form_makeTag('br'));
73 $form->addElement(form_makeOpenTag('sub'));
76 $form->addElement(form_makeTag('br'));
104 $form->addElement(form_makeCloseTag('h3'));
[all …]
/plugin/siteexport/
H A Dhelper.php176 $form->addElement(form_makeTag('br'));
179 $form->addElement(form_makeTag('br'));
182 $form->addElement(form_makeTag('br'));
188 $form->addElement(form_makeTag('br'));
192 $form->addElement(form_makeTag('br'));
195 $form->addElement(form_makeTag('br'));
197 $form->addElement(form_makeTag('br'));
199 $form->addElement(form_makeTag('br'));
201 $form->addElement(form_makeTag('br'));
202 $form->addElement(form_makeTag('br'));
[all …]
/plugin/tagfilter/syntax/
H A Dcompare.php114 $form->addElement('<table>');
115 $form->addElement('<thead>');
116 $form->addElement('<tr>');
117 $form->addElement('<th>');
118 $form->addElement(hsc('Tags'));
119 $form->addElement('</th>');
122 $form->addElement('<th>');
123 $form->addElement(form_makeListboxField('tagcompare_page[' . $ii . ']', $dropdownValues, $selectedValues[$ii] ?? null, '', '', 'tagcompare', []));
124 $form->addElement('</th>');
126 $form->addElement('</t
[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/tag/syntax/
H A Dsearchtags.php147 $form->addElement(form_makeOpenTag('p'));
150 $form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $lang['namespaces']));
158 $form->addElement(form_makeCheckboxField('plugin__tag_search_and', 1, $this->getLang('use_and'), '', '', $attr));
159 $form->addElement(form_makeCloseTag('p'));
171 $form->addElement(form_makeOpenTag('p'));
172 $form->addElement($this->getLang('no_tags'));
173 $form->addElement(form_makeCloseTag('p'));
176 $form->addElement(form_makeOpenTag('div', array('class' => 'table')));
177 $form->addElement(form_makeOpenTag('table', array('class' => 'inline')));
179 $form->addElement(form_makeOpenTa
[all...]
/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 …]
/plugin/data-au/admin/
H A Daliases.php108 $form->addElement(
124 $form->addElement('<tr>');
126 $form->addElement('<td>');
128 $form->addElement('</td>');
130 $form->addElement('<td>');
136 $form->addElement('</td>');
138 $form->addElement('<td>');
140 $form->addElement('</td>');
142 $form->addElement('<td>');
146 $form->addElement('<td>');
[all …]
/plugin/data/admin/
H A Daliases.php116 $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->addElement(form_makeMenuField(
146 $form->addElement('</td>');
148 $form->addElement('<td>');
149 $form->addElement(form_makeTextFiel
[all...]
/plugin/dokubookmark/
H A Dhelper.php160 $form->addElement(form_makeOpenTag('p'));
164 $form->addElement('<br/>&nbsp;Preset:');
171 $form->addElement(',');
173 $form->addElement('&nbsp;');
175 $form->addElement('&nbsp;');
191 $form->addElement(form_makeCloseTag('p'));
210 $form->addElement(form_makeCloseTag('div'));
229 $form->addElement(form_makeCloseTag('div'));
233 if ($elem) $form->addElement($elem);
236 $form->addElement(form_makeCloseTag('div'));
[all …]
/plugin/openlayersmap/admin/
H A Dpurge.php105 $form->addElement('<p>');
106 $form->addElement(
109 $form->addElement(
113 $form->addElement('</p>');
117 $form->addElement('<p>');
118 $form->addElement('<input id="purgemaps" name="purgemaps" type="checkbox" value="1" class="checkbox" />');
119 $form->addElement(
122 $form->addElement('</p>');
125 $form->addElement(
/plugin/authg2fa/
H A Daction.php85 … $form->addElement(form_makeTag('img', array('src' => $url, 'alt' => 'Google 2FA QR Image')));
86 $form->addElement(form_makeTag('br'));
98 …$form->addElement(form_makeTextField('secret', $secret, $this->getLang('secret'), '', 'block', arr…
100 …$form->addElement(form_makeTextField('secret', '********', $this->getLang('secret'), '', 'block', …
102 …$form->addElement(form_makeButton('submit', '', $this->getLang('showqr'), array('name' => 'fn[show…
103 $form->addElement(form_makeTag('br'));
104 …$form->addElement(form_makeButton('submit', '', $this->getLang('generate'), array('name' => 'fn[ge…
105 …$form->addElement(form_makeButton('submit', '', $this->getLang('update'), array('name' => 'fn[upda…
106 $form->addElement(form_makeTag('br'));
107 …$form->addElement(form_makeButton('submit', '', $this->getLang('delete'), array('name' => 'fn[dels…
/plugin/loadskin/
H A Dadmin.php78 $form->addElement(form_makeOpenTag('p'));
79 $form->addElement(form_makeTextField('pattern','',$this->getLang('pattern')));
80 $form->addElement(form_makeCloseTag('p'));
81 $form->addElement(form_makeOpenTag('p'));
82 …$form->addElement(form_makeListboxField('tpl',$helper->getTemplates(),'',$this->getLang('template'…
83 $form->addElement(form_makeCloseTag('p'));
84 $form->addElement(form_makeButton('submit','',$lang['btn_save']));
110 $form->addElement(form_makeButton('submit','',$lang['btn_delete']));
/plugin/projects/action/
H A Daction.php155 $create->addElement(form_makeOpenTag("p"));
156 $create->addElement(form_makeField('text', 'File name'));
157 $create->addElement(form_makeCloseTag("p"));
159 $create->addElement(form_makeOpenTag("p"));
163 $create->addElement(form_makeCloseTag("p"));
165 $create->addElement(form_makeButton("submit", '', "Create"));
176 $subproject->addElement(form_makeOpenTag("p"));
178 $subproject->addElement(form_makeCloseTag("p"));
190 $clean->addElement(form_makeCheckboxField("Recursive"));
191 $clean->addElement(form_makeButton("submit", "", "Clean"));
[all …]
/plugin/flowchartjs/
H A Dadmin.php52 $form->addElement( form_makeFileField(
55 $form->addElement('<div>Or/and delete styles:</div>');
60 $form->addElement( form_makeCheckboxField(
63 $form->addElement('<br />');
65 $form->addElement( form_makeButton('submit', 'admin', 'Update') );
/plugin/maintenance/
H A Dadmin.php53 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('start_btn')));
54 $form->addElement('<p>'.$this->getLang('start_desc').'</p>');
60 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('stop_btn')));
61 $form->addElement('<p>'.$this->getLang('stop_desc').'</p>');
67 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('lock_btn')));
68 $form->addElement('<p>'.$this->getLang('lock_desc').'</p>');
74 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('unlock_btn')));
75 $form->addElement('<p>'.$this->getLang('unlock_desc').'</p>');
/plugin/datatemplate/syntax/
H A Dfilterform.php106 …$form->addElement(form_openfieldset(array('_legend' => $this->getLang('searchfilter'), 'class' => …
107 $form->addElement(form_makeMenuField('field', $data['fields'], '', '', '', 'cell menu'));
108 $form->addElement(form_makeTextField('contains', '', '', '', 'cell text'));
110 $form->addElement('<div class="group">'.$this->getLang('prevfilters').':</div>');
115 $form->addElement(form_checkboxField(
122 $form->addElement(form_makeButton('submit', '', $this->getLang('submitfilter')));
/plugin/blogtng/
H A Dadmin.php768 … $form->addElement(form_makeListBoxField("entry-$field", $availableoptions, $entry[$field], ''));
795 $form->addElement('<br />');
797 $form->addElement('<br />');
799 $form->addElement('<br />');
801 $form->addElement('<br />');
803 $form->addElement('<br />');
805 $form->addElement('<br />');
835 $form->addElement(form_makeTextField('query[string]', $query['string'],''));
837 $form->addElement(form_makeButton('submit', 'admin', $lang['btn_search']));
861 $form->addElement(
[all …]
/plugin/move/admin/
H A Dtree.php61 …$form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', '', ($th…
62 $form->addElement('<br />');
63 …$form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', ''…
64 $form->addElement('<br />');
65 $form->addElement('<br />');
66 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
H A Dmain.php178 …$form->addElement(form_makeRadioField('class', 'page', $this->getLang('movepage') . ' <code>' . $I…
179 …$form->addElement(form_makeRadioField('class', 'namespace', $this->getLang('movens') . ' <code>' .…
181 … $form->addElement(form_makeTextField('dst', $ID, $this->getLang('dst'), '', 'block indent'));
182 …$form->addElement(form_makeMenuField('type', array('pages' => $this->getLang('move_pages'), 'media…
184 …$form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', 'block',…
185 …$form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', 'b…
187 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
267 …$form->addElement(form_makeButton('submit', 'admin', $label, array('class' => 'btn ctl-' . $contro…
/plugin/swiftmail/
H A Dadmin.php63 $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'));
/plugin/smtp/
H A Dadmin.php63 $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'));
/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/semanticdata/syntax/
H A Dentry.php223 $renderer->form->addElement('<table>');
225 …$renderer->form->addElement(form_makeField('text', 'data_edit[classes]', $data['classes'], $this->…
226 $renderer->form->addElement('<table>');
232 $renderer->form->addElement($text . '</tr>');
252 $renderer->form->addElement('<tr>');
285 $renderer->form->addElement('<td>');
286 $renderer->form->addElement($cell);
287 $renderer->form->addElement('</td>');
289 $renderer->form->addElement('</tr>');
292 $renderer->form->addElement('</table>');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php26 $args->addElement(new NameExpression('foo', 1));
27 $args->addElement(new ConstantExpression('bar', 1));
50 $args->addElement(new NameExpression('foo', 1));
51 $args->addElement(new ConstantExpression('bar', 1));
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php70 …$form->addElement(form_makeTextField('login', $prep['login'], $lang['user'], '', 'block', array('s…
71 …$form->addElement(form_makeTextField('fullname', $prep['fullname'], $lang['fullname'], '', 'block'…
72 …$form->addElement(form_makeTextField('email', $prep['email'], $lang['email'], '', 'block', array('…
73 $form->addElement(form_makeButton('submit', '', $lang['btn_register']));

1234567