Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php106 * @see processSniff()
116 $this->processSniff($documentation);
181 protected abstract function processSniff(DOMNode $doc); function in PHP_CodeSniffer_DocGenerators_Generator
H A DMarkdown.php38 * @see processSniff()
51 $this->processSniff($documentation);
H A DHTML.php44 * @see processSniff()
58 $this->processSniff($documentation);
213 public function processSniff(DOMNode $doc) function in PHP_CodeSniffer_DocGenerators_HTML
H A DText.php47 public function processSniff(DOMNode $doc) function in PHP_CodeSniffer_DocGenerators_Text