Home
last modified time | relevance | path

Searched refs:queue (Results 26 – 50 of 151) sorted by relevance

1234567

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerUnbindHandler.php29 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
31 $queue->close();
28 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerAnonBindHandler.php34 * @param ServerQueue $queue
41 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
52 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
31 handleBind(LdapMessageRequest $message, 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
49 $queue->sendMessage(new LdapMessageResponse(
33 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerSearchHandler.php36 ServerQueue $queue,
53 $queue
35 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerBindHandler.php37 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
50 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
34 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerDispatchHandler.php35 * @param ServerQueue $queue
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
64 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerRootDseHandler.php55 ServerQueue $queue,
97 $queue->sendMessage(
37 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
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 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
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php118 P\queue()->run();
138 $queue = P\queue();
140 while ($this->handles || !$queue->isEmpty()) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientStartTlsHandler.php31 * @param ClientQueue $queue
37 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
48 $queue->encrypt();
30 handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options) global() argument
H A DClientProtocolContext.php70 ClientQueue $queue,
76 $this->clientQueue = $queue;
61 __construct(RequestInterface $request, array $controls, ClientProtocolHandler $protocolHandler, ClientQueue $queue, array $options) global() argument
H A DResponseHandlerInterface.php29 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse;
28 handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options) global() argument
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php303 * @param string $queue Queue of the node (generally a filename,
307 public function reach($queue = null) argument
309 return empty($queue) ? $this->_reach : $queue;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc54 In practice, this means you can queue up a batch of requests by using
98 $futures[] = $client->get($params); //queue up the request
128 $futures[] = $client->get($params); //queue up the request
139 The default batch size is 100, meaning 100 requests queue up before the client
160 example, only 499 requests are added to the queue, but the final future
186 $futures[] = $client->get($params); //queue up the request
197 It is possible to queue up heterogeneous batches of requests. For example, you
198 can queue up several GETs, indexing requests, and a search:
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js500 push.apply(jobs.queue, jobs.all);
684 queue = [];
734 this.jobs = { 'active': active, 'all': all, 'queue': queue }; property in Tunnel.jobs
816 queue = jobs.queue,
819 while (queue.length && (active.length < throttled)) {
820 var job = queue.shift();
856 jobs.queue.length = 0;
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js76 queue = {},
87 queue[listeners[i].zIndex] = listeners[i];
92 l = queue[indexed[z++]];
109 l = queue[indexed[z]];
116 queue[l.zIndex] = l;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php24 function queue(TaskQueueInterface $assign = null) function
26 return Utils::queue($assign);
H A DPromise.php151 Utils::queue()->add(static function () use ($id, $value, $handlers) {
235 Utils::queue()->run();
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md415 asynchronously using a task queue. When waiting on promises synchronously, the
416 task queue will be automatically run to ensure that the blocking promise and
418 event loop, you will need to run the task queue on each tick of the loop. If
419 you do not run the task queue, then promises will not be resolved.
421 You can run the task queue using the `run()` method of the global task queue
425 // Get the global task queue
426 $queue = GuzzleHttp\Promise\Utils::queue();
427 $queue->run();
434 $loop->addPeriodicTimer(0, [$queue, 'run']);
512 | `queue` | `Utils::queue` |
/plugin/codebuttonmod2/src/
H A Dcodebutton.js40 …copy_a.attr('data-tooltip','Copied!').delay( 500 ).queue(function() { copy_a.attr('data-tooltip','…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js107 queue: 'parallel' property in Effect.DefaultOptions
155 queue: { position:'end', scope:(element.id || 'global'), limit: 1 }
175 var position = Object.isString(effect.options.queue) ?
176 effect.options.queue : effect.options.queue.position;
198 if (!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit))
269 Effect.Queues.get(Object.isString(this.options.queue) ?
270 'global' : this.options.queue.scope).add(this);
292 Effect.Queues.get(Object.isString(this.options.queue) ?
293 'global' : this.options.queue.scope).remove(this);
/plugin/showsamples/
H A Djquery.scrollTo.min.js7 …ar u=b.queue&&1<b.axis.length;u&&(d/=2);b.offset=h(b.offset);b.over=h(b.over);return this.each(fun…
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php217 $queue = 'baz',
223 ->isEqualTo($queue);
/plugin/diagramsnet/lib/math/
H A DMathJax.js19queue=[];this.Push.apply(this,arguments)},Push:function(){var callback;for(var i=0,m=arguments.len… argument

1234567