Searched refs:panels (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.tabs.js110 this.panels = $( [] );
129 self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) );
147 .insertAfter( self.panels[ i - 1 ] || self.list );
150 self.panels = self.panels.add( $panel );
163 this.panels.addClass( "ui-tabs-panel ui-widget-content ui-corner-bottom" );
209 this.panels.addClass( "ui-tabs-hide" );
229 self.lis = self.anchors = self.panels = null;
339 $hide = self.panels
[all...]
H A Djquery-ui.js5470 // so we need to add the disabled class to the headers and panels
10730 this.panels = $( [] );
10749 self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) );
10767 .insertAfter( self.panels[ i - 1 ] || self.list );
10770 self.panels = self.panels.add( $panel );
10783 this.panels.addClass( "ui-tabs-panel ui-widget-content ui-corner-bottom" );
10829 this.panels.addClass( "ui-tabs-hide" );
10849 self.lis = self.anchors = self.panels
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcomstats.h95 companel_t panels[COM_MAXPANELS]; member in struct:__anon17297
H A Dstallion.h135 struct stlpanel *panels[STL_MAXPANELS]; member in struct:stlbrd
H A Distallion.h103 unsigned int panels[STL_MAXPANELS]; member in struct:stlibrd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpantabv.tex38 Destructor. This destructor deletes all the panels associated with the view.
H A Dttab.tex8 used to switch between panels or other information. Tabs are most
24 whereas the other controls are children of panels which are shown and hidden according to
58 to specify the area in which child panels will be
143 // Add some panels
H A Dhthlpfrm.tex282 Refresh all panels. This is necessary if a new book was added.
H A Dporting.tex222 instead, which takes standard dialogs and panels and associates controls with property objects.
231 You no longer use {\bf GetDC} to access device contexts for panels, dialogs and canvases.
H A Dwxmsw.tex447 should be catered for, either by hard-wiring the capability into all dialogs and panels,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c742 if (brdp->panels[panelnr] == NULL)
744 if (minordev < brdp->panels[panelnr]->nrports) {
748 minordev -= brdp->panels[panelnr]->nrports;
753 portp = brdp->panels[panelnr]->ports[portnr];
1413 panelp = brdp->panels[panelnr];
1471 panelp = brdp->panels[0];
1650 panelp = brdp->panels[j];
1798 brdp->panels[0] = panelp;
1945 * Scan through the secondary io address space looking for panels.
2013 brdp->panels[paneln
[all...]
H A Distallion.c535 * Define the set of status register values for EasyConnection panels.
2528 * All panels and ports actually attached have been worked out. All
2556 if (panelport >= brdp->panels[panelnr]) {
3128 * Scan through the signature looking at the panels connected to the
3140 brdp->panels[panelnr] = nrports;
3301 brdp->panels[0] = brdp->nrports;
4014 stli_brdstats.panels[i].panel = i;
4015 stli_brdstats.panels[i].hwid = brdp->panelids[i];
4016 stli_brdstats.panels[i].nrports = brdp->panels[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_bios.h365 struct vch_panel_data panels[16]; member in struct:vch_bdb_22
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js395 a(this);i.html(i.data("label.tabs")).removeData("label.tabs")})},_tabify:function(i){function b(r,u){r.css("display","");!a.support.opacity&&u.opacity&&r[0].style.removeAttribute("filter")}var f=this,j=this.options,l=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=a(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);this.anchors.each(function(r,u){var v=a(u).attr("href"),w=v.split("#")[0],x;if(w&&(w===location.toString().split("#")[0]||
396 (x=a("base")[0])&&w===x.href)){v=u.hash;u.href=v}if(l.test(v))f.panels=f.panels.add(f.element.find(f._sanitizeSelector(v)));else if(v&&v!=="#"){a.data(u,"href.tabs",v);a.data(u,"load.tabs",v.replace(/#.*$/,""));v=f._tabId(u);u.href="#"+v;u=f.element.find("#"+v);if(!u.length){u=a(j.panelTemplate).attr("id",v).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(f.panels[r-1]||f.list);u.data("destroy.tabs",true)}f.panels=f.panels.add(u)}else j.disabled.push(r)});if(i){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");
397 this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(j.selected===d){location.hash&&this.anchors.each(function(r,u){if(u.hash==location.hash){j.selected=r;return false}});if(typeof j.selected!=="number"&&j.cookie)j.selected=parseInt(f._cookie(),10);if(typeof j.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)j.selected=
398 this.lis.index(this.lis.filter(".ui-tabs-selected"));j.selected=j.selected||(this.lis.length?0:-1)}else if(j.selected===null)j.selected=-1;j.selected=j.selected>=0&&this.anchors[j.selected]||j.selected<0?j.selected:0;j.disabled=a.unique(j.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(r){return f.lis.index(r)}))).sort();a.inArray(j.selected,j.disabled)!=-1&&j.disabled.splice(a.inArray(j.selected,j.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
399 if(j.selected>=0&&this.anchors.length){f.element.find(f._sanitizeSelector(f.anchors[j.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(j.selected).addClass("ui-tabs-selected ui-state-active");f.element.queue("tabs",function(){f._trigger("show",null,f._ui(f.anchors[j.selected],f.element.find(f._sanitizeSelector(f.anchors[j.selected].hash))[0]))});this.load(j.selected)}a(window).bind("unload",function(){f.lis.add(f.anchors).unbind(".tabs");f.lis=f.anchors=f.panels=null})}else j.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
403 this.anchors.bind(j.event+".tabs",function(){var r=this,u=a(r).closest("li"),v=f.panels
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html807 # if this is set then navigation panels are printed at the beginning of each
809 # If the document is split at nodes then navigation panels are
2115 $about .= &$I(' The buttons in the navigation panels have the following meaning:') . "\n";
5545 ' The buttons in the navigation panels have the following meaning:' => '',
5672 ' The buttons in the navigation panels have the following meaning:' => '',
5795 ' The buttons in the navigation panels have the following meaning:' => '',
5922 ' The buttons in the navigation panels have the following meaning:' => ' Les boutons de navigation ont la signification suivante :',
6095 ' The buttons in the navigation panels have the following meaning:' => '������������������������������������������������������������������������������������',
6240 ' The buttons in the navigation panels have the following meaning:' => '',
6367 ' The buttons in the navigation panels hav
[all...]

Completed in 295 milliseconds