Lines Matching refs:depth

717      * @param int    $depth       How many nested processing steps we are in. This
723 public function processRuleset($rulesetPath, $depth=0) argument
727 echo str_repeat("\t", $depth);
746 echo str_repeat("\t", $depth);
750 … $ownSniffs = $this->_expandSniffDirectory($rulesetDir.DIRECTORY_SEPARATOR.'Sniffs', $depth);
761 echo str_repeat("\t", $depth);
774 echo str_repeat("\t", $depth);
780 $this->_expandRulesetReference($rule['ref'], $rulesetDir, $depth)
790 echo str_repeat("\t", $depth);
800 echo str_repeat("\t", $depth);
806 … $this->_expandRulesetReference($exclude['name'], $rulesetDir, ($depth + 1))
812 $this->_processRule($rule, $depth);
834 echo str_repeat("\t", $depth);
862 echo str_repeat("\t", $depth);
873 echo str_repeat("\t", $depth);
908 echo str_repeat("\t", $depth);
919 echo str_repeat("\t", $depth);
943 * @param int $depth How many nested processing steps we are in. This
948 private function _expandSniffDirectory($directory, $depth=0) argument
992 echo str_repeat("\t", $depth);
1010 * @param int $depth How many nested processing steps we are in. This
1016 private function _expandRulesetReference($ref, $rulesetDir, $depth=0) argument
1022 echo str_repeat("\t", $depth);
1038 echo str_repeat("\t", $depth);
1051 echo str_repeat("\t", $depth);
1078 echo str_repeat("\t", $depth);
1138 echo str_repeat("\t", $depth);
1148 echo str_repeat("\t", $depth);
1152 return $this->processRuleset($ref.DIRECTORY_SEPARATOR.'ruleset.xml', ($depth + 2));
1156 echo str_repeat("\t", $depth);
1158 echo str_repeat("\t", $depth);
1162 return $this->_expandSniffDirectory($ref, ($depth + 1));
1176 echo str_repeat("\t", $depth);
1180 return $this->processRuleset($ref, ($depth + 2));
1191 * @param int $depth How many nested processing steps we are in.
1196 private function _processRule($rule, $depth=0) argument
1210 echo str_repeat("\t", $depth);
1225 echo str_repeat("\t", $depth);
1240 echo str_repeat("\t", $depth);
1281 echo str_repeat("\t", $depth);
1287 echo str_repeat("\t", $depth);
1310 echo str_repeat("\t", $depth);
1322 * @param int $depth How many nested processing steps we are in.
1327 private function _shouldProcessElement($element, $depth=0) argument