Tutorial by Topics: ip

AnnotationPurpose@TableGeneratorSpecifies generator name and table name where generator can be found@GeneratedValueSpecifies generation strategy and refers to name of generator@ManyToOneSpecifies many to one relationship between Employee and Department@OneToMany(mappedBy="department")crea...
display dialog text [default answer text] [hidden answer boolean] [buttons list of text] [default button text/integer] [cancel button text/integer] [with title text] [with icon text/integer/stop/‌note/‌caution/file] [giving up after integer] display alert text [message text] [as critical/informat...
IO may be blocking/non-blocking and synchronous/asynchronous. POSIX API provides synchronous blocking API (e.g. classic read, write, send, recv calls), synchronous non-blocking API (same functions, file descriptors opened with O_NONBLOCK flag and IO-multiplexing calls) and asynchonous API (functions...
NameDescriptioncontrollerAsis an alias name, to which variables or functions can be assigned to. @see: https://docs.angularjs.org/guide/directive$injectDependency Injection list, it is resolved by angular and passing as an argument to constuctor functions. While doing the directive in TypeScript,...
If you are considering to add new methods in Python to use them in RPC from JavaScript, then consider the following options of method decorators: if you've to deal with ids/recordsets then for python method definition choose decorator: @api.multi - to get recordset in your method @api.one - to...
ParameterDetailsamountrequired - A positive integer in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a 0-decimal currency) representing how much to charge the card. The minimum amount is $0.50 US or equivalent in charge currency.currencyrequired - 3-letter ISO c...
(goog.events dom-element event-type event-handler-function) ;;Creates a Google Closure event listener (.addEventListener dom-element load-event) ;;Creates normal JavaScript event listener. Can be browser specific. All Closure event names can be found in their documentation on the EventType...
tput queries the terminfo database for terminal-dependent information. From tput on Wikipedia: In computing, tput is a standard Unix operating system command which makes use of terminal capabilities. Depending on the system, tput uses the terminfo or termcap database, as well as looking into ...
public static ZipArchive OpenRead(string archiveFileName) ParameterDetailsarchiveFileNameThe path to the archive to open, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.
ParameterDetailsNumber 1Numeric ControlNumber 2Numeric ControlSumNumeric Indicator
Note that we did not discuss how to use & develop your local packages. There are several ways, I suggest to use the PACKAGE_DIRS environment variable described by David Weldon on his website.
This topic is heavily inspired by Nate Strausers Migrating Meteor Apps from Modulus to Galaxy with Continuous Deployment from Codeship.
WITH CTE_name (column_name[,...]) AS ( SELECT column_name[,...] FROM base_table UNION ALL SELECT column_name[,...] FROM CTE_name WHERE <recursion limiting condition> ) SELECT column_name[,...] FROM CTE_name
As the hackage page describes: pipes is a clean and powerful stream processing library that lets you build and connect reusable streaming components Programs implemented through streaming can often be succinct and composable, with simple, short functions allowing you to "slot in or out...
Official Google Documentation Google Maps JavaScript API Overview Google Maps JavaScript API Code Samples Google Maps JavaScript API Reference About the examples in this topic YOUR_API_KEY needs to be replaced by your own application API key. You can obtain an API key and configure ...

Page 9 of 17