Home
last modified time | relevance | path

Searched refs:Form (Results 126 – 150 of 306) sorted by last modified time

12345678910>>...13

/plugin/jplayer/vendor/james-heinrich/getid3/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/task/syntax/
H A Dtask.php203 $form = new dokuwiki\Form\Form(array('id' => 'task__changetask_form'));
H A Dtasks.php179 $form = new dokuwiki\Form\Form(array('id' => 'task__changeview_form'));
/plugin/task/
H A Dhelper.php456 $form = new dokuwiki\Form\Form(array('id' => 'task__newtask_form'));
/plugin/adfs/
H A Dadmin.php34 $form = new \dokuwiki\Form\Form();
/plugin/backup/
H A Dadmin.php193 $form = new \dokuwiki\Form\Form([
/plugin/backup/lang/de/
H A Dintro.txt9 …* Die Datei ist in dieser Form formatiert, damit Sicherungskopien in chronologischer Folge sortier…
/plugin/googleads/
H A Dadmin.php99 $form = new \dokuwiki\Form\Form([
/plugin/issuelinks/services/
H A DGitHub.service.php5 use dokuwiki\Form\Form; alias
197 public function hydrateConfigForm(Form $configForm)
H A DGitLab.service.php5 use dokuwiki\Form\Form; alias
139 * @param Form $configForm
143 public function hydrateConfigForm(Form $configForm)
H A DJira.service.php11 use dokuwiki\Form\Form; alias
159 * @param Form $configForm
163 public function hydrateConfigForm(Form $configForm)
H A DServiceInterface.php5 use dokuwiki\Form\Form; alias
65 * @param Form $configForm
69 public function hydrateConfigForm(Form $configForm);
/plugin/issuelinks/admin/
H A Drepoadmin.php136 $configForm = new \dokuwiki\Form\Form();
151 $form = new \dokuwiki\Form\Form(['data-service' => $serviceID]);
/plugin/filelisting/
H A Dhelper.php52 $form = new dokuwiki\Form\Form(['action' => wl($INFO['id'], '', false, '&')]);
110 * @return array of \dokuwiki\Form\Element
120 $trOpen = new \dokuwiki\Form\TagOpenElement('tr', array('data-childOf' => $ns));
127 $elements[] = new \dokuwiki\Form\TagOpenElement('td');
130 $elements[] = new \dokuwiki\Form\CheckableElement('checkbox', $name, '');
132 $elements[] = new \dokuwiki\Form\TagCloseElement('td');
135 $elements[] = new \dokuwiki\Form\HTMLElement($html);
137 $td_name = new \dokuwiki\Form\TagOpenElement('td', array('data-sort' => $file['file']));
143 $elements[] = new \dokuwiki\Form\HTMLElemen
[all...]
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties1 # This Source Code Form is subject to the terms of the Mozilla Public
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1Form the fully qualified field name by appending the partial name to\n // the parent's fully qu…
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties1 # This Source Code Form is subject to the terms of the Mozilla Public
/plugin/booking/
H A Daction.php169 $form = new dokuwiki\Form\Form();
/plugin/telleveryone/
H A Dadmin.php166 $form = new dokuwiki\Form\Form();
172 $textarea = new \dokuwiki\Form\TextareaElement('log[message]', '');
/plugin/langdelete/
H A Dstyle.css1 /* ----- Input Form Elements ---------- */
/plugin/bureaucracyau/
H A Dstyle.css8 /* Form */
/plugin/bureaucracy-au/
H A Dstyle.css8 /* Form */
/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/userimportextended/
H A Dadmin.php3 use dokuwiki\Form\Form; alias
82 … $form = new Form(['enctype' => 'multipart/form-data', 'id' => 'plugin__userimportextended_csv']);
95 … $form->addElement(new \dokuwiki\Form\InputElement('file', 'import'))->attr('accept', '.csv');

12345678910>>...13