Home
last modified time | relevance | path

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

12345678910>>...24

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/
H A DGenericCollectionTypeResolver.java245 return getGenericReturnType(method, Map.class, 0, nestingLevel); in getMapKeyReturnType()
266 return getGenericReturnType(method, Map.class, 1, nestingLevel); in getMapValueReturnType()
293 Map<Integer, Integer> typeIndexesPerLevel, int nestingLevel) { in getGenericFieldType() argument
321 int nestingLevel, int currentLevel) { in extractType() argument
332 nestingLevel, currentLevel); in extractType()
336 nestingLevel, currentLevel); in extractType()
358 int nestingLevel, int currentLevel) { in extractTypeFromParameterizedType() argument
365 if (nestingLevel - currentLevel > 0) { in extractTypeFromParameterizedType()
377 nestingLevel, currentLevel); in extractTypeFromParameterizedType()
443 int nestingLevel, int currentLevel) { in extractTypeFromClass() argument
[all …]
H A DMethodParameter.java61 private int nestingLevel = 1; field in MethodParameter
94 this.nestingLevel = nestingLevel; in MethodParameter()
119 this.nestingLevel = nestingLevel; in MethodParameter()
138 this.nestingLevel = original.nestingLevel; in MethodParameter()
238 if (this.nestingLevel > 1) { in getNestedParameterType()
358 this.nestingLevel++; in increaseNestingLevel()
366 getTypeIndexesPerLevel().remove(this.nestingLevel); in decreaseNestingLevel()
367 this.nestingLevel--; in decreaseNestingLevel()
376 return this.nestingLevel; in getNestingLevel()
396 return getTypeIndexForLevel(this.nestingLevel); in getTypeIndexForCurrentLevel()
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php24 public $nestingLevel = 5; variable in PHP_CodeSniffer\\Standards\\Generic\\Sniffs\\Metrics\\NestingLevelSniff
68 $nestingLevel = 0;
73 if ($nestingLevel < $level) {
74 $nestingLevel = $level;
79 $nestingLevel = ($nestingLevel - $tokens[$stackPtr]['level'] - 1);
81 if ($nestingLevel > $this->absoluteNestingLevel) {
84 $nestingLevel,
88 } else if ($nestingLevel > $this->nestingLevel) {
91 $nestingLevel,
92 $this->nestingLevel,
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Data/Filter/
H A DFilterQueryString.php144 protected function readFilters($nestingLevel = 0, $op = null) argument
158 $not = $this->readFilters($nestingLevel + 1, '!');
180 if ($nestingLevel > 0) {
187 $filters[] = $this->readFilters($nestingLevel + 1, null);
193 $this->parseError($next, "$op level $nestingLevel");
210 $this->debug('Next matches operator', $nestingLevel, $op);
215 if ($nestingLevel > 0) {
222 $this->debug('Setting op to ' . $next, $nestingLevel, $op);
230 if ($nestingLevel === 0 && $this->pos < $this->length) {
234 if ($nestingLevel === 0 && count($filters) === 1 && $op !== '!') {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php54 protected function formatArray(array $record, $nestingLevel = 0) argument
56 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
59 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
61 $record[$name] = $this->formatException($value, $nestingLevel + 1);
63 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
65 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
75 protected function formatObject($value, $nestingLevel) argument
80 return $this->formatArray($objectVars, $nestingLevel);
83 protected function formatException(\Exception $exception, $nestingLevel) argument
98 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/finance/prestashop/prestashop/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/libs/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/matomo/piwik/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php56 protected function formatArray(array $record, $nestingLevel = 0) argument
58 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
61 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
63 $record[$name] = $this->formatException($value, $nestingLevel + 1);
65 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
67 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
77 protected function formatObject($value, $nestingLevel) argument
82 return $this->formatArray($objectVars, $nestingLevel);
85 protected function formatException(\Exception $exception, $nestingLevel) argument
100 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/convert/
H A DFieldDescriptor.java34 private final int nestingLevel; field in FieldDescriptor
42 this.nestingLevel = 1; in FieldDescriptor()
45 …private FieldDescriptor(Class<?> type, Field field, int nestingLevel, int typeIndex, Map<Integer, … in FieldDescriptor() argument
48 this.nestingLevel = nestingLevel; in FieldDescriptor()
50 this.typeIndexesPerLevel.put(nestingLevel, typeIndex); in FieldDescriptor()
61 …return GenericCollectionTypeResolver.getCollectionFieldType(this.field, this.nestingLevel, this.ty… in resolveCollectionElementType()
66 …return GenericCollectionTypeResolver.getMapKeyFieldType(this.field, this.nestingLevel, this.typeIn… in resolveMapKeyType()
71 …return GenericCollectionTypeResolver.getMapValueFieldType(this.field, this.nestingLevel, this.type… in resolveMapValueType()
79 …return new FieldDescriptor(type, this.field, this.nestingLevel + 1, typeIndex, this.typeIndexesPer… in nested()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php63 protected function formatArray(array $record, int $nestingLevel = 0) argument
65 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
68 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
70 $record[$name] = $this->formatException($value, $nestingLevel + 1);
72 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
74 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
84 protected function formatObject($value, int $nestingLevel) argument
89 return $this->formatArray($objectVars, $nestingLevel);
92 protected function formatException(\Throwable $exception, int $nestingLevel) argument
107 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php63 protected function formatArray(array $record, int $nestingLevel = 0)
65 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
68 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
70 $record[$name] = $this->formatException($value, $nestingLevel + 1);
72 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
74 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
84 protected function formatObject($value, int $nestingLevel)
89 return $this->formatArray($objectVars, $nestingLevel);
92 protected function formatException(\Throwable $exception, int $nestingLevel)
107 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php63 protected function formatArray(array $record, int $nestingLevel = 0) argument
65 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
68 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
70 $record[$name] = $this->formatException($value, $nestingLevel + 1);
72 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
74 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
84 protected function formatObject($value, int $nestingLevel) argument
89 return $this->formatArray($objectVars, $nestingLevel);
92 protected function formatException(\Throwable $exception, int $nestingLevel) argument
107 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php63 protected function formatArray(array $record, int $nestingLevel = 0) argument
65 if ($this->maxNestingLevel == 0 || $nestingLevel <= $this->maxNestingLevel) {
68 $record[$name] = $this->formatDate($value, $nestingLevel + 1);
70 $record[$name] = $this->formatException($value, $nestingLevel + 1);
72 $record[$name] = $this->formatArray($value, $nestingLevel + 1);
74 $record[$name] = $this->formatObject($value, $nestingLevel + 1);
84 protected function formatObject($value, int $nestingLevel) argument
89 return $this->formatArray($objectVars, $nestingLevel);
92 protected function formatException(\Throwable $exception, int $nestingLevel) argument
107 return $this->formatArray($formattedException, $nestingLevel);
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/Basic/
H A DParser.Mod33 nestingLevel: LONGINT;
34 (* stack[nestingLevel] holds the current top-most element; nestingLevel=-1
84 b. nestingLevel := -1;
138 IF (b. nestingLevel = -1) THEN
143 INC (b. nestingLevel)
145 ELSIF (b. nestingLevel = -2) THEN
164 b. stack[b. nestingLevel+1] :=
169 INC (b. nestingLevel);
236 IF (b. nestingLevel = 0) THEN
241 b. stack[b. nestingLevel-1]. AddChild (b. stack[b. nestingLevel]);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/formatter_worker/
H A DFormattedContentBuilder.ts10 private nestingLevel = 0; property in FormattedContentBuilder
65 this.nestingLevel += 1;
69 if (this.nestingLevel > 0) {
70 this.nestingLevel -= 1;
98 const cachedValue = this.cachedIndents.get(this.nestingLevel);
104 for (let i = 0; i < this.nestingLevel; ++i) {
109 if (this.nestingLevel <= 20) {
110 this.cachedIndents.set(this.nestingLevel, fullIndent);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DBacktrace.php50 * @param integer $nestingLevel The number of levels of the backtrace to
53 public function createFromDebugBacktrace($backtrace, $nestingLevel = 0) argument
55 while ($nestingLevel > 0) {
57 --$nestingLevel;
117 * @param integer $nestingLevel 0 == current level, 1 == caller, and so on
121 public function getContext($nestingLevel) argument
123 if (!isset($this->backtrace[$nestingLevel])) {
126 return $this->backtrace[$nestingLevel];
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DBacktrace.php50 * @param integer $nestingLevel The number of levels of the backtrace to
53 public function createFromDebugBacktrace($backtrace, $nestingLevel = 0) argument
55 while ($nestingLevel > 0) {
57 --$nestingLevel;
117 * @param integer $nestingLevel 0 == current level, 1 == caller, and so on
121 public function getContext($nestingLevel) argument
123 if (!isset($this->backtrace[$nestingLevel])) {
126 return $this->backtrace[$nestingLevel];
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DBacktrace.php50 * @param integer $nestingLevel The number of levels of the backtrace to
53 public function createFromDebugBacktrace($backtrace, $nestingLevel = 0) argument
55 while ($nestingLevel > 0) {
57 --$nestingLevel;
117 * @param integer $nestingLevel 0 == current level, 1 == caller, and so on
121 public function getContext($nestingLevel) argument
123 if (!isset($this->backtrace[$nestingLevel])) {
126 return $this->backtrace[$nestingLevel];
/dports/devel/pear-Horde_Support/Horde_Support-2.2.0/lib/Horde/Support/
H A DBacktrace.php50 * @param integer $nestingLevel The number of levels of the backtrace to
53 public function createFromDebugBacktrace($backtrace, $nestingLevel = 0) argument
55 while ($nestingLevel > 0) {
57 --$nestingLevel;
117 * @param integer $nestingLevel 0 == current level, 1 == caller, and so on
121 public function getContext($nestingLevel) argument
123 if (!isset($this->backtrace[$nestingLevel])) {
126 return $this->backtrace[$nestingLevel];

12345678910>>...24