Searched refs:xcallable (Results 1 – 7 of 7) sorted by relevance
| /plugin/findologicxmlexport/vendor/hoa/math/ |
| D | Context.php | 158 $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/ |
| D | Listener.php | 113 $callable = xcallable($callable); 128 unset($this->_callables[$listenerId][xcallable($callable)->getHash()]);
|
| D | Event.php | 190 $callable = xcallable($callable); 205 unset($this->_callable[xcallable($callable)->getHash()]);
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| 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
|
| D | Prelude.php | 96 function xcallable($call, $able = '') function
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
| D | Xcallable.php | 279 $xcallable = new SUT($stream) 281 ->when($result = $xcallable->getValidCallback($arguments))
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | Stream.php | 692 Consistency::registerShutdownFunction(xcallable('Hoa\Stream\Stream::_Hoa_Stream'));
|