Showing 10 of 1,204 results.

15. Disclaimer of Warranty. | License

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR...

How to Apply These Terms to Your New Programs | License

…tware Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...

Using the PrettyPaginator | Laravel Paginator Pretty URLs

Now that we have the PrettyPaginator class written, we actually need to use it. This will involve some more work, but its pretty simple. Here are the things we will need to do: Create a new Route for our pagination URL,, Create a function that...

Creating the Route | Laravel Paginator Pretty URLs

….. 3 Route :: get ( ' users/ ' . Paginator :: getPageName ( ) . ' /{page} ' , ' UsersController@getShowResults ' ) ; 4 ... The Paginator::getPageName() will just add the default pagination page name in our route, which is page by default. The...

Configurable Settings | Formatting

…tps://code.visualstudio.com/docs/languages/html#_formatting . The following options are overriden by the Antlers formatter: html.format.extraLiners Additionally, because of the way Antlers code is formatted within the document, some settings such...

Templating

…truct Search Report for Statamic to create a new log entry after a response has been sent to your site's visitor. The log_search tag will attempt to find all its required information automatically, but this behavior can also be changed.The...