Searched refs:label (Results 126 - 150 of 1582) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcontrol.h46 virtual void SetLabel( const wxString &label );
57 // sets the label to the given string and also sets it for the given widget
58 void GTKSetLabelForLabel(GtkLabel *w, const wxString& label);
61 GtkWidget* GTKCreateFrame(const wxString& label);
62 void GTKSetLabelForFrame(GtkFrame *w, const wxString& label);
66 // remove mnemonics ("&"s) from the label
67 static wxString GTKRemoveMnemonics(const wxString& label);
69 // converts wx label to GTK+ label, i.e. basically replace "&"s with "_"s
73 static wxString GTKConvertMnemonics(const wxString &label);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-add1.S46 .label _gcry_mpih_add_n
57 .label L$loop
64 .label L$end
H A Dmpih-sub1.S50 .label _gcry_mpih_sub_n
61 .label L$loop
68 .label L$end
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-add1.S46 .label _gcry_mpih_add_n
57 .label L$loop
64 .label L$end
H A Dmpih-sub1.S50 .label _gcry_mpih_sub_n
61 .label L$loop
68 .label L$end
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86asm.pl168 # label management
169 $lbdecor="L"; # local label decoration, set by package
170 $label="000";
172 sub ::islabel # see is argument is a known label
174 foreach $i (values %label) { return $i if ($i eq $_[0]); }
175 $label{$_[0]}; # can be undef
178 sub ::label # instantiate a function-scope label
179 { if (!defined($label{$_[0]}))
180 { $label{
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcontrol.cpp94 void wxControl::SetLabel( const wxString &label )
98 m_label = label;
108 void wxControl::GTKSetLabelForLabel(GtkLabel *w, const wxString& label) argument
111 wxControl::SetLabel(label);
113 const wxString labelGTK = GTKConvertMnemonics(label);
122 // gtk_frame_set_label, rather you need to use a custom label widget
126 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) argument
128 const wxString labelGTK = GTKConvertMnemonics(label);
135 return framewidget; //note that the label is already set so you'll
139 void wxControl::GTKSetLabelForFrame(GtkFrame *w, const wxString& label) argument
172 GTKProcessMnemonics(const wxString& label, MnemonicsFlag flag) argument
236 GTKRemoveMnemonics(const wxString& label) argument
242 GTKConvertMnemonics(const wxString& label) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dbugs.tex1 \chapter{Bugs}\label{bugs}%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.h122 * Creates an item with a constant label.
124 * @param label Visible text for the item.
127 CStatTreeItemBase(const wxString &label, unsigned flags = stNone) argument
128 : m_label(label), m_parent(NULL), m_flags(flags), m_id(0),
133 * Creates an item with a constant label.
135 * @param label Visible text for the item.
137 CStatTreeItemBase(const wxString &label, uint32_t uniqueid)
138 : m_label(label), m_uniqueid(uniqueid)
254 * Returns the associated text (GUI item label).
301 //! Unformatted and untranslated label o
368 CStatTreeItemSimple( const wxString &label, unsigned flags = stNone, enum EDisplayMode displaymode = dmDefault) argument
474 CStatTreeItemCounterTmpl( const wxString &label, unsigned flags = stNone) argument
574 CStatTreeItemHiddenCounter( const wxString &label, unsigned flags = stNone) argument
611 CStatTreeItemUlDlCounter( const wxString &label, uint64_t (*totalfunc)(), unsigned flags = stNone) argument
652 CStatTreeItemCounterMax(const wxString &label) argument
720 CStatTreeItemPackets(const wxString &label) argument
771 CStatTreeItemPacketTotals(const wxString &label) argument
815 CStatTreeItemTimer( const wxString &label, unsigned flags = stNone) argument
920 CStatTreeItemAverage( const wxString &label, const CStatTreeItemCounter *dividend, const CStatTreeItemCounter *divisor, enum EDisplayMode displaymode) argument
977 CStatTreeItemAverageSpeed( const wxString &label, const CStatTreeItemUlDlCounter *counter, const CStatTreeItemTimer *timer) argument
1025 CStatTreeItemRatio( const wxString &label, const CStatTreeItemCounter *cnt1, const CStatTreeItemCounter* cnt2, uint64_t (*totalfunc1)() = NULL, uint64_t (*totalfunc2)() = NULL) argument
1079 CStatTreeItemReconnects(const wxString &label) argument
1110 CStatTreeItemMaxConnLimitReached(const wxString &label) argument
1164 CStatTreeItemTotalClients( const wxString &label, const CStatTreeItemCounter *known, const CStatTreeItemCounter *unknown) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsckaddr.tex4 \section{\class{wxSockAddress}}\label{wxsockaddress}
30 \membersection{wxSockAddress::wxSockAddress}\label{wxsockaddressctor}
36 \membersection{wxSockAddress::\destruct{wxSockAddress}}\label{wxsockaddressdtor}
45 \membersection{wxSockAddress::Clear}\label{wxsockaddressclear}
H A Dstattext.tex1 \section{\class{wxStaticText}}\label{wxstatictext}
40 \membersection{wxStaticText::wxStaticText}\label{wxstatictextconstr}
47 \param{const wxString\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
58 \docparam{label}{Text label.}
73 \membersection{wxStaticText::Create}\label{wxstatictextcreate}
76 \param{const wxString\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
82 \membersection{wxStaticText::GetLabel}\label{wxstatictextgetlabel}
89 \membersection{wxStaticText::SetLabel}\label{wxstatictextsetlabel}
91 \func{virtual void}{SetLabel}{\param{const wxString\& }{ label}}
[all...]
H A Dxmlproperty.tex11 \section{\class{wxXmlProperty}}\label{wxxmlproperty}
33 \membersection{wxXmlProperty::wxXmlProperty}\label{wxxmlpropertywxxmlproperty}
43 \membersection{wxXmlProperty::\destruct{wxXmlProperty}}\label{wxxmlpropertydtor}
49 \membersection{wxXmlProperty::GetName}\label{wxxmlpropertygetname}
55 \membersection{wxXmlProperty::GetNext}\label{wxxmlpropertygetnext}
61 \membersection{wxXmlProperty::GetValue}\label{wxxmlpropertygetvalue}
67 \membersection{wxXmlProperty::SetName}\label{wxxmlpropertysetname}
73 \membersection{wxXmlProperty::SetNext}\label{wxxmlpropertysetnext}
79 \membersection{wxXmlProperty::SetValue}\label{wxxmlpropertysetvalue}
H A Dcmdproc.tex1 \section{\class{wxCommandProcessor}}\label{wxcommandprocessor}
22 \membersection{wxCommandProcessor::wxCommandProcessor}\label{wxcommandprocessorctor}
33 \membersection{wxCommandProcessor::\destruct{wxCommandProcessor}}\label{wxcommandprocessordtor}
40 \membersection{wxCommandProcessor::CanUndo}\label{wxcommandprocessorcanundo}
47 \membersection{wxCommandProcessor::ClearCommands}\label{wxcommandprocessorclearcommands}
54 \membersection{wxCommandProcessor::Redo}\label{wxcommandprocessorredo}
61 \membersection{wxCommandProcessor::GetCommands}\label{wxcommandprocessorgetcommands}
68 \membersection{wxCommandProcessor::GetMaxCommands}\label{wxcommandprocessorgetmaxcommands}
75 \membersection{wxCommandProcessor::GetEditMenu}\label{wxcommandprocessorgeteditmenu}
82 \membersection{wxCommandProcessor::GetRedoAccelerator}\label{wxcommandprocessorgetredoaccelerato
[all...]
H A Dauitabart.tex6 \section{\class{wxAuiTabArt}}\label{wxauitabart}
22 \membersection{wxAuiTabArt::wxAuiTabArt}\label{wxauitabartwxauitabart}
28 \membersection{wxAuiTabArt::Clone}\label{wxauitabartclone}
34 \membersection{wxAuiTabArt::DrawBackground}\label{wxauitabartdrawbackground}
40 \membersection{wxAuiTabArt::DrawButton}\label{wxauitabartdrawbutton}
46 \membersection{wxAuiTabArt::DrawTab}\label{wxauitabartdrawtab}
52 \membersection{wxAuiTabArt::GetBestTabCtrlSize}\label{wxauitabartgetbesttabctrlsize}
58 \membersection{wxAuiTabArt::GetIndentSize}\label{wxauitabartgetindentsize}
64 \membersection{wxAuiTabArt::GetTabSize}\label{wxauitabartgettabsize}
70 \membersection{wxAuiTabArt::SetFlags}\label{wxauitabartsetflag
[all...]
H A Ddataviewcolumn.tex2 \section{\class{wxDataViewColumn}}\label{wxdataviewcolumn}
36 \membersection{wxDataViewColumn::wxDataViewColumn}\label{wxdataviewcolumnwxdataviewcolumn}
46 \membersection{wxDataViewColumn::\destruct{wxDataViewColumn}}\label{wxdataviewcolumndtor}
52 \membersection{wxDataViewColumn::GetBitmap}\label{wxdataviewcolumngetbitmap}
58 \membersection{wxDataViewColumn::GetModelColumn}\label{wxdataviewcolumngetmodelcolumn}
65 \membersection{wxDataViewColumn::GetOwner}\label{wxdataviewcolumngetowner}
71 \membersection{wxDataViewColumn::GetRenderer}\label{wxdataviewcolumngetrenderer}
79 \membersection{wxDataViewColumn::GetSortable}\label{wxdataviewcolumngetsortable}
87 \membersection{wxDataViewColumn::GetWidth}\label{wxdataviewcolumngetwidth}
93 \membersection{wxDataViewColumn::IsSortOrderAscending}\label{wxdataviewcolumnissortorderascendin
[all...]
H A Drichtextxmlhandler.tex1 \section{\class{wxRichTextXMLHandler}}\label{wxrichtextxmlhandler}
32 \membersection{wxRichTextXMLHandler::wxRichTextXMLHandler}\label{wxrichtextxmlhandlerwxrichtextxmlhandler}
38 \membersection{wxRichTextXMLHandler::CanLoad}\label{wxrichtextxmlhandlercanload}
44 \membersection{wxRichTextXMLHandler::CanSave}\label{wxrichtextxmlhandlercansave}
50 \membersection{wxRichTextXMLHandler::CreateStyle}\label{wxrichtextxmlhandlercreatestyle}
56 \membersection{wxRichTextXMLHandler::DoLoadFile}\label{wxrichtextxmlhandlerdoloadfile}
62 \membersection{wxRichTextXMLHandler::DoSaveFile}\label{wxrichtextxmlhandlerdosavefile}
68 \membersection{wxRichTextXMLHandler::ExportXML}\label{wxrichtextxmlhandlerexportxml}
74 \membersection{wxRichTextXMLHandler::GetNodeContent}\label{wxrichtextxmlhandlergetnodecontent}
80 \membersection{wxRichTextXMLHandler::GetParamNode}\label{wxrichtextxmlhandlergetparamnod
[all...]
H A Dclasinfo.tex1 \section{\class{wxClassInfo}}\label{wxclassinfo}
21 \membersection{wxClassInfo::wxClassInfo}\label{wxclassinfoctor}
29 \membersection{wxClassInfo::CreateObject}\label{wxclassinfocreateobject}
36 \membersection{wxClassInfo::FindClass}\label{wxclassinfofindclass}
42 \membersection{wxClassInfo::GetBaseClassName1}\label{wxclassinfogetbaseclassname1}
48 \membersection{wxClassInfo::GetBaseClassName2}\label{wxclassinfogetbaseclassname2}
54 \membersection{wxClassInfo::GetClassName}\label{wxclassinfogetclassname}
60 \membersection{wxClassInfo::GetSize}\label{wxclassinfogetsize}
66 \membersection{wxClassInfo::InitializeClasses}\label{wxclassinfoinitializeclasses}
73 \membersection{wxClassInfo::IsDynamic}\label{wxclassinfoisdynami
[all...]
H A Ddocchfrm.tex1 \section{\class{wxDocChildFrame}}\label{wxdocchildframe}
27 \membersection{wxDocChildFrame::m\_childDocument}\label{wxdocchildframemchilddocument}
33 \membersection{wxDocChildFrame::m\_childView}\label{wxdocchildframemchildview}
39 \membersection{wxDocChildFrame::wxDocChildFrame}\label{wxdocchildframector}
48 \membersection{wxDocChildFrame::\destruct{wxDocChildFrame}}\label{wxdocchildframedtor}
54 \membersection{wxDocChildFrame::GetDocument}\label{wxdocchildframegetdocument}
60 \membersection{wxDocChildFrame::GetView}\label{wxdocchildframegetview}
66 \membersection{wxDocChildFrame::OnActivate}\label{wxdocchildframeonactivate}
74 \membersection{wxDocChildFrame::OnCloseWindow}\label{wxdocchildframeonclosewindow}
80 \membersection{wxDocChildFrame::SetDocument}\label{wxdocchildframesetdocumen
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/527x/
H A Dgpio.c27 .label = "PIRQ",
43 .label = "ADDR",
61 .label = "DATAH",
79 .label = "DATAL",
97 .label = "BUSCTL",
115 .label = "BS",
133 .label = "CS",
151 .label = "SDRAM",
169 .label = "FECI2C",
187 .label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Dstmp3xxx.h51 void stmp3xxx_release_pin_group(struct pin_group *pin_group, const char *label);
52 int stmp3xxx_request_pin_group(struct pin_group *pin_group, const char *label);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dx86asm.pl168 # label management
169 $lbdecor="L"; # local label decoration, set by package
170 $label="000";
172 sub ::islabel # see is argument is a known label
174 foreach $i (values %label) { return $i if ($i eq $_[0]); }
175 $label{$_[0]}; # can be undef
178 sub ::label # instantiate a function-scope label
179 { if (!defined($label{$_[0]}))
180 { $label{
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/528x/
H A Dgpio.c26 .label = "NQ",
42 .label = "TA",
58 .label = "TB",
74 .label = "QA",
90 .label = "QB",
106 .label = "A",
124 .label = "B",
142 .label = "C",
160 .label = "D",
178 .label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dibm.c74 } *label; local
94 label = kmalloc(sizeof(union label_t), GFP_KERNEL);
95 if (label == NULL)
103 * Special case for FBA disks: label sector does not depend on
113 * Get volume label, extract name and type.
119 memcpy(label, data, sizeof(union label_t));
123 strncpy(type, label->vol.vollbl, 4);
124 strncpy(name, label->vol.volid, 6);
126 strncpy(type, label->lnx.vollbl, 4);
127 strncpy(name, label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/532x/
H A Dgpio.c26 .label = "PIRQ",
41 .label = "FECH",
59 .label = "FECL",
77 .label = "SSI",
95 .label = "BUSCTL",
113 .label = "BE",
131 .label = "CS",
149 .label = "PWM",
167 .label = "FECI2C",
185 .label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dgpiolib.c87 .label = "GPA",
95 .label = "GPB",
103 .label = "GPC",
111 .label = "GPD",
119 .label = "GPE",
127 .label = "GPG",
135 .label = "GPM",
153 .label = "GPH",
161 .label = "GPK",
169 .label
[all...]

Completed in 83 milliseconds

1234567891011>>