Home
last modified time | relevance | path

Searched refs:cellsMap (Results 1 – 5 of 5) sorted by relevance

/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/io/
H A DmxGdCodec.java35 protected static HashMap<String, Object> cellsMap = new HashMap<String, Object>(); field in mxGdCodec
80 cellsMap.put(label, vertex); in decode()
119 cellsMap.put(label, vertex); in decode()
135 Object source = cellsMap.get(items[0]); in decode()
136 Object target = cellsMap.get(items[1]); in decode()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellselection.cpp2696 CellsMap cellsMap; in dRenumberCells() local
2704 TXshCell &toCell = cellsMap[cell]; in dRenumberCells()
2725 CellsMap::iterator it, end = cellsMap.end(); in dRenumberCells()
2726 for (it = cellsMap.begin(); it != end; ++it) { in dRenumberCells()
2727 if (cellsMap.find(it->second) == cellsMap.end() && in dRenumberCells()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php2227 $cellsMap = [
2235 $classification = in_array($actionKey, $cellsMap['primary']) ? 'primary' : 'secondary';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php2710 $cellsMap = [
2718 $classification = in_array($actionKey, $cellsMap['primary']) ? 'primary' : 'secondary';
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/recordlist/Classes/RecordList/
H A DDatabaseRecordList.php2883 $cellsMap = [
2891 $classification = in_array($actionKey, $cellsMap['primary']) ? 'primary' : 'secondary';