Searched refs:xcallable (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/math/ |
H A D | Context.php | 291 'abs' => xcallable('abs'), 292 'acos' => xcallable('acos'), 293 'asin' => xcallable('asin'), 298 'cos' => xcallable('cos'), 301 'exp' => xcallable('exp'), 303 'ln' => xcallable('log'), 305 'max' => xcallable('max'), 306 'min' => xcallable('min'), 307 'pow' => xcallable('pow'), 310 'sin' => xcallable('sin'), [all …]
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | Listener.php | 113 $callable = xcallable($callable); 128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]);
|
H A D | Event.php | 190 $callable = xcallable($callable); 205 unset($this->_callable[xcallable($callable)->getHash()]);
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | README.md | 65 autoloader](http://www.php-fig.org/psr/psr-4/) and the xcallable API. 177 $xcallable = new Hoa\Consistency\Xcallable('strtoupper'); 178 var_dump($xcallable('foo')); 190 $xcallable->distributeArguments(['foo']); 196 var_dump($xcallable->getHash()); 211 var_dump($xcallable->getReflection()); 237 xcallable. In this particular case, the method to call is unknown, we only have
|
H A D | Prelude.php | 96 function xcallable($call, $able = '') function
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Xcallable.php | 279 $xcallable = new SUT($stream) 281 ->when($result = $xcallable->getValidCallback($arguments))
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | Stream.php | 692 Consistency::registerShutdownFunction(xcallable('Hoa\Stream\Stream::_Hoa_Stream'));
|