Home
last modified time | relevance | path

Searched refs:MathUtility (Results 151 – 175 of 466) sorted by relevance

12345678910>>...19

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/
H A DCsvUtility.php180 && !MathUtility::canBeInterpretedAsInteger($cellValue)
181 && !MathUtility::canBeInterpretedAsFloat($cellValue);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/
H A DCsvUtility.php180 && !MathUtility::canBeInterpretedAsInteger($cellValue)
181 && !MathUtility::canBeInterpretedAsFloat($cellValue);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/SoftReference/
H A DTypolinkSoftReferenceParser.php28 use TYPO3\CMS\Core\Utility\MathUtility; alias
223 if (MathUtility::canBeInterpretedAsInteger($linkHandlerValue)) {
261 if (MathUtility::canBeInterpretedAsInteger($tLP['anchor'])) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
630 … return ceil(MathUtility::forceIntegerInRange(255 - $row['order_val'], 1, 255) / 255 * 100) . '%';
637 $total = MathUtility::forceIntegerInRange($base + $freqNumber, 0, 32767);
643 $total = MathUtility::forceIntegerInRange($row['order_val'], 0, $max);
803 …$postPreLgd = MathUtility::forceIntegerInRange($summaryMax / $occurrences, $postPreLgd, $summaryMa…
1558 $this->settings['results.']['summaryCropAfter'] = MathUtility::forceIntegerInRange(
1565 $this->settings['results.']['titleCropAfter'] = MathUtility::forceIntegerInRange(
1572 $this->settings['results.']['markupSW_summaryMax'] = MathUtility::forceIntegerInRange(
1578 $this->settings['results.']['markupSW_postPreLgd'] = MathUtility::forceIntegerInRange(
1584 … $this->settings['results.']['markupSW_postPreLgd_offset'] = MathUtility::forceIntegerInRange(
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php31 use TYPO3\CMS\Core\Utility\MathUtility; alias
623 … return ceil(MathUtility::forceIntegerInRange(255 - $row['order_val'], 1, 255) / 255 * 100) . '%';
630 $total = MathUtility::forceIntegerInRange($base + $freqNumber, 0, 32767);
636 $total = MathUtility::forceIntegerInRange($row['order_val'], 0, $max);
794 …$postPreLgd = MathUtility::forceIntegerInRange($summaryMax / $occurencies, $postPreLgd, $summaryMa…
1549 $this->settings['results.']['summaryCropAfter'] = MathUtility::forceIntegerInRange(
1556 $this->settings['results.']['titleCropAfter'] = MathUtility::forceIntegerInRange(
1563 $this->settings['results.']['markupSW_summaryMax'] = MathUtility::forceIntegerInRange(
1569 $this->settings['results.']['markupSW_postPreLgd'] = MathUtility::forceIntegerInRange(
1575 … $this->settings['results.']['markupSW_postPreLgd_offset'] = MathUtility::forceIntegerInRange(
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
629 … return ceil(MathUtility::forceIntegerInRange(255 - $row['order_val'], 1, 255) / 255 * 100) . '%';
636 $total = MathUtility::forceIntegerInRange($base + $freqNumber, 0, 32767);
642 $total = MathUtility::forceIntegerInRange($row['order_val'], 0, $max);
806 …$postPreLgd = MathUtility::forceIntegerInRange($summaryMax / $occurrences, $postPreLgd, $summaryMa…
1537 $this->settings['results.']['summaryCropAfter'] = MathUtility::forceIntegerInRange(
1544 $this->settings['results.']['titleCropAfter'] = MathUtility::forceIntegerInRange(
1551 $this->settings['results.']['markupSW_summaryMax'] = MathUtility::forceIntegerInRange(
1557 $this->settings['results.']['markupSW_postPreLgd'] = MathUtility::forceIntegerInRange(
1563 … $this->settings['results.']['markupSW_postPreLgd_offset'] = MathUtility::forceIntegerInRange(
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Search/LiveSearch/
H A DLiveSearch.php35 use TYPO3\CMS\Core\Utility\MathUtility; alias
295 if (MathUtility::canBeInterpretedAsInteger($this->queryString)) {
417 $limit = MathUtility::convertToPositiveInteger($limitCount);
430 $this->startCount = MathUtility::convertToPositiveInteger($startCount);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DResourceFactory.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
304 if (MathUtility::canBeInterpretedAsInteger($input)) {
309 if (MathUtility::canBeInterpretedAsInteger($prefix)) {
417 …if (array_key_exists('storage', $fileData) && MathUtility::canBeInterpretedAsInteger($fileData['st…
H A DAbstractRepository.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
199 if (!MathUtility::canBeInterpretedAsInteger($uid)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DAbstractRepository.php20 use TYPO3\CMS\Core\Utility\MathUtility; alias
192 if (!MathUtility::canBeInterpretedAsInteger($uid)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/Wizard/
H A DEditController.php28 use TYPO3\CMS\Core\Utility\MathUtility; alias
132 && MathUtility::canBeInterpretedAsInteger($this->P['currentValue'])
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/Link/
H A DActionViewHelper.php18 use TYPO3\CMS\Core\Utility\MathUtility; alias
115 if (MathUtility::canBeInterpretedAsInteger($pageUid)) {
H A DPageViewHelper.php18 use TYPO3\CMS\Core\Utility\MathUtility; alias
131 if (MathUtility::canBeInterpretedAsInteger($pageUid)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Security/
H A DFileMetadataPermissionsAspect.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
70 if (empty($id) || !MathUtility::canBeInterpretedAsInteger($id)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/Updates/RowUpdater/
H A DImageCropUpdater.php23 use TYPO3\CMS\Core\Utility\MathUtility; alias
198 if (MathUtility::canBeInterpretedAsInteger($fileUid)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Service/
H A DFileProcessingService.php19 use TYPO3\CMS\Core\Utility\MathUtility; alias
80 if (MathUtility::canBeInterpretedAsInteger($value)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Security/
H A DFileMetadataPermissionsAspect.php24 use TYPO3\CMS\Core\Utility\MathUtility; alias
72 if (empty($id) || !MathUtility::canBeInterpretedAsInteger($id)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DAbstractRepository.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
199 if (!MathUtility::canBeInterpretedAsInteger($uid)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Security/
H A DFileMetadataPermissionsAspect.php24 use TYPO3\CMS\Core\Utility\MathUtility; alias
72 if (empty($id) || !MathUtility::canBeInterpretedAsInteger($id)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Search/LiveSearch/
H A DLiveSearch.php36 use TYPO3\CMS\Core\Utility\MathUtility; alias
309 if (MathUtility::canBeInterpretedAsInteger($this->queryString)) {
437 $limit = MathUtility::convertToPositiveInteger($limitCount);
450 $this->startCount = MathUtility::convertToPositiveInteger($startCount);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/feedit/Classes/
H A DFrontendEditPanel.php23 use TYPO3\CMS\Core\Utility\MathUtility; alias
274 …$nPid = MathUtility::canBeInterpretedAsInteger($rParts[1]) ? -$rParts[1] : $this->frontendControll…
302 …$width = MathUtility::forceIntegerInRange($this->backendUser->getTSConfig()['options.']['feedit.']…
303 …$height = MathUtility::forceIntegerInRange($this->backendUser->getTSConfig()['options.']['feedit.'…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/TimeTracker/
H A DTimeTracker.php22 use TYPO3\CMS\Core\Utility\MathUtility; alias
501 if (MathUtility::canBeInterpretedAsInteger($k)) {
508 if (MathUtility::canBeInterpretedAsInteger($k)) {
538 if (MathUtility::canBeInterpretedAsInteger($k)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/Wizard/
H A DEditController.php29 use TYPO3\CMS\Core\Utility\MathUtility; alias
149 && MathUtility::canBeInterpretedAsInteger($this->P['currentValue'])
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaSelectItems.php18 use TYPO3\CMS\Core\Utility\MathUtility; alias
48 …$fieldConfig['config']['maxitems'] = MathUtility::forceIntegerInRange($fieldConfig['config']['maxi…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Service/
H A DFileProcessingService.php32 use TYPO3\CMS\Core\Utility\MathUtility; alias
90 if (MathUtility::canBeInterpretedAsInteger($value)) {

12345678910>>...19