Home
last modified time | relevance | path

Searched refs:input (Results 101 – 125 of 1436) sorted by path

12345678910>>...58

/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css123 .dms-input,
131 color: var(--input-color);
135 .dms-input {
144 .dms-input-select .dms-input {
148 .dms-input:focus,
154 .dms-input.invalid,
161 .dms-input.invalid:focus {
166 .dms-validated-input.dms-block .dms-input,
172 .dms-script-input {
178 .dms-input-select {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21input=new((n=this).options.inputClass||(I?ie:A?de:M?he:Q))(n,F),this.touchAction=new Se(this,this.…
H A Ddmn-navigated-viewer.production.min.js16input=new((n=this).options.inputClass||(T?re:A?pe:R?he:Q))(n,U),this.touchAction=new Oe(this,this.…
H A Ddmn-viewer.production.min.js16input&&r(o.input,c,o),r(o.output,c,o),a=o.rule,s=c,l=o,M(a,(function(e){n(e,s,l),i(e.inputEntry,e)…
/plugin/bpmnioeditor/
H A Dstyle.css70 --search-input-border-color: var(--color-cccccc);
753 .djs-search-input input {
757 border: 1px solid var(--search-input-border-color);
760 .djs-search-input input:focus {
762 border-color: var(--search-input-border-color);
979 .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css157 .bpmn-icon-data-input:before { content: '\e866'; } /* '' */
H A Dbpmn-modeler.development.js23277 input.deltaTime = input.timeStamp - firstInput.timeStamp;
23283 input.offsetDirection = getDirection(input.deltaX, input.deltaY);
23285 var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);
23293 input.maxPointers = !session.prevInput ? input.pointers.length : ((input.pointers.length >
23303 input.target = target;
24250 emit: function(input) { argument
24535 emit: function(input) { argument
24579 emit: function(input) { argument
24645 emit: function(input) { argument
24650 if (input && (input.eventType & INPUT_END)) {
[all …]
H A Dbpmn-modeler.production.min.js33input=new((n=this).options.inputClass||(B?ne:N?ue:D?he:Z))(n,$),this.touchAction=new Ce(this,this.…
H A Ddiagram-js.css65 --search-input-border-color: var(--color-cccccc);
748 .djs-search-input input {
752 border: 1px solid var(--search-input-border-color);
755 .djs-search-input input:focus {
757 border-color: var(--search-input-border-color);
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
38 $this->assertPqSelector($input, $pqSelector);
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
44 $this->assertPqSelector($input, $pqSelector);
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
50 $this->assertPqSelector($input, $pqSelector);
H A Dsyntax.test.php11 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
51 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
72 $input = pq($check, $label);
73 $this->assertEquals(1, $input->length, "find check of $name");
75 return $input;
/plugin/bureaucracy-au/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/bureaucracy-au/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
H A Dsyntax.php458 * @param string $input The text to work on
462 function replace($input, $strftime = true) { argument
466 $input = preg_replace_callback(
469 $input
472 $input = preg_replace($pattern, $value, $input);
478 $input = preg_replace_callback(
481 $input
486 $input = preg_replace_callback(
489 $input
491 return $input;
/plugin/bureaucracy/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/bureaucracy/
H A Dstyle.css46 .dokuwiki form.bureaucracy__plugin label input.edit,
50 .dokuwiki form.bureaucracy__plugin label input.datepicker,
51 .dokuwiki form.bureaucracy__plugin label input.timefield {
59 .dokuwiki form.bureaucracy__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracy__plugin input.button {
72 .dokuwiki form.bureaucracy__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracy__plugin input.button {
H A Dsyntax.php464 protected function noreplace_save($input) { argument
482 if (!is_string($input)) return $input;
491 $input
494 $input = preg_replace($pattern, $value, $input);
500 $input = preg_replace_callback(
503 $input
508 $input = preg_replace_callback(
511 $input
520 }, $input);
527 $input = preg_replace($pattern, $nr, $input, 1);
[all …]
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
38 $this->assertPqSelector($input, $pqSelector);
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
44 $this->assertPqSelector($input, $pqSelector);
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
50 $this->assertPqSelector($input, $pqSelector);
H A Dsyntax.test.php11 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
12 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
51 $input = file_get_contents(dirname(__FILE__) . '/input.txt');
52 $xhtml = p_render('xhtml', p_get_instructions($input), $info);
72 $input = pq($check, $label);
73 $this->assertEquals(1, $input->length, "find check of $name");
75 return $input;
/plugin/bureaucracyau/script/
H A Dfieldsets.js22 function updateFieldset(input) { argument
23 jQuery.each(jQuery(input).data('dparray'), function (i, dp) {
25input.parentNode.parentNode.style.display !== 'none' && // input/checkbox is d…
26 …((input.checked === dp.tval) || // ( checkbox is chec…
27 …(input.type !== 'checkbox' && (dp.tval === true && input.value !== '')) || // OR no checkbox, but…
28input.value === dp.tval); // OR input === dp.tva…
/plugin/bureaucracyau/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
H A Dsyntax.php458 * @param string $input The text to work on
462 function replace($input, $strftime = true) { argument
466 $input = preg_replace_callback(
469 $input
472 $input = preg_replace($pattern, $value, $input);
478 $input = preg_replace_callback(
481 $input
486 $input = preg_replace_callback(
489 $input
491 return $input;
/plugin/c3chart/assets/
H A Dd3.min.js2input("function"==typeof e?e.apply(this,arguments):e,u.extent),f=vs(c,s);return c&&s?t:t(1)}):t.ea… method in qf
H A Djs-yaml.min.js2input=e,this.filename=t.filename||null,this.schema=t.schema||K,this.onWarning=t.onWarning||null,th…
/plugin/cacherevisionseraser/
H A Dadmin.php173 ptln('<input type="hidden" name="do" value="admin" />');
174 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
175 ptln('<input type="hidden" name="cmd" value="main" />');
200 ptln('<input type="hidden" name="do" value="admin" />');
201 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
202 ptln('<input type="hidden" name="cmd" value="main" />');
212 ptln('<input type="hidden" name="do" value="admin" />');
213 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
214 ptln('<input type="hidden" name="cmd" value="erasecache" />');
271 ptln('<input type="hidden" name="do" value="admin" />');
[all …]

12345678910>>...58