Home
last modified time | relevance | path

Searched refs:buildHeader (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php106 return $this->buildHeader($content) . $content;
122 private function buildHeader(string $content): string function in Monolog\\Handler\\FlowdockHandler
H A DSlackHandler.php114 return $this->buildHeader($content) . $content;
148 private function buildHeader(string $content): string function in Monolog\\Handler\\SlackHandler
H A DFleepHookHandler.php105 return $this->buildHeader($content) . $content;
111 private function buildHeader(string $content): string function in Monolog\\Handler\\FleepHookHandler
H A DPushoverHandler.php143 return $this->buildHeader($content) . $content;
190 private function buildHeader(string $content): string function in Monolog\\Handler\\PushoverHandler
/plugin/ghissues/syntax/
H A Dsyntax.php108 $buildHeader = $headerState.$this->getLang('issuesIn');
110 $wholeHeader = $buildHeader.htmlentities($repoPath).$headerLabel;