Home
last modified time | relevance | path

Searched refs:MathUtility (Results 201 – 225 of 466) sorted by relevance

12345678910>>...19

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
810 if (MathUtility::canBeInterpretedAsInteger($this->conf['special.']['depth'])) {
811 $depth = MathUtility::forceIntegerInRange($this->conf['special.']['depth'], 1, 20);
816 $limit = MathUtility::forceIntegerInRange($this->conf['special.']['limit'], 0, 100);
824 … $beginAtLevel = MathUtility::forceIntegerInRange($this->conf['special.']['beginAtLevel'], 0, 100);
929 if (MathUtility::canBeInterpretedAsInteger($this->conf['special.']['depth'])) {
930 $depth = MathUtility::forceIntegerInRange($this->conf['special.']['depth'], 0, 20);
935 $limit = MathUtility::forceIntegerInRange($this->conf['special.']['limit'], 0, 100);
951 $bA = MathUtility::forceIntegerInRange($this->conf['special.']['beginAtLevel'], 0, 100);
1035 if (!MathUtility::canBeInterpretedAsInteger($begin_end[1])) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DSoftReferenceIndex.php27 use TYPO3\CMS\Core\Utility\MathUtility; alias
298 … if (MathUtility::canBeInterpretedAsInteger($pageAndAnchorMatches[2])) {
583 if (MathUtility::canBeInterpretedAsInteger($linkHandlerValue)) {
621 if (MathUtility::canBeInterpretedAsInteger($tLP['anchor'])) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Service/
H A DStagesService.php23 use TYPO3\CMS\Core\Utility\MathUtility; alias
311 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
378 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
652 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DSiteInlineAjaxController.php30 use TYPO3\CMS\Core\Utility\MathUtility; alias
63 if (isset($ajaxArguments[1]) && MathUtility::canBeInterpretedAsInteger($ajaxArguments[1])) {
75 if (MathUtility::canBeInterpretedAsInteger($child['uid'])) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DSiteInlineAjaxController.php34 use TYPO3\CMS\Core\Utility\MathUtility; alias
67 if (isset($ajaxArguments[1]) && MathUtility::canBeInterpretedAsInteger($ajaxArguments[1])) {
79 if (MathUtility::canBeInterpretedAsInteger($child['uid'] ?? false)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recycler/Classes/Controller/
H A DRecyclerAjaxController.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
54 $this->conf['limit'] = MathUtility::forceIntegerInRange(
H A DRecyclerModuleController.php29 use TYPO3\CMS\Core\Utility\MathUtility; alias
100 $this->recordsPageLimit = MathUtility::forceIntegerInRange(
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/t3editor/Classes/Form/Element/
H A DT3editorElement.php20 use TYPO3\CMS\Core\Utility\MathUtility; alias
107 …if (isset($parameterArray['fieldConf']['config']['rows']) && MathUtility::canBeInterpretedAsIntege…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaSelectTreeItems.php24 use TYPO3\CMS\Core\Utility\MathUtility; alias
60 …$fieldConfig['config']['maxitems'] = MathUtility::forceIntegerInRange($fieldConfig['config']['maxi…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaCategory.php26 use TYPO3\CMS\Core\Utility\MathUtility; alias
225 $fieldConfig['config']['maxitems'] = MathUtility::forceIntegerInRange(
H A DTcaSelectTreeItems.php25 use TYPO3\CMS\Core\Utility\MathUtility; alias
61 …$fieldConfig['config']['maxitems'] = MathUtility::forceIntegerInRange($fieldConfig['config']['maxi…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Http/
H A DRouteDispatcher.php35 use TYPO3\CMS\Core\Utility\MathUtility; alias
181 if (MathUtility::canBeInterpretedAsInteger($id) && $id > 0) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/LinkHandling/
H A DLegacyLinkNotationConverter.php26 use TYPO3\CMS\Core\Utility\MathUtility; alias
105 $isIdOrAlias = MathUtility::canBeInterpretedAsInteger($linkParameter);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaSelectTreeItems.php25 use TYPO3\CMS\Core\Utility\MathUtility; alias
61 …$fieldConfig['config']['maxitems'] = MathUtility::forceIntegerInRange($fieldConfig['config']['maxi…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recycler/Classes/Controller/
H A DRecyclerAjaxController.php23 use TYPO3\CMS\Core\Utility\MathUtility; alias
55 $this->conf['limit'] = MathUtility::forceIntegerInRange(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/t3editor/Classes/Form/Element/
H A DT3editorElement.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
109 …if (isset($parameterArray['fieldConf']['config']['rows']) && MathUtility::canBeInterpretedAsIntege…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/scheduler/Classes/Command/
H A DSchedulerCommand.php24 use TYPO3\CMS\Core\Utility\MathUtility; alias
117 …$overwrittenTaskList = array_filter($overwrittenTaskList, static fn ($value) => MathUtility::canBe…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/t3editor/Classes/Form/Element/
H A DT3editorElement.php23 use TYPO3\CMS\Core\Utility\MathUtility; alias
112 …if (isset($parameterArray['fieldConf']['config']['rows']) && MathUtility::canBeInterpretedAsIntege…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DResourceFactory.php34 use TYPO3\CMS\Core\Utility\MathUtility; alias
498 if (MathUtility::canBeInterpretedAsInteger($input)) {
503 if (MathUtility::canBeInterpretedAsInteger($prefix)) {
602 …if (array_key_exists('storage', $fileData) && MathUtility::canBeInterpretedAsInteger($fileData['st…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DResourceFactory.php24 use TYPO3\CMS\Core\Utility\MathUtility; alias
507 if (MathUtility::canBeInterpretedAsInteger($input)) {
512 if (MathUtility::canBeInterpretedAsInteger($prefix)) {
612 …if (array_key_exists('storage', $fileData) && MathUtility::canBeInterpretedAsInteger($fileData['st…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/DataHandling/
H A DSlugHelper.php29 use TYPO3\CMS\Core\Utility\MathUtility; alias
277 if (!MathUtility::canBeInterpretedAsInteger($pageId)) {
555 if (!MathUtility::canBeInterpretedAsInteger($recordId)) {
577 if (!MathUtility::canBeInterpretedAsInteger($recordId)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Container/
H A DInlineControlContainer.php28 use TYPO3\CMS\Core\Utility\MathUtility; alias
252 && MathUtility::canBeInterpretedAsInteger($row['uid']);
610 …$size = $config['autoSizeMax'] ? MathUtility::forceIntegerInRange(count($possibleRecords) + 1, Mat…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Service/
H A DStagesService.php25 use TYPO3\CMS\Core\Utility\MathUtility; alias
310 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
377 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
651 if (!MathUtility::canBeInterpretedAsInteger($stageId)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Controller/Remote/
H A DRemoteServer.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
101 …if (!isset($parameter->language) || !MathUtility::canBeInterpretedAsInteger($parameter->language))…
104 … if (!isset($parameter->stage) || !MathUtility::canBeInterpretedAsInteger($parameter->stage)) {
534 …if (isset($parameters->language) && MathUtility::canBeInterpretedAsInteger($parameters->language))…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Element/
H A DInputColorPickerElement.php19 use TYPO3\CMS\Core\Utility\MathUtility; alias
78 …$size = MathUtility::forceIntegerInRange($config['size'] ?: $this->defaultInputWidth, $this->minim…

12345678910>>...19