Home
last modified time | relevance | path

Searched refs:fCol (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dconstantfilter.cpp65 fCol.reset(sc->clone()); in ConstantFilter()
73 fCol.reset(sc->clone()); in ConstantFilter()
79 fCol(rhs.fCol) in ConstantFilter()
119 if (fCol) output << " " << *fCol << endl; in toString()
167 if (fCol != NULL) in serialize()
168 fCol->serialize(b); in serialize()
188 fCol.reset(dynamic_cast<ReturnedColumn*>(ObjectReader::createTreeNode(b))); in unserialize()
271 if (fCol->hasAggregate()) in setDerivedTable()
293 ReturnedColumn* tmp = derivedColList[fCol->colPosition()]->clone(); in replaceRealCol()
294 fCol.reset(tmp); in replaceRealCol()
H A Dconstantfilter.h101 return fCol; in col()
105 fCol = col; in col()
190 SRCP fCol; /// the common column variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dconstantfilter.cpp65 fCol.reset(sc->clone()); in ConstantFilter()
73 fCol.reset(sc->clone()); in ConstantFilter()
79 fCol(rhs.fCol) in ConstantFilter()
119 if (fCol) output << " " << *fCol << endl; in toString()
167 if (fCol != NULL) in serialize()
168 fCol->serialize(b); in serialize()
188 fCol.reset(dynamic_cast<ReturnedColumn*>(ObjectReader::createTreeNode(b))); in unserialize()
271 if (fCol->hasAggregate()) in setDerivedTable()
293 ReturnedColumn* tmp = derivedColList[fCol->colPosition()]->clone(); in replaceRealCol()
294 fCol.reset(tmp); in replaceRealCol()
H A Dconstantfilter.h101 return fCol; in col()
105 fCol = col; in col()
190 SRCP fCol; /// the common column variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java39 int fCol; field in TextImpl
45 fCol = col; in TextImpl()
59 if (fCol == 1) { in getPreviousSibling()
62 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
67 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
70 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java38 int fCol; field in TextImpl
44 fCol = col; in TextImpl()
58 if (fCol == 1) { in getPreviousSibling()
61 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
66 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
69 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java38 int fCol; field in TextImpl
44 fCol = col; in TextImpl()
58 if (fCol == 1) { in getPreviousSibling()
61 return fSchemaDOM.relations[fRow][fCol-1]; in getPreviousSibling()
66 if (fCol == fSchemaDOM.relations[fRow].length-1) { in getNextSibling()
69 return fSchemaDOM.relations[fRow][fCol+1]; in getNextSibling()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php1063 if ($fCol === $titleCol) {
1086 } elseif ($fCol === 'pid') {
1087 $theData[$fCol] = $row[$fCol];
1088 … } elseif ($fCol !== '' && $fCol === ($GLOBALS['TCA'][$table]['ctrl']['cruser_id'] ?? '')) {
1089 $theData[$fCol] = $this->getBackendUserInformation((int)$row[$fCol]);
1098 } elseif ($fCol === 'icon') {
1106 } elseif ($fCol === '_REF_') {
1208 switch ((string)$fCol) {
1261 $theData[$fCol] = '';
1316 … $theData[$fCol] = '<div class="btn-group">' . $theData[$fCol] . '</div> ';
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/Multiplayer/
H A DCapture_the_Flag.lua124 local fCol = {} -- colour of the clans
302 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 20, 0, 10, 0, 33, 3, fCol[i])
304 SetVisualGearValues(fGear[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
308 SetVisualGearValues(fCirc[i], fThiefX[i], fThiefY[i], 20, 200, 0, 0, 100, 50, 3, fCol[i])
313 SetVisualGearValues(fCirc[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, 33, 3, fCol[i])
317 SetVisualGearValues(fGear[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
324 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, 0, 0, fCol[i])
428 fCol[i] = GetClanColor(i)
435 SetVisualGearValues(fSpawnC[i], fSpawnX[i],fSpawnY[i], 20, 100, 0, 10, 0, 75, 5, fCol[i])
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/Multiplayer/
H A DCapture_the_Flag.lua124 local fCol = {} -- colour of the clans
302 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 20, 0, 10, 0, 33, 3, fCol[i])
304 SetVisualGearValues(fGear[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
308 SetVisualGearValues(fCirc[i], fThiefX[i], fThiefY[i], 20, 200, 0, 0, 100, 50, 3, fCol[i])
313 SetVisualGearValues(fCirc[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, 33, 3, fCol[i])
317 SetVisualGearValues(fGear[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
324 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, 0, 0, fCol[i])
428 fCol[i] = GetClanColor(i)
435 SetVisualGearValues(fSpawnC[i], fSpawnX[i],fSpawnY[i], 20, 100, 0, 10, 0, 75, 5, fCol[i])
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DXSAnnotation.cpp41 ,fCol(0) in XSAnnotation()
51 ,fCol(0) in XSAnnotation()
177 serEng.writeUInt64 (fCol); in IMPL_XSERIALIZABLE_TOCREATE()
186 serEng.readUInt64 (fCol); in IMPL_XSERIALIZABLE_TOCREATE()
H A DXSAnnotation.hpp162 XMLFileLoc fCol; member in XSAnnotation
179 col = fCol; in getLineCol()
190 fCol = col; in setLineCol()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DXSAnnotation.cpp41 ,fCol(0) in XSAnnotation()
51 ,fCol(0) in XSAnnotation()
177 serEng.writeUInt64 (fCol); in IMPL_XSERIALIZABLE_TOCREATE()
186 serEng.readUInt64 (fCol); in IMPL_XSERIALIZABLE_TOCREATE()
H A DXSAnnotation.hpp162 XMLFileLoc fCol; member in XSAnnotation
179 col = fCol; in getLineCol()
190 fCol = col; in setLineCol()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php1279 if ($fCol == $titleCol) {
1331 } elseif ($fCol === 'pid') {
1332 $theData[$fCol] = $row[$fCol];
1335 } elseif ($fCol === '_REF_') {
1343 $theData[$fCol] = $lC1;
1350 $theData[$fCol] = $this->linkUrlMail(htmlspecialchars($tmpProc), $row[$fCol]);
1352 … $row[$fCol] = BackendUtility::getProcessedValueExtra($table, $fCol, $row[$fCol], 0, $row['uid']);
1449 switch ((string)$fCol) {
1529 $theData[$fCol] = '';
1601 $theData[$fCol] = '';
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DCapture_the_Flag.lua131 local fCol = {} -- colour of the clans
380 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 20, 0, 10, 0, 33, 3, fCol[i])
382 SetVisualGearValues(fGear[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
386 SetVisualGearValues(fCirc[i], fThiefX[i], fThiefY[i], 20, 200, 0, 0, 100, 50, 3, fCol[i])
388 SetVisualGearValues(fCirc[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, 33, 3, fCol[i])
390 SetVisualGearValues(fGear[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
396 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, 0, 0, fCol[i])
456 fCol[i] = GetClanColor(i)
461 SetVisualGearValues(fSpawnC[i], fSpawnX[i],fSpawnY[i], 20, 100, 0, 10, 0, 75, 5, fCol[i])
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DCapture_the_Flag.lua131 local fCol = {} -- colour of the clans
380 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 20, 0, 10, 0, 33, 3, fCol[i])
382 SetVisualGearValues(fGear[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
386 SetVisualGearValues(fCirc[i], fThiefX[i], fThiefY[i], 20, 200, 0, 0, 100, 50, 3, fCol[i])
388 SetVisualGearValues(fCirc[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, 33, 3, fCol[i])
390 SetVisualGearValues(fGear[i], fGearX[i], fGearY[i], 20, 200, 0, 0, 100, fGearRad, 2, fCol[i])
396 SetVisualGearValues(fCirc[i], fSpawnX[i],fSpawnY[i], 20, 200, 0, 0, 100, 0, 0, fCol[i])
456 fCol[i] = GetClanColor(i)
461 SetVisualGearValues(fSpawnC[i], fSpawnX[i],fSpawnY[i], 20, 100, 0, 10, 0, 75, 5, fCol[i])
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php1475 if ($fCol == $titleCol) {
1517 } elseif ($fCol === 'pid') {
1518 $theData[$fCol] = $row[$fCol];
1521 } elseif ($fCol === '_REF_') {
1529 $theData[$fCol] = $lC1;
1536 $theData[$fCol] = $this->linkUrlMail(htmlspecialchars($tmpProc), $row[$fCol]);
1538 … $row[$fCol] = BackendUtility::getProcessedValueExtra($table, $fCol, $row[$fCol], 0, $row['uid']);
1637 switch ((string)$fCol) {
1718 $theData[$fCol] = '';
1788 $theData[$fCol] = '';
[all …]

123