Home
last modified time | relevance | path

Searched defs:truncateAt (Results 1 – 4 of 4) sorted by relevance

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DBodySummarizer.php12 private $truncateAt; variable in GuzzleHttp\\BodySummarizer
14 public function __construct(int $truncateAt = null)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DMessage.php58 public static function bodySummary(MessageInterface $message, $truncateAt = 120)
Dfunctions.php403 function get_message_body_summary(MessageInterface $message, $truncateAt = 120)
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMessage.php56 public static function bodySummary(MessageInterface $message, int $truncateAt = 120): ?string