| /plugin/bootswrapper/exe/help/ |
| D | panel.txt | 5 <panel type="default">Basic panel example</panel> 7 <code html5><panel type="default">Basic panel example</panel></code> 11 <panel type="default" title="Panel title"> 13 </panel> 15 <code html5><panel type="default" title="Panel title"> 17 </panel></code> 21 <panel type="default" title="Panel title" subtitle="Panel subtitle"> 23 </panel> 25 <code html5><panel type="default" title="Panel title" subtitle="Panel subtitle"> 27 </panel></code> [all …]
|
| D | accordion.txt | 3 An accordion with the panel component. 8 <panel title="Collapsible Group Item #1"> 10 </panel> 11 <panel title="Collapsible Group Item #2"> 13 </panel> 14 <panel title="Collapsible Group Item #3"> 16 </panel> 22 <panel title="Collapsible Group Item #1"> 24 </panel> 25 <panel title="Collapsible Group Item #2"> [...] </panel> [all …]
|
| D | affix.txt | 10 <panel title="Affix"> 12 </panel> 17 <panel title="Affix"> 19 </panel>
|
| /plugin/whoisonline/ |
| D | script.js | 2 var panel = jQuery('.WIO_onlineWidget .WIO_panel'); 8 timeout = setTimeout(function(){panel.trigger('open');},500); 12 timeout = setTimeout(function(){panel.trigger('close');},500); 18 panel.bind('open',function(){ 19 panel.slideDown(function(){ 22 panel.load(DOKU_BASE+'lib/plugins/whoisonline/ajax.php'); 27 panel.slideUp();
|
| /plugin/pdfjs/pdfjs/web/ |
| D | debugger.js | 62 panel: null, 65 var panel = this.panel; 66 panel.setAttribute('style', 'padding: 5px;'); 70 panel.appendChild(tmp); 73 panel.appendChild(fonts); 170 panel: null, 174 this.panel.setAttribute('style', 'padding: 5px;'); 182 this.panel.appendChild(stepperControls); 183 this.panel.appendChild(stepperDiv); 228 stepper.panel.removeAttribute('hidden'); [all …]
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | minimap.css | 25 #minimap__plugin .panel-default { 30 #minimap__plugin .panel { 47 #minimap__plugin .panel-default > .panel-heading { 53 #minimap__plugin .panel-heading { 65 #minimap__plugin .panel > .list-group, #minimap__plugin .panel > .panel-collapse > .list-group { 77 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child { 81 #minimap__plugin .panel > .list-group .list-group-item, 82 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item { 140 #minimap__plugin .panel-body { 155 #minimap__plugin .panel-footing {
|
| /plugin/minimap/ |
| D | style.css | 27 #minimap__plugin .panel-default { 32 #minimap__plugin .panel { 52 #minimap__plugin .panel-default > .panel-heading { 58 #minimap__plugin .panel-heading { 70 #minimap__plugin .panel > .list-group, #minimap__plugin .panel > .panel-collapse > .list-group { 82 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child { 86 #minimap__plugin .panel > .list-group .list-group-item, 87 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item { 147 #minimap__plugin .panel-body { 162 #minimap__plugin .panel-footing {
|
| /plugin/quickstats/lang/en/ |
| D | general_intro.txt | 1 With this admin panel you can do three things. 6 For the maintenance panel, click on the **Update Quickstats Cache** button. For the Query panel, c… 7 … close their respective windows. The **Query Info** button will re-open the Query Info panel which 8 …yed on first opening the Query Data panel and which can be closed with a button at the bottom of t…
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckadobeair.js | 152 FCKPanel_Window_OnFocus = function( e, panel ) argument 155 _Original_FCKPanel_Window_OnFocus.call( this, e, panel ) ; 157 if ( panel._focusTimer ) 158 clearTimeout( panel._focusTimer ) ; 161 FCKPanel_Window_OnBlur = function( e, panel ) argument 164 …panel._focusTimer = FCKTools.SetTimeout( _Original_FCKPanel_Window_OnBlur, 100, this, [ e, panel ]…
|
| /plugin/openlayersmap/ol/ |
| D | ol-layerswitcher.js | 94 this.panel = document.createElement('div'); 95 this.panel.className = 'panel'; 96 element.appendChild(this.panel); 97 LayerSwitcher.enableTouchScroll_(this.panel); 123 this.panel.onmouseout = (evt) => { function 124 if (!this.panel.contains(evt.relatedTarget)) { 217 LayerSwitcher.renderPanel(this.getMap(), this.panel, { 229 static renderPanel(map, panel, options) { argument 233 panel.dispatchEvent(render_event); 237 while (panel.firstChild) { [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
| D | bootstrap.min.css | 5 …panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-web…
|
| /plugin/combo/ComboStrap/ |
| H A D | TabsTag.php | 151 $panel = ""; 154 $panel = $liTagAttributes->getValueAndRemoveIfPresent("panel"); 155 if ($panel === null && $liTagAttributes->hasComponentAttribute("id")) { 156 $panel = $liTagAttributes->getValueAndRemoveIfPresent("id"); 158 if ($panel === null) { 181 ->addOutputAttributeValue('id', $panel . "-tab") 183 ->addOutputAttributeValue('aria-controls', $panel) 185 ->addOutputAttributeValue('href', "#$panel")
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckpanel.js | 273 function FCKPanel_Window_OnFocus( e, panel ) argument 275 panel.HasFocus = true ; 278 function FCKPanel_Window_OnBlur( e, panel ) argument 280 panel.HasFocus = false ; 282 if ( panel._LockCounter == 0 ) 283 FCKTools.RunFunction( panel.Hide, panel ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckpanel.js | 308 function FCKPanel_Window_OnFocus( e, panel ) argument 310 panel.HasFocus = true ; 313 function FCKPanel_Window_OnBlur( e, panel ) argument 315 panel.HasFocus = false ; 317 if ( panel._LockCounter == 0 ) 318 FCKTools.RunFunction( panel.Hide, panel ) ;
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorAboutFrame.java | 46 JPanel panel = new JPanel(new BorderLayout()) in EditorAboutFrame() local 70 panel.setBorder(BorderFactory.createCompoundBorder(BorderFactory in EditorAboutFrame() 79 panel.add(titleLabel, BorderLayout.NORTH); in EditorAboutFrame() 86 panel.add(subtitleLabel, BorderLayout.CENTER); in EditorAboutFrame() 88 getContentPane().add(panel, BorderLayout.NORTH); in EditorAboutFrame()
|
| /plugin/html5video2/ |
| D | style.css | 1008 .video-js .vjs-volume-panel .vjs-volume-control { 1016 .video-js .vjs-volume-panel { 1019 …panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .vide… 1025 …panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs… 1030 …panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-v… 1034 …panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizont… 1038 .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only { 1042 .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical { 1049 .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { 1053 .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal { [all …]
|
| /plugin/dwcommits/ |
| D | README | 6 It has an administrative panel which enables the user to create databases of 13 The databases created by this plugin can be queried from the admin panel and 17 Please read the documentation in the admin panel or on the plugin web site
|
| /plugin/darkmodetoggle/ |
| D | style.css | 103 body.dark-mode .panel, 104 body.dark-mode .panel-default { 109 body.dark-mode .panel-default > .panel-heading {
|
| /plugin/pdfjs/pdfjs/web/locale/tsz/ |
| D | viewer.properties | 41 # Tooltips and alt text for side panel toolbar buttons 45 # Thumbnails panel item (tooltip and alt text for images) 51 # Find panel button title and messages 53 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/mn/ |
| D | viewer.properties | 44 # Tooltips and alt text for side panel toolbar buttons 48 # Thumbnails panel item (tooltip and alt text for images) 54 # Find panel button title and messages 59 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/ta-LK/ |
| D | viewer.properties | 42 # Tooltips and alt text for side panel toolbar buttons 46 # Thumbnails panel item (tooltip and alt text for images) 52 # Find panel button title and messages 56 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/meh/ |
| D | viewer.properties | 40 # Tooltips and alt text for side panel toolbar buttons 44 # Thumbnails panel item (tooltip and alt text for images) 50 # Find panel button title and messages 52 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/rw/ |
| D | viewer.properties | 43 # Tooltips and alt text for side panel toolbar buttons 47 # Thumbnails panel item (tooltip and alt text for images) 53 # Find panel button title and messages 58 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/tn/ |
| D | viewer.properties | 44 # Tooltips and alt text for side panel toolbar buttons 48 # Thumbnails panel item (tooltip and alt text for images) 54 # Find panel button title and messages 59 # Error panel labels
|
| /plugin/pdfjs/pdfjs/web/locale/zam/ |
| D | viewer.properties | 53 # Tooltips and alt text for side panel toolbar buttons 60 # Thumbnails panel item (tooltip and alt text for images) 66 # Find panel button title and messages 68 # Error panel labels
|