Searched refs:nestingLevel (Results 1 – 8 of 8) sorted by relevance
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/ |
| D | NestingLevelSniff.php | 36 public $nestingLevel = 5; variable in Generic_Sniffs_Metrics_NestingLevelSniff 80 $nestingLevel = 0; 85 if ($nestingLevel < $level) { 86 $nestingLevel = $level; 91 $nestingLevel = ($nestingLevel - $tokens[$stackPtr]['level'] - 1); 93 if ($nestingLevel > $this->absoluteNestingLevel) { 96 $nestingLevel, 100 } else if ($nestingLevel > $this->nestingLevel) { 103 $nestingLevel, 104 $this->nestingLevel,
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
| D | MongoDBFormatter.php | 76 protected function formatArray(array $array, int $nestingLevel = 0) argument 78 if ($this->maxNestingLevel > 0 && $nestingLevel > $this->maxNestingLevel) { 84 $array[$name] = $this->formatDate($value, $nestingLevel + 1); 86 $array[$name] = $this->formatException($value, $nestingLevel + 1); 88 $array[$name] = $this->formatArray($value, $nestingLevel + 1); 90 $array[$name] = $this->formatObject($value, $nestingLevel + 1); 101 protected function formatObject($value, int $nestingLevel) argument 106 return $this->formatArray($objectVars, $nestingLevel); 112 protected function formatException(\Throwable $exception, int $nestingLevel) argument 127 return $this->formatArray($formattedException, $nestingLevel); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | Bullet.php | 29 public $nestingLevel; variable in Google\\Service\\Docs\\Bullet 50 public function setNestingLevel($nestingLevel) argument 52 $this->nestingLevel = $nestingLevel; 59 return $this->nestingLevel;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
| D | Bullet.php | 35 public $nestingLevel; variable in Google\\Service\\Slides\\Bullet 82 public function setNestingLevel($nestingLevel) argument 84 $this->nestingLevel = $nestingLevel; 91 return $this->nestingLevel;
|
| D | SlidesList.php | 46 public function setNestingLevel($nestingLevel) argument 48 $this->nestingLevel = $nestingLevel; 55 return $this->nestingLevel;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
| D | IndentationSniff.php | 73 $nestingLevel = 0; 91 $nestingLevel = $indentLevel; 102 $nestingLevel = 0; 125 if ($nestingLevel !== $indentLevel) {
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 3305 $nestingLevel = 0; 3312 $nestingLevel += substr_count($m[1], $nestingOpen); 3320 if ($nestingLevel == 0) { 3323 $nestingLevel--;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …nestingLevel) {\n if (startLineNumber > MAX_LINE_NUMBER || endLineNumber > MAX_LINE_NUMBER)…
|