Searched refs:can (Results 151 - 175 of 1151) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dconfigure.pl6 # This script can help you setting up the smbldap_conf.pl file. It will get all the defaults value
12 # contributors (their names can be found in the CONTRIBUTORS file).
16 # This program is free software; you can redistribute it and/or
37 die "Only root can configure the smbldap-tools scripts\n";
45 . if the domain SID is defined (you can get it with the 'net getlocalsid')
47 . you can leave the configuration using the Crtl-c key combination
48 . empty value can be set with the \".\" character\n";
139 # smb.conf). You can get all the available keys using this:
145 # for the parameter. In other words, there's not default value, and it can't be set
261 print ". ldap slave server: IP adress or DNS name of the slave ldap server: can als
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dftp.tex14 wxFTP can be used to establish a connection to an FTP server and perform all the
258 This parameter can be included in a URL if you want to use the URL manager.
259 For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
277 This parameter can be included in a URL if you want to use the URL manager.
278 For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
296 couldn't be determined. Notice that this size can be approximative size only
306 the current directory. The list can be filtered using the {\it wildcard} string.
309 The form of the list can change from one peer system to another. For example,
374 Creates a new input stream on the specified path. You can use all but the seek
387 will leave the COMMAND stream connection opened. It means that you can stil
[all...]
H A Dtprint.tex15 functions can respond to particular requests, such as `print this page' or `does
18 creating the printer device context, and so on: the application can concentrate
33 wxPrintout class. This class prints a page on request, and can be passed to the
34 Print function of a wxPrinter object to actually print the document, or can be
75 of the image on your printout. Your wxPrintout subclass can also make its own
80 FitThisSizeToXXX(), MapScreenSizeToXXX(), and GetLogicalXXXRect, which can be
82 can easily map your image to the printout withough getting into the details of
97 forth. In most cases you will use this class as-is, but you can create your own
172 that allow you to change the page margins. You can use the Mac-specific class
210 with version 2.5.4, the GTK+ port of wxWidgets can mak
[all...]
H A Dauipaneinfo.tex74 BottomDockable() indicates whether a pane can be docked at the bottom of the frame.
147 Dockable() specifies whether a frame can be docked or not. It is the same as specifying TopDockable(b).BottomDockable(b).LeftDockable(b).RightDockable(b).
259 IsBottomDockable() returns true if the pane can be docked at the bottom of the managed frame.
277 IsFloatable() returns true if the pane can be undocked and displayed as a floating window.
289 IsLeftDockable() returns true if the pane can be docked on the left of the managed frame.
295 IsMoveable() returns true if the docked frame can be undocked or moved to another dock position.
307 IsResizable() returns true if the pane can be resized.
313 IsRightDockable() returns true if the pane can be docked on the right of the managed frame.
331 IsTopDockable() returns true if the pane can be docked at the top of the managed frame.
350 LeftDockable() indicates whether a pane can b
[all...]
H A Dtmbconv.tex62 implement different kinds of conversions. You can also derive your own class
69 (wxConvLibc, wxConvFileName, wxConvUTF7, wxConvUTF8, wxConvLocal). You can use
70 these predefined objects directly, or you can instantiate your own objects.
79 The wxCSConv class is special because when it is instantiated, you can tell it
81 instances of them around, each with a different character set (or you can
134 can also use the conversion methods of the conversion objects directly.
135 This can even be useful if you need to do conversion in a non-Unicode
H A Dbitmap.tex42 To make a real copy, you can use:
112 \docparam{name}{This can refer to a resource name under MS Windows, or a filename under MS Windows and X.
132 In addition, wxBitmap can read all formats that \helpref{wxImage}{wximage} can, which currently include
170 The eighth form constructs a bitmap from a file or resource. {\it name} can refer
243 mask information so that bitmaps and images can be converted back
261 Creates a bitmap from the given data, which can be of arbitrary type.
384 configuration, can be handlers for Windows bitmap, Windows bitmap resource, and XPM.
430 In addition, wxBitmap can read all formats that \helpref{wxImage}{wximage} can
[all...]
H A Dtdocview.tex20 can dramatically simplify the code required to build many kinds of application.
22 The idea is that you can model your application primarily in terms of {\it documents} to store data
28 The framework can provide many user-interface elements based on this model. Once you have defined
60 Here are a few examples of the tailoring you can do to go beyond the default framework
90 The wxDocument class can be used to model an application's file-based
95 Using this framework can save a lot of routine user-interface programming,
130 The wxView class can be used to model the viewing and editing component of
165 For example, you might write a small doodling application that can load
209 as providing selection and file dialogs. The application can use this class `as is' or
232 as an object which can b
[all...]
H A DwxPython.tex33 wxPython is a Python package that can be imported at runtime that
42 wxPython is very versatile. It can be used to create standalone GUI
62 edit-compile-link-run cycle, which can be quite time consuming. With
63 Python it is only an edit-run cycle. You can easily build an
80 The upside is that Tk is a pretty versatile toolkit. It can be made
107 packages and modules so you can use the pieces you need without having
123 I'm not going to try and teach the Python language here. You can do
128 Take a look at the following wxPython program. You can find a similar
222 namespace pollution you can use "{\tt from wxPython import wx}" and
234 to wxPython since Python can'
[all...]
H A Dencconv.tex9 8-bit encodings/charsets. It can also convert from/to Unicode (but only
87 Return true if (any text in) multibyte encoding \arg{encIn} can be converted to
163 two encodings are equivalent if you can convert text between
177 so that you can, as a side-effect, detect whether the
180 converting between equivalent encodings, it can convert between two arbitrary
H A Dimaglist.tex4 an unspecified form. Images can have masks for transparent
5 drawing, and can be made from a variety of sources including bitmaps
80 The original bitmap or icon is not affected by the {\bf Add} operation, and can be deleted afterwards.
127 \docparam{solidBackground}{For optimisation - drawing can be faster if the function is told
206 The original bitmap or icon is not affected by the {\bf Replace} operation, and can be deleted afterwards.
H A Drichtexthtmlhandler.tex11 later. If you are planning to load the HTML into a standard web browser, you can
18 locations and delete them yourself when appropriate. You can call \helpref{GetTemporaryImageLocations}{wxrichtexthtmlhandlergettemporaryimagelocations} to
23 The following flags can be used with this handler, via
32 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_NO\_HEADER\_FOOTER}}{Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.}
70 function that can be used to delete the saved locations from an earlier operation,
H A Dtvalidat.tex7 A validator is an object that can be plugged into a control (such as a wxTextCtrl), and
12 You can use a stock validator, such as \helpref{wxTextValidator}{wxtextvalidator} (which does text
15 or you can write your own.
66 You can optionally define event handlers for the validator, to implement filtering. These handlers
121 setting validators, since validators can't be specified in a dialog resource.
H A Dporting.tex8 how you can modify your application to be 2.0-compliant.
21 of 2.0 will ensure that wxWidgets can continue to evolve for the foreseeable
28 Even before compiling with version 2.0, there's also a lot you can do right now to make porting
42 because in 2.0, you can't use GetDC() and wxDCs are not persistent.
84 wxPropertyFormView can be used in a wxForm-like way, except that you specify a pre-constructed panel
85 or dialog; or you can use a wxPropertyListView to show attributes in a scrolling list - you don't even need
121 Control commands, such as button commands, can be routed to a derived button class,
127 To intercept other events, you used to override virtual functions, such as OnSize. Now, while you can use
130 including OnClose (although in fact you can still use the old, virtual form of OnClose for the time being).
138 which can b
[all...]
H A Dbmphand.tex43 Creates a bitmap from the given data, which can be of arbitrary type. The wxBitmap object {\it bitmap} is
96 \docparam{type}{See \helpref{wxBitmap::wxBitmap}{wxbitmapctor} for values this can take.}
120 \docparam{type}{See \helpref{wxBitmap::wxBitmap}{wxbitmapctor} for values this can take.}
H A Dcustdobj.tex6 ones). The only restriction is that it is supposed that this data can be
97 \pythonnote{This method expects a string in wxPython. You can pass
108 \pythonnote{This method expects a string in wxPython. You can pass
H A Ddatostrm.tex4 portable way. Data can be written in either big-endian or little-endian
10 The << operator is overloaded and you can use this class like a standard
126 to stream's constructor (consequently, ANSI application can read data
H A Dfilehist.tex6 wxFileHistory can manage one or more file menus. More than one menu may be required
62 history menu item. Since menu items can't share the same ID you should change
117 Returns the maximum number of files that can be stored.
H A Dfsfile.tex60 can write your own class derived from wxFSFile:
87 Returns anchor (if present). The term of {\bf anchor} can be easily
134 Returns pointer to the stream. You can use the returned
H A Dgridattr.tex8 This class can be used to alter the cells' appearance in
78 Sets the alignment. \arg{hAlign} can be one of \texttt{wxALIGN\_LEFT},
79 \texttt{wxALIGN\_CENTRE} or \texttt{wxALIGN\_RIGHT} and \arg{vAlign} can be one
H A Dhtmlhand.tex26 parser's state. In general you can do things like opening/closing containers,
46 You can use set of macros to define the handler (see src/html/m\_*.cpp files
118 You can use set of 3 macros TAGS\_MODULE\_BEGIN, TAGS\_MODULE\_ADD and
H A Dinputstr.tex96 This function returns a reference on the current object, so the user can test
106 This function returns a reference on the current object, so the user can test
138 block of data which you didn't want to read: you can replace them at the top
H A Dmutex.tex6 resource as only one thread at a time can own a mutex object.
8 Mutexes may be recursive in the sense that a thread can lock a mutex which it
128 Tries to lock the mutex object. If it can't, returns immediately with an error.
H A Drichtextliststyledefinition.tex9 You can apply a list style to one or more paragraphs using \helpref{wxRichTextCtrl::SetListStyle}{wxrichtextctrlsetliststyle}. You
10 can also use the functions \helpref{wxRichTextCtrl::NumberList}{wxrichtextctrlnumberlist}, \helpref{wxRichTextCtrl::PromoteList}{wxrichtextctrlpromotelist} and
12 so that you can apply them directly to a buffer without requiring a control.
H A Dstackwalker.tex28 Microsoft Visual C++ compiler, you can create PDB files even for the programs
88 number of them (this can be useful when Walk() is called from some known
100 This method can only be called from
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex58 processor (which can be inherited) or call a C function. Its definition is:
72 {\it Note:} There are two other ways to catch sound events: you can inherit the
73 sound stream and redefine \helpref{wxSoundStream::OnSoundEvent}{wxsoundstreamonsoundevent}, or you can reroute the events to another sound stream using \helpref{wxSoundStream::SetEventHandler}{wxsoundstreamseteventhandler}.
81 The wxSoundStream object can work in three different modes. These modes are specified
107 buffer ready to be read. You know that you can read a buffer of the size
205 apply the format to the current sound stream (it can be a sound file or a
214 The {\bf format} object can be destroyed after the call. The object does not need it.
219 approaching format and setups it. You can check the format which it applied
240 useful to avoid hard inheritance. You can install only one callback per event.

Completed in 62 milliseconds

1234567891011>>