Home
last modified time | relevance | path

Searched refs:NoopHandler (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNoopHandler.php23 class NoopHandler extends Handler class
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md148 …* Added NoopHandler which is similar to the NullHandle but does not prevent the bubbling of log re…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9594 function NoopHandler() { } function
9596 NoopHandler.prototype = Object.create(BaseHandler.prototype);
9598 NoopHandler.prototype.handleNode = function() {
10228 stack.push(new NoopHandler());