Searched refs:jsonEncode (Results 1 – 14 of 14) sorted by relevance
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | ChromePHPHandler.php | 151 … $json = Utils::jsonEncode(self::$json, Utils::DEFAULT_JSON_FLAGS & ~JSON_UNESCAPED_UNICODE, true); 166 $json = Utils::jsonEncode(self::$json, null, true);
|
H A D | IFTTTHandler.php | 61 $postString = Utils::jsonEncode($postData);
|
H A D | FlowdockHandler.php | 116 return Utils::jsonEncode($record['formatted']['flowdock']);
|
H A D | SlackWebhookHandler.php | 96 $postString = Utils::jsonEncode($postData);
|
H A D | NewRelicHandler.php | 188 newrelic_add_custom_parameter($key, Utils::jsonEncode($value, null, true));
|
H A D | SlackHandler.php | 139 $dataArray['attachments'] = Utils::jsonEncode($dataArray['attachments']);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | FluentdFormatter.php | 76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
|
H A D | HtmlFormatter.php | 140 return Utils::jsonEncode($data, JSON_PRETTY_PRINT | Utils::DEFAULT_JSON_FLAGS, true);
|
H A D | NormalizerFormatter.php | 253 return Utils::jsonEncode($data, $this->jsonEncodeOptions, $ignoreErrors);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/ |
H A D | SlackRecord.php | 235 ? Utils::jsonEncode($normalized, JSON_PRETTY_PRINT|Utils::DEFAULT_JSON_FLAGS) 236 : Utils::jsonEncode($normalized, Utils::DEFAULT_JSON_FLAGS);
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
H A D | PsrLogMessageProcessor.php | 72 $replacements[$placeholder] = 'array'.Utils::jsonEncode($val, null, true);
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
H A D | JWT.php | 199 $segments[] = static::urlsafeB64Encode((string) static::jsonEncode($header)); 200 $segments[] = static::urlsafeB64Encode((string) static::jsonEncode($payload)); 359 public static function jsonEncode(array $input): string function in Firebase\\JWT\\JWT
|
/plugin/combo/ComboStrap/ |
H A D | MetadataFrontmatterStore.php | 433 $jsonEncode = self::toFrontmatterJsonString($jsonArray); 437 $jsonEncode
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | Utils.php | 79 …public static function jsonEncode($data, ?int $encodeFlags = null, bool $ignoreErrors = false): st… function in Monolog\\Utils
|