Home
last modified time | relevance | path

Searched defs:form (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php14 public static function toBoostrapInputElements(Form $form, string $formName)
31 …public static function toBootStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPos…
73 … public static function getHeaderHTML($form, string $classPrefix, bool $includeLogo = true): string
188 public static function deleteFieldSetAndBrFromForm(Form $form)
208 public static function toBootStrapSubmitButton(Form $form)
220 public static function toBootstrapResetButton(Form $form)
/plugin/combo/action/
H A Dprofile.php114 private static function updateNewFormProfileDelete(Form &$form)
165 private static function updateDokuFormProfileDelete(Doku_Form &$form)
241 private static function updateNewFormProfileUpdate(Form &$form)
278 private static function updateDokuFormProfileUpdate(Doku_Form &$form)
H A Dresend.php47 private static function updateNewFormResend(Form &$form)
73 private static function updateDokuFormResend(Doku_Form &$form)
H A Dregistration.php111 private static function updateNewFormRegistration(Form &$form)
135 private static function updateDokuFormRegistration(Doku_Form &$form)
H A Dlogin.php45 private static function updateDokuFormLogin(Doku_Form &$form)
224 private static function updateNewFormLogin(Form &$form)
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
Dbootstrap80.php15 …function normalizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { retu…
18 …function normalizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { …
Dbootstrap.php19 …function normalizer_is_normalized($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::is…
22 …function normalizer_normalize($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::normal…
DNormalizer.php42 public static function isNormalized(string $s, int $form = self::FORM_C)
57 public static function normalize(string $s, int $form = self::FORM_C)
/plugin/twofactor/
Dadmin.php104 protected function addTableHead(Form $form)
152 protected function addTableUser(Form $form, $user, $userinfo)
182 protected function addTablePagination(Form $form, $usercount, $start, $pagesize)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DPageWriter.php22 private $form; variable in Mpdf\\Writer\\PageWriter
34 …public function __construct(Mpdf $mpdf, Form $form, BaseWriter $writer, MetadataWriter $metadataWr…
DMetadataWriter.php31 private $form; variable in Mpdf\\Writer\\MetadataWriter
43 …public function __construct(Mpdf $mpdf, BaseWriter $writer, Form $form, Protection $protection, Lo…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
DDeviceIpBlock.php31 public $form; variable in Google\\Service\\Testing\\DeviceIpBlock
64 public function setForm($form)
/plugin/schedule/lib/
DscheduleForm.js63 function scheduleSwitchSelection (form) { argument
71 function scheduleSharedEvent (form) { argument
/plugin/grensladawritezor/fckeditor/_samples/py/
Dsampleposteddata.py35 form = cgi.FieldStorage() variable
/plugin/wysiwyg/fckeditor/_samples/py/
Dsampleposteddata.py35 form = cgi.FieldStorage() variable
/plugin/data-au/
Drenderer_data_edit.php15 public $form; variable in Doku_Renderer_plugin_dataau_edit
/plugin/data/
Drenderer_data_edit.php17 public $form; variable in Doku_Renderer_plugin_data_edit
/plugin/translate/
Daction.php169 protected function handleHtmlEditformOutputNG($form, $pos, $origtext) {
194 protected function handleHtmlEditformOutputLegacy($form, $pos, $origtext) {
/plugin/bez/
H A Dprint.css19 form { selector
/plugin/struct/helper/
H A Dfieldhidden.php20 public function renderfield($params, Doku_Form $form, $formid)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DFormErrorHandler.php59 …public function serializeFormToXml(XmlSerializationVisitor $visitor, Form $form, array $type): \DO…
86 …public function serializeFormToJson(JsonSerializationVisitor $visitor, Form $form, array $type): \…
/plugin/multiorphan/
Dhelper.php97 private function __makeForm(&$form, $type) {
/plugin/bureaucracyau/helper/
Dfieldhiddenautoinc.php30 function renderfield($params, Doku_Form $form, $formid) {
/plugin/bureaucracy/helper/
Dfieldmultiselect.php39 public function renderfield($params, Doku_Form $form, $formid) {
/plugin/ajaxloader/
Dscript.js40 function serialize_form(form) { argument

12345678910>>...14