Tutorial by Topics: pre

This section provides an overview of what prestashop is, and why a developer might want to use it. It should also mention any large subjects within prestashop, and link out to the related topics. Since the Documentation for prestashop is new, you may need to create initial versions of those rela...
var regExp = RegExp(r'^(.*)$', multiLine: true, caseSensitive: false); ParameterDetailsString sourceThe regular expression as a String{bool multiline}Whether this is a multiline regular expression. (matches ^ and $ at the beginning and end of each line individually not the whole String){bool...
This section provides an overview of what android-espresso is, and why a developer might want to use it. It should also mention any large subjects within android-espresso, and link out to the related topics. Since the Documentation for android-espresso is new, you may need to create initial vers...
$ shopt -u option # Deactivate Bash's built-in 'option' $ shopt -s option # Activate Bash's built-in 'option' Character Classes Valid character classes for the [] glob are defined by the POSIX standard: alnum alpha ascii blank cntrl digit graph lower print punct space upper word xdig...
To run the example, the command syntax is: bin/hadoop jar hadoop-*-examples.jar wordcount [-m <#maps>] [-r <#reducers>] <in-dir> <out-dir> To copy data into HDFS(from local): bin/hadoop dfs -mkdir <hdfs-dir> //not required in hadoop 0.17.2 and later bin/h...
Operators are listed top to bottom, in descending precedence. Operators with the same number have equal precedence and the same associativity. :: The postfix operators: [] () T(...) . -> ++ -- dynamic_cast static_cast reinterpret_cast const_cast typeid The unary prefix operators: ++ -- * ...
Why is there a GIL? The GIL has been around in CPython since the inception of Python threads, in 1992. It's designed to ensure thread safety of running python code. Python interpreters written with a GIL prevent multiple native threads from executing Python bytecodes at once. This makes it e...
addMenu(name, subMenus) NameDescriptionnamethe name of the menu to be createdsubMenusan array of JavaScript maps Usually, you will want to call addMenu from the onOpen function so that the menu is automatically created when the Spreadsheet is loaded. // The onOpen function is executed au...
add_action( 'pre_get_posts', 'callback_function_name' ); function callback_function_name( $query ) {} // for PHP 5.3.0 or above add_action( 'pre_get_posts', function( $query ){} ); ParameterDetails$query(WP_Query) Loop object If you are using PHP 5.3.0 or above, you can use closures (an...
ParameterDefinition-h, --helpoutput usage information-V, --versionoutput the version number-e, --ejsadd pjs (Embedded JavaScript) templating engine support (defaults to jade, which has been renamed to Pug)--hbsadd handlebars templating engine support-H, --hoganadd hogan.js engine support--gitadd .g...

Page 4 of 9