| /plugin/mediasyntax/tools/ |
| D | dokuwiki2mediawiki.php | 127 $cells[$row]=explode("|",preg_replace("/^\|/","",$line)); 140 for ($y=1;$y<count($cells)+1;$y=$y+1) 142 for ($x=0;$x<count($cells[$y]);$x=$x+1) 144 echo $cells[$y][$x]; echo "|"; 149 $rowspancells=$cells; 152 for ($y=1;$y<count($cells)+1;$y=$y+1) 153 for ($x=0;$x<count($cells[$y]);$x=$x+1) 157 for ($y=1;$y<count($cells);$y=$y+1) 159 for ($x=0;$x<count($cells[$y]);$x=$x+1) 162 while (($y+$z<=count($cells)) && (preg_match("/ *::: */",$cells[$y+$z][$x]))) [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Actions.js | 114 var cells = null; 118 cells = ui.copyXml(); 120 if (cells != null) 122 graph.removeCells(cells, false); 130 if (cells == null) 201 function pasteCellsHere(cells) argument 203 if (cells != null) 207 for (var i = 0; i < cells.length && includeEdges; i++) 209 includeEdges = includeEdges && graph.model.isEdge(cells[i]); 218 if (cells.length == 1 && includeEdges) [all …]
|
| D | Graph.js | 846 var cells = graphHandlerGetCells.apply(this, arguments); 850 for (var i = 0; i < cells.length; i++) 854 this.graph.isTableCell(cells[i]) && 855 this.graph.isCellSelected(cells[i])) ? 856 this.graph.model.getParent(cells[i]) : 858 this.graph.isTableRow(cells[i]) && 859 this.graph.isCellSelected(cells[i])) ? 860 cells[i] : this.graph.getCompositeParent(cells[i])); 875 this.graphHandler.start = function(cell, x, y, cells) argument 1104 …var cells = this.getCells(rect.x, rect.y, rect.width, rect.height, null, null, isect, function(sta… [all …]
|
| /plugin/diagramsnet/lib/plugins/trees/ |
| D | trees.js | 164 graph.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument 172 var newCells = cells.splice(); 175 for (var i = 0; i < cells.length; i++) 177 if (isTreeCell(cells[i])) 179 graph.traverse(cells[i], true, function(vertex, edge) 186 if (vertex != cells[i]) 192 return vertex == cells[i] || !graph.model.isCollapsed(vertex); 195 graph.model.setCollapsed(cells[i], collapse); 204 cells = newCells; 215 graph.removeCells = function(cells, includeEdges) argument [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 128 if ( oRow.cells.length < ( iIndex + 1 ) ) 131 oCell = oRow.cells[iIndex].cloneNode(false) ; 137 var oBaseCell = oRow.cells[iIndex] ; 179 if ( iIndex == 0 && oRow.cells.length == 1 ) 187 if ( oRow.cells[iIndex] ) 188 oRow.removeChild( oRow.cells[iIndex] ) ; 207 if ( !insertBefore && oCell.cellIndex == oCell.parentNode.cells.length - 1 ) 218 if ( cell.parentNode.cells.length == 1 ) 239 FCKTableHandler._MarkCells = function( cells, label ) argument 241 for ( var i = 0 ; i < cells.length ; i++ ) [all …]
|
| /plugin/diagram/syntax/ |
| D | main.php | 864 $cells[$i] = array('classes' => array()); 868 $cells[0]['classes'][] = $this->_borderClass($border_spec[0], 'right'); 870 $cells[1]['classes'][] = $this->_borderClass($border_spec[1], 'bottom'); 872 $cells[2]['classes'][] = $this->_borderClass($border_spec[2], 'right'); 874 $cells[0]['classes'][] = $this->_borderClass($border_spec[3], 'bottom'); 895 $cells[1]['classes'][] = $this->css_classes['arrow-top']; 896 $cells[1]['content'] = '<div />'; 900 $cells[3]['classes'][] = $this->css_classes['arrow-right']; 901 $cells[3]['content'] = '<div />'; 905 $cells[2]['classes'][] = $this->css_classes['arrow-bottom']; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Trees.js | 17 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) argument 21 if (cells == null) 23 cells = this.getFoldableCells(this.getSelectionCells(), collapse); 31 var newCells = cells.slice(); 34 for (var i = 0; i < cells.length; i++) 36 if (mxUtils.getValue(this.getCurrentCellStyle(cells[i]), 39 this.foldTreeCell(collapse, cells[i]); 43 cells = newCells; 44 cells = graphFoldCells.apply(this, arguments); 51 return cells; [all …]
|
| /plugin/prettyprint/ |
| D | script.js | 20 var cells = []; 22 cells.push(jQuery("<td>").append($img)); 27 cells.push(jQuery("<td>").append($new_h1)); 46 …cells.push(jQuery("<td>").html('<p style="text-align:left">'+LANG.plugins.prettyprint.state+' … 49 for (cell in cells) { 50 var $td = cells[cell];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
| D | GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.php | 29 public function setCells($cells) argument 31 $this->cells = $cells; 38 return $this->cells;
|
| D | GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow.php | 29 public function setCells($cells) argument 31 $this->cells = $cells; 38 return $this->cells;
|
| D | GoogleCloudDocumentaiV1DocumentPageTableTableRow.php | 29 public function setCells($cells) argument 31 $this->cells = $cells; 38 return $this->cells;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/ |
| D | Row.php | 29 public function setCells($cells) argument 31 $this->cells = $cells; 38 return $this->cells;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | Row.php | 29 public function setCells($cells) argument 31 $this->cells = $cells; 38 return $this->cells;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowV2IntentMessageTableCardRow.php | 33 public function setCells($cells) argument 35 $this->cells = $cells; 42 return $this->cells;
|
| D | GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php | 33 public function setCells($cells) argument 35 $this->cells = $cells; 42 return $this->cells;
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | mxWebColaAdaptor.js | 324 var cells = model.cells; 331 for (var id in cells) 333 if (view.getState(cells[id]) != null) 335 tmp[id] = cells[id]; 339 cells = tmp; 349 for (var id in cells) 351 var cell = cells[id]; 380 for (var id in cells) 382 var cell = cells[id]; 395 var terminal1 = cells[terminal_id1]; [all …]
|
| D | mxWebColaLayout.js | 107 var cells = model.cells; 112 for (var id in cells) 114 var cell = cells[id]; 279 var cells = model.cells; 283 for (var id in cells) 285 var cell = cells[id]; 353 for (var id in cells) 355 var cell = cells[id];
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktablehandler.js | 102 if ( oRow.cells.length < iIndex ) 105 oCell = oRow.cells[iIndex-1].cloneNode(false) ; 111 var oBaseCell = oRow.cells[iIndex] ; 142 if ( iIndex == 0 && oRow.cells.length == 1 ) 150 if ( oRow.cells[iIndex] ) 151 oRow.removeChild( oRow.cells[iIndex] ) ; 168 if ( oCell.cellIndex == oCell.parentNode.cells.length - 1 ) 185 if ( cell.parentNode.cells.length == 1 ) 344 for ( var j = 0 ; j < aRows[i].cells.length ; j++ ) 346 var oCell = aRows[i].cells[j] ; [all …]
|
| /plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
| D | tableCell.js.unc | 17 // Returns a function, which runs regular "setup" for all selected cells to find out 18 // whether the initial value of the field would be the same for all cells. If so, 20 // i.e. when there are several cells of different value of the property, a field 26 return function( cells ) { 27 var fieldValue = setup( cells[ 0 ] ); 29 // If one of the cells would have a different value of the 31 for ( var i = 1; i < cells.length; i++ ) { 32 if ( setup( cells[ i ] ) !== fieldValue ) { 184 this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() ); 185 this.setupContent( this.cells ); [all …]
|
| /plugin/diagramsnet/lib/plugins/ |
| D | random.js | 16 var cells = graph.getSelectionCells().slice(); 18 if (cells.length > 0) 30 for (var i = 0; i < cells.length; i++) 32 graph.labelChanged(cells[i], 'Test ' + Math.round(Math.random() * 100)); 68 var cells = graph.getSelectionCells().slice(); 70 if (cells.length > 1) 83 var parentA = cells[0]; 84 var parentB = cells[1]; 167 var cells = graph.getSelectionCells().slice(); 169 if (cells.length > 1) [all …]
|
| D | tooltips.js | 35 var cells = graph.model.cells; 37 for (var id in cells) 39 updateOverlays(cells[id]);
|
| D | animation.js | 35 function animateCells(graph, cells, steps, delay) argument 37 graph.executeAnimations(graph.createWipeAnimations(cells, true), null, steps, delay); 73 for (var id in graph.getModel().cells) 75 var cell = graph.getModel().cells[id]; 246 var cells = editorUi.editor.graph.getSelectionCells(); 248 if (cells.length > 0) 250 for (var i = 0; i < cells.length; i++) 252 var tmp = val.replace('CELL', cells[i].id) 344 function toggleFlowAnim(graph, cells, status) argument 351 for (var i = 0; i < cells.length; i++) [all …]
|
| D | explore.js | 200 var cells = rootChanged(graph, cell); 203 for (var key in graph.getModel().cells) 215 graph.addCells(cells); 235 for (var key in graph.getModel().cells) 297 var cells = edges; 304 cells = edges.slice(Math.max(0, start), Math.min(edges.length, start + pageSize)); 307 cells = cells.concat(sourceGraph.getOpposites(cells, sourceCell)); 308 var clones = graph.cloneCells(cells); 313 for (var i = 0; i < cells.length; i++) 315 clones[i].sourceCellId = cells[i].id;
|
| D | voice.js | 832 var cells = graph.getSelectionCells(); 834 if (cells.length == 1) 836 graph.startEditingAtCell(cells[0]); 1143 var cells = graph.connectVertex(cell, direction, length, evt); 1144 graph.selectCellsForConnectVertex(cells, evt, ui.hoverIcons); 1236 var cells = graph.getSelectionCells(); 1238 if (cells.length == 0 && graph.model.contains(lastInserted)) 1240 cells = [lastInserted]; 1243 if (cells.length == 0) 1259 graph.labelChanged(cells[0], value); [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | layout.page.breaks.php | 366 $cells = $box->getChildNodes(); 370 $size = count($cells); 372 $cells[$i]->is_fake()) { 377 $locations[] = new PageBreakLocation($cells[$i]->get_top_margin(), $penalty); 378 $locations[] = new PageBreakLocation($cells[$i]->get_bottom_margin(), $penalty); 381 $content_watermark = $cells[0]->get_top_margin() - $cells[0]->get_real_full_height(); 391 $cells = $box->getChildNodes(); 393 $ungrouped_row_locations = PageBreakLocator::get_pages_traverse_block($cells[0], 399 for ($i=1, $size = count($cells); $i < $size; $i++) { 400 $ungrouped_child_locations = PageBreakLocator::get_pages_traverse_block($cells[$i], [all …]
|