| /dokuwiki/_test/tests/Form/ |
| H A D | DropdownElementTest.php | 133 $selected = $pq->find('option[selected=selected]'); 134 $this->assertEquals('third', $selected->attr('value')); 135 $this->assertEquals('label of third option', $selected->text()); 149 $selected = $pq->find('option[selected=selected]'); 150 $this->assertEquals(1, $selected->count()); 151 $this->assertEquals('Auto', $selected->text()); 179 $selected = $pq->find('option[selected=selected]'); 180 $this->assertEquals(1, $selected->count()); 181 $this->assertEquals('the label', $selected->text());
|
| /dokuwiki/inc/ |
| H A D | form.php | 632 * @param string|int $selected default selected value, string or index number 641 function form_makeMenuField($name, $values, $selected = '', $label = null, $id = '', $class = '', $… argument 649 $options[] = array($val, $text, (!is_null($selected) && $val == $selected)); 652 if (is_integer($selected)) $selected = $values[$selected]; 657 $options[] = array($val, $text, $val === $selected); 678 * @param array|string $selected value or array of values of the items that need to be selected 687 function form_makeListboxField($name, $values, $selected = '', $label = null, $id = '', $class = ''… argument 692 if (is_null($selected) || $selected == '') { 693 $selected = array(); 694 } elseif (!is_array($selected)) { [all …]
|
| H A D | html.php | 1022 * @param boolean $selected - is tab selected 1026 function html_tab($href, $caption, $selected = false) argument 1029 if ($selected) { 1035 . '</' . ($selected ? 'strong' : 'a') . '>'
|
| /dokuwiki/lib/plugins/logviewer/lang/en/ |
| H A D | nolog.txt | 1 There are no log entries for the selected day and log facility.
|
| /dokuwiki/lib/scripts/ |
| H A D | linkwiz.js | 22 selected = -1; field in LinkWizard 93 this.select(this.selected - 1); 99 this.select(this.selected + 1); 105 if (this.selected > -1) { 106 const $obj = this.$getResult(this.selected); 164 this.selected = num; 171 if (this.selected > -1) { 172 this.$getResult(this.selected).removeClass('selected'); 174 this.selected = -1;
|
| /dokuwiki/lib/plugins/styling/lang/en/ |
| H A D | intro.txt | 1 This tool allows you to change certain style settings of your currently selected template.
|
| /dokuwiki/inc/Form/ |
| H A D | OptGroup.php | 111 $selected = in_array((string)$key, $this->values) ? ' selected="selected"' : ''; 116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingMultichoice.php | 43 $selected = ($value == $choice) ? ' selected="selected"' : ''; 52 … $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n";
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | RSA.php | 846 $selected = 0; 849 $selected = $mask; 856 $encryptionPadding = $selected; 864 $selected = 0; 867 $selected = $mask; 874 $signaturePadding = $selected;
|
| /dokuwiki/lib/plugins/acl/lang/en/ |
| H A D | help.txt | 5 * The form above allows you to see and modify the permissions of a selected user or group.
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 720 $selected = $INPUT->arr('delete'); 721 if (empty($selected)) return false; 722 $selected = array_keys($selected); 724 if (in_array($_SERVER['REMOTE_USER'], $selected)) { 729 $count = $this->auth->triggerUserMod('delete', [$selected]); 730 if ($count == count($selected)) { 735 $part2 = str_replace('%d', (count($selected) - $count), $this->lang['delete_fail']);
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _modal.css | 63 #link__wiz_result div.selected {
|
| H A D | _diff.css | 138 .dokuwiki .diffnav select option[selected] {
|
| H A D | design.less | 75 /* highlight selected tool */
|
| H A D | _media_fullscreen.css | 172 #mediamanager__page .namespaces ul .selected {
|
| /dokuwiki/lib/styles/ |
| H A D | screen.css | 78 #media__popup_content button.selected {
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 3816 $selected = $this->eq(0)->find('option[selected=selected]'); 3817 if ($selected->is('[value]')) 3818 return $selected->attr('value'); 3820 return $selected->text(); 3847 $selected = false; 3850 $selected = is_null($option->attr('value')) 3861 if ($selected)
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},em… method
|
| H A D | jquery-ui.min.js | 6 …selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:functi… property
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 143 * Force HTTPS for selected domains by @Alkarex in [#676](https://github.com/simplepie/simplepie/pul…
|