Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 119) sorted by relevance

12345

/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/codeprettify/
H A Daction.php44 $handlers = 'prettify';
46 $handlers .= ',' . trim($this->getConf('lang_handlers'), ',');
47 $handlers = str_replace(' ', '', $handlers);
48 $handlers = str_replace(',',',lang-', $handlers);
50 $scripts = explode(',', $handlers);
/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/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/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/components/lib/
H A Dajax_manager.php15 private $handlers = array(); variable in Doku_AJAX_Manager
24 $this->handlers[$handler->name()] = $handler;
41 foreach($this->handlers as $handler)
H A Daction_manager.php27 private $handlers = array(); variable in Doku_Action_Manager
49 $this->handlers[] = $class;
89 $this->handlers = array();
99 $this->handler = $this->unique($this->handlers, $action);
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php10 private $handlers = []; variable in React\\Promise\\Promise
64 $this->handlers[] = static function (ExtendedPromiseInterface $promise) use ($onFulfilled, $onRejected) {
132 $this->handlers[] = static function (ExtendedPromiseInterface $promise) use ($onFulfilled, $onRejected, $resolve, $reject, $progressHandler) {
161 $handlers = $this->handlers;
163 $this->progressHandlers = $this->handlers = [];
167 foreach ($handlers as $handler) {
/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 Dmaker.php114 $handlers = $this->plugins->handlers($this->project, $file);
115 if (!$handlers) return NULL;
116 reset($handlers);
117 $handler = current($handlers);
H A Dproject.php232 $handlers = $plugins->handlers($this, $file);
233 if (!$handlers) return $file;
234 reset($handlers);
235 $handler = current($handlers);
/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/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php14 $handlers = $this->getHandlers();
15 foreach ($handlers as $property => $handler) {
27 $handlers = $this->getHandlers();
28 foreach ($handlers as $property => $handler) {
H A Dcss.state.class.php74 $handlers = $this->_handlerSet->getInheritableHandlers();
76 foreach ($handlers as $property => $handler) {
88 $handlers = $this->_handlerSet->getInheritableTextHandlers();
89 foreach ($handlers as $property => $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/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/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/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/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>`
/plugin/components/
H A DREADME.md63 ## Action handlers and renderers
64 See lib/action.php for the definitions of the action handlers, renderers. These handlers must
76 …- This defines the action name that these handlers respond to. Note the full action name is plugin…

12345