Searched refs:information (Results 126 - 150 of 374) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1455 QMessageBox::information(this, "qconf", _("Unable to load configuration!"));
1462 QMessageBox::information(this, "qconf", _("Unable to save configuration!"));
1471 QMessageBox::information(this, "qconf", _("Unable to save configuration!"));
1648 QMessageBox::information(this, "qconf", str);
1656 QMessageBox::information(this, "qconf", str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbody.tex278 information on these.
424 wxWidgets does not use C++ run-time type information since wxWidgets provides
425 its own run-time type information system, implemented using macros.
476 information. The application searches through a number of locally
543 For more information, see the \helpref{XML-based resource system overview}{xrcoverview}.
673 specific information about the problem will be logged.
679 See the \helpref{debugging overview}{debuggingoverview} for further information.
H A Dprint.tex3 This class holds a variety of information related to printers and
130 Returns the paper size id. For more information, see \helpref{wxPrintData::SetPaperId}{wxprintdatasetpaperid}.
428 This class holds information related to the visual characteristics of wxPrintDialog.
753 information about the kind of the error.
764 information about the kind of the error).
787 information on device contexts, and \helpref{wxDC::GetSize}{wxdcgetsize} for
811 Constructor. Pass a \helpref{wxPrintData}{wxprintdata} object with information
915 Called by the framework to obtain information from the application about minimum
1367 information about the kind of the error.
H A Ddb.tex189 is opened, all of the information contained in the dbInf structure is
190 queried from the datasource. This information is used almost exclusively
192 portions of this information outside of the class library, member
431 information about all data tables to which the user specified in userID has
737 To get column amount and column names or other information about returned columns, pass {\it 'columns'} and {\it 'numcols'} parameters to the function also.
743 \docparam{columns}{On success, this function will set this pointer to point to array of \helpref{wxDbColInf}{wxdbcolinf} objects, holding information about columns returned by the query. You need to call delete[] for the pointer you pass here after you don't use it anymore to prevent memory leak.}
800 \docparam{tableName}{The table name you wish to obtain column information about.}
826 \docparam{tableName}{The table name you wish to obtain column information about.}
828 \docparam{tableName[]}{An array of pointers to table names you wish to obtain column information about. The last element of this array must be a NULL string.}
840 structures, allowing you to obtain information regardin
[all...]
H A Dlocale.tex195 Returns the information for the given language or {\tt NULL} if this language
233 Returns a pointer to wxLanguageInfo structure containing information about the
296 See \urlref{GNU gettext manual}{http://www.gnu.org/manual/gettext/html\_chapter/gettext\_10.html\#SEC150} for additional information on plural forms handling.
H A Dtsizer.tex20 For information about the new wxWidgets resource system, which can describe
46 be discussed one by one in the text below. For more detailed information on how to use sizers
168 For programming information, see \helpref{wxGridSizer}{wxgridsizer}.
H A Dtsamples.tex145 with standard information adding a custom file to it (just a timestamp) and
146 allows to view the information gathered using
163 class. In the status bar, it displays the information gathered through its
335 More information about this sample can be found in the {\tt readme.txt} file in
348 class for further information.
450 do. See the comments in the code for more information. Note that because
H A Dsettings.tex154 \twocolitem{{\bf wxSYS\_SHOW\_SOUNDS}}{Non-zero if the user requires an application to present information visually in situations
155 where it would otherwise present the information only in audible form; zero otherwise.}
H A Duri.tex14 wxURI is used to extract information from
17 For information about URIs, see
H A Dencconv.tex164 then without losing information (it may - and will - happen
H A Dfontdlg.tex5 This class holds a variety of information related to font dialogs.
H A Dlayalgor.tex5 to children of the frame, asking them for information about
H A Dlistevt.tex3 A list event holds information about events associated with wxListCtrl objects.
H A Dlistitem.tex3 This class stores information about a wxListCtrl item or column.
H A Dregkey.tex163 Gets information about the key.
H A Dtdelwin.tex22 \helpref{wxCloseEvent::Veto}{wxcloseeventveto}. Calling this provides useful information
H A Dtnoneng.tex57 You have to fill in proper charset information. Your .po file may look like this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex47 relevant pieces of information about the audio stream. The
99 The setup header contains the bulk of the codec setup information
398 \item save the needed decoded floor information for channel for later synthesis
428 floor has no decoded floor information; it is important that this is
531 information, according to packet type. Note that the vector synthesis
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFormat.cpp85 case wxT('\''): // For decimal conversion (i, d, u, f, F, g, G) the output is to be grouped with thousands' grouping characters if the locale information indicates any.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.h28 /* Additional information may be returned */
85 unsigned valid :1; /* The information field conforms to QIC-157C */
92 u32 information __attribute__ ((packed)); member in struct:__anon14868
94 u32 command_specific; /* Additional command specific information */
99 unsigned sksv :1; /* Sense Key Specific information is valid */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dannounce-gen45 print $STREAM "Try `$ME --help' for more information.\n";
78 --version output version information and exit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cd.c10 * License. See linux/COPYING for more information.
12 * See Documentation/cdrom/ide-cd for usage information.
182 sector = (sense->information[0] << 24) |
183 (sense->information[1] << 16) |
184 (sense->information[2] << 8) |
185 (sense->information[3]);
847 * no sense information is returned.
1079 /* read the multisession information */
1093 /* re-read multisession information using MSF format */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_unfl.S190 | information respectively on upper/lower register halves.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dmmu.S37 ; Bus fault handler. Extracts relevant information and calls mm subsystem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dconfig_h.com64 $! Some information for writing timestamps to created files
511 $! ! The header files have this information, however
521 $! ! The header files have this information, however
531 $! ! The header files have this information, however

Completed in 149 milliseconds

1234567891011>>