Home
last modified time | relevance | path

Searched refs:handlers (Results 76 – 100 of 119) sorted by last modified time

12345

/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
H A DREADME.md15 * Extensible language handlers for other languages. You can specify the
/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/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/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md23 - Event listeners/handlers class names are case sensitive now
H A DCHANGELOG.md88 - Improve handlers doc [\#996](https://github.com/schmittjoh/serializer/pull/996) ([kunicmarko20](h…
133 - Custom Serialization handlers give an invalid result on top level [\#95](https://github.com/schmi…
395 - Custom type handlers does not work with doctrine proxies anymore [\#765](https://github.com/schmi…
605 - Can't use handlers on strings \(and other simple types\) [\#194](https://github.com/schmittjoh/se…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst48 If you have created custom handlers, you can add them to the serializer easily::
62 For more complex handlers, it is advisable to extract them to dedicated classes,
63 see :doc:`handlers documentation <handlers>`.
H A Dindex.rst48 handlers
55 - :doc:`Handlers <handlers>`
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/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst324 handlers to enhance the serialization or deserialization result; for example, you may want to
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js3handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php40 protected $handlers; variable in Twig\\Parser
97 if (null === $this->handlers) {
98 $this->handlers = $this->env->getTokenParsers();
99 $this->handlers->setParser($this);
191 $subparser = $this->handlers->getTokenParser($token->getValue());
234 $this->handlers[$name] = $class;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md28 (that are not sent over an event channel), uncaught exception handlers, errors
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php16 protected $handlers; variable in JMS\\Serializer\\Handler\\HandlerRegistry
36 public function __construct(array $handlers = []) argument
38 $this->handlers = $handlers;
65 $this->handlers[$direction][$typeName][$format] = $handler;
73 if (!isset($this->handlers[$direction][$typeName][$format])) {
77 return $this->handlers[$direction][$typeName][$format];
H A DLazyHandlerRegistry.php25 * @param array $handlers
27 public function __construct($container, array $handlers = []) argument
33 parent::__construct($handlers);
55 if (!isset($this->handlers[$direction][$typeName][$format])) {
59 $handler = $this->handlers[$direction][$typeName][$format];
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1542 // attach event handlers
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js241handlers:{}};return this},CKEDITOR.ui.prototype={add:function(a,f,b){b.name=a.toLowerCase();var c=… property in AnonymousFunctione4ea003819f00._
242 …);b&&!b.type&&(b.type=f.type);return b},addHandler:function(a,f){this._.handlers[a]=f},space:funct…
H A DCHANGES.md255 …om/addon/filetools) plugins during file uploads. The server-side upload handlers may check it and …
488 ….com/ticket/12024): [Firefox] Fixed: Outline is extended to the left by unpositioned drag handlers.
786 …#!/api/CKEDITOR.style-static-method-addCustomHandler) method for registering custom style handlers.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 … function cleanup() {\n\t debug('cleanup');\n\t // cleanup event handlers once the pipe is …
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1handlers[uid]&&handlers[uid][eventName]){var handlersForEvent=handlers[uid][eventName];for(var i=0… variable
H A Dfabric.js1687 if (handlers[uid] && handlers[uid][eventName]) {
1688 var handlersForEvent = handlers[uid][eventName];
1708 handlers = { }, variable
1757 if (!handlers[uid]) {
1758 handlers[uid] = { };
1760 if (!handlers[uid][eventName]) {
1761 handlers[uid][eventName] = [ ];
1764 handlers[uid][eventName].push(existingHandler);
1768 handlers[uid][eventName].push(handler);
1773 if (handlers[uid] && handlers[uid][eventName]) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md192 To set custom event handlers, use these config options:
354 * Added `complete`, `load` and `error` properties that can be set with function handlers to be invo…
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/topbarsyntax/
H A Dcsshover3.htc219 // store event handlers for removal onunload
/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 …]

12345