Home
last modified time | relevance | path

Searched full:inputs (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/_test/tests/Form/
H A DCheckableElementTest.php26 $inputs = $pq->find('input[name=foo]');
27 $this->assertEquals('first', $inputs->get(0)->attr('value'));
28 $this->assertEquals('second', $inputs->get(1)->attr('value'));
29 $this->assertEquals('checked', $inputs->get(0)->attr('checked'));
30 $this->assertEquals('', $inputs->get(1)->attr('checked'));
31 $this->assertEquals('radio', $inputs->get(0)->attr('type'));
49 $inputs = $pq->find('input[name=foo]');
50 $this->assertEquals('first', $inputs->get(0)->attr('value'));
51 $this->assertEquals('second', $inputs->get(1)->attr('value'));
52 $this->assertEquals('', $inputs->get(0)->attr('checked'));
[all …]
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml9 inputs:
50 --date "${{ inputs.version }}" \
51 --name "${{ inputs.codename }}" \
52 --type "${{ inputs.type }}" \
/dokuwiki/_test/tests/test/
H A Dedit_and_save.test.php48 // Extract all inputs from the form
70 // Extract all inputs from the edit form
131 // Extract all inputs from the form
153 // Extract all inputs from the edit form
/dokuwiki/lib/scripts/
H A Dhotkeys.js65 var inputs = document.getElementsByTagName("button");
66 t.each(inputs, function(i) {
H A Deditor.js121 * Listens to all key inputs and handle indentions
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsdlbasic.php87 'atx', 'aty', 'curson', 'cursoff', 'inputs', 'zoneinputs',
/dokuwiki/inc/
H A Dhtml.php195 * @param string[] $params key-value pairs added as hidden inputs
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php564 * Print hidden inputs with the current filter values
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3239 * Inputs a command into an interactive shell.