Home
last modified time | relevance | path

Searched refs:addElement (Results 101 – 125 of 166) sorted by last modified time

1234567

/plugin/sketchcanvas/
H A Daction.php118 $form->addElement($canvasText);
144 $form->addElement($canvasElem);
/plugin/tagadd/
H A Daction.php235 … $form->addElement(form_makeCheckboxField('tag', $tag, $tag, 'ad_'.$tag, 'tagadd', $chk_attrs));
/plugin/data-au/syntax/
H A Dentry.php312 …$renderer->form->addElement(form_makeField('text', 'dataau_edit[classes]', $dataau['classes'], $th…
322 $renderer->form->addElement("<table class=\"$class\">");
330 $renderer->form->addElement($header);
348 $renderer->form->addElement('<tr class="hidden">');
350 $renderer->form->addElement('<tr>');
410 $renderer->form->addElement("<td class=\"{$columns[$index]}\">");
411 $renderer->form->addElement($cell);
412 $renderer->form->addElement('</td>');
414 $renderer->form->addElement('</tr>');
417 $renderer->form->addElement('</table>');
H A Dtable.php455 $form->addElement(form_makeField('text', $key, $val, ''));
/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 …]
H A Dclean.php94 $form->addElement(form_makeButton('submit','admin',$this->getLang('submit_clean')));
/plugin/data-au/helper/
H A Daliastextbox.php109 $form->addElement(call_user_func_array('form_makeListboxField',
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfield.php159 $form->addElement($this->_parse_tpl($this->tpl, $params));
H A Dfieldfieldset.php53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
H A Dfieldmultiselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldradio.php65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
H A Dfieldmultiselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfield.php159 $form->addElement($this->_parse_tpl($this->tpl, $params));
H A Dfieldradio.php65 $form->addElement($s);
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/userimportextended/
H A Dadmin.php95 … $form->addElement(new \dokuwiki\Form\InputElement('file', 'import'))->attr('accept', '.csv');
/plugin/authphpbb3/
H A Daction.php114 …$event->data->addElement('<p>' . sprintf($this->getLang('login_bottom_text'), $phpbb_url) . '</p>'…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php285 $node->addElement($this->parseExpression());
329 $node->addElement($value, $key);
388 $arguments->addElement($n);
425 $arguments->addElement($n);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php193 $arbitraryArguments->addElement($value);
195 $arbitraryArguments->addElement($value, new ConstantExpression($key, -1));
H A DArrayExpression.php59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) function in Twig\\Node\\Expression\\ArrayExpression
/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));

1234567