Home
last modified time | relevance | path

Searched refs:thisTable (Results 1 – 9 of 9) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DNode.php76 $thisTable = $record->getTable();
77 $table = $thisTable;
78 if ($thisTable->getOption('inheritanceMap')) {
96 if ($thisTable !== $table) {
99 $this->_tree = $thisTable->getTree();
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DJBidContext.java59 JTable thisTable = (JTable) inComponent; in internalDoubleClick() local
61 int rowPoint = thisTable.rowAtPoint(new Point(e.getX(), e.getY())); in internalDoubleClick()
62 Object whichAuction = figureAuction(thisTable, rowPoint); in internalDoubleClick()
64 DoAction(thisTable, JConfig.queryConfiguration("doubleclick.action", "Update"), whichAuction); in internalDoubleClick()
H A DJSearchContext.java38 JTable thisTable = (JTable) inComponent; in internalDoubleClick() local
39 int rowPoint = thisTable.rowAtPoint(new Point(e.getX(), e.getY())); in internalDoubleClick()
40 Searcher whichSearch = (Searcher) thisTable.getValueAt(rowPoint, -1); in internalDoubleClick()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DMuParserScript.cpp257 Table *thisTable = qobject_cast<Table *>(s_currentInstance->Context); in tableColumn_Function() local
258 if (!thisTable) in tableColumn_Function()
262 Column *column = thisTable->d_future_table->column(qRound(columnIndex) - 1); in tableColumn_Function()
266 .arg(thisTable->objectName())); in tableColumn_Function()
291 Table *thisTable = qobject_cast<Table *>(s_currentInstance->Context); in tableColumn__Function() local
292 if (!thisTable) in tableColumn__Function()
297 thisTable->folder()->rootFolder()->table(QStringFromString(tableName), true); in tableColumn__Function()
343 Table *thisTable = qobject_cast<Table *>(s_currentInstance->Context); in tableCell_Function() local
344 if (!thisTable) in tableCell_Function()
346 Column *column = thisTable->d_future_table->column(qRound(columnIndex) - 1); in tableCell_Function()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/
H A DMisc.php96 $thisTable = isset($tables[$thisDb][$expr->table]) ?
98 $retval[$thisDb]['tables'][$thisTable]['columns'][$expr->column] = $expr->alias;
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/
H A DMisc.php90 $thisTable = $tables[$thisDb][$expr->table] ?? $expr->table;
91 $retval[$thisDb]['tables'][$thisTable]['columns'][$expr->column] = $expr->alias;
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/debugger/
H A DSwingGui.java2850 private MyTreeTable thisTable; field in ContextWindow
2921 thisTable = new MyTreeTable(new VariableModel()); in ContextWindow()
2922 JScrollPane jsp = new JScrollPane(thisTable); in ContextWindow()
3109 thisTable.setEnabled(enabled); in setEnabled()
3148 thisTable.resetTree(new VariableModel(debugGui.dim, thisObj)); in actionPerformed()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dhash.cpp2155 BaseGDL* hash_subset(DStructGDL* thisTable, BaseGDL* index, bool isfoldcase);
2556 BaseGDL* hash_subset(DStructGDL* thisTable, BaseGDL* index, bool isfoldcase) in hash_subset() argument
2617 DLong hashIndex = HashIndex( thisTable, actKey, isfoldcase); in hash_subset()
2619 DPtr vID = (*static_cast<DPtrGDL*>(thisTable->GetTag( pValueTag, hashIndex)))[0]; in hash_subset()
H A Dlist.cpp134 BaseGDL* hash_subset(DStructGDL* thisTable, BaseGDL* index, bool isfoldcase);