Searched refs:specified (Results 101 - 125 of 384) 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 Dregion.tex141 Finds the intersection of this region and another, rectangular region, specified using position and size.
203 Moves the region by the specified offsets in horizontal and vertical
215 Finds the union of this region and another, rectangular region, specified using position and size.
236 bitmap. Colour to be treated as transparent is specified in the
254 Finds the Xor of this region and another, rectangular region, specified using position and size.
H A Drichtextctrl.tex195 Begins using a specified list style. Optionally, you can also pass a level and a number.
253 Begins a right indent, specified in tenths of a millimetre.
477 Ends using a specified list style.
648 Returns the length of the specified line in characters.
680 The end point of range is specified as the last character position of the span of text, plus one.
688 The end point of range is specified as the last character position of the span of text, plus one.
736 Gets the attributes common to the specified range. Attributes that differ in value within the range will
805 Test if this whole range has character attributes of the specified kind. If any
816 Test if this whole range has paragraph attributes of the specified kind. If any
927 Returns \true if all of the selection is aligned according to the specified fla
[all...]
H A Dvlbox.tex280 specified item (in pixels).
287 Selects or deselects the specified item which must be valid (i.e. not
317 Selects all items in the specified range which may be given in any order.
355 Set the selection to the specified item, if it is $-1$ the selection is
379 Toggles the state of the specified \arg{item}, i.e. selects it if it was
H A Drichtextbuffer.tex130 Begins line spacing using the specified value. {\it spacing} is a multiple, where 10 means single-spacing,
146 Begins using a specified list style. Optionally, you can also pass a level and a number.
204 Begins a right indent, specified in tenths of a millimetre.
210 Begins using a specified style.
239 Begins using the specified text foreground colour.
390 Ends using a specified list style.
544 Attributes which have different values within the specified range will not be included the style
558 SetStyle, the content font weight attributes won't be changed to bold because this is already specified
801 The end point of range is specified as the last character position of the span of text.
817 \item wxRICHTEXT\_SETSTYLE\_REMOVE: removes the specified styl
[all...]
H A Ddc.tex75 \item Copies the source area into the temporary bitmap using the specified logical function.
137 Adds the specified point to the bounding box which can be retrieved with
249 Draw a bitmap on the device context at the specified point. If {\it transparent} is true and the bitmap has
288 Draws an ellipse contained in the rectangle specified either with the given top
312 position from the center of the rectangle. Angles are specified
339 Draw optional bitmap and the text into the given rectangle and aligns it as specified
423 The polygons maybe disjoint or overlapping. Each polygon specified in a call to
510 Draws a text string at the specified point, using the current text font,
679 If the optional parameter {\it font} is specified and valid, then it is used
725 Gets in {\it colour} the colour at the specified locatio
[all...]
H A Dauinotebook.tex103 Returns the page specified by the given index.
121 Returns the page index for the specified window. If the window is not found in
210 method will override that calculation and set the tab control to the specified
H A Dlistbox.tex92 \docparam{size}{Window size. If the default size (-1, -1) is specified then the window is sized
187 Insert the given number of strings before the specified position.
264 Set the specified item to be the first visible item.
H A Dddeclint.tex43 Tries to make a connection with a server specified by the host
H A Dhelpinst.tex118 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
163 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
223 empty, the file specified in {\bf Initialize} is used. If the viewer is
224 already displaying the specified file, it will not be reloaded. This
H A Dmenuevt.tex31 specified id has been highlighted: used to show help prompts in the status bar
H A Dprotocol.tex38 Creates a new input stream on the specified path. You can use all but seek
H A Dscpdarry.tex79 arguments are specified. This function does check to make sure that the
H A Dstrmbase.tex109 specified size. It should return the size that was actually read.
H A Dlistctrl.tex143 \docparam{size}{Window size. If the default size (-1, -1) is specified then the window is sized
231 Deletes the specified item. This function sends the
273 Find an item nearest this position in the specified direction, starting from
345 Returns the specified image list. {\it which} may be one of:
499 the first item that matches the specified flags will be returned.
525 \twocolitem{wxLIST\_NEXT\_ABOVE}{Searches for an item above the specified item.}
527 \twocolitem{wxLIST\_NEXT\_BELOW}{Searches for an item below the specified item.}
528 \twocolitem{wxLIST\_NEXT\_LEFT}{Searches for an item to the left of the specified item.}
529 \twocolitem{wxLIST\_NEXT\_RIGHT}{Searches for an item to the right of the specified item.}
587 Determines which item (if any) is at the specified poin
[all...]
H A Daboutdlginfo.tex96 translator names are specified explicitely, \helpref{wxAboutBox()}{wxaboutbox}
162 but a valid icon is specified using this method, the generic about dialog is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dservices.c247 * when it is applied to the specified source and target
629 avkey.specified = AVTAB_AV;
640 node = avtab_search_node_next(node, avkey.specified)) {
641 if (node->key.specified == AVTAB_ALLOWED)
643 else if (node->key.specified == AVTAB_AUDITALLOW)
645 else if (node->key.specified == AVTAB_AUDITDENY)
1263 * has the string representation specified by @scontext.
1275 * falling back to specified default if needed.
1283 * has the string representation specified by @scontext.
1338 u32 specified,
1335 security_compute_sid(u32 ssid, u32 tsid, u16 orig_tclass, u32 specified, u32 *out_sid, bool kern) argument
[all...]
H A Dmls.c467 * structure `c' from the values specified in the
468 * policy `oldp' to the values specified in the policy `newp'.
513 u32 specified,
522 switch (specified) {
510 mls_compute_sid(struct context *scontext, struct context *tcontext, u16 tclass, u32 specified, struct context *newcontext) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl72 When this option is NOT specified, the filelist is taken from
87 functions are generated for each library specified in the
109 assuming '-recurse' was NOT specified on the command line.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl72 When this option is NOT specified, the filelist is taken from
87 functions are generated for each library specified in the
109 assuming '-recurse' was NOT specified on the command line.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-usermod287 # remove user from specified groups
555 The smbldap-usermod command modifies the system account files to reflect the changes that are specified on the command line. The options which apply to the usermod command are
558 Add the sambaSAMAccount objectclass to the specified user account. This allow the user to become a samba user.
567 Set the expiration date for the user account. This only affect samba account. The date must be in the following format : YYYY-MM-DD HH:MM:SS. This option call the external 'date' command to set calculate the number of seconds from Junary 1 1970 to the specified date.
H A Dsmbldap-groupmod250 reflect the changes that are specified on the command line.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidbase.tex96 Test the capability of the driver to handle the specified type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wl/
H A Dwl_generic.mk16 # Get the source files and flags from the specified config file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat79 echo . No target build specified!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dtre.spec47 fuzzy, match to a specified regexp, and prints the matching lines.

Completed in 209 milliseconds

1234567891011>>