Home
last modified time | relevance | path

Searched refs:keepItems (Results 1 – 16 of 16) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/
H A DArrayUtility.php674 …* @param mixed $keepItems The items which are allowed/kept in the array - accepts array or csv str…
678 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = null) argument
682 if (is_string($keepItems)) {
683 $keepItems = GeneralUtility::trimExplode(',', $keepItems);
690 if (is_array($keepItems) && !empty($keepItems)) {
691 $keepItems = array_flip($keepItems);
695 if (!isset($keepItems[$keepValue])) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.6/
H A DImportant-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst5 Important: #70956 - Behavior of Page TSconfig options keepItems, addItems and removeItems changed
13 The behavior of Page TSconfig options `keepItems`, `addItems` and `removeItems`
17 The first option to be evaluated is `keepItems`, followed in turn by `addItems`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.6/
H A DImportant-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst5 Important: #70956 - Behavior of Page TSconfig options keepItems, addItems and removeItems changed
13 The behavior of Page TSconfig options `keepItems`, `addItems` and `removeItems`
17 The first option to be evaluated is `keepItems`, followed in turn by `addItems`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.6/
H A DImportant-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst5 Important: #70956 - Behavior of Page TSconfig options keepItems, addItems and removeItems changed
13 The behavior of Page TSconfig options `keepItems`, `addItems` and `removeItems`
17 The first option to be evaluated is `keepItems`, followed in turn by `addItems`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/
H A DArrayUtility.php714 …* @param mixed $keepItems The items which are allowed/kept in the array - accepts array or csv str…
718 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = null) argument
722 if (is_string($keepItems)) {
723 $keepItems = GeneralUtility::trimExplode(',', $keepItems);
730 if (is_array($keepItems) && !empty($keepItems)) {
731 $keepItems = array_flip($keepItems);
735 if (!isset($keepItems[$keepValue])) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/
H A DArrayUtility.php714 …* @param mixed $keepItems The items which are allowed/kept in the array - accepts array or csv str…
718 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = null) argument
722 if (is_string($keepItems)) {
723 $keepItems = GeneralUtility::trimExplode(',', $keepItems);
730 if (is_array($keepItems) && !empty($keepItems)) {
731 $keepItems = array_flip($keepItems);
735 if (!isset($keepItems[$keepValue])) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DNewContentElementController.php400 $keepItems = [];
442 …if (!isset($keepItems[$fN]) && isset($TCEFORM_TSconfig[$fN]['keepItems']) && $TCEFORM_TSconfig[$fN…
443 $keepItems[$fN] = array_flip(GeneralUtility::trimExplode(
449 $isNotInKeepItems = !empty($keepItems[$fN]) && !isset($keepItems[$fN][$fV]);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DNewContentElementController.php463 $keepItems = [];
504 …if (!isset($keepItems[$fN]) && isset($TCEFORM_TSconfig[$fN]['keepItems']) && $TCEFORM_TSconfig[$fN…
505 $keepItems[$fN] = array_flip(GeneralUtility::trimExplode(
511 $isNotInKeepItems = !empty($keepItems[$fN]) && !isset($keepItems[$fN][$fV]);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/ContentElement/
H A DNewContentElementController.php629 …if (!isset($keepItems[$fN]) && isset($TCEFORM_TSconfig[$fN]['keepItems']) && $TCEFORM_TSconfig[$fN…
630 $keepItems[$fN] = array_flip(GeneralUtility::trimExplode(
636 $isNotInKeepItems = !empty($keepItems[$fN]) && !isset($keepItems[$fN][$fV]);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.2/
H A DFeature-57082-NewTCATypeLanguage.rst87 e.g. the :php:`selectIcons` field wizard, as well as the :typoscript:`keepItems`
/dports/www/moodle310/moodle/lib/typo3/
H A Dclass.t3lib_div.php1683 …* @param mixed $keepItems: The items which are allowed/kept in the array - accepts array or csv st…
1687 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = NULL) { argument
1690 if (is_string($keepItems)) {
1691 $keepItems = self::trimExplode(',', $keepItems);
1698 if (is_array($keepItems) && count($keepItems)) {
1702 if (!in_array($keepValue, $keepItems)) {
/dports/www/moodle311/moodle/lib/typo3/
H A Dclass.t3lib_div.php1683 …* @param mixed $keepItems: The items which are allowed/kept in the array - accepts array or csv st…
1687 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = NULL) { argument
1690 if (is_string($keepItems)) {
1691 $keepItems = self::trimExplode(',', $keepItems);
1698 if (is_array($keepItems) && count($keepItems)) {
1702 if (!in_array($keepValue, $keepItems)) {
/dports/www/moodle39/moodle/lib/typo3/
H A Dclass.t3lib_div.php1683 …* @param mixed $keepItems: The items which are allowed/kept in the array - accepts array or csv st…
1687 public static function keepItemsInArray(array $array, $keepItems, $getValueFunc = NULL) { argument
1690 if (is_string($keepItems)) {
1691 $keepItems = self::trimExplode(',', $keepItems);
1698 if (is_array($keepItems) && count($keepItems)) {
1702 if (!in_array($keepValue, $keepItems)) {
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DReadYourWrites.actor.cpp649 …int keepItems = std::lower_bound( result.begin(), result.end(), end.getKey(), KeyValueRef::OrderBy… in getRangeValue() local
650 if( keepItems < result.size() ) in getRangeValue()
652 result.resize( result.arena(), keepItems ); in getRangeValue()
937 …int keepItems = result.rend() - std::lower_bound( result.rbegin(), result.rend(), begin.getKey(), … in getRangeValueBack() local
938 if( keepItems < result.size() ) in getRangeValueBack()
941 result.resize( result.arena(), keepItems ); in getRangeValueBack()
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkcoredirlister_p.h64 void redirect(const QUrl &oldUrl, const QUrl &newUrl, bool keepItems);
H A Dkcoredirlister.cpp2750 void KCoreDirListerPrivate::redirect(const QUrl &oldUrl, const QUrl &newUrl, bool keepItems) in redirect() argument
2753 if (!keepItems) { in redirect()
2769 if (!keepItems) { in redirect()
2778 if (!keepItems) { in redirect()