Home
last modified time | relevance | path

Searched refs:dispatcher (Results 1 – 25 of 51) sorted by last modified time

123

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock475 "symfony/event-dispatcher": "^5.4 || ^6.0",
1349 "name": "psr/event-dispatcher",
1353 "url": "https://github.com/php-fig/event-dispatcher.git",
1358 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1393 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1394 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2492 "symfony/event-dispatcher": "<5.4",
2503 "symfony/event-dispatcher": "^5.4|^6.0",
2510 "symfony/event-dispatcher": "",
2632 "name": "symfony/event-dispatcher",
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php27 protected $dispatcher; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
31 * @param WebDriverDispatcher $dispatcher
33 public function __construct(WebDriver $driver, WebDriverDispatcher $dispatcher = null) argument
35 $this->dispatcher = $dispatcher ?: new WebDriverDispatcher();
36 if (!$this->dispatcher->getDefaultDriver()) {
37 $this->dispatcher->setDefaultDriver($this);
47 return $this->dispatcher;
392 if (!$this->dispatcher) {
396 $this->dispatcher
[all...]
H A DEventFiringWebDriverNavigation.php18 protected $dispatcher; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
22 * @param WebDriverDispatcher $dispatcher
24 public function __construct(WebDriverNavigationInterface $navigator, WebDriverDispatcher $dispatcher) argument
27 $this->dispatcher = $dispatcher;
35 return $this->dispatcher;
128 if (!$this->dispatcher) {
132 $this->dispatcher->dispatch($method, $arguments);
H A DEventFiringWebElement.php23 protected $dispatcher; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
27 * @param WebDriverDispatcher $dispatcher
29 public function __construct(WebDriverElement $element, WebDriverDispatcher $dispatcher) argument
32 $this->dispatcher = $dispatcher;
40 return $this->dispatcher;
101 $this->dispatcher->getDefaultDriver()
115 $this->dispatcher->getDefaultDriver()
132 $this->dispatcher->getDefaultDriver()
148 $this->dispatcher
[all...]
/plugin/advanced/lang/en/config/
H A Dstyleini.txt17 DokuWiki's CSS dispatcher is able to replace placeholders in the loaded stylesheets which are confi…
H A Duserscript.txt3 …>css|stylesheets]] all JavaScript files are delivered through a single dispatcher to minimize HTTP…
H A Duserstyle.txt5 All CSS files are fetched through a single dispatcher in [[xref>lib/exe/css.php]] which also handle…
/plugin/html5video2/script/
H A Dvideo.min.js12dispatcher,!1):e.detachEvent&&e.detachEvent("on"+t,i.dispatcher)),Object.getOwnPropertyNames(i.han…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md230 - No longer requiring the Symfony EventDispatcher. A custom event dispatcher
/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/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/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md293 - **Added the ability to delegate event dispatching to PSR-14 compliant event dispatcher libraries**
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … to render\nlet component = null\nlet componentParams = {}\n\n// Event dispatcher from Svelte\ncon…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …tation\n * and instantiation\n * 5. Key handler (the main command dispatcher) implementation\…
/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

123