Tutorial by Topics: h

This works with Liferay Portal up to version 6.2.
Deep links are URLs that take users directly to specific content in your app. You can set up deep links by adding intent filters and extracting data from incoming intents to drive users to the right screen in your app. <data> AttributeDetailsschemeThe scheme part of a URI (case-sensitive)...
<script type="text/javascript"> //some code </script> <script type="text/javascript" src="URL"></script> <script type="text/javascript" src="URL" async>//async code</script> AttributeDetailssrcSpecifies t...
The classpath lists places where the Java runtime should look for classes and resources. The classpath is also used by the Java compiler to find previously compiled and external dependencies. Java class loading The JVM (Java Virtual Machine) will load classes as and when the classes are required ...
import zipfile class zipfile.ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True) If you try to open a file that is not a ZIP file, the exception zipfile.BadZipFile is raised. In Python 2.7, this was spelled zipfile.BadZipfile, and this old name is retained alongside the new o...
Available Editions EditionCommercial SupportProduction ReadyVendorLast Release DateAlfresco OneYesYesAlfresco Software Inc.Alfresco Community EditionNoNoAlfresco Software Inc.LXCommunity ECMYesYesLoftux AB
As of version 1.8, several of the routines in np.linalg can operate on a 'stack' of matrices. That is, the routine can calculate results for multiple matrices if they're stacked together. For example, A here is interpreted as two stacked 3-by-3 matrices: np.random.seed(123) A = np.random.rand(2,...
git clone github.com/username/repository
This section provides an overview of what coq is, and why a developer might want to use it. It should also mention any large subjects within coq, and link out to the related topics. Since the Documentation for coq is new, you may need to create initial versions of those related topics.
This section provides an overview of what salesforce is, and why a developer might want to use it. It should also mention any large subjects within salesforce, and link out to the related topics. Since the Documentation for salesforce is new, you may need to create initial versions of those rela...
$this->load->library('library_name'); $this->library_name->function_name(); $this->load->library('cart'); # for helper $this->load->helper('helperName'); $this->cart->insert($Array);
The recommended way to structure your applications is dubbed 'the Elm Architecture.' The simplest program consists of a model record storing all data that might be updated, a union type Msg that defines ways your program updates that data, a function update which takes the model and a Msg and retur...

Page 50 of 159