Home
last modified time | relevance | path

Searched +defs:line +defs:color (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php115 public function ptln($line, $color, $channel = STDOUT)
130 public function wrap($text, $color)
142 public function getColorCode($color)
161 public function set($color, $channel = STDOUT)
/dokuwiki/inc/
H A DDifferenceEngine.php1163 function _lines($lines, $prefix=' ', $color="white") {
1166 function addedLine($line,$escaped=false) {
1174 function deletedLine($line,$escaped=false) {
1186 function contextLine($line) {
1280 function _lines($lines, $prefix=' ', $color="white") {
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php28 public $line; variable in LesserPHP\\Parser
821 protected function color(&$out) function in LesserPHP\\Parser