Showing 10 of 1,322 results.

1. Source Code. | License

The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a...

How to Apply These Terms to Your New Programs | License

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...

1. Source Code. | License

The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a...

How to Apply These Terms to Your New Programs | License

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...

Installation and Upgrading

Tidal is distributed as a Statamic Starter Kit . Because of this, Tidal has a slightly different installation process compared to installing other addons or composer packages.

Default Comment Variables | Default Variables

The following table lists all of the variables that Meerkat provides your templates: Variable Description {{ internal_content_truncated }} A boolean value indicating if Meerkat forcefully truncated the comment's content. {{ id }} The comment's...

findDirectivesByName | Querying Document Nodes

Returns all directives with the provided name in the source document. Argument Description $name The directive name to search 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function findDirectivesByName ( 6 string $...

hasDirective | Querying Document Nodes

Tests if the document contains a directive with the provided name. Argument Description $name The directive name. 1 <?php 2 3 public function hasDirective ( 4 string $ name 5 ) : bool ; Example Use 1 <?php 2 3 use Stillat \ BladeParser \ Document...