Lines Matching refs:a

8a href="https://travis-ci.org/hoaproject/Consistency"><img src="https://img.shields.io/travis/hoap…
9a href="https://coveralls.io/github/hoaproject/Consistency?branch=master"><img src="https://img.sh…
10 …<a href="https://packagist.org/packages/hoa/consistency"><img src="https://img.shields.io/packagis…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/consist…
14 Hoa is a <strong>modular</strong>, <strong>extensible</strong> and
16 Moreover, Hoa aims at being a bridge between industrial and research worlds.
26 This library provides a thin layer between PHP VMs and libraries to ensure
63 We propose a quick overview of how the consistency API ensures foreward and
74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
89 PHP identifiers are defined by a regular expression. It might change in the
100 Flexible entities are very simple. If we declare `Foo\Bar\Bar` as a flexible
103 backward compatibility. For instance, it often happens that you create a
107 `Foo\Bar\Exception\Exception`. If this latter is declared as a flexible entity,
115 `Hoa\Consistency\Consistency` is a good example. This is more convenient to
117 possible because this is a flexible entity.
121 The `Throwable` interface has been introduced to represent a whole new exception
136 `Hoa\Consistency\Autoloader` is a [PSR-4
139 * `addNamespace` is used to map a namespace prefix to a directory,
144 a list of all registered autoloaders etc.
158 Xcallables are “extended callables”. It is a unified API to invoke callables of
164 * `'function'` as a string,
165 * `'class::method'` as a string,
169 * `function (…) { … }` as a closure,
174 as a function:
193 This is also possible to get a unique hash of the callable:
204 Finally, this is possible to get a reflection instance of the current callable
238 an object (of kind `Hoa\File\Write`). However, because this is a stream, the