Home
last modified time | relevance | path

Searched refs:select (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_templates.txt1 These are the templates currently installed in your DokuWiki. You can select the template to be use…
/dokuwiki/inc/lang/en/
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from …
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css38 .dokuwiki label.block select,
57 .dokuwiki select.edit {
60 .dokuwiki select.edit {
H A Dbasic.less352 select,
369 select {
386 select,
396 select:active,
397 select:focus,
461 select[disabled],
466 select[readonly],
H A Dmobile.less258 #dokuwiki__header .mobileTools select {
263 /* force same height on search input and tools select */
265 #dokuwiki__header .mobileTools select {
288 .dokuwiki select {
H A D_diff.css132 .dokuwiki .diffnav select {
138 .dokuwiki .diffnav select option[selected] {
H A D_fileuploader.css16 /* select file button */
H A D_recent.css8 /* select type of revisions (media/pages) */
/dokuwiki/lib/plugins/config/
H A Dstyle.css101 #config__manager td select.edit { }
114 #config__manager tr select {
122 #config__manager tr.default select,
131 #config__manager tr.protected select,
/dokuwiki/_test/tests/Form/
H A DDropdownElementTest.php37 $select = $pq->find('select[name=foo]');
38 $this->assertTrue($select->count() == 1);
77 $select = $pq->find('select[name=foo]');
78 $this->assertTrue($select->count() == 1);
/dokuwiki/lib/scripts/
H A Dlinkwiz.js93 this.select(this.selected - 1);
99 this.select(this.selected + 1);
134 select(num) { method in LinkWizard
H A Dmedia.js45 .on('click', 'a.select', dw_mediamanager.select)
552 var select = document.getElementById('mediamanager__difftype');
553 select.options[0].text = LANG.media_diff_both;
554 select.options[1].text = LANG.media_diff_opacity;
555 select.options[2].text = LANG.media_diff_portions;
689 select: function (event) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php103 $redis->select((int)substr($parsed['path'], 1));
/dokuwiki/inc/
H A Dform.php1088 @list($value,$text,$select) = $attrs['_options'][$n];
1093 if (!empty($select) && !$selected) {
1132 @list($value, $text, $select, $disabled) = $opt;
1136 if (!empty($select)) $p .= ' selected="selected"';
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md94 added a switch to select an external stylesheet (thanks to Pascal Van Hecke)
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css172 -webkit-user-select: none;
173 user-select: none;
350 .ui-datepicker .ui-datepicker-title select {
354 .ui-datepicker select.ui-datepicker-month,
355 .ui-datepicker select.ui-datepicker-year {
870 .ui-widget select,
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePo… property
H A Djquery.min.js2select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isX… property
/dokuwiki/_test/
H A Dcomposer.lock54 …"description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manip…