Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/math/
DContext.php158 $this->_functions[$name] = xcallable($callable);
202 $this->_variables[$name] = xcallable($callable);
291 'abs' => xcallable('abs'),
292 'acos' => xcallable('acos'),
293 'asin' => xcallable('asin'),
294 'atan' => xcallable('atan'),
295 'average' => xcallable($average),
296 'avg' => xcallable($average),
297 'ceil' => xcallable('ceil'),
298 'cos' => xcallable('cos'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
DListener.php113 $callable = xcallable($callable);
128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]);
DEvent.php190 $callable = xcallable($callable);
205 unset($this->_callable[xcallable($callable)->getHash()]);
/plugin/findologicxmlexport/vendor/hoa/consistency/
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
DPrelude.php96 function xcallable($call, $able = '') function
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DXcallable.php279 $xcallable = new SUT($stream)
281 ->when($result = $xcallable->getValidCallback($arguments))
/plugin/findologicxmlexport/vendor/hoa/stream/
DStream.php692 Consistency::registerShutdownFunction(xcallable('Hoa\Stream\Stream::_Hoa_Stream'));