Home
last modified time | relevance | path

Searched refs:ownerTable (Results 1 – 11 of 11) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/gameoflife_adcirc/
H A Dmain.cpp476 std::vector<ownerTableEntry> ownerTable; in grid() local
534 for (std::size_t j=0; j<ownerTable.size(); j++) in grid()
536 if (ownerTable[j].ownerID == nodeID) in grid()
540 thissubnode.localID = ownerTable[j].localID; in grid()
541 thissubnode.globalID = ownerTable[j].globalID; in grid()
565 for (std::size_t k=0; k<ownerTable.size(); k++) in grid()
568 if (nodeID == ownerTable[k].ownerID) in grid()
571 if (localIDs[j] == ownerTable[k].localID) in grid()
573 thissubnode.globalID = ownerTable[k].globalID; in grid()
655 std::vector<ownerTableEntry> ownerTable; in determineGridDimensions() local
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dd/dditems/figures/
H A DddTextTableItemFigure.cpp36 ownerTable = NULL; //table name item is the only one case of use of this variable in ddTextTableItemFigure()
75 ownerTable = table; in setOwnerTable()
78 fontColorAttribute->fontColor = ownerTable->fontColorAttribute->fontColor; in setOwnerTable()
79 fontSelColorAttribute->fontColor = ownerTable->fontSelColorAttribute->fontColor; in setOwnerTable()
472 ownerTable->updateFkObservers(); //Only triggered by a tableName item [Not a column] in setAlias()
473 ownerTable->updateTableSize(); in setAlias()
H A DddColumnFigure.cpp92 if(ownerTable) in ddColumnFigure()
93 ownerTable->updateTableSize(); in ddColumnFigure()
247 return ownerTable; in getOwnerTable()
252 ownerTable = table; in setOwnerTable()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/dd/dditems/figures/
H A DddTextTableItemFigure.h78 ddTableFigure *ownerTable; variable
H A DddColumnFigure.h105 ddTableFigure *ownerTable; variable
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbProperty.cpp437 dbObjectTable* ownerTable = prop->getTable()->getObjectTable( in destroy() local
440 dbId<_dbProperty> propList = ownerTable->getPropList(prop->_owner); in destroy()
449 ownerTable->setPropList(prop->_owner, p->_next); in destroy()
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A Dctable_search.c3051 if(!cursor->ownerTable) return TCL_OK; // being deleted in ctable_DestroyCursor()
3052 CTable *ctable = cursor->ownerTable; in ctable_DestroyCursor()
3053 cursor->ownerTable = NULL; in ctable_DestroyCursor()
3130 cursor->ownerTable = ctable; in ctable_CreateEmptyCursor()
3162 cursor->ownerTable = ctable; in ctable_CreateCursor()
3193 Tcl_ObjCmdProc *commandProc = cursor->ownerTable->creator->cursor_command; in ctable_CreateCursorCommand()
H A Dctable.h220 struct CTable *ownerTable; member
H A Dcommand-body.c-subst2383 CTable *ctable = cursor->ownerTable;
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DGrailsDomainBinder.java970 Collection collection, Table ownerTable) { in bindCollectionTable() argument
972 String prefix = ownerTable.getSchema(); in bindCollectionTable()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/glorp/
H A DGlorpTest.st5004 ownerTable [
5015 aTable addForeignKeyFrom: setOwnerId to: (self ownerTable fieldNamed: 'ID').
5018 to: (self ownerTable fieldNamed: 'ID').
5032 aTable addForeignKeyFrom: ownerId to: (self ownerTable fieldNamed: 'ID').
5056 aDescriptor table: self ownerTable.
5060 to: (self ownerTable fieldNamed: 'NAME')).
5067 mappingCriteria: (Join from: (self ownerTable fieldNamed: 'ID')
5073 mappingCriteria: (Join from: (self ownerTable fieldNamed: 'ID')
5080 from: (self ownerTable fieldNamed: 'ID')
5093 from: (self ownerTable fieldNamed: 'ID')
[all …]