Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
H A Dspyc.php419 $line = self::stripIndent($line, $this->indent);
843 $line = self::stripIndent($line, $indent);
845 $line = self::stripIndent($line);
871 private static function stripIndent ($line, $indent = -1) { function in Spyc