Home
last modified time | relevance | path

Searched refs:forms (Results 1 – 25 of 252) sorted by relevance

1234567891011

/plugin/iphelper/
H A Dscript.js86 document.forms.input.in_address.value = turladdr;
87 document.forms.input.in_subnet.value = tinSubnet;
92 if (document.forms.input.in_address.value.indexOf('/') > -1)
94 var tcidr = (document.forms.input.in_address.value).substring(document.forms.input.in_address.value.indexOf('/') + 1);
97 document.forms.input.in_subnet.value = cidrTosubnets[(parseInt(tcidr,10))];
107 if (document.forms.input.in_address.value.indexOf('/') > -1)
109 var address = (document.forms.input.in_address.value).substring(0,document.forms.input.in_address.value.indexOf('/'));
114 if (document.forms
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DForms.php56 public $forms; variable in Google\\Service\\Forms
74 $this->serviceName = 'forms';
79 'forms',
83 'path' => 'v1/forms/{formId}:batchUpdate',
93 'path' => 'v1/forms',
97 'path' => 'v1/forms/{formId}',
117 'path' => 'v1/forms/{formId}/responses/{responseId}',
132 'path' => 'v1/forms/{formId}/responses',
164 'path' => 'v1/forms/{formId}/watches',
174 'path' => 'v1/forms/{formId}/watches/{watchId}',
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dexternal.test4 {% import 'forms.twig' as forms %}
6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
8 --TEMPLATE(forms.twig)--
H A Dfrom.test4 {% from 'forms.twig' import foo %}
5 {% from 'forms.twig' import foo as foobar, bar %}
10 --TEMPLATE(forms.twig)--
H A Dself_import.test4 {% import _self as forms %}
6 {{ forms.input('username') }}
7 {{ forms.input('password', null, 'password', 1) }}
H A Dglobal.test4 {% from 'forms.twig' import foo %}
8 --TEMPLATE(forms.twig)--
H A Dfrom_with_reserved_name.test4 {% from 'forms.twig' import templateName %}
5 --TEMPLATE(forms.twig)--
H A Dimport_with_reserved_nam.test4 {% import 'forms.twig' as macros %}
7 --TEMPLATE(forms.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst10 Imagine we have a helper module that renders forms (called ``forms.html``):
27 {% import 'forms.html' as forms %}
31 <dd>{{ forms.input('username') }}</dd>
33 <dd>{{ forms.input('password', null, 'password') }}</dd>
35 <p>{{ forms.textarea('comment') }}</p>
42 {% from 'forms.html' import input as input_field, textarea %}
H A Dmacro.rst59 {% import "forms.html" as forms %}
61 The above ``import`` call imports the "forms.html" file (which can contain only
63 the ``forms`` variable.
69 <p>{{ forms.input('username') }}</p>
70 <p>{{ forms.input('password', null, 'password') }}</p>
77 {% import _self as forms %}
79 <p>{{ forms.input('username') }}</p>
98 {% import _self as forms %}
101 {{ forms.input(name, value, type, size) }}
/plugin/securelogin/
H A Dscript.js27 …var forms = new Array('dw__login', 'dw__register', 'test__publicKey', 'add_userid', 'modify_userid…
30 for (var i = 0; i < forms.length; ++i) {
31 var form = securelogin_get_form(jQuery("#" + forms[i])[0]);
40 securelogin_forms.push(new Array(forms[i], form));
/plugin/ac/
H A Dscript.js21 var forms = getElementsByClass('ajax_loader', document, 'form');
22 if (forms.length > 0) sack_form(forms[0], sack_em);
/plugin/log/
H A Dscript.js3 var forms = jQuery('.plugin_log');
5 if (forms.length === 0) {
42 jQuery( forms ).each(function(idx, el){
/plugin/combo/resources/snippet/js/
H A Dsubscribe.js6 const forms = document.querySelectorAll(`${subscribeComponentSelector} form`); constant
7 Array.from(forms).forEach(form => {
/plugin/bibtex/OSBib/create/
H A Dcommon.js95 var currFormField = document.forms[0][fieldArray[index]];
112 var templateString = document.forms[0][templateName].value;
/plugin/groupmanager/
H A Dscript.js22 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js453 for( var i = 0; i < document.forms.length; i++ ) {
454 for( var j = 0; j < document.forms[i].elements.length; j++ ) {
455 if( document.forms[i].elements[j].type.match( inputPattern )) {
456 inputs[inputs.length] = document.forms[i].elements[j];
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js465 for( var i = 0; i < document.forms.length; i++ ) {
466 for( var j = 0; j < document.forms[i].elements.length; j++ ) {
467 if( document.forms[i].elements[j].type.match( inputPattern )) {
468 inputs[inputs.length] = document.forms[i].elements[j];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php77 if (count($this->form->forms) > 0) {
224 if (count($this->form->forms) > 0) {
225 foreach ($this->form->forms as $val) {
245 if (count($this->form->forms) > 0) {
/plugin/jcapture/
H A Dscript.js9 …U_BASE+"lib/plugins/jcapture/applet.php?edid="+edid+"&pageName="+document.forms['dw__editform'].el…
/plugin/eshop/
H A Dplugin.info.txt6 desc Displays forms for ordering things from e-shop
/plugin/bureaucracy/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them
/plugin/onlineordering/
H A Dplugin.info.txt6 desc Creates online ordering forms
/plugin/structupdate/
H A Dplugin.info.txt6 desc Adds action to bureaucracy forms that allows to update struct data of the page
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Disable.txt

1234567891011