1
|
typo3/sysext/backend/Classes/Form/DataPreprocessor.php: } elseif (!empty($fieldConfig['config']['eval']) && GeneralUtility::inList($fieldConfig['config']['eval'], 'null')) {
|
2
|
typo3/sysext/backend/Classes/Form/Element/InputElement.php: $evalList = GeneralUtility::trimExplode(',', $config['eval'], TRUE);
|
3
|
typo3/sysext/backend/Classes/Form/Element/TextElement.php: $evalList = GeneralUtility::trimExplode(',', $config['eval'], TRUE);
|
4
|
typo3/sysext/backend/Classes/Form/Element/ValueSlider.php: if (isset($params['fieldConfig']['eval'])) {
|
5
|
typo3/sysext/backend/Classes/Form/Element/ValueSlider.php: $eval = GeneralUtility::trimExplode(',', $params['fieldConfig']['eval'], TRUE);
|
6
|
typo3/sysext/backend/Classes/Form/FormEngine.php: !empty($config['eval']) && GeneralUtility::inList($config['eval'], 'null')
|
7
|
typo3/sysext/backend/Classes/Form/FormEngine.php: if ($PA['itemFormElValue'] === NULL && !empty($config['eval'])
|
8
|
typo3/sysext/backend/Classes/Form/FormEngine.php: && GeneralUtility::inList($config['eval'], 'null')
|
9
|
typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php: if ($fieldName == 'uid' || $fieldName == 'pid' || $fieldConfig['type'] == 'input' && $fieldConfig['eval'] && GeneralUtility::inList($fieldConfig['eval'], 'int')) {
|
10
|
typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php: ($fieldConfig['type'] == 'input' && (!$fieldConfig['eval'] ||
|
11
|
typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php: !preg_match('/date|time|int/', $fieldConfig['eval'])))) {
|
12
|
typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php: if ($fieldConfig['type'] == 'text' || $fieldConfig['type'] == 'flex' || $fieldConfig['type'] == 'input' && (!$fieldConfig['eval'] || !preg_match('/date|time|int/', $fieldConfig['eval']))) {
|
13
|
typo3/sysext/backend/Classes/Utility/BackendUtility.php: if (GeneralUtility::inList($theColConf['eval'], 'date')) {
|
14
|
typo3/sysext/backend/Classes/Utility/BackendUtility.php: } elseif (GeneralUtility::inList($theColConf['eval'], 'time')) {
|
15
|
typo3/sysext/backend/Classes/Utility/BackendUtility.php: } elseif (GeneralUtility::inList($theColConf['eval'], 'timesec')) {
|
16
|
typo3/sysext/backend/Classes/Utility/BackendUtility.php: } elseif (GeneralUtility::inList($theColConf['eval'], 'datetime')) {
|
17
|
typo3/sysext/backend/Classes/Utility/BackendUtility.php: if (stristr($theColConf['eval'], 'password')) {
|
18
|
typo3/sysext/core/Classes/Database/QueryGenerator.php: if (preg_match('/int|year/i', $this->fields[$fieldName]['eval'])) {
|
19
|
typo3/sysext/core/Classes/Database/QueryGenerator.php: } elseif (preg_match('/time/i', $this->fields[$fieldName]['eval'])) {
|
20
|
typo3/sysext/core/Classes/Database/QueryGenerator.php: } elseif (preg_match('/date/i', $this->fields[$fieldName]['eval'])) {
|
21
|
typo3/sysext/core/Classes/Database/QueryView.php: if (preg_match('/int|year/i', $fields['eval'])) {
|
22
|
typo3/sysext/core/Classes/Database/QueryView.php: } elseif (preg_match('/time/i', $fields['eval'])) {
|
23
|
typo3/sysext/core/Classes/Database/QueryView.php: } elseif (preg_match('/date/i', $fields['eval'])) {
|
24
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if (!isset($GLOBALS['TCA'][$table]['columns'][$labelField]['config']['eval'])) {
|
25
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = GeneralUtility::trimExplode(',', $GLOBALS['TCA'][$table]['columns'][$labelField]['config']['eval'], TRUE);
|
26
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if ($value === NULL && !empty($tcaFieldConf['eval']) && GeneralUtility::inList($tcaFieldConf['eval'], 'null')) {
|
27
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if (!empty($tcaFieldConf['eval'])) {
|
28
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if (isset(static::$evalCodesCache[$tcaFieldConf['eval']])) {
|
29
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = static::$evalCodesCache[$tcaFieldConf['eval']];
|
30
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = GeneralUtility::trimExplode(',', $tcaFieldConf['eval'], TRUE);
|
31
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: static::$evalCodesCache[$tcaFieldConf['eval']] = $evalCodesArray;
|
32
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if (!empty($tcaFieldConf['eval'])) {
|
33
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if (isset(static::$evalCodesCache[$tcaFieldConf['eval']])) {
|
34
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = static::$evalCodesCache[$tcaFieldConf['eval']];
|
35
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = GeneralUtility::trimExplode(',', $tcaFieldConf['eval'], TRUE);
|
36
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: static::$evalCodesCache[$tcaFieldConf['eval']] = $evalCodesArray;
|
37
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: if ($field && $realPid >= 0 && $value > 0 && !empty($tcaFieldConf['eval'])) {
|
38
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = GeneralUtility::trimExplode(',', $tcaFieldConf['eval'], TRUE);
|
39
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $isNullField = (!empty($fieldConfiguration['eval']) && GeneralUtility::inList($fieldConfiguration['eval'], 'null'));
|
40
|
typo3/sysext/core/Classes/DataHandling/DataHandler.php: $evalCodesArray = GeneralUtility::trimExplode(',', $conf['config']['eval'], TRUE);
|
41
|
typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php: } elseif ($info['config']['type'] === 'text' || $info['config']['type'] === 'input' && !preg_match('/date|time|int/', $info['config']['eval'])) {
|
42
|
typo3/sysext/dbal/Classes/RecordList/DatabaseRecordList.php: if ($info['config']['type'] === 'text' || $info['config']['type'] === 'input' && !preg_match('/date|time|int/', $info['config']['eval'])) {
|
43
|
typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php: if (!empty($columnConfiguration['eval'])) {
|
44
|
typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php: $fieldEvaluations = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $columnConfiguration['eval'], TRUE);
|
45
|
typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php: if ($fieldConfig['type'] == 'input' && $fieldConfig['eval'] && GeneralUtility::inList($fieldConfig['eval'], 'int')) {
|
46
|
typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php: ($fieldConfig['type'] == 'input' && (!$fieldConfig['eval'] || !preg_match('/date|time|int/', $fieldConfig['eval'])))) {
|
47
|
typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php: if ($fieldConfig['type'] == 'text' || $fieldConfig['type'] == 'flex' || $fieldConfig['type'] == 'input' && (!$fieldConfig['eval'] || !preg_match('/date|time|int/', $fieldConfig['eval']))) {
|
48
|
typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/be_users.php:$operations = array_flip(\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'], TRUE));
|
49
|
typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/be_users.php:$GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'] = implode(',', array_keys($operations));
|
50
|
typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/fe_users.php: $operations = array_flip(\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode(',', $GLOBALS['TCA']['fe_users']['columns']['password']['config']['eval'], TRUE));
|
51
|
typo3/sysext/saltedpasswords/Configuration/TCA/Overrides/fe_users.php: $GLOBALS['TCA']['fe_users']['columns']['password']['config']['eval'] = implode(',', array_keys($operations));
|
52
|
typo3/sysext/sys_action/Classes/ActionTask.php: if ($vars['password'] !== '' && strpos($GLOBALS['TCA']['be_users']['columns']['password']['config']['eval'], 'md5') !== FALSE) {
|
53
|
typo3/sysext/version/Classes/Hook/DataHandlerHook.php: $evalCodesArray = GeneralUtility::trimExplode(',', $configArr['config']['eval'], TRUE);
|