Home
last modified time | relevance | path

Searched refs:handlers (Results 101 – 119 of 119) sorted by path

12345

/plugin/projects/lib/
H A Dplugins.php61 public function handlers($project, $file) { function in Plugins
62 $handlers = array();
65 $handlers[$key] = $plugin;
66 return $handlers;
H A Dproject.php232 $handlers = $plugins->handlers($this, $file);
233 if (!$handlers) return $file;
234 reset($handlers);
235 $handler = current($handlers);
/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/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/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt73 directly. In PHP backend it is done via ob_start() handlers.
/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/scrape/
H A DphpQuery-onefile.php
/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/sqlraw/
H A Dsorttable.min.js40 …element.events={};var handlers=element.events[type];if(!handlers){handlers=element.events[type]={}…
41 handlers[handler.$$guid]=handler;element["on"+type]=handleEvent;}};dean_addEvent.guid=1;function re…
/plugin/topbarsyntax/
H A Dcsshover3.htc219 // store event handlers for removal onunload
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md918 * Fixed: If event handlers modify the request body from a PUT request, an ETag
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js55233 var handlers = {};
55314 handlers.resolve(this.promise, value);
55322 handlers.reject(this.promise, value);
55336 return handlers.reject(promise, e);
55372 handlers.reject = function (self, error) {
55406 handlers.reject(self, value);
55415 handlers.resolve(self, value);
55457 return handlers.reject(promise, reason);
55491 handlers.reject(promise, error);
55500 handlers.resolve(promise, values);
[all …]
/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 …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1handlers","eventScope","staticArray","extend","scopes","attributes","_this","entry","_attributes",…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1handlers","eventScope","attach","callback","detach","detachAll","staticArray","extend","scopes","u…
H A Ddhtmlxgantt_undo.js.map1 …t}\n\tstartBatchAction() {\n\t\t// try catching updates made from event handlers using timeout\n\t…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js17497 var handlers = [];
22522 if(handlers){
22524 if(!(root || handlers[i].root) || handlers[i].root === root){
22572 var handlers = [];
22595 return handlers;
22649 delete handlers[className];
29117 var handlers = [];
29127 var handler = handlers[i];
29129 handlers.splice(i, 1);
29144 handlers.splice(0, handlers.length);
[all …]
/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);

12345