Home
last modified time | relevance | path

Searched refs:cell (Results 301 – 325 of 383) sorted by path

1...<<111213141516

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak771 Object cell = graphComponent.getGraph()
774 if (cell == null
776 .getChildCount(cell) == 0)
778 cell = graphComponent.getGraph().getDefaultParent();
782 layout.execute(cell);
H A DEditorPalette.java232 mxCell cell = new mxCell(value, geometry, style); in addEdgeTemplate() local
233 cell.setEdge(true); in addEdgeTemplate()
235 addTemplate(name, icon, cell); in addEdgeTemplate()
250 mxCell cell = new mxCell(value, new mxGeometry(0, 0, width, height), in addTemplate() local
252 cell.setVertex(true); in addTemplate()
254 addTemplate(name, icon, cell); in addTemplate()
263 public void addTemplate(final String name, ImageIcon icon, mxCell cell) in addTemplate() argument
265 mxRectangle bounds = (mxGeometry) cell.getGeometry().clone(); in addTemplate()
267 new Object[] { cell }, bounds); in addTemplate()
H A DJTableRenderer.java86 protected Object cell; field in JTableRenderer
107 public JTableRenderer(final Object cell, in JTableRenderer() argument
110 this.cell = cell; in JTableRenderer()
144 graph.foldCells(graph.isCellCollapsed(cell), false, in JTableRenderer()
145 new Object[] { cell }); in JTableRenderer()
150 + ((graph.isCellCollapsed(cell)) ? "maximize.gif" in JTableRenderer()
171 if (graph.getModel().getChildCount(cell) == 0) in JTableRenderer()
245 if (!graph.isCellSelected(cell)) in mousePressed()
247 graphContainer.selectCellForEvent(cell, e); in mousePressed()
252 cell); in mousePressed()
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties185 noCellSelected=No cell selected.
H A Deditor.properties.bak181 noCellSelected=No cell selected.
H A Deditor_zh-CN.properties181 noCellSelected=No cell selected.
/plugin/jmol2/jmol/
H A DCHANGES.txt111 # bug fix: CASTEP reader not understanding unit specifier in .cell files
808 # select atomName = "O11" and cell = 555
848 # yes cell crystallographic unit cell
887 # yes unitXyz unit cell XYZ coordinates
888 # yes yes uX unit cell X coordinate normalized to [0,1)
889 # yes yes uY unit cell Y coordinate normalized to [0,1)
890 # yes yes uZ unit cell Z coordinate normalized to [0,1)
1041 # pack a unit cell using:
1297 # loads crystal structure and packs unit cell
3484 # bug fix: setting perspective model resets unit cell on
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jorgchart/
H A Dstyle.css31 /* node cell */
/plugin/katex/_assets/
H A Dkatex.min.css1cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:re…
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/latexit/tests/my/
H A Dtest8.latex37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
/plugin/latexport/implementation/
H A Ddecorator_tables.php176 $cell = $this->row[$this->column];
177 if ($cell->getRows() > 0) {
178 $numberOfPlaceholders = $cell->getCols();
195 $cell = $this->row[$column];
197 if ($cell->getRows() == 1 && !$lineIsPresent) {
202 if ($cell->getRows() > 1 && $lineIsPresent) {
207 $column += $cell->getCols();
218 foreach($this->row as $cell) {
219 $nextCell = $cell->nextCellSize();
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2395 var cell = row_cells[n];
2396 … text += " <td" + attr[n] + ">" + self.runSpanGamut(self._php_trim(cell)) + "</td>\n";
/plugin/markdownextra/
H A Dmarkdown.php2784 foreach ($row_cells as $n => $cell)
2785 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php228 foreach ($row as $c => $cell) {
231 $this->renderAbsy($cell);
240 foreach ($row as $c => $cell) {
243 $this->renderAbsy($cell);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php109 foreach ($row as $c => $cell) {
111 $tds .= "<$cellTag$align>" . trim($this->renderAbsy($cell)) . "</$cellTag>";
/plugin/mobiletable/
H A DmobileTable.js36 for (let cell of row.children) {
37 const colSpan = cell.colSpan
60 const isTextCell = cell => cell.childNodes.length === 1 && cell.lastChild.nodeName === "#text"
90 if (moveContent(cell, newCell)) {
91 cellMap.set(cell, newCell)
98 const addHeaderCell = (tr, cell) => {
104 if (moveContent(cell, newCell)) {
105 cellMap.set(cell, newCell)
113 let cell
119 cell = name.cloneNode(true)
[all …]
/plugin/news/
H A Dadmin.php153 $row .= $this->cell($info['id'] ) . $this->cell($info['gmtime']) .
154 $this->cell(date('r',$info['time']));
160 function cell($data="") { function in admin_plugin_news
/plugin/nroff/
H A Drenderer.php857 $this->cell = 0;
889 if ($this->cell == 0)
905 if ($this->cell == 0)
909 $this->cell++;

1...<<111213141516