Showing 10 of 2,145 results.

Anonymous Functions | Procedure vs. Function vs. Method vs. ?

Again, we might be in a world of hurt here. Anonymous functions are a kind of different breed of functions. Let's look at an example in JavaScript (ECMAScript for you technical type): 1 ( function ( ) { 2 console . log ( ' Hello, world! ' ) ; 3 }...

Heading Thresholds and Ignoring Headers | Index Configuration

The documentation search provider offers a few extra configuration options that will help control how content is indexed: header_threshold, : The number of headers that must appear within an entry's content before it can be split into multiple...

Multiple Pagination Instances | Responses and Replies

In the previous section, you may have noticed that the examples and descriptions were careful to mention that some values apply to the "current instance". This is because Meerkat allows you to have multiple threads on a single page, and if they...

Translation Namespaces | Laravel Localization: The File Loader

To prevent conflicts between multiple vendors using the same group names for a particular locale, the translator component allows the usage of "namespaces". Namespaces are a way to refer to a specific collection of locales and groups, where...