Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/_test/tests/Form/
H A DDropdownElementTest.php133 $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 Dform.php632 * @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 Dhtml.php1022 * @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 Dnolog.txt1 There are no log entries for the selected day and log facility.
/dokuwiki/lib/scripts/
H A Dlinkwiz.js22 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 Dintro.txt1 This tool allows you to change certain style settings of your currently selected template.
/dokuwiki/inc/Form/
H A DOptGroup.php111 $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 DSettingMultichoice.php43 $selected = ($value == $choice) ? ' selected="selected"' : '';
52 … $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php846 $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 Dhelp.txt5 * The form above allows you to see and modify the permissions of a selected user or group.
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php720 $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.css63 #link__wiz_result div.selected {
H A D_diff.css138 .dokuwiki .diffnav select option[selected] {
H A Ddesign.less75 /* highlight selected tool */
H A D_media_fullscreen.css172 #mediamanager__page .namespaces ul .selected {
/dokuwiki/lib/styles/
H A Dscreen.css78 #media__popup_content button.selected {
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3816 $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 Djquery.min.js2selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},em… method
H A Djquery-ui.min.js6selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:functi… property
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md143 * Force HTTPS for selected domains by @Alkarex in [#676](https://github.com/simplepie/simplepie/pul…