Searched refs:handlerCls (Results 1 – 3 of 3) sorted by relevance
/plugin/fedauth/Auth/OpenID/ |
H A D | Server.php | 1576 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode, 1579 if (!is_a($handlerCls, 'Auth_OpenID_ServerError')) { 1580 return call_user_func_array(array($handlerCls, 'fromMessage'), 1583 return $handlerCls;
|
/plugin/openid/Auth/OpenID/ |
H A D | Server.php | 1759 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode, 1762 if (!is_a($handlerCls, 'Auth_OpenID_ServerError')) { 1763 return call_user_func_array([$handlerCls, 'fromMessage'], 1766 return $handlerCls;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 45868 CommandStack.prototype.registerHandler = function(command, handlerCls) { argument 45870 if (!command || !handlerCls) { 45874 var handler = this._injector.instantiate(handlerCls);
|