Searched refs:param (Results 226 - 250 of 1847) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhyperlink.tex73 \func{}{wxHyperLink}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{const wxString \&}{ label}, \param{const wxString \&}{ url}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style}, \param{const wxString\& }{name = ``hyperlink"}}
80 \func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowI
[all...]
H A Drichtextheaderfooterdata.tex58 \func{}{wxRichTextHeaderFooterData}{\param{const wxRichTextHeaderFooterData\& }{data}}
70 \func{void}{Copy}{\param{const wxRichTextHeaderFooterData\& }{data}}
88 \constfunc{wxString}{GetFooterText}{\param{wxRichTextOddEvenPage }{page = wxRICHTEXT\_PAGE\_EVEN}, \param{wxRichTextPageLocation }{location = wxRICHTEXT\_PAGE\_CENTRE}}
100 \constfunc{wxString}{GetHeaderText}{\param{wxRichTextOddEvenPage }{page = wxRICHTEXT\_PAGE\_EVEN}, \param{wxRichTextPageLocation }{location = wxRICHTEXT\_PAGE\_CENTRE}}
112 \constfunc{wxString}{GetText}{\param{int }{headerFooter}, \param{wxRichTextOddEvenPage }{page}, \param{wxRichTextPageLocation }{location}}
130 \func{void}{SetFont}{\param{cons
[all...]
H A Drichtextprinting.tex20 \func{}{wxRichTextPrinting}{\param{const wxString\& }{name = wxT("Printing")}, \param{wxWindow* }{parentWindow = NULL}}
27 \constfunc{wxString}{GetFooterText}{\param{wxRichTextOddEvenPage }{page = wxRICHTEXT\_PAGE\_EVEN}, \param{wxRichTextPageLocation }{location = wxRICHTEXT\_PAGE\_CENTRE}}
39 \constfunc{wxString}{GetHeaderText}{\param{wxRichTextOddEvenPage }{page = wxRICHTEXT\_PAGE\_EVEN}, \param{wxRichTextPageLocation }{location = wxRICHTEXT\_PAGE\_CENTRE}}
81 \func{bool}{PreviewBuffer}{\param{const wxRichTextBuffer\& }{buffer}}
87 \func{bool}{PreviewFile}{\param{const wxString\& }{richTextFile}}
94 \func{bool}{PrintBuffer}{\param{const wxRichTextBuffer\& }{buffer}}
100 \func{bool}{PrintFile}{\param{cons
[all...]
H A Drenderer.tex102 \func{void}{DrawCheckBox}{\param{wxWindow *}{win}, \param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{int }{flags}}
112 \func{void}{DrawComboBoxDropButton}{\param{wxWindow *}{win}, \param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{int }{flags}}
122 \func{void}{DrawDropArrow}{\param{wxWindow *}{win}, \param{wxD
[all...]
H A Dactivexevt.tex50 \constfunc{wxString}{ParamType}{\param{size\_t }{idx}}
52 Obtains the param type of the param number idx specifies as a string.
57 \constfunc{wxString}{ParamName}{\param{size\_t }{idx}}
59 Obtains the param name of the param number idx specifies as a string.
64 \func{wxVariant&}{operator[]}{\param{size\_t }{idx}}
71 \constfunc{DISPID}{GetDispatchId}{\param{int }{idx}}
H A Dcsconv.tex30 \func{}{wxCSConv}{\param{const wxChar* }{charset}}
32 \func{}{wxCSConv}{\param{wxFontEncoding }{encoding}}
61 \constfunc{size\_t}{MB2WC}{\param{wchar\_t* }{buf}, \param{const char* }{psz}, \param{size\_t }{n}}
68 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Ddgramsocket.tex36 \func{}{wxDatagramSocket}{\param{wxSocketFlags}{ flags = wxSOCKET\_NONE}}
58 \func{wxDatagramSocket\&}{ReceiveFrom}{\param{wxSockAddress\&}{ address}, \param{void *}{ buffer}, \param{wxUint32}{ nbytes}}
76 Returns a reference to the current object, and the address of the peer that sent the data on address param.
90 \func{wxDatagramSocket\&}{SendTo}{\param{const wxSockAddress\&}{ address}, \param{const void *}{ buffer}, \param{wxUint32}{ nbytes}}
H A Dgridedit.tex38 \func{static bool}{IsTrueValue}{\param{const wxString\& }{value}}
47 \func{static void}{UseStringValues}{\param{const wxString\& }{valueTrue = \_T("1")}, \param{const wxString\& }{valueFalse = \_T("")}}
77 \func{}{wxGridCellChoiceEditor}{\param{size\_t }{count = 0}, \param{const wxString }{choices[] = NULL}, \param{bool }{allowOthers = false}}
79 \func{}{wxGridCellChoiceEditor}{\param{const wxArrayString\& }{choices}, \param{bool }{allowOthers = false}}
88 \func{void}{SetParameters}{\param{const wxString\& }{params}}
128 \func{void}{Create}{\param{wxWindo
[all...]
H A Drealpoin.tex25 \func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}}
H A Dstrcldat.tex24 \func{}{wxStringClientData}{\param{const wxString\& }{data}}
36 \func{void}{SetData}{\param{const wxString\& }{data}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dl64781.c120 static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) argument
131 struct dvb_ofdm_parameters *p = &param->u.ofdm;
143 fe->ops.tuner_ops.set_params(fe, param);
147 if (param->inversion != INVERSION_ON &&
148 param->inversion != INVERSION_OFF)
223 (param->inversion == INVERSION_ON ? 0x80 : 0x00));
236 static int get_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters* param) argument
245 param->u.ofdm.guard_interval = GUARD_INTERVAL_1_32;
248 param->u.ofdm.guard_interval = GUARD_INTERVAL_1_16;
251 param
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_cpucores.c17 # include <sys/param.h>
26 # include <sys/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di8042.h40 int i8042_command(unsigned char *param, int command);
57 static inline int i8042_command(unsigned char *param, int command) argument
H A Dlibps2.h49 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
50 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_cpucores.c17 # include <sys/param.h>
26 # include <sys/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndcodec.tex18 \func{}{wxSoundStreamCodec}{\param{wxSoundStream\& }{snd\_io}}
28 \func{bool}{StartProduction}{\param{int }{evt}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h390 bool HasParam(const wxString& param);
393 wxXmlNode *GetParamNode(const wxString& param);
396 wxString GetParamValue(const wxString& param);
407 int GetStyle(const wxString& param = wxT("style"), int defaults = 0);
409 // Gets text from param and does some conversions:
413 wxString GetText(const wxString& param, bool translate = true);
422 bool GetBool(const wxString& param, bool defaultv = false);
425 long GetLong(const wxString& param, long defaultv = 0);
428 float GetFloat(const wxString& param, float defaultv = 0);
431 wxColour GetColour(const wxString& param, cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/auth/
H A Dauth_skel.c45 NTSTATUS auth_init_skel(struct auth_context *auth_context, const char *param, auth_methods **auth_method) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Ddelay.c4 #include <asm/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Ddelay.c11 #include <asm/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Ddelay.h16 #include <asm/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Ddelay_no.h9 #include <asm/param.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddelay.h25 #include <linux/param.h> /* needed for HZ */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-weblogs.c44 struct param p[2];
49 m.params.param = p;
65 if (r.params->param[0].value.__type == SOAP_TYPE__struct)
67 struct _struct *s = r.params->param[0].value.ref;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc-weblogs.c44 struct param p[2];
49 m.params.param = p;
65 if (r.params->param[0].value.__type == SOAP_TYPE__struct)
67 struct _struct *s = r.params->param[0].value.ref;

Completed in 199 milliseconds

1234567891011>>