Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php36 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/
H A DMongoDBFormatter.php76 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/
H A DBullet.php29 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/
H A DBullet.php35 public $nestingLevel; variable in Google\\Service\\Slides\\Bullet
82 public function setNestingLevel($nestingLevel) argument
84 $this->nestingLevel = $nestingLevel;
91 return $this->nestingLevel;
H A DSlidesList.php46 public function setNestingLevel($nestingLevel) argument
48 $this->nestingLevel = $nestingLevel;
55 return $this->nestingLevel;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php73 $nestingLevel = 0;
91 $nestingLevel = $indentLevel;
102 $nestingLevel = 0;
125 if ($nestingLevel !== $indentLevel) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1nestingLevel) {\n if (startLineNumber > MAX_LINE_NUMBER || endLineNumber > MAX_LINE_NUMBER)…