Searched refs:dropdown (Results 1 – 25 of 150) sorted by relevance
123456
| /plugin/linksuggest/ |
| D | style.css | 9 .textcomplete-dropdown.dropdown-menu { 18 .textcomplete-dropdown.dropdown-menu li { 26 .textcomplete-dropdown.dropdown-menu li.textcomplete-header, 27 .textcomplete-dropdown.dropdown-menu li.textcomplete-footer{ 32 .textcomplete-dropdown.dropdown-menu li a { 37 .textcomplete-dropdown.dropdown-menu li:first-child { 41 .textcomplete-dropdown.dropdown-menu li:hover, 42 .dropdown-menu .active { 49 .textcomplete-dropdown.dropdown-menu { 55 .textcomplete-dropdown.dropdown-menu a:hover {
|
| /plugin/struct/script/ |
| H A D | vanilla-combobox.js | 9 #dropdown; 75 this.#dropdown = document.createElement('div'); 76 this.#dropdown.className = 'dropdown'; 77 this.#dropdown.part = 'dropdown'; 78 this.#dropdown.style.display = 'none'; 112 this.shadowRoot.appendChild(this.#dropdown); 129 const dropdownStyles = window.getComputedStyle(this.#dropdown); 146 this.#dropdown.style.setProperty(property, newValue); 148 this.#dropdown.style.minWidth = `${this.#input.offsetWidth}px`; 149 this.#dropdown.style.borderTop = 'none'; [all …]
|
| /plugin/webcomponent/_test/data/pages/ |
| D | navbar.txt | 9 * a [[group|group]] to group [[dropdown|dropdown menu]] 10 * a [[dropdown|dropdown menu]] 39 <dropdown name="Data (State)" > 50 </dropdown> 52 <dropdown name="Data Type"> 63 </dropdown> 65 <dropdown name="Measure Levels"> 76 </dropdown> 78 <dropdown name="Code"> 87 </dropdown> [all …]
|
| D | dropdown.txt | 4 ''dropdown'' are a dropdown list for the [[navbar|navbar]] that must be placed inside a [[group|gro… 11 <webcode name="dropdown" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode… 15 <dropdown name="Navbar component"> 16 [[dokuwiki:webcomponent:dropdown|dropdown]] 19 </dropdown>
|
| D | group.txt | 18 <dropdown name="Nav Menu"> 20 [[dokuwiki:webcomponent:dropdown|DropDown]] 22 </dropdown>
|
| D | start.txt | 18 * [[dropdown|dropdown]]
|
| D | webcomponent.txt | 18 * [[dropdown|dropdown]]
|
| /plugin/struct/_test/types/ |
| H A D | LookupTest.php | 158 $dropdown = new Lookup( 173 $this->assertEquals($expect, $dropdown->getOptions()); 177 $dropdown = new Lookup( 186 $this->assertEquals($expect, $dropdown->getOptions()); 190 $dropdown = new Lookup( 205 $this->assertEquals($expect, $dropdown->getOptions()); 209 $dropdown = new Lookup( 224 $this->assertEquals($expect, $dropdown->getOptions()); 232 $dropdown = new Lookup( 247 $this->assertEquals($expect, $dropdown->getOptions()); [all …]
|
| H A D | DropdownTest.php | 69 $dropdown = new Dropdown( 83 $this->assertEquals($expect, $dropdown->getOptions());
|
| /plugin/indexmenu2/cms/templates/DropdownSlide/ |
| D | menu.css | 46 ul.CmsListMenu li.horizontal ul.dropdown { 49 ul.CmsListMenu li.horizontal ul.dropdown li, ul.CmsListMenu li.horizontal ul.dropdown li.folder ul … 55 html>body ul.CmsListMenu li.horizontal ul.dropdown li, html>body ul.CmsListMenu li.horizontal ul.dr… 59 …u li.horizontal ul.dropdown li a, ul.CmsListMenu li.horizontal ul.dropdown li.folder ul li a, ul.C… 68 ul.CmsListMenu li.horizontal ul.dropdown li.folder { 73 ul.CmsListMenu li.horizontal ul.dropdown li.folder a { 77 ul.CmsListMenu li.horizontal ul.dropdown li.folder a:hover { 80 ul.CmsListMenu li.horizontal ul.dropdown li.folder ul {
|
| /plugin/tagfilter/script/select2/ |
| D | select2-bootstrap.css | 15 .form-control.select2-container.select2-dropdown-open { 20 .form-control .select2-container.select2-dropdown-open .select2-choices { 33 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, 34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, 48 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, 49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, 63 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, 64 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, 78 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, 79 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
|
| D | select2.js | 717 this.dropdown = this.container.find(".select2-drop"); 719 syncCssClasses(this.dropdown, this.opts.element, this.opts.adaptDropdownCssClass); 721 this.dropdown.addClass(evaluate(opts.dropdownCssClass)); 722 this.dropdown.data("select2", this); 723 this.dropdown.on("click", killEvent); 738 …this.dropdown.on("mousemove-filtered touchstart touchmove touchend", resultsSelector, this.bind(th… 739 this.dropdown.on("touchend", resultsSelector, this.bind(this.selectHighlighted)); 740 this.dropdown.on("touchmove", resultsSelector, this.bind(this.touchMoved)); 741 … this.dropdown.on("touchstart touchend", resultsSelector, this.bind(this.clearTouchMoved)); 744 this.dropdown.on("scroll-debounced", resultsSelector, this.bind(this.loadMoreIfNeeded)); [all …]
|
| /plugin/datatables/assets/datatables.net-buttons/css/ |
| D | buttons.bootstrap5.css | 173 div.dt-buttons div.dropdown-menu { 176 div.dt-buttons div.dropdown-menu .dt-button { 179 div.dt-buttons div.dropdown-menu div.dt-button-split { 187 div.dt-buttons div.dropdown-menu div.dt-button-split a:first-child { 192 div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child { 198 color: var(--bs-dropdown-link-color); 199 padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); 201 div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child:hover { 202 color: var(--bs-dropdown-link-hover-color); 203 background-color: var(--bs-dropdown-link-hover-bg); [all …]
|
| D | buttons.bootstrap5.min.css | 1 …dropdown-menu{margin-top:4px}div.dt-buttons div.dropdown-menu .dt-button{position:relative}div.dt-…
|
| D | buttons.bootstrap.css | 179 div.dt-buttons div.dt-button-collection .dropdown-menu { 183 div.dt-buttons div.dt-button-collection .dropdown-menu li { 186 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split { 194 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split > *:first-child { 199 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split > *:first-child a { 203 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split > *:first-child:hover { 207 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split button:last-child { 216 div.dt-buttons div.dt-button-collection .dropdown-menu div.dt-button-split button:last-child:hover {
|
| D | buttons.bootstrap.min.css | 1 …dropdown-menu{margin-top:4px;display:block}div.dt-buttons div.dt-button-collection .dropdown-menu …
|
| D | buttons.bootstrap4.min.css | 1 …dropdown-menu{margin-top:4px}div.dt-buttons div.dropdown-menu .dt-button{position:relative}div.dt-…
|
| D | buttons.bootstrap4.css | 173 div.dt-buttons div.dropdown-menu { 176 div.dt-buttons div.dropdown-menu .dt-button { 179 div.dt-buttons div.dropdown-menu div.dt-button-split { 187 div.dt-buttons div.dropdown-menu div.dt-button-split a:first-child { 192 div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child { 201 div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child:hover { 205 div.dt-buttons div.dropdown-menu div.dt-button-split button:last-child:after {
|
| /plugin/prosemirror/ |
| D | customMenu.less | 44 &.dropdown { 51 .dropdown-indicator { 72 > .dropdown-indicator svg {
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.yeti.min.css | 12 …dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropd…
|
| /plugin/skype/ |
| D | syntax.php | 110 if ($var1 == 'chat' or $var1 == 'call' or $var1 == 'dropdown') 115 elseif ($var2 == 'chat' or $var2 == 'call' or $var2 == 'dropdown')
|
| /plugin/translation/ |
| D | style.less | 1 // fix problem in dokuwiki template where short sidebar may clip dropdown 60 // overrides for dropdown style language selector 61 .dokuwiki div.plugin_translation.is-dropdown {
|
| /plugin/combo/resources/slot/ |
| H A D | page-header.md | 9 <dropdown name="ComboStrap"> 13 </dropdown>
|
| /plugin/combo/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.yeti.min.css | 12 …dropdown-toggle{color:#fff;background-color:#006687;border-color:#005c7a}.btn-primary:not(:disable…
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | link.css | 1 a.link-external:not(.btn):not(.nav-link):not(.dropdown-item) { 8 a.link-mail:not(.btn):not(.nav-link):not(.dropdown-item) {
|
123456