Home
last modified time | relevance | path

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

1234567

/plugin/adfs/
H A Daction.php58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
/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/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php73 $this->addElement($stream, $element);
82 private function addElement(AppendStream $stream, array $element) function in GuzzleHttp\\Psr7\\MultipartStream
/plugin/authphpbb3/
H A Daction.php114 …$event->data->addElement('<p>' . sprintf($this->getLang('login_bottom_text'), $phpbb_url) . '</p>'…
/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/blogtng/helper/
H A Dentry.php408 $form->addElement(form_makeOpenTag('h3'));
409 $form->addElement(hsc($conf['title']));
410 $form->addElement(form_makeCloseTag('h3'));
413 …$form->addElement(form_makeMenuField('new-title', helper_plugin_blogtng_tools::filterExplodeCSVinp…
415 …$form->addElement(form_makeTextField('new-title', '', $this->getLang('title'), 'btng__nt', 'edit')…
419 …$form->addElement(form_makeTextField('post-tags', implode(', ', $conf['tags']), $this->getLang('ta…
423 …$form->addElement(form_makeMenuField('post-commentstatus', ['enabled', 'closed', 'disabled'], $con…
427 $form->addElement(form_makeButton('submit', null, $this->getLang('create')));
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7addElement=function(e){if(!e)throw zi("expected element");var t,n=this.elementsById,i=Hi(e).idProp…
H A Dbpmn-navigated-viewer.production.min.js2addElement=function(e){if(!e)throw Gi("expected element");var t,n=this.elementsById,i=$i(e).idProp…
H A Dbpmn-viewer.production.min.js2addElement=function(e){if(!e)throw Wi("expected element");var t,n=this.elementsById,i=zi(e).idProp…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2addElement=function(e){if(!e)throw ft("expected element");var t,n=this.elementsById,i=vt(e).idProp…
H A Ddmn-navigated-viewer.production.min.js2addElement=function(e){if(!e)throw Qe("expected element");var t,n=this.elementsById,r=Je(e).idProp…
H A Ddmn-viewer.production.min.js2addElement=function(e){if(!e)throw Ze("expected element");var t,n=this.elementsById,r=Je(e).idProp…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9536 this.addElement = function(element) { method in Context
9673 this.context.addElement(element);
H A Dbpmn-modeler.production.min.js7addElement=function(e){if(!e)throw Ni("expected element");var t,n=this.elementsById,i=Oi(e).idProp…
/plugin/bureaucracy-au/helper/
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));
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',
H A Dfieldsubmit.php40 $form->addElement($helper->getHTML());
/plugin/bureaucracy/helper/
H A Dfield.php159 $form->addElement($this->_parse_tpl($this->tpl, $params));
H A Dfieldfieldset.php53 … $form->addElement('<p class="bureaucracy_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));
H A Dfieldselect.php48 $form->addElement(call_user_func_array('form_makeListboxField',

1234567