Searched refs:retrieving (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfileconf.tex15 storing and retrieving configuration information using plain text files. The
H A Dpaintevt.tex52 You can optimize painting by retrieving the rectangles
H A Dautoobj.tex107 to \helpref{wxAutomationObject::GetProperty}{wxautomationobjectgetproperty} when retrieving objects
H A Dobject.tex208 store your own data. When retrieving information from a {\bf wxObject}'s reference data,
H A Dexpr.tex134 existing value is left alone. This style of retrieving attributes
416 Various ways of retrieving clauses from the database. A return
H A Dhtmllbox.tex200 for adding/removing/retrieving items in the listbox.
H A Dimage.tex542 of retrieving these individually, this function will return the number of
1371 of retrieving these individually, this function will return the number of
1401 more than one image and the image handler is capable of retrieving these individually, {\it index}
H A Dlocale.tex287 The second form is used when retrieving translation of string that has
H A Drichtextoverview.tex284 attribute storage. So we need finer control when setting and retrieving
H A Ddb.tex816 occurs retrieving the number of columns, this function will return a -1.
2674 and then retrieving the records, locking each as you go (assuming FOR UPDATE
2870 Before retrieving records, a query must be performed using
2903 Before retrieving records, a query must be performed using
2949 as defined by the current query. Before retrieving records, a query must be
2991 position as defined by the current query. Before retrieving records, a
H A Dtdb.tex935 code and to make it more easily readable. The HandleError() function uses the wxDbLogExtendedErrorMsg() function for retrieving database error messages.
H A Dfunction.tex1601 The second form is used when retrieving translation of string that has
4335 should be used instead. For retrieving the current time, you may also use
H A Dwindow.tex2121 %% You can optimize painting by retrieving the rectangles
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h214 //! interface for retrieving values given their names
234 ValueTypeMismatch(const std::string &name, const std::type_info &stored, const std::type_info &retrieving) argument
235 : InvalidArgument("NameValuePairs: type mismatch for '" + name + "', stored '" + stored.name() + "', trying to retrieve '" + retrieving.name() + "'")
236 , m_stored(stored), m_retrieving(retrieving) {}
290 CRYPTOPP_DLL static void CRYPTOPP_API ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving) argument
291 {if (stored != retrieving) throw ValueTypeMismatch(name, stored, retrieving);}
940 //! start retrieving the next message

Completed in 143 milliseconds