Home
last modified time | relevance | path

Searched refs:xcallable (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php291 '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 DListener.php113 $callable = xcallable($callable);
128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]);
H A DEvent.php190 $callable = xcallable($callable);
205 unset($this->_callable[xcallable($callable)->getHash()]);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md65 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 DPrelude.php96 function xcallable($call, $able = '') function
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php279 $xcallable = new SUT($stream)
281 ->when($result = $xcallable->getValidCallback($arguments))
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php692 Consistency::registerShutdownFunction(xcallable('Hoa\Stream\Stream::_Hoa_Stream'));