Showing 10 of 1,090 results.

1. Source Code. | License

…form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among...

Custom Document and Query Transformers

…dex, the documentation search provider will combine all items within the additionalContextData into a single string and store it along with the rest of the indexed data. This allows us to add additional information that will be considered when...

se_radius_excerpt Modifier

The se_radius_excerpt modifier may be used to create an excerpt of the provided text. It will attempt to include the text on either side of the search string, up to a certain character count or radius . By default, the se_radius_excerpt modifier...

Tinker Commands | Laravel Artisan: The Tinker Command

…list of commands. Type help [foo] for information about [foo]. ? ls List local, instance or class variables, methods and constants. list , dir dump Dump an object or primitive. doc Read the documentation for an object, class, constant, method or...

se_random_id Tag

The se_random_id tag may be used to generate a random element ID. By default generates an ID that is 16 characters long. Generated IDs always begin with the el prefix (which is factored into the final length). The minimum length this tag can...

Preamble | License

…program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights....

1. Source Code. | License

…form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among...

Laravel Task Scheduling: Running the Task Scheduler

…n be issued to verify that the entry was successfully installed.The following sections will explain how to automate the Laravel Task Scheduler using the Windows Task Scheduler. The instructions presented were written for the Windows 10...