Home
last modified time | relevance | path

Searched refs:Consistency (Results 1 – 25 of 46) sorted by path

12

/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php40 use Hoa\Consistency; alias
157 $visitor = Consistency\Autoloader::dnew($visitor);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md102 * Consistency: Update `dnew` call. (Ivan Enderlin, 2015-12-09T16:44:21+01:00)
103 * Consistency: Remove a call to `_define`. (Ivan Enderlin, 2015-12-08T22:27:56+01:00)
104 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T10:56:44+01:00)
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DException.php39 use Hoa\Consistency; alias
57 Consistency::flexEntity('Hoa\Compiler\Exception\Exception');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php40 use Hoa\Consistency; alias
379 Consistency::flexEntity('Hoa\Compiler\Llk\Llk');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php39 use Hoa\Consistency; alias
295 Consistency::flexEntity('Hoa\Compiler\Llk\Rule\Rule');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php40 use Hoa\Consistency; alias
236 Consistency::flexEntity('Hoa\Compiler\Llk\Sampler\Sampler');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php37 namespace Hoa\Consistency;
124 $entity === Consistency::getEntityShortestName($entity) &&
241 if (false === Consistency::entityExists($classname, false)) {
H A DCHANGELOG.md12 * Consistency: `void` is a reserved keyword now. (Ivan Enderlin, 2016-09-02T11:06:18+02:00)
13 * Consistency: Remove `trait_exists` polyfill. (Ivan Enderlin, 2016-08-23T17:26:07+02:00)
34 * Consistency: Import last methods from `Hoa\Core`. (Ivan Enderlin, 2015-12-09T08:24:02+01:00)
41 * Consistency: Use a strict equality check on trait. (Ivan Enderlin, 2015-12-02T17:11:50+01:00)
46 * Test: Write test suite of `…sistency\Consistency`. (Ivan Enderlin, 2015-11-25T22:10:30+01:00)
H A DConsistency.php37 namespace Hoa\Consistency
49 class Consistency class
361 Hoa\Consistency\Consistency::flexEntity('Hoa\Consistency\Consistency');
H A DException.php37 namespace Hoa\Consistency;
H A DPrelude.php98 if ($call instanceof Hoa\Consistency\Xcallable) {
102 return new Hoa\Consistency\Xcallable($call, $able);
H A DREADME.md19 # Hoa\Consistency
69 The `Hoa\Consistency\Consistency` class ensures foreward and backward
74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
81 $isKeyword = Hoa\Consistency\Consistency::isKeyword('yield');
91 `Hoa\Consistency\Consistency::isIdentifier` method to check an identifier is
95 $isValidIdentifier = Hoa\Consistency\Consistency::isIdentifier('foo');
111 Hoa\Consistency\Consistency::flexEntity('Foo\Bar\Exception\Exception');
115 `Hoa\Consistency\Consistency` is a good example. This is more convenient to
116 write `Hoa\Consistency` instead of `Hoa\Consistency\Consistency`. This is
136 `Hoa\Consistency\Autoloader` is a [PSR-4
[all …]
H A DXcallable.php37 namespace Hoa\Consistency;
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php37 namespace Hoa\Consistency\Test\Unit;
39 use Hoa\Consistency\Autoloader as SUT;
150 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
178 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
204 $autoloader = new \Mock\Hoa\Consistency\Autoloader(),
H A DConsistency.php37 namespace Hoa\Consistency\Test\Unit;
39 use Hoa\Consistency\Consistency as SUT;
50 class Consistency extends Test\Unit\Suite class
H A DException.php37 namespace Hoa\Consistency\Test\Unit;
39 use Hoa\Consistency\Exception as SUT;
H A DXcallable.php37 namespace Hoa\Consistency\Test\Unit;
39 use Hoa\Consistency\Xcallable as SUT;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md20 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T11:10:00+01:00)
H A DEvent.php39 use Hoa\Consistency; alias
266 Consistency::flexEntity('Hoa\Event\Event');
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md15 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T11:11:27+01:00)
H A DException.php39 use Hoa\Consistency; alias
100 Consistency::flexEntity('Hoa\Exception\Exception');
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md26 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T11:13:39+01:00)
H A DFile.php39 use Hoa\Consistency; alias
374 Consistency::flexEntity('Hoa\File\File');
/plugin/findologicxmlexport/vendor/hoa/file/Exception/
H A DException.php39 use Hoa\Consistency; alias
57 Consistency::flexEntity('Hoa\File\Exception\Exception');
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php39 use Hoa\Consistency; alias
196 Consistency::flexEntity('Hoa\File\Link\Link');

12