Examples of using Optional argument in English and their translations into German
{-}
-
Programming
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Official/political
-
Political
Using the optional argument.*/.
Optional arguments of the applet to add.
Weekend: This is an optional argument.
Optional arguments for simple model customization.
Holidays: This is an optional argument.
The second optional argument is the cookie name.
Square brackets indicate optional arguments.
Optional arguments in the API are identified by a?
This BBCode tag accept an optional argument.
Optional arguments in the API are identified by a?
Run script: Provide script location and optional arguments.
Optional argument pad_type can be STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH.
The syntax is: Add(Template) where Template is an optional argument that represents the template on the basis of which a new workbook is formed.
An optional argument for the component defines the row"bias" of the component.
ArrayLen(Arguments) When you define a function using CFScript,the function must use the Arguments scope to retrieve the optional arguments.
The optional argument result_type is a constant and can take the following values.
If you have extended the Zend_Loader class,you can give an optional argument to registerAutoload(), to specify the class from which to register an autoload() method.
Without optional arguments the stream contains the entire string and is positioned in front of the first character.
Arr array('one','two','three','four','stop','five'); while(list(,$val) each($arr)) {if ($val=='stop'){break;/* You could also write'break 1;'here.*/}echo"$val br\n";}/* Using the optional argument.*/$i 0; while(++$i){switch($i){case 5: echo"At 5 br\n"; break 1;/* Exit only the switch.*/ case 10: echo"At 10; quitting br\n"; break 2;/* Exit the switch and the while.*/ default: break;
The optional argument n specifies whether to extract the even or the odd field depending on whether n is even or odd.
Notations: square brackets([]) denote optional arguments, while angle brackets(<>) denote arguments in opposite to keywords.
If the optional argument$pad_string is not supplied, the$input is padded with spaces, otherwise it is padded with characters from$pad_string up to the limit.
A function can have optional arguments that you do not have to specify when you call the function.
Finally, the optional argument"DATA" indicates that the payload of the TCP packet is to be filled with the contents of standard input.
Radius> is an optional argument to specify the range(in nodes) in which MapBlocks are deleted.
It takes two optional arguments:--limit followed by a number; specifies the maximum average number of matches to allow per second.
If you use a name to pass an optional argument that is not declared in the function definition, the array index of the argument is the sum of the following.
If you use a name to pass an optional argument that is not declared in the function definition, the array index of the argument is the sum of the following.
This script takes two optional arguments:'-v' meaning to print out each test as it proceeds, and an optional test name: if this is given, it will skip over all tests until this one is found.