Home
last modified time | relevance | path

Searched refs:dispatcher (Results 26 – 50 of 51) sorted by path

123

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php31 private $dispatcher; variable in JMS\\Serializer\\Tests\\Serializer\\GraphNavigatorTest
78 …GraphNavigator($this->metadataFactory, $this->handlerRegistry, $this->accessor, $this->dispatcher);
108 …dataFactory, $this->handlerRegistry, $this->objectConstructor, $this->accessor, $this->dispatcher);
121 …$this->dispatcher->addListener('serializer.pre_serialize', static function ($event) use ($typeName…
129 …GraphNavigator($this->metadataFactory, $this->handlerRegistry, $this->accessor, $this->dispatcher);
149 $this->dispatcher = new EventDispatcher();
156 …GraphNavigator($this->metadataFactory, $this->handlerRegistry, $this->accessor, $this->dispatcher);
159 …dataFactory, $this->handlerRegistry, $this->objectConstructor, $this->accessor, $this->dispatcher);
H A DJsonSerializationTest.php168 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
172 $this->dispatcher->addSubscriber(new LinkAddingSubscriber());
174 $this->dispatcher->addListener('serializer.post_serialize', static function (Event $event) {
196 $this->dispatcher->addSubscriber(new ReplaceNameSubscriber());
/plugin/hipchat/
H A Dcomposer.lock25 "symfony/event-dispatcher": ">=2.1"
150 "name": "symfony/event-dispatcher",
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php40 $dispatcher =& $pipeline->get_dispatcher();
41 $dispatcher->add_observer('before-page-heights', array(&$this, 'handle_before_page_heights'));
H A Dtoc.php57 $dispatcher =& $pipeline->get_dispatcher();
58 $dispatcher->add_observer('after-parse', array(&$this, 'handle_after_parse'));
59 $dispatcher->add_observer('before-document', array(&$this, 'handle_before_document'));
H A Dwatermark.php23 $dispatcher =& $pipeline->get_dispatcher();
24 $dispatcher->add_observer('after-page', array(&$this, 'handle_after_page'));
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php230 $dispatcher =& $pipeline->getDispatcher(); variable
231 $dispatcher->add_observer ( 'before-page', 'visible_hidden_by_id');
/plugin/html5video2/script/
H A Dvideo.min.js12dispatcher,!1):e.detachEvent&&e.detachEvent("on"+t,i.dispatcher)),Object.getOwnPropertyNames(i.han…
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php58 protected $dispatcher; global() variable in FreeDSx\\Ldap\\Protocol\\ServerProtocolHandler
82 __construct(ServerQueue $queue, RequestHandlerInterface $dispatcher, array $options = [], ServerProtocolHandlerFactory $protocolHandlerFactory = null, ServerBindHandlerFactory $bindHandlerFactory = null, ServerAuthorization $authorizer = null, ResponseFactory $responseFactory = null) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBindHandlerInterface.php32 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface;
31 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerAnonBindHandler.php33 * @param RequestHandlerInterface $dispatcher
41 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
31 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerBindHandler.php37 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
49 $token = $this->simpleBind($dispatcher, $request);
59 protected function simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request): TokenInterface
61 if (!$dispatcher->bind($request->getUsername(), $request->getPassword())) {
34 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
55 simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request) global() argument
H A DServerDispatchHandler.php25 * Handles generic requests that can be sent to the user supplied dispatcher / handler.
34 * @param RequestHandlerInterface $dispatcher
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
46 $dispatcher->add($context, $request);
48 $dispatcher->compare($context, $request);
50 $dispatcher->delete($context, $request);
52 $dispatcher->modifyDn($context, $request);
54 $dispatcher->modify($context, $request);
56 $dispatcher->extended($context, $request);
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerProtocolHandlerInterface.php35 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void;
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerRootDseHandler.php54 RequestHandlerInterface $dispatcher,
37 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerSearchHandler.php35 RequestHandlerInterface $dispatcher, argument
45 $entries = $dispatcher->search(
H A DServerStartTlsHandler.php49 * @param RequestHandlerInterface $dispatcher
55 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
45 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerUnbindHandler.php29 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
28 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerWhoAmIHandler.php36 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
33 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13dispatcher={isActive:!1,activeNode:null,globalNode:new t.$keyboardNavigation.GanttNode,enable:func… class in t.$keyboardNavigation
H A Ddhtmlxgantt_keyboard_navigation.js.map1dispatcher","isActive","activeNode","globalNode","GanttNode","enable","setActiveNode","getActiveNo…
H A Ddhtmlxgantt_smart_rendering.js13 …on(t,e){return!(!gantt.$keyboardNavigation||!gantt.$keyboardNavigation.dispatcher.isTaskFocused(t)…
H A Ddhtmlxgantt_smart_rendering.js.map1dispatcher","isTaskFocused","this","getTaskPosition","isLinkDisplayed","link","getLinkPosition","g…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js156 var dispatcher = gantt.$keyboardNavigation.dispatcher;
175 if(dispatcher.$preventDefault){
182 dispatcher.focusGlobalNode();
188 if(!dispatcher.isEnabled())
313 if(dispatcher.isEnabled()){
372 dispatcher.enable();
374 dispatcher.disable();
464 dispatcher.delay(function(){
468 dispatcher.enable();
475 dispatcher.enable();
[all …]

123