Searched full:inputs (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/_test/tests/Form/ |
| H A D | CheckableElementTest.php | 26 $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 D | release-preparation.yml | 9 inputs: 50 --date "${{ inputs.version }}" \ 51 --name "${{ inputs.codename }}" \ 52 --type "${{ inputs.type }}" \
|
| /dokuwiki/_test/tests/test/ |
| H A D | edit_and_save.test.php | 48 // 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 D | hotkeys.js | 65 var inputs = document.getElementsByTagName("button"); 66 t.each(inputs, function(i) {
|
| H A D | editor.js | 121 * Listens to all key inputs and handle indentions
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | sdlbasic.php | 87 'atx', 'aty', 'curson', 'cursoff', 'inputs', 'zoneinputs',
|
| /dokuwiki/inc/ |
| H A D | html.php | 195 * @param string[] $params key-value pairs added as hidden inputs
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 564 * Print hidden inputs with the current filter values
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 3239 * Inputs a command into an interactive shell.
|