Home
last modified time | relevance | path

Searched refs:bool (Results 26 – 50 of 903) sorted by path

12345678910>>...37

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php43 … null, ?string $dateFormat = null, bool $allowInlineLineBreaks = false, bool $ignoreEmptyContextAn…
52 public function includeStacktraces(bool $include = true): self
62 public function allowInlineLineBreaks(bool $allow = true): self
69 public function ignoreEmptyContextAndExtra(bool $ignore = true): self
H A DLogglyFormatter.php25 …public function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = fals…
H A DMongoDBFormatter.php36 public function __construct(int $maxNestingLevel = 3, bool $exceptionTraceAsString = true)
H A DNormalizerFormatter.php115 public function setJsonPrettyPrint(bool $enable): self
251 protected function toJson($data, bool $ignoreErrors = false): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
51 public function isHandling(array $record): bool
88 public function setBubble(bool $bubble): self
101 public function getBubble(): bool
H A DAbstractProcessingHandler.php35 public function handle(array $record): bool
H A DAbstractSyslogHandler.php65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
H A DAmqpHandler.php40 …n __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool $bubble = true)
H A DBufferHandler.php50 …terface $handler, int $bufferLimit = 0, $level = Logger::DEBUG, bool $bubble = true, bool $flushOn…
61 public function handle(array $record): bool
H A DChromePHPHandler.php69 public function __construct($level = Logger::DEBUG, bool $bubble = true)
188 protected function headersAccepted(): bool
H A DCouchDBHandler.php31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true)
H A DCubeHandler.php45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true)
H A DDeduplicationHandler.php72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true)
113 private function isDuplicate(array $record): bool
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true)
H A DDynamoDbHandler.php51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b…
H A DElasticaHandler.php53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DElasticsearchHandler.php60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DErrorLogHandler.php38 … $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expandN…
H A DFallbackGroupHandler.php30 public function handle(array $record): bool
H A DFilterHandler.php69 …ruct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, bool $bubble = true)
114 public function isHandling(array $record): bool
122 public function handle(array $record): bool
H A DFingersCrossedHandler.php81 …ruct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stopBuf…
110 public function isHandling(array $record): bool
131 public function handle(array $record): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DActivationStrategyInterface.php28 public function isHandlerActivated(array $record): bool;
H A DChannelLevelActivationStrategy.php69 public function isHandlerActivated(array $record): bool
H A DErrorLevelActivationStrategy.php42 public function isHandlerActivated(array $record): bool

12345678910>>...37