Searched refs:form (Results 126 - 150 of 255) 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 Dsound.tex103 The static form is shorthand for this code:
H A Dstackframe.tex101 Get the name, type and value (in text form) of the given parameter.
H A Dtxtdatob.tex70 wxWidgets' internals. Use this method to get data in text form from
H A Dfontmap.tex94 Returns the encoding for the given charset (in the form of RFC 2046) or
138 The first form is for wxWidgets' internal use while the second one
H A Dimaglist.tex4 an unspecified form. Images can have masks for transparent
208 \pythonnote{The second form is called {\tt ReplaceIcon} in wxPython.}
H A Ddatostrm.tex33 be available. The second form is only available in Unicode build of wxWidgets.
H A Dfs.tex65 as gzip. Header is <wx/fs\_filter.h>. URLs are in the form, e.g.:
H A Dpalette.tex81 \perlnote{In wxPerl the third constructor form takes as parameters
H A Dtruntime.tex73 by macros of the form IMPLEMENT\_... in the implementation C++ file. Classes whose instances may be
H A Ddataviewctrl.tex8 in a tree like fashion or in a tabular form or both. Currently,
9 only the tabular form is implemented. wxDataViewCtrl doesn't
H A Dxmlres.tex183 This form is used to finish creation of an already existing instance (the main reason
235 Loads a panel. {\it panel} points to parent window (if any). This form
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl196 * This can be in the form of a textual message at program startup or
204 * 2. Redistributions in binary form must reproduce the above copyright
H A Dobjects.pl144 * This can be in the form of a textual message at program startup or
152 * 2. Redistributions in binary form must reproduce the above copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure.bat26 rem Corresponding Source for a non-source form of such a combination
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl196 * This can be in the form of a textual message at program startup or
204 * 2. Redistributions in binary form must reproduce the above copyright
H A Dobjects.pl147 * This can be in the form of a textual message at program startup or
155 * 2. Redistributions in binary form must reproduce the above copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.pl196 * This can be in the form of a textual message at program startup or
204 * 2. Redistributions in binary form must reproduce the above copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex10 form.
26 form only. That is:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl324 " * 2. Redistributions in binary form must reproduce the above copyright\n",
343 " * 6. Redistributions of any form whatsoever must retain the following\n",
498 * 2. Redistributions in binary form must reproduce the above copyright
517 * 6. Redistributions of any form whatsoever must retain the following
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lib.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
362 point_conversion_form_t form)
364 group->asn1_form = form;
945 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, argument
958 return group->meth->point2oct(group, point, form, buf, len, ctx);
361 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
H A Dec_asn1.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
572 point_conversion_form_t form; local
616 form = EC_GROUP_get_point_conversion_form(group);
618 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
629 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
933 /* set the point conversion form */
1185 /* save the point conversion form */
1385 /* save the point conversion form */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c1170 POLICY_HND *handle, uint32 level, FORM *form)
1179 make_spoolss_q_addform( &in, handle, level, form );
1196 const char *form_name, FORM *form)
1205 make_spoolss_q_setform( &in, handle, level, form_name, form );
1222 uint32 level, FORM_1 *form)
1264 if (!smb_io_form_1("", out.buffer, form, 0)) {
1169 rpccli_spoolss_addform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *handle, uint32 level, FORM *form) argument
1194 rpccli_spoolss_setform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *handle, uint32 level, const char *form_name, FORM *form) argument
1220 rpccli_spoolss_getform(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *handle, const char *formname, uint32 level, FORM_1 *form) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp612 // Each constraint is stored in the form
696 // Each constraint is stored in the form
1639 GraphicsForm *form = new GraphicsForm("Containers");
1642 form->Add(wxMakeFormShort("Width", &lineWidth, wxFORM_DEFAULT, NULL, NULL, wxVERTICAL,
1644 form->Add(wxMakeFormString("Colour", pColour, wxFORM_CHOICE,
1670 form->Add(wxMakeFormString("Style", pStyle, wxFORM_CHOICE,
1686 form->AssociatePanel(dialog);
1687 form->dialog = dialog;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl404 " * 2. Redistributions in binary form must reproduce the above copyright\n",
423 " * 6. Redistributions of any form whatsoever must retain the following\n",
597 * 2. Redistributions in binary form must reproduce the above copyright
616 * 6. Redistributions of any form whatsoever must retain the following
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl404 " * 2. Redistributions in binary form must reproduce the above copyright\n",
423 " * 6. Redistributions of any form whatsoever must retain the following\n",
597 * 2. Redistributions in binary form must reproduce the above copyright
616 * 6. Redistributions of any form whatsoever must retain the following

Completed in 96 milliseconds

1234567891011