Home
last modified time | relevance | path

Searched refs:Form (Results 201 – 225 of 306) sorted by path

12345678910>>...13

/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties1 # This Source Code Form is subject to the terms of the Mozilla Public
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt20 the notice in Exhibit A, the Executable Form of such Source Code
21 Form, and Modifications of such Source Code Form, in each case
34 1.6. "Executable Form"
35 means any form of the work other than Source Code Form.
56 (b) any new file in Source Code Form that contains any Covered
73 1.13. "Source Code Form"
160 3.1. Distribution of Source Form
168 Form.
170 3.2. Distribution of Executable Form
172 If You distribute Covered Software in Executable Form then:
[all …]
/plugin/preregister/
H A Daction.php134 if(is_a($form,\dokuwiki\Form\Form::class)) {
/plugin/prosemirror/action/
H A Deditor.php10 use dokuwiki\Form\ButtonElement;
66 /** @var Doku_Form|\dokuwiki\Form\Form $form */
95 if (is_a($form, \dokuwiki\Form\Form::class)) {
178 $linkForm = new dokuwiki\Form\Form([
232 $mediaForm = new dokuwiki\Form\Form([
340 if (is_a($form, \dokuwiki\Form\For
[all...]
/plugin/recommend/
H A Daction.php134 $form = new \dokuwiki\Form\Form([
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js904 return Form.serialize(form);
946 Form.Element.DelayedObserver = Class.create({
H A Dprototype.js2965 Object.extend(Form, Form.Methods);
2966 Object.extend(Form.Element, Form.Element.Methods);
3917 var Form = { class
3948 Form.Methods = {
3950 return Form.serializeElements(Form.getElements(form), options);
4037 Form.Element = {
4049 Form.Element.Methods = {
4112 var Field = Form.Element;
4114 var $F = Form.Element.Methods.getValue;
4118 Form.Element.Serializers = {
[all …]
/plugin/schulzevote/syntax/
H A Dvote.php132 …$form = new dokuwiki\Form\Form(array('id'=>'plugin__schulzevote', 'class' => 'plugin_schulzevote_'…
169 $form = new dokuwiki\Form\Form(array('class' => 'plugin_schulzevote_'.$align));
/plugin/searchform/
H A Dplugin.info.txt5 name Search Form Plugin
H A Dsyntax.php3 * Plugin Search Form: Inserts a search form in any page
94 $searchForm = new dokuwiki\Form\Form([
/plugin/sfauth/
H A DREADME.wiki19 - Fill Form
/plugin/sqlite/
H A Dadmin.php4 use dokuwiki\Form\Form;
5 use dokuwiki\Form\InputElement;
119 $form = new Form(['action' => $this->selfLink()]);
276 $form = new Form(['action' => $this->selfLink(), 'enctype' => 'multipart/form-data', 'method' => 'post']);
3 use dokuwiki\Form\Form; global() alias
/plugin/struct/action/
H A Dedit.php13 use dokuwiki\Form\Form;
54 /** @var Form $form */
10 use dokuwiki\Form\Form; global() alias
/plugin/struct/admin/
H A Dschemas.php11 use dokuwiki\Form\InputElement;
12 use dokuwiki\Form\Form;
186 * Form for handling import/export from/to JSON and CSV
193 $form = new Form(['enctype' => 'multipart/form-data', 'id' => 'plugin__struct_json']);
255 * Form for deleting schemas
262 $form = new Form(['id' => 'plugin__struct_delete']);
283 * Form to add a new schema
289 $form = new Form();
10 use dokuwiki\Form\Form; global() alias
/plugin/struct/meta/
H A DSchemaEditor.php6 use dokuwiki\Form\Form;
36 * Returns the Admin Form to edit the schema
45 $form = new Form(['method' => 'POST', 'id' => 'plugin__struct_editor']);
5 use dokuwiki\Form\Form; global() alias
/plugin/structnotification/
H A Dadmin.php175 $form = new dokuwiki\Form\Form();
/plugin/structpublish/action/
H A Dbanner.php156 $form = new dokuwiki\Form\Form();
H A Drevisions.php23 /** @var dokuwiki\Form\Form $form */
39 if (!is_a($el, \dokuwiki\Form\CheckableElement::class) && !is_a($el, \dokuwiki\Form\HTMLElement::class)) {
44 if (is_a($el, \dokuwiki\Form\CheckableElement::class)) {
57 is_a($el, \dokuwiki\Form\HTMLElement::class) &&
/plugin/superacl/lang/lv/
H A Dhelp.txt7 Formā augšpusē var redzēt un grozīt norādītā lietotāja vai grupas tiesības .
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt3 - Enter the following Data in the Form:
H A Dzapier_instructions.txt10 - Adjust the following Data in the Form:
/plugin/tablelayout/action/
H A Daction.php50 if (is_a($form, \dokuwiki\Form\Form::class) && $INPUT->str('target') === 'table') {
H A Dlayoutform.php46 $form = new \dokuwiki\Form\Form();
/plugin/tagfilter/syntax/
H A Dcompare.php3 use dokuwiki\Form\Form; alias
/plugin/tagging/
H A Dhelper.php3 use dokuwiki\Form\Form; alias
349 $form = new dokuwiki\Form\Form();
736 $form = new \dokuwiki\Form\Form();
885 $form = new Form();

12345678910>>...13