Home
last modified time | relevance | path

Searched refs:cellRef (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dreferencecheck.cpp32 if (cellRef.mRefID.empty()) in perform()
44 if ((isLight && cellRef.mChargeFloat < -1) || (!isLight && cellRef.mChargeInt < -1)) in perform()
50 if (!cellRef.mOwner.empty() && mObjects.searchId(cellRef.mOwner) == -1) in perform()
54 if (!cellRef.mSoul.empty()) in perform()
58 if (cellRef.mFaction.empty()) in perform()
60 if (cellRef.mFactionRank != -2) in perform()
67 else if (cellRef.mFactionRank < -1) in perform()
71 if (!cellRef.mDestCell.empty() && mCells.searchId(cellRef.mDestCell) == -1) in perform()
74 if (cellRef.mScale < 0) in perform()
78 if (cellRef.mEnchantmentCharge < -1) in perform()
[all …]
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/ice40blinkingled_Implmnt/
H A Dice40blinkingled.edf238 (instance mode_RNO (viewRef PRIM (cellRef SB_LUT4 (libraryRef sb_ice)))
412 (instance BUT1_ibuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
416 (instance BUT2_ibuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
420 (instance LED1_obuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
424 (instance LED2_obuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
428 (instance mode (viewRef PRIM (cellRef SB_DFF (libraryRef sb_ice)))
480 (instance BUT2_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
482 (instance LED1_m0_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
484 (instance LED2_m0_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
492 (instance BUT1_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
[all …]
H A Dice40blinkingled_XXXXXOLD.edf238 (instance mode_RNO (viewRef PRIM (cellRef SB_LUT4 (libraryRef sb_ice)))
412 (instance BUT1_ibuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
416 (instance BUT2_ibuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
420 (instance LED1_obuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
424 (instance LED2_obuf (viewRef PRIM (cellRef SB_IO (libraryRef sb_ice)))
428 (instance mode (viewRef PRIM (cellRef SB_DFF (libraryRef sb_ice)))
480 (instance BUT2_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
482 (instance LED1_m0_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
484 (instance LED2_m0_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
492 (instance BUT1_r (viewRef PRIM (cellRef SB_DFFE (libraryRef sb_ice)))
[all …]
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/ice40blinkingled_Implmnt/sbt/outputs/placer/
H A Dled_but_ex1_sbt.edf221 (viewRef INTERFACE (cellRef SB_LUT4 (libraryRef SBT_DESIGN)))
234 (viewRef INTERFACE (cellRef SB_LUT4 (libraryRef SBT_DESIGN)))
239 (viewRef INTERFACE (cellRef SB_LUT4 (libraryRef SBT_DESIGN)))
244 (viewRef INTERFACE (cellRef SB_LUT4 (libraryRef SBT_DESIGN)))
249 (viewRef INTERFACE (cellRef SB_LUT4 (libraryRef SBT_DESIGN)))
268 (viewRef INTERFACE (cellRef SB_DFF (libraryRef SBT_DESIGN)))
272 (viewRef INTERFACE (cellRef VCC (libraryRef SBT_DESIGN)))
286 (viewRef INTERFACE (cellRef ICE_IO (libraryRef SBT_DESIGN)))
297 (viewRef INTERFACE (cellRef SB_DFF (libraryRef SBT_DESIGN)))
619 (viewRef INTERFACE (cellRef GND (libraryRef SBT_DESIGN)))
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dmanualref.cpp13 ESM::CellRef cellRef; in create() local
14 cellRef.mRefNum.unset(); in create()
15 cellRef.mRefID = name; in create()
16 cellRef.mScale = 1; in create()
17 cellRef.mFactionRank = 0; in create()
18 cellRef.mChargeInt = -1; in create()
20 cellRef.mGoldValue = 1; in create()
21 cellRef.mEnchantmentCharge = -1; in create()
22 cellRef.mTeleport = false; in create()
23 cellRef.mLockLevel = 0; in create()
[all …]
H A Dlivecellref.hpp65 inline bool operator== (const LiveCellRefBase& cellRef, const ESM::RefNum refNum) in operator ==() argument
67 return cellRef.mRef.getRefNum()==refNum; in operator ==()
H A Drefdata.cpp56 RefData::RefData (const ESM::CellRef& cellRef) in RefData() argument
58 mCount (1), mPosition (cellRef.mPos), in RefData()
H A Dplayer.cpp44 ESM::CellRef cellRef; in Player() local
45 cellRef.blank(); in Player()
46 cellRef.mRefID = "player"; in Player()
47 mPlayer = LiveCellRef<ESM::NPC>(cellRef, player); in Player()
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DexcelExpr.py18 cellRef = Combine(Group(Optional(sheetRef + EXCL)("sheet") + colRef("col") + variable
21 cellRange = (Group(cellRef("start") + COLON + cellRef("end"))("range")
22 | cellRef | Word(alphas,alphanums))
46 operand = numericLiteral | funcCall | cellRange | cellRef
53 textOperand = dblQuotedString | cellRef
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DexcelExpr.py36 cellRef = Combine( variable
41 Group(cellRef("start") + COLON + cellRef("end"))("range")
42 | cellRef
76 operand = numericLiteral | funcCall | cellRange | cellRef
85 textOperand = dblQuotedString | cellRef
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/planahead/planahead.data/cache/
H A Db200_ngc_d1c0f267.edif1172 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1177 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1182 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1187 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1192 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1197 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1202 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1207 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1212 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
1217 (viewRef view_1 (cellRef FD (libraryRef UNISIMS)))
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/src/
H A Drecord.cc212 QpRecCell::cellRef(char* pText, QpTableNames& pTable, QP_INT16 /*pNoteBook*/, QP_UINT8 pPage, QP_UI… in cellRef() function in QpRecCell
260 QpRecCell::cellRef(char* pText, QpTableNames& pTable, QpIStream& pFormulaRef) in cellRef() function in QpRecCell
292 cellRef(pText, pTable, lNoteBook, lFirstPage, lFirstColumn, lFirstRow); in cellRef()
295 cellRef(&pText[strlen(pText)], pTable, lNoteBook, lLastPage, lLastColumn, lLastRow); in cellRef()
309 cellRef(pText, pTable, lNoteBook, lPage, lColumn, lRow); in cellRef()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellView.cpp762 if (cellRef.x() > 1) { in paintDefaultBorders()
765 QPen t = cell_west->effTopBorderPen(cellRef.x() - 1, cellRef.y()); in paintDefaultBorders()
766 QPen b = cell_west->effBottomBorderPen(cellRef.x() - 1, cellRef.y()); in paintDefaultBorders()
798 if (cellRef.y() > 1) { in paintDefaultBorders()
802 QPen l = cell_north->effLeftBorderPen(cellRef.x(), cellRef.y() - 1); in paintDefaultBorders()
803 QPen r = cell_north->effRightBorderPen(cellRef.x(), cellRef.y() - 1); in paintDefaultBorders()
835 if (cellRef.x() < KS_colMax) { in paintDefaultBorders()
839 QPen t = cell_east->effTopBorderPen(cellRef.x() + 1, cellRef.y()); in paintDefaultBorders()
840 QPen b = cell_east->effBottomBorderPen(cellRef.x() + 1, cellRef.y()); in paintDefaultBorders()
876 QPen l = cell_south->effLeftBorderPen(cellRef.x(), cellRef.y() + 1); in paintDefaultBorders()
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/
H A DCalculation.php3188 $stack->push('Cell Reference',$cellValue,$cellRef);
3250 $stack->push('Value',$cellIntersect,$cellRef);
3285 $cellRef = NULL;
3293 $cellRef = $matches[6].$matches[7].':'.$matches[9].$matches[10];
3314 $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, FALSE);
3327 $cellRef = $matches[6].$matches[7];
3338 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
3351 $this->_debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
3352 if ($pCellParent->isDataSet($cellRef)) {
3353 $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, FALSE);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DCalculation.php3604 $stack->push('Cell Reference', $cellValue, $cellRef);
3665 $stack->push('Value', $cellIntersect, $cellRef);
3702 $cellRef = null;
3710 $cellRef = $matches[6].$matches[7].':'.$matches[9].$matches[10];
3731 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
3744 $cellRef = $matches[6].$matches[7];
3755 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
3768 … $this->_debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
3769 if ($pCellParent->isDataSet($cellRef)) {
3770 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DCalculation.php3604 $stack->push('Cell Reference', $cellValue, $cellRef);
3665 $stack->push('Value', $cellIntersect, $cellRef);
3702 $cellRef = null;
3710 $cellRef = $matches[6].$matches[7].':'.$matches[9].$matches[10];
3731 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
3744 $cellRef = $matches[6].$matches[7];
3755 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
3768 … $this->_debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
3769 if ($pCellParent->isDataSet($cellRef)) {
3770 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Calculation/
H A DCalculation.php3711 $stack->push('Cell Reference', $cellValue, $cellRef);
3780 $stack->push('Value', $cellIntersect, $cellRef);
3815 $cellRef = null;
3821 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
3839 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
3851 $cellRef = $matches[6] . $matches[7];
3861 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
3872 … $this->debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
3873 if ($pCellParent->has($cellRef)) {
3874 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php3724 $stack->push('Cell Reference', $cellValue, $cellRef);
3793 $stack->push('Value', $cellIntersect, $cellRef);
3828 $cellRef = null;
3834 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
3852 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
3864 $cellRef = $matches[6] . $matches[7];
3874 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
3885 … $this->debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
3886 if ($pCellParent->has($cellRef)) {
3887 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php3993 $stack->push('Cell Reference', $cellValue, $cellRef);
4081 $stack->push('Value', $cellIntersect, $cellRef);
4119 $cellRef = null;
4125 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4143 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4155 $cellRef = $matches[6] . $matches[7];
4165 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4176 … $this->debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
4177 if ($pCellParent->has($cellRef)) {
4178 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php3958 $stack->push('Cell Reference', $cellValue, $cellRef);
4046 $stack->push('Value', $cellIntersect, $cellRef);
4084 $cellRef = null;
4090 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4108 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4120 $cellRef = $matches[6] . $matches[7];
4130 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4141 … $this->debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
4142 if ($pCellParent->has($cellRef)) {
4143 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php3958 $stack->push('Cell Reference', $cellValue, $cellRef);
4046 $stack->push('Value', $cellIntersect, $cellRef);
4084 $cellRef = null;
4090 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4108 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4120 $cellRef = $matches[6] . $matches[7];
4130 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4141 … $this->debugLog->writeDebugLog('Evaluating Cell ', $cellRef, ' in current worksheet');
4142 if ($pCellParent->has($cellRef)) {
4143 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php4559 $stack->push('Cell Reference', $cellValue, $cellRef);
4652 $stack->push('Value', $cellIntersect, $cellRef);
4691 $cellRef = null;
4698 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4716 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4728 $cellRef = $matches[6] . $matches[7];
4738 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4742 … $cellRef = ($cellSheet !== null) ? "{$matches[2]}!{$cellRef}" : $cellRef;
4751 if ($pCellParent->has($cellRef)) {
4752 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php4433 $stack->push('Cell Reference', $cellValue, $cellRef);
4523 … $cellRef = Coordinate::stringFromColumnIndex(min($oCol) + 1) . min($oRow) . ':' .
4526 $stack->push('Value', $cellIntersect, $cellRef);
4565 $cellRef = null;
4571 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4589 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4601 $cellRef = $matches[6] . $matches[7];
4611 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4623 if ($pCellParent->has($cellRef)) {
4624 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DCalculation.php4433 $stack->push('Cell Reference', $cellValue, $cellRef);
4523 … $cellRef = Coordinate::stringFromColumnIndex(min($oCol) + 1) . min($oRow) . ':' .
4526 $stack->push('Value', $cellIntersect, $cellRef);
4565 $cellRef = null;
4571 $cellRef = $matches[6] . $matches[7] . ':' . $matches[9] . $matches[10];
4589 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
4601 $cellRef = $matches[6] . $matches[7];
4611 if ($cellSheet && $cellSheet->cellExists($cellRef)) {
4623 if ($pCellParent->has($cellRef)) {
4624 … $cellValue = $this->extractCellRange($cellRef, $pCellWorksheet, false);
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/qpro/
H A Drecord.h85 …void cellRef(char* pText, QpTableNames& pTable, QP_INT16 pNoteBook, QP_UINT8 pPage, QP_UINT…
86 void cellRef(char* pText, QpTableNames& pTable, QpIStream& pFormulaRef);

12