Tutorial by Topics: are

'text' -match 'RegExPattern' 'text' -replace 'RegExPattern', 'newvalue' [regex]::Match("text","pattern") #Single match [regex]::Matches("text","pattern") #Multiple matches [regex]::Replace("text","pattern","newvalue") ...
Shared NumberVar x; Shared StringVar y := "Hello, World!"; Shared variables allow values to be used at any point in the processing of the report. Similar to a global variable, the shared values can also be accessed by subreports. This allows for a more direct method of compariso...
Specify the instance of express you want to use. This is commonly app. Define the HTTP method for which the function applies. In the example, this is get. Define the path to which the function applies. In the example, this is '/'. Define as a function with the function keyword. Add the require...
Unlike SOAP and the WS- stack, which are specified as W3C standards, REST is really a set of principles for designing and using web-based interface. REST / RESTful applications rely heavily on other standards: HTTP URI, URL XML, JSON, HTML, GIF, JPEG, and so forth (resource representations) ...
Instance method are methods that are specific to particular classes. Instance methods are declared and defined followed by - (minus) symbol. Class methods can be called by class name itself .Class methods are declared and defined by using + (plus)sign . -(void)testInstanceMethod; //Class meth...
Client Side Rendering (CSR) is a new concept that is introduced in SharePoint 2013. It provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page (list views, list forms and search results). Client Site Rendering is simply w...
The Rust Standard Library (std) is compiled against only a handful of architectures. So, to compile to other architectures (that LLVM supports), Rust programs could opt not to use the entire std, and instead use just the portable subset of it, known as The Core Library (core).
This section provides an overview of what sharepoint-2013 is, and why a developer might want to use it. It should also mention any large subjects within sharepoint-2013, and link out to the related topics. Since the Documentation for sharepoint-2013 is new, you may need to create initial versio...
This section provides an overview of what data-warehouse is, and why a developer might want to use it. It should also mention any large subjects within data-warehouse, and link out to the related topics. Since the Documentation for data-warehouse is new, you may need to create initial versions ...
Here you find examples for transition between Activities or Fragments using a shared element. An example for this behaviour is the Google Play Store App which translates an App's icon from the list to the App's details view. transaction.addSharedElement(sharedElementView, "targetTransitio...
This section provides an overview of what alfresco-share is, and why a developer might want to use it. It should also mention any large subjects within alfresco-share, and link out to the related topics. Since the Documentation for alfresco-share is new, you may need to create initial versions ...
Steps to create an APK (signed and unsigned) which you can install on a device using CLI and share as well: Problem statement: I've built my app, I can run it on my local emulator (and also on my android device by changing debug server). But, I want to build an apk that I can send to someone witho...
This topic will demonstrate how to export records from Acumatica ERP via the REST Contract-Based API. In contrast to the Screen-Based API of Acumatica ERP, the Contract-Based API provides both SOAP and REST interfaces. For more information on the Contract-Based API, see Acumatica ERP Documentation ...
In Go Middleware can be used to execute code before and after handler function. It uses the power of Single Function Interfaces. Can be introduced at any time without affecting the other middleware. For Ex: Authentication logging can be added in later stages of development without disturbing the e...

Page 4 of 6