Home
last modified time | relevance | path

Searched refs:bubble (Results 1 – 25 of 88) sorted by path

1234

/plugin/achart/assets/
H A Dapexcharts.min.js6bubble:{minBubbleRadius:void 0,maxBubbleRadius:void 0},candlestick:{colors:{upward:"#00B746",downw…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php34 protected $bubble = true; variable in Monolog\\Handler\\AbstractHandler
38 … * @param bool $bubble Whether the messages that are handled can bubble up the stack or not
42 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
45 $this->bubble = $bubble;
84 * @param bool $bubble true means that this handler allows bubbling.
88 public function setBubble(bool $bubble): self argument
90 $this->bubble = $bubble;
103 return $this->bubble;
H A DAbstractProcessingHandler.php50 return false === $this->bubble;
H A DAbstractSyslogHandler.php65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true) argument
67 parent::__construct($level, $bubble);
H A DAmqpHandler.php40 …n __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool $bubble = true) argument
51 parent::__construct($level, $bubble);
H A DBufferHandler.php50 …rInterface $handler, int $bufferLimit = 0, $level = Logger::DEBUG, bool $bubble = true, bool $flus… argument
52 parent::__construct($level, $bubble);
90 return false === $this->bubble;
H A DChromePHPHandler.php69 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
71 parent::__construct($level, $bubble);
H A DCouchDBHandler.php31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true) argument
41 parent::__construct($level, $bubble);
H A DCubeHandler.php45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true) argument
64 parent::__construct($level, $bubble);
H A DDeduplicationHandler.php68 …* @param bool $bubble Whether the messages that are handled can bubble up …
72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true) argument
74 parent::__construct($handler, 0, Logger::DEBUG, $bubble, false);
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true) argument
32 parent::__construct($level, $bubble);
H A DDynamoDbHandler.php51 …ion __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $bubble = true) argument
64 parent::__construct($level, $bubble);
H A DElasticaHandler.php53 …ction __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) argument
55 parent::__construct($level, $bubble);
H A DElasticsearchHandler.php60 …ction __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) argument
62 parent::__construct($level, $bubble);
H A DErrorLogHandler.php38 …int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expa… argument
40 parent::__construct($level, $bubble);
H A DFallbackGroupHandler.php45 return false === $this->bubble;
H A DFilterHandler.php56 protected $bubble; variable in Monolog\\Handler\\FilterHandler
64 …* @param bool $bubble Whether the messages that are handled can bubbl…
69 …ruct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, bool $bubble = true) argument
72 $this->bubble = $bubble;
135 return false === $this->bubble;
H A DFingersCrossedHandler.php66 protected $bubble; variable in Monolog\\Handler\\FingersCrossedHandler
74 …* @param bool $bubble Whether the messages that are …
81 …nstruct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stop… argument
95 $this->bubble = $bubble;
150 return false === $this->bubble;
H A DFleepHookHandler.php51 bool $bubble = true, argument
68 $bubble,
H A DFlowdockHandler.php45 bool $bubble = true, argument
59 $bubble,
H A DGelfHandler.php35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = … argument
37 parent::__construct($level, $bubble);
H A DGroupHandler.php31 protected $bubble; variable in Monolog\\Handler\\GroupHandler
35 …* @param bool $bubble Whether the messages that are handled can bubble up the stac…
37 public function __construct(array $handlers, bool $bubble = true) argument
46 $this->bubble = $bubble;
77 return false === $this->bubble;
H A DIFTTTHandler.php39 …tion __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bubble = true) argument
48 parent::__construct($level, $bubble);
H A DInsightOpsHandler.php41 bool $bubble = true, argument
59 $bubble,
H A DLogEntriesHandler.php37 bool $bubble = true, argument
53 $bubble,

1234