/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | GroupHandler.php | 29 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 D | WhatFailureGroupHandler.php | 34 foreach ($this->handlers as $handler) { 59 foreach ($this->handlers as $handler) {
|
H A D | FallbackGroupHandler.php | 36 foreach ($this->handlers as $handler) { 62 foreach ($this->handlers as $handler) {
|
/plugin/codeprettify/ |
H A D | action.php | 41 $handlers = 'prettify'; 43 $handlers .= ',' . trim($this->getConf('lang_handlers'), ','); 44 $handlers = str_replace(' ', '', $handlers); 45 $handlers = str_replace(',',',lang-', $handlers); 47 $scripts = explode(',', $handlers);
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A D | Promise.php | 17 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 D | Logger.php | 124 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 D | HandlerRegistry.php | 16 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 D | LazyHandlerRegistry.php | 25 * @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 D | ajax_manager.php | 15 private $handlers = array(); variable in Doku_AJAX_Manager 24 $this->handlers[$handler->name()] = $handler; 41 foreach($this->handlers as $handler)
|
H A D | action_manager.php | 27 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 D | Promise.php | 10 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 D | plugins.php | 61 public function handlers($project, $file) { function in Plugins 62 $handlers = array(); 65 $handlers[$key] = $plugin; 66 return $handlers;
|
H A D | maker.php | 114 $handlers = $this->plugins->handlers($this->project, $file); 115 if (!$handlers) return NULL; 116 reset($handlers); 117 $handler = current($handlers);
|
H A D | project.php | 232 $handlers = $plugins->handlers($this, $file); 233 if (!$handlers) return $file; 234 reset($handlers); 235 $handler = current($handlers);
|
/plugin/move/helper/ |
H A D | handler.php | 26 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; 348 * Handle rewriting of plugin syntax, calls the registered handlers 357 if(isset($this->handlers[$pluginname])) { 358 $this->calls .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname, $this);
|
H A D | rewrite.php | 213 $handlers = array(); 224 'handlers' => &$handlers 230 * Plugin handlers can be registered in the $handlers array, the key is the plugin name as it is given to the handler 247 $Parser->Handler->init($id, $origin, $pages, $media, $handlers);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.inc.php | 14 $handlers = $this->getHandlers(); 15 foreach ($handlers as $property => $handler) { 27 $handlers = $this->getHandlers(); 28 foreach ($handlers as $property => $handler) {
|
H A D | css.state.class.php | 74 $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 D | sorttable.min.js | 40 …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 D | sorttable.js | 382 // create a hash table of event handlers for each element/event pair 383 var handlers = element.events[type]; 384 if (!handlers) { 385 handlers = element.events[type] = {}; 388 handlers[0] = element["on" + type]; 392 handlers[handler.$$guid] = handler; 415 // get a reference to the hash table of event handlers 416 var handlers = this.events[event.type]; 418 for (var i in handlers) { 419 this.$$handleEvent = handlers[ [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Parser.php | 40 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 D | Version.php | 379 public function setHandlers($handlers) argument 381 $this->handlers = $handlers; 388 return $this->handlers;
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
H A D | configuration.rst | 48 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 D | index.rst | 48 handlers 55 - :doc:`Handlers <handlers>`
|
/plugin/components/ |
H A D | README.md | 63 ## 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…
|