Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/consistency/
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 DConsistency.php37 namespace Hoa\Consistency
49 class Consistency class
361 Hoa\Consistency\Consistency::flexEntity('Hoa\Consistency\Consistency');
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 DAutoloader.php37 namespace Hoa\Consistency;
124 $entity === Consistency::getEntityShortestName($entity) &&
241 if (false === Consistency::entityExists($classname, false)) {
H A DPrelude.php98 if ($call instanceof Hoa\Consistency\Xcallable) {
102 return new Hoa\Consistency\Xcallable($call, $able);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DIterator.php39 use Hoa\Consistency; alias
56 Consistency::flexEntity('Hoa\Iterator\Iterator');
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRecursive.php39 use Hoa\Consistency; alias
56 Consistency::flexEntity('Hoa\Iterator\Recursive\Recursive');
/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/file/Exception/
H A DException.php39 use Hoa\Consistency; alias
57 Consistency::flexEntity('Hoa\File\Exception\Exception');
/plugin/findologicxmlexport/vendor/hoa/math/Exception/
H A DException.php39 use Hoa\Consistency; alias
57 Consistency::flexEntity('Hoa\Math\Exception\Exception');
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DIWrapper.php39 use Hoa\Consistency; alias
62 Consistency::flexEntity('Hoa\Stream\Wrapper\IWrapper\IWrapper');
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DException.php37 namespace Hoa\Consistency\Test\Unit;
39 use Hoa\Consistency\Exception as SUT;
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 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(),
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php39 use Hoa\Consistency; alias
100 Consistency::flexEntity('Hoa\Exception\Exception');
H A DCHANGELOG.md15 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T11:11:27+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php39 use Hoa\Consistency; alias
137 Consistency::flexEntity('Hoa\Stream\Wrapper\Wrapper');
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCombination.php39 use Hoa\Consistency; alias
102 Consistency::flexEntity('Hoa\Math\Combinatorics\Combination\Combination');
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php39 use Hoa\Consistency; alias
145 Consistency::flexEntity('Hoa\File\Temporary\Temporary');
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php39 use Hoa\Consistency; alias
196 Consistency::flexEntity('Hoa\File\Link\Link');
/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/stream/Filter/
H A DFilter.php39 use Hoa\Consistency; alias
265 Consistency::flexEntity('Hoa\Stream\Filter\Filter');
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md12 * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T22:13:46+01:00)
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DSampler.php39 use Hoa\Consistency; alias
249 Consistency::flexEntity('Hoa\Math\Sampler\Sampler');
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php39 use Hoa\Consistency; alias
252 Consistency::flexEntity('Hoa\Protocol\Protocol');

12