Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 119) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst28 Be aware that when you call `configureHandlers` default handlers (like `DateHandler`)
33 Subscribing handlers contain the configuration themselves which makes them easier to share with oth…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc8 choose from several HTTP handlers depending on your needs.
33 http://guzzle.readthedocs.org/en/latest/handlers.html[RingPHP Documentation].
H A Dinstallation.asciidoc19 The default HTTP handlers that ship with Elasticsearch-php require the PHP
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/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/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js472 var handlers = [];
476 handlers.push({element: el, event:event, callback: callback, capture: capture});
481 for(var i = 0; i < handlers.length; i++){
482 var handler = handlers[i];
484 handlers.splice(i, 1);
490 var staticArray = handlers.slice();
499 handlers.splice(0, handlers.length);
509 window.scopes.push(handlers);
/plugin/indexmenu2/cms/
H A Dcms.js15handlers:{onOpen:[],onClose:[],onChangeState:[]},stripCssClasses:{'root':[],'ul':[],'li':[],'a':[]… class in CompleteMenuSolution._
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …he server"},'message':{'loading':"Loading..."}}},init:function(i,I,l){i.handlers.onOpen.push([this…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md50 * Language handlers for F#, OCAML, SQL
58 * Language handlers for Visual Basic, Haskell, CSS, and WikiText
120 * Language handlers for Dart, Erlang, Mumps, TCL, R, S., and others
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js206 var handlers = events[name] || (events[name] = []);
210handlers.push({callback: callback, context: context, ctx: context || ctx, listening: listening});
270 var handlers = events[name];
273 if (!handlers) break;
277 for (var j = 0; j < handlers.length; j++) {
278 var handler = handlers[j];
1596 this.handlers = [];
1783 this.handlers.unshift({route: route, callback: callback});
1809 return _.some(this.handlers, function(handler) {
/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/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/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js191 var inCheckLoaded, Module, context, handlers,
548 handlers = { class in newContext
1081 handler = getOwn(handlers, depMap.id);
1106 if (!hasProp(handlers, id) && mod && !mod.enabled) {
1353 if (relMap && hasProp(handlers, deps)) {
1354 return handlers[deps](registry[relMap.id]);
/plugin/jplayer/components/
H A Drequire.js191 var inCheckLoaded, Module, context, handlers,
548 handlers = { class in newContext
1081 handler = getOwn(handlers, depMap.id);
1106 if (!hasProp(handlers, id) && mod && !mod.enabled) {
1353 if (relMap && hasProp(handlers, deps)) {
1354 return handlers[deps](registry[relMap.id]);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2999 handlers: {
3047 return Selector.handlers.unmark(results);
3052 var h = Selector.handlers;
3059 var h = Selector.handlers;
3076 var h = Selector.handlers;
3097 var results = [], h = Selector.handlers;
3115 var targetNode = $(id), h = Selector.handlers;
3200 var h = Selector.handlers;
3280 var h = Selector.handlers, selectorType, m;
3344 var results = [], h = Selector.handlers;
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3529 handlers: {
3590 return Selector.handlers.unmark(results);
3594 var h = Selector.handlers;
3601 var h = Selector.handlers;
3618 var h = Selector.handlers;
3638 var results = [], h = Selector.handlers;
3655 var targetNode = $(id), h = Selector.handlers;
3751 var h = Selector.handlers;
3828 var h = Selector.handlers, selectorType, m;
3894 var results = [], h = Selector.handlers;
[all …]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md168 * Fix cancellation handlers called multiple times (#47 by @clue).
173 rejection handlers.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md23 - Event listeners/handlers class names are case sensitive now
/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/fedauth/
H A Daction.php93 * this condition to recognize an AJAX call. Custom AJAX handlers should be
/plugin/dokusioc/
H A Daction.php34 * Register it's handlers with the DokuWiki's event controller
/plugin/emoji/script/
H A Djquery.textcomplete.js372 var handlers = $._data(this, 'events')[name.split('.')[0]];
374 var handler = handlers.pop();
376 handlers.splice(0, 0, handler);
/plugin/jquery/
H A Djquery-1.4.2.js1634 var handlers = events[ type ], variable
1638 if ( !handlers ) {
1639 handlers = events[ type ] = [];
1664 handlers.push( handleObj );
1905 var all, handlers, namespaces, namespace, events; variable
1919 var events = jQuery.data(this, "events"), handlers = events[ event.type ]; variable
1921 if ( events && handlers ) {
1923 handlers = handlers.slice(0);
1925 for ( var j = 0, l = handlers.length; j < l; j++ ) {
1926 var handleObj = handlers[ j ];
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4314 var handlers = {};
4384 handlers.resolve(this.promise, value);
4390 handlers.reject(this.promise, value);
4402 return handlers.reject(promise, e);
4432 handlers.reject = function (self, error) {
4461 handlers.reject(self, value);
4469 handlers.resolve(self, value);
4505 return handlers.reject(promise, reason);
4534 handlers.reject(promise, error);
4541 handlers.resolve(promise, values);
[all …]

12345