Home
last modified time | relevance | path

Searched refs:checkSub (Results 1 – 4 of 4) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/impexp/Classes/View/
H A DExportPageTreeView.php100 $checkSub = $levels > 0;
102 $this->buildTree($pid, $levels, $checkSub);
116 $checkSub = (bool)($this->stored[$this->bank][$pid] ?? false);
118 $checkSub = true;
121 $this->buildTree($pid, Export::LEVELS_INFINITE, $checkSub);
129 * @param bool $checkSub Should root page be checked for sub pages?
131 protected function buildTree(int $pid, int $levels, bool $checkSub): void argument
150 'hasSub' => $checkSub,
155 if ($checkSub) {
/dports/math/maxima/maxima-5.43.2/share/contrib/sarag/
H A DcertificateOfPositivity.mac13 subInterval(checkSub,bigInt) :=
14 is(first(checkSub)>=first(bigInt) and
15 second(checkSub)<=second(bigInt));
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dhmath.cpp75 static char checkSub(floatnum dest, cfloatnum s1, cfloatnum s2, int digits) in checkSub() function
405 call2Args(result.d, n1.d, n2.d, checkSub); in operator -()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.cpp3254 bool checkSub = false; in controlModifierClicked() local
3287 checkSub = true; in controlModifierClicked()
3295 e->setChecked(checkSub); in controlModifierClicked()