Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 119) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php124 protected $handlers; variable in Monolog\\Logger
161 $this->setHandlers($handlers);
199 if (!$this->handlers) {
203 return array_shift($this->handlers);
211 * @param HandlerInterface[] $handlers
215 $this->handlers = [];
228 return $this->handlers;
296 foreach ($this->handlers as $handler) {
353 foreach ($this->handlers as $handler) {
370 foreach ($this->handlers as $handler) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php379 public function setHandlers($handlers) argument
381 $this->handlers = $handlers;
388 return $this->handlers;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md13 functions that wrap handlers (or are injected into a
51 more complexity than the benefits it provides. All HTTP handlers that were
H A DCHANGELOG.md189 * Fixed a memory leak in the curl handlers in which references to callbacks
258 * No longer depends on RingPHP, but rather places the HTTP handlers directly
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md62 …* Added support for configuring handlers with numeric level values in strings (coming from e.g. en…
153 * Fixed many minor issues in various handlers, and probably added a few regressions too
210 * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
227 * Fixed normalization of objects in Slack handlers
302 * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
335 * Added Logger::setHandlers() to allow setting/replacing all handlers
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
462 * Added chainability to most setters for all handlers
500 * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors
506 …* Added the possibility to pass arrays of handlers and processors directly in the Logger construct…
[all …]
H A DREADME.md8 web services. See the complete list of handlers below. Special handlers
46 - [Handlers, Formatters and Processors](doc/02-handlers-formatters-processors.md)
59 Third party handlers, formatters and processors are
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DGroupHandler.php29 protected $handlers; variable in Monolog\\Handler\\GroupHandler
34 * @param HandlerInterface[] $handlers Array of Handlers.
37 public function __construct(array $handlers, bool $bubble = true) argument
39 foreach ($handlers as $handler) {
45 $this->handlers = $handlers;
54 foreach ($this->handlers as $handler) {
73 foreach ($this->handlers as $handler) {
94 foreach ($this->handlers as $handler) {
103 foreach ($this->handlers as $handler) {
114 foreach ($this->handlers as $handler) {
[all …]
H A DWhatFailureGroupHandler.php34 foreach ($this->handlers as $handler) {
59 foreach ($this->handlers as $handler) {
H A DFallbackGroupHandler.php36 foreach ($this->handlers as $handler) {
62 foreach ($this->handlers as $handler) {
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md419 …s such as [Handlers and Middleware](http://docs.guzzlephp.org/en/stable/handlers-and-middleware.ht…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md317 …Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to …
445 By shuffling pending handlers from one owner to another, promises are
471 then takes ownership of the handlers of each child promise and delivers values
475 all of its pending handlers to the new promise. When the new promise is
476 eventually resolved, all of the pending handlers are delivered the forwarded
490 of another promise to shuffle around ownership of handlers. In order to achieve
491 this without making the handlers of a promise publicly mutable, a promise is
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php17 private $handlers = []; variable in GuzzleHttp\\Promise\\Promise
37 $this->handlers[] = [$p, $onFulfilled, $onRejected];
137 $handlers = $this->handlers;
138 $this->handlers = null;
142 if (!$handlers) {
152 foreach ($handlers as $handler) {
158 $value->handlers = array_merge($value->handlers, $handlers);
162 static function ($value) use ($handlers) {
163 foreach ($handlers as $handler) {
167 static function ($reason) use ($handlers) {
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js17050 return handlers[type];
17189 var handlers = this.handlers = {
20206 var handlers = {};
25004 this.handlers = {};
25193 var handlers = this.handlers;
25195 handlers[event] = handlers[event] || [];
25212 var handlers = this.handlers;
25217 handlers[event] && handlers[event].splice(inArray(handlers[event], handler), 1);
25235 var handlers = this.handlers[event] && this.handlers[event].slice();
25236 if (!handlers || !handlers.length) {
[all …]
H A Dbpmn-modeler.production.min.js28handlers={"bpmn:Event":function(e,t,n){return"fillOpacity"in n||(n.fillOpacity=Hr),y(e,t.width,t.h…
33handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=e,this.input=new(…
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md16 * The LDAP server handlers can now be set as a class instance in addition to the class FQCN string.
30 * Server request handlers can now return their own RootDSE if they choose to.
33 * The client and server protocol handlers have been completely refactored.
/plugin/move/helper/
H A Dhandler.php26 protected $handlers; variable in helper_plugin_move_handler
44 * @param array $handlers Handlers for plugin content in the form $plugin_name => $callback
46 public function init($id, $original, $page_moves, $media_moves, $handlers) { argument
53 $this->handlers = $handlers;
352 if(isset($this->handlers[$pluginname])) {
353 …$this->calls .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname, $t…
H A Drewrite.php213 $handlers = array();
224 'handlers' => &$handlers
247 $Parser->Handler->init($id, $origin, $pages, $media, $handlers);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c621 obj->std.handlers = &maxminddb_obj_handlers; in maxminddb_create_handler()
636 retval.handlers = &maxminddb_obj_handlers; in maxminddb_create_handler()
/plugin/quickstats/scripts/
H A Dsorttable.js383 var handlers = element.events[type];
384 if (!handlers) {
385 handlers = element.events[type] = {};
388 handlers[0] = element["on" + type];
392 handlers[handler.$$guid] = handler;
416 var handlers = this.events[event.type];
418 for (var i in handlers) {
419 this.$$handleEvent = handlers[i];
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1handlers.\n *\n * @param {ExtendableEvent} event\n * @return {Promise<module:workbox-p…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js449 var handlerMap = this.selectionCellsHandler.handlers.map;
585 this.selectionCellsHandler.handlers.put(state.cell, handler);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js1632 function mxSelectionCellsHandler(a){mxEventSource.call(this);this.graph=a;this.handlers=new mxDicti…
1634handlers=null;mxSelectionCellsHandler.prototype.isEnabled=function(){return this.enabled};mxSelect… method in mxSelectionCellsHandler
1636handlers;this.handlers=new mxDictionary;for(var b=mxUtils.sortCells(this.getHandledSelectionCells(…
1637 …=d&&(e=this.handlers.get(b[c]),null==e?(e=this.graph.createHandler(d),this.fireEvent(new mxEventOb…
1638handlers.remove(a.cell);if(null!=b){var c=b.index,d=b.startX,e=b.startY;b.destroy();b=this.graph.c…
1639handlers.visit(function(a,b){b.mouseMove.apply(b,c)})}};mxSelectionCellsHandler.prototype.mouseUp=…
2324 d){},mouseMove:mxUtils.bind(this,function(b,c){var e=this.selectionCellsHandler.handlers.map,g;for(…
2327 …ndlerActive(k)?this.isCellSelected(e.cell)||(this.selectionCellsHandler.handlers.put(e.cell,k),thi…
H A Dviewer.min.js1632 function mxSelectionCellsHandler(a){mxEventSource.call(this);this.graph=a;this.handlers=new mxDicti…
1634handlers=null;mxSelectionCellsHandler.prototype.isEnabled=function(){return this.enabled};mxSelect… method in mxSelectionCellsHandler
1636handlers;this.handlers=new mxDictionary;for(var b=mxUtils.sortCells(this.getHandledSelectionCells(…
1637 …=d&&(e=this.handlers.get(b[c]),null==e?(e=this.graph.createHandler(d),this.fireEvent(new mxEventOb…
1638handlers.remove(a.cell);if(null!=b){var c=b.index,d=b.startX,e=b.startY;b.destroy();b=this.graph.c…
1639handlers.visit(function(a,b){b.mouseMove.apply(b,c)})}};mxSelectionCellsHandler.prototype.mouseUp=…
2324 d){},mouseMove:mxUtils.bind(this,function(b,c){var e=this.selectionCellsHandler.handlers.map,g;for(…
2327 …ndlerActive(k)?this.isCellSelected(e.cell)||(this.selectionCellsHandler.handlers.put(e.cell,k),thi…
H A Dextensions.min.js1743handlers=[]},cancel:function(n){var i,r,t;if(!this.isCancellationRequested){for(this.isCancellatio…
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=…

12345