File: codespell-lines

package info (click to toggle)
wxpython4.0 4.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 221,752 kB
  • sloc: cpp: 962,555; python: 230,573; ansic: 170,731; makefile: 51,756; sh: 9,342; perl: 1,564; javascript: 584; php: 326; xml: 200
file content (31 lines) | stat: -rw-r--r-- 1,970 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
wxMessageBox(L"Salut \u00E0 toi!"); // U+00E0 is "Latin Small Letter a with Grave"
wxMessageBox("Salut à toi!");
wxMessageBox(wxString::FromUTF8("Salut \xC3\xA0 toi!"));
<tt>(week|wee)(night|knights)</tt> matches all ten characters of "weeknights",
expressions</em> (BRE). EREs are roughly those of the traditional @e egrep,
@row2col{ <tt>b</tt> , Rest of RE is a BRE. }
    the ARE <tt>(?:</tt> or the BRE <tt>\(</tt>.
        return wxPrivate::wxAnyAsImpl<T>::DoAs(*this);
    static T DoAs(const wxAny& any)
    static wxString DoAs(const wxAny& any)
        removeable,
    virtual void HandleLineEvent( unsigned int n, bool doubleClick );
        sequence of labels is A, B, ..., Z, AA, AB, ..., AZ, BA, ..., ..., ZZ,
             wxEdge otherE,
    void swap(wxScopedPtr<T>& ot);
    SEH (structured exception handling) which currently means only Microsoft
    void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
// Copyright:   (c) 2009 Marcin Malich <me@malcom.pl>
 * All of the settings below require SEH support (__try/__catch) and can't work
  the version check in `include/wx/msw/seh.h` to suppress this warning for the
#endif /* compiler doesn't support SEH */
// Name:        wx/msw/seh.h
// Purpose:     declarations for SEH (structured exceptions handling) support
    // 2019), i.e. SEH translator seems to work just fine without /EHa too, so
// Purpose:     helpers for the structured exception handling (SEH) under Win32
* MinGW-w64 versions 7.3 and 8.1 (32-bit binaries use SJLJ exceptions, 64-bit ones use SEH, and all binaries use Win32 threads).
    static wxString ConvertFromBasic(const wxString& bre);
        This function can be used to convert @a bre using deprecated wxRE_BASIC
    static wxString ConvertFromBasic(const wxString& bre);
    @c makefile.unx in the sample directory to build it using the version of
    makefile.unx</code> in the sample directory to build it.