Home
last modified time | relevance | path

Searched refs:bubble (Results 1 – 25 of 88) sorted by last modified time

1234

/plugin/edittable/lib/
H A Dhandsontable.full.js11216 function bubble () {
11511 proto$2._bubble = bubble;
/plugin/achart/assets/
H A Dapexcharts.min.js6bubble:{minBubbleRadius:void 0,maxBubbleRadius:void 0},candlestick:{colors:{upward:"#00B746",downw…
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js4138 function bubble () { function
4445 proto$2._bubble = bubble;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php45 public function __construct(string $url, $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 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 DFlowdockHandler.php45 bool $bubble = true, argument
59 $bubble,
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
59 parent::__construct($level, $bubble);
H A DRotatingFileHandler.php52 …truct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bubble = true, ?int $file… argument
60 … parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking);
H A DAbstractProcessingHandler.php50 return false === $this->bubble;
H A DNewRelicHandler.php61 bool $bubble = true, argument
66 parent::__construct($level, $bubble);
H A DOverflowHandler.php69 bool $bubble = true argument
75 parent::__construct($level, $bubble);
107 return false === $this->bubble;
121 return false === $this->bubble;
H A DPHPConsoleHandler.php77 …uct(array $options = [], ?Connector $connector = null, $level = Logger::DEBUG, bool $bubble = true) argument
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int … argument
55 parent::__construct($level, $bubble);
H A DRollbarHandler.php66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t… argument
70 parent::__construct($level, $bubble);
H A DSendGridHandler.php60 …r, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = true) argument
66 parent::__construct($level, $bubble);
H A DSlackHandler.php59 bool $bubble = true, argument
76 $bubble,
H A DSlackWebhookHandler.php58 bool $bubble = true, argument
65 parent::__construct($level, $bubble);
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis… argument
56 parent::__construct($level, $bubble);
H A DSwiftMailerHandler.php41 … function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble = true) argument
43 parent::__construct($level, $bubble);
H A DSyslogUdpHandler.php49 … * @param bool $bubble Whether the messages that are handled can bubble up the stack or not
56 …st, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, string $id… argument
62 parent::__construct($facility, $level, $bubble);
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
56 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 DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true) argument
32 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);

1234