Home
last modified time | relevance | path

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

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/
H A DReferenceIndex.php1293 * @param string $onlyColumn Name of a specific column to fetch
1299 string $onlyColumn argument
1305 && (!$onlyColumn || $onlyColumn === $column)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DReferenceIndex.php1394 * @param string $onlyColumn Name of a specific column to fetch
1397 protected function shouldExcludeTableColumnFromReferenceIndex($tableName, $column, $onlyColumn) argument
1403 …is_array($GLOBALS['TCA'][$tableName]['columns'][$column]) && (!$onlyColumn || $onlyColumn === $col…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DReferenceIndex.php1609 * @param string $onlyColumn Name of a specific column to fetch
1612 protected function shouldExcludeTableColumnFromReferenceIndex($tableName, $column, $onlyColumn) argument
1618 …is_array($GLOBALS['TCA'][$tableName]['columns'][$column]) && (!$onlyColumn || $onlyColumn === $col…
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp633 QMap<TStageObjectId, TStageObjectId> &ids, bool onlyColumn) { in explodeStageObjects() argument
640 if (!onlyColumn) { in explodeStageObjects()
716 if (onlyColumn && tmpParentId.isColumn() && tmpParentId.getIndex() >= index) in explodeStageObjects()
755 if (onlyColumn) outerCol->setParent(tmpParentId); in explodeStageObjects()
789 for (i = 0; i < subXsh->getColumnCount() && !onlyColumn; i++) { in explodeStageObjects()
953 const std::vector<TFxPort *> &outPorts, bool onlyColumn, in explode() argument
961 pegObjects, fxs, splines, objIds, onlyColumn); in explode()