Home
last modified time | relevance | path

Searched refs:recursionLevel (Results 1 – 25 of 110) sorted by relevance

12345

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dstorage_validation.cpp47 std::uint32_t recursionLevel) { in storageValidChildren() argument
54 storageValid(curr, deep, recursionLevel + 1); in storageValidChildren()
133 const uint32_t recursionLevel = 1; in storageValid() local
134 storageValid(currElem, deep, recursionLevel); in storageValid()
146 recursionLevel <= BSONDepth::getMaxDepthForUserStorage()); in storageValid()
165 storageValidChildren(elem, deep, recursionLevel); in storageValid()
169 std::uint32_t storageValidParents(mutablebson::ConstElement elem, std::uint32_t recursionLevel) { in storageValidParents() argument
173 recursionLevel <= BSONDepth::getMaxDepthForUserStorage()); in storageValidParents()
182 return storageValidParents(parent, recursionLevel + 1); in storageValidParents()
184 return recursionLevel + 1; in storageValidParents()
[all …]
H A Dmodifier_node.cpp200 const uint32_t recursionLevel = applyParams.pathTaken->numParts(); in applyToExistingElement() local
202 applyParams.element, leftSibling, rightSibling, recursionLevel, updateResult); in applyToExistingElement()
246 const uint32_t recursionLevel = applyParams.pathTaken->numParts() + 1; in applyToNonexistentElement() local
251 recursionLevel, in applyToNonexistentElement()
330 std::uint32_t recursionLevel, in validateUpdate() argument
333 storage_validation::storageValid(updatedElement, doRecursiveCheck, recursionLevel); in validateUpdate()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Tree/Renderer/
H A DUnorderedListTreeRenderer.php27 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Backend\\Tree\\Renderer\\UnorderedListTreeRenderer
40 $this->recursionLevel++;
42 $this->recursionLevel--;
57 $this->recursionLevel = 0;
58 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
73 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Tree/Renderer/
H A DUnorderedListTreeRenderer.php32 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Backend\\Tree\\Renderer\\UnorderedListTreeRenderer
45 $this->recursionLevel++;
47 $this->recursionLevel--;
62 $this->recursionLevel = 0;
63 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
78 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Tree/Renderer/
H A DUnorderedListTreeRenderer.php32 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Backend\\Tree\\Renderer\\UnorderedListTreeRenderer
45 $this->recursionLevel++;
47 $this->recursionLevel--;
62 $this->recursionLevel = 0;
63 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
78 $code = '<ul class="level' . $this->recursionLevel . '" style="margin-left:10px">';
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dmacroprocessor.cpp23 bool useResolvedMacros, int recursionLevel) in ResolveMacros() argument
35 resolvedMacros, useResolvedMacros, recursionLevel + 1); in ResolveMacros()
185 resolvedMacros, useResolvedMacros, recursionLevel); in EvaluateFunction()
195 resolvedMacros, useResolvedMacros, recursionLevel + 1); in EvaluateFunction()
206 bool useResolvedMacros, int recursionLevel) in InternalResolveMacros() argument
210 if (recursionLevel > 15) in InternalResolveMacros()
248 resolvedMacros, useResolvedMacros, recursionLevel + 1); in InternalResolveMacros()
270 false, recursionLevel + 1)); in InternalResolveMacros()
279 false, recursionLevel + 1); in InternalResolveMacros()
469 useResolvedMacros, recursionLevel + 1); in ResolveArguments()
[all …]
H A Dmacroprocessor.hpp30 bool useResolvedMacros = false, int recursionLevel = 0);
34 const Dictionary::Ptr& resolvedMacros, bool useResolvedMacros, int recursionLevel = 0);
48 int recursionLevel = 0);
51 const Dictionary::Ptr& resolvedMacros, bool useResolvedMacros, int recursionLevel);
/dports/textproc/belr/belr-0.1.3-0/include/belr/
H A Dbelr.hh48 void optimize(int recursionLevel);
53 virtual void _optimize(int recursionLevel)=0;
64 virtual void _optimize(int recursionLevel);
75 virtual void _optimize(int recursionLevel);
97 virtual void _optimize(int recursionLevel);
109 virtual void _optimize(int recursionLevel);
130 virtual void _optimize(int recursionLevel);
140 virtual void _optimize(int recursionLevel);
158 virtual void _optimize(int recursionLevel);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php29 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Core\\Tree\\TableConfiguration\\ArrayTreeRenderer
43 $this->recursionLevel++;
48 $this->recursionLevel--;
76 'depth' => $this->recursionLevel,
99 $this->recursionLevel = 0;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php33 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Core\\Tree\\TableConfiguration\\ArrayTreeRenderer
47 $this->recursionLevel++;
52 $this->recursionLevel--;
80 'depth' => $this->recursionLevel,
103 $this->recursionLevel = 0;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Tree/TableConfiguration/
H A DArrayTreeRenderer.php33 protected $recursionLevel = 0; variable in TYPO3\\CMS\\Core\\Tree\\TableConfiguration\\ArrayTreeRenderer
47 $this->recursionLevel++;
52 $this->recursionLevel--;
80 'depth' => $this->recursionLevel,
103 $this->recursionLevel = 0;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/JITLib/
H A Drecursive_phrasing.schelp60 \recursionLevel, 2
206 \recursionLevel, 1
217 \recursionLevel, 1
229 \recursionLevel, 1,
241 \recursionLevel, 3,
254 \recursionLevel, 3,
284 \recursionLevel, 1
296 \recursionLevel, 2
307 \recursionLevel, 3
429 \recursionLevel, 2
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/document_metadata/
H A Ddocument_metadata_extractor.cc68 void ExtractEntity(const JSONObject&, Entity&, int recursionLevel);
72 int recursionLevel) { in ParseRepeatedValue() argument
94 if (recursionLevel + 1 >= kMaxDepth) { in ParseRepeatedValue()
141 *(values.get_entity_values().at(j)), recursionLevel + 1); in ParseRepeatedValue()
150 void ExtractEntity(const JSONObject& val, Entity& entity, int recursionLevel) { in ExtractEntity() argument
151 if (recursionLevel >= kMaxDepth) { in ExtractEntity()
197 if (recursionLevel + 1 >= kMaxDepth) { in ExtractEntity()
206 recursionLevel + 1); in ExtractEntity()
210 *(property->values), recursionLevel); in ExtractEntity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/document_metadata/
H A Ddocument_metadata_extractor.cc68 void ExtractEntity(const JSONObject&, Entity&, int recursionLevel);
72 int recursionLevel) { in ParseRepeatedValue() argument
94 if (recursionLevel + 1 >= kMaxDepth) { in ParseRepeatedValue()
141 *(values.get_entity_values().at(j)), recursionLevel + 1); in ParseRepeatedValue()
150 void ExtractEntity(const JSONObject& val, Entity& entity, int recursionLevel) { in ExtractEntity() argument
151 if (recursionLevel >= kMaxDepth) { in ExtractEntity()
197 if (recursionLevel + 1 >= kMaxDepth) { in ExtractEntity()
206 recursionLevel + 1); in ExtractEntity()
210 *(property->values), recursionLevel); in ExtractEntity()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java244 int recursionLevel = 0; // used to give a hint at recursive types without going into infinity field in CaptureBinding18
251 if (this.recursionLevel++ > 0 || this.firstBound == null) { in genericTypeSignature()
262 this.recursionLevel--; in genericTypeSignature()
270 if (this.recursionLevel < 2) { in readableName()
272 this.recursionLevel ++; in readableName()
285 this.recursionLevel--; in readableName()
296 if (this.recursionLevel < 2) { in shortReadableName()
298 this.recursionLevel++; in shortReadableName()
311 this.recursionLevel--; in shortReadableName()
/dports/textproc/belr/belr-0.1.3-0/src/
H A Dbelr.cc102 void Recognizer::optimize(int recursionLevel){ in optimize() argument
104 _optimize(++recursionLevel); in optimize()
125 void CharRecognizer::_optimize(int recursionLevel){ in _optimize() argument
184 void Selector::_optimize(int recursionLevel){ in _optimize() argument
186 (*it)->optimize(recursionLevel); in _optimize()
253 void Sequence::_optimize(int recursionLevel){ in _optimize() argument
255 (*it)->optimize(recursionLevel); in _optimize()
291 void Loop::_optimize(int recursionLevel){ in _optimize() argument
292 mRecognizer->optimize(recursionLevel); in _optimize()
305 void CharRange::_optimize(int recursionLevel){ in _optimize() argument
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInputPlaceholders.php82 * @param int $recursionLevel
85 protected function getPlaceholderValue($fieldNameArray, $result, $recursionLevel = 0) argument
87 if ($recursionLevel > 99) {
143 … $value = $this->getPlaceholderValue($fieldNameArray, $relatedFormData, $recursionLevel + 1);
146 if ($recursionLevel === 0 && is_array($value)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInputPlaceholders.php83 * @param int $recursionLevel
86 protected function getPlaceholderValue($fieldNameArray, $result, $recursionLevel = 0) argument
88 if ($recursionLevel > 99) {
145 … $value = $this->getPlaceholderValue($fieldNameArray, $relatedFormData, $recursionLevel + 1);
148 if ($recursionLevel === 0 && is_array($value)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaInputPlaceholders.php83 * @param int $recursionLevel
86 protected function getPlaceholderValue($fieldNameArray, $result, $recursionLevel = 0) argument
88 if ($recursionLevel > 99) {
144 … $value = $this->getPlaceholderValue($fieldNameArray, $relatedFormData, $recursionLevel + 1);
147 if ($recursionLevel === 0 && is_array($value)) {
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/kimgalleryplugin/
H A Dimgalleryplugin.cpp94 …createHtml(url, m_part->url().path(), m_configDlg->recursionLevel() > 0 ? m_configDlg->recursionLe… in slotExecute()
97 …ledGallery(url, m_part->url().path(), m_configDlg->recursionLevel() > 0 ? m_configDlg->recursionLe… in slotExecute()
250 bool KImGalleryPlugin::createHtml(const QUrl &url, const QString &sourceDirName, int recursionLevel in createHtml() argument
261 if (m_recurseSubDirectories && (recursionLevel >= 0)) { //recursionLevel == 0 means endless in createHtml()
282 recursionLevel > 1 ? recursionLevel - 1 : 0, imageFormat)) { in createHtml()
349 …eCancelledGallery(const QUrl &url, const QString &sourceDirName, int recursionLevel, const QString… in deleteCancelledGallery() argument
351 if (m_recurseSubDirectories && (recursionLevel >= 0)) { in deleteCancelledGallery()
363 recursionLevel > 1 ? recursionLevel - 1 : 0, imageFormat); in deleteCancelledGallery()
/dports/databases/arrow/apache-arrow-6.0.1/java/c/src/main/java/org/apache/arrow/c/
H A DArrayImporter.java48 private int recursionLevel; field in ArrayImporter
66 recursionLevel = 0; in importArray()
81 recursionLevel = parent.recursionLevel + 1; in importChild()
82 …checkState(recursionLevel <= MAX_IMPORT_RECURSION_LEVEL, "Recursion level in ArrowArray struct exc… in importChild()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DStubObject.php158 static $recursionLevel = 0;
166 if ( ++$recursionLevel > 2 ) {
173 --$recursionLevel;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DStubObject.php165 static $recursionLevel = 0;
173 if ( ++$recursionLevel > 2 ) {
180 --$recursionLevel;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DStubObject.php209 static $recursionLevel = 0;
217 if ( ++$recursionLevel > 2 ) {
224 --$recursionLevel;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java300 int recursionLevel = 0; // used to give a hint at recursive types without going into infinity field in CaptureBinding18
305 if (this.prototype.recursionLevel < 2) { in readableName()
307 this.prototype.recursionLevel ++; in readableName()
320 this.prototype.recursionLevel--; in readableName()
332 if (this.prototype.recursionLevel < 2) { in shortReadableName()
334 this.prototype.recursionLevel++; in shortReadableName()
347 this.prototype.recursionLevel--; in shortReadableName()

12345