Home
last modified time | relevance | path

Searched refs:CLF (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php42 …const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{ve… define in GuzzleHttp\\MessageFormatter
52 public function __construct($template = self::CLF)
54 $this->template = $template ?: self::CLF;
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DMessageFormatter.php47 …public const CLF = '{hostname} {req_header_User-Agent} - [{date_common_log}] "{method} {target} HT… define in GuzzleHttp\\MessageFormatter
59 public function __construct(?string $template = self::CLF)
61 $this->template = $template ?: self::CLF;