Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 25 of 185) sorted by relevance

12345678

/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php127 $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))
215 $cells=""; global() variable
[all...]
/plugin/approve/
H A Dscript.js60 var cells = [];
62 cells.push(jQuery("<td>").append($img));
65 cells.push(jQuery("<td>").append($print_header));
95 cells.push(jQuery("<td>")
104 cells[0].css('width', '25%');
105 cells[1].css('width', '50%');
106 cells[2].css('width', '25%');
109 cells[0].css('width', '25%');
110 cells[1].css('width', '75%');
114 for (var cell in cells) {
[all...]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js114 var cells = null;
120 if (cells != null)
130 if (cells == null)
203 if (cells != null)
556 if (cells.length == 1 && !graph.isTable(cells[0]) && !graph.isTableRow(cells[0]))
562 cells = graph.getCellsForGroup(cells);
618 if (cells != null)
833 if (cells != null)
1453 if (cells != null && cells.length > 0)
1534 if (cells != null)
[all …]
H A DGraph.js3819 if (cells != null && cells.length > 0)
7575 cells = cells.concat(children);
7978 cells[i] = (clone) ? this.cloneCell(cells[i]) : cells[i];
8602 cells = (cells != null) ? cells : this.getSelectionCells();
9327 cells = (cells != null) ? cells : this.getSelectionCells();
9335 cells[i] = this.model.getParent(cells[i]);
9339 cells = this.model.getTopmostCells(cells);
9545 if (cells != null && cells.length > 1)
10158 if (cells != null && cells.length > 0)
10591 var cells = bd.rows[0].cells;
[all …]
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js204 cells = newCells;
236 cells = cells.concat(edges);
240 tmp.push(cells[i]);
244 cells = tmp;
258 cells = (cells != null) ? cells : this.getSelectionCells();
326 if (isTreeCell(cells[i]) || (graph.model.isEdge(cells[i]) &&
861 if (cells != null && cells.length > 0)
863 if (cells.length == 1 && graph.model.isEdge(cells[0]))
869 graph.setSelectionCell(cells[cells.length - 1]);
980 return cells;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js187 if ( oRow.cells[iIndex] )
242 cells[i][label] = true ;
296 if ( cells.length < 1 )
354 if ( cells.length < 2 )
359 var refCell = cells[0] ;
449 if ( cells.length != 1 )
452 var refCell = cells[0] ;
513 if ( cells.length != 1 )
789 var aCells = tr.cells ;
804 if ( cells.length != 1 )
[all …]
/plugin/diagram/syntax/
H A Dmain.php864 $cells[$i] = array('classes' => array());
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 />';
906 $cells[2]['content'] = '<div />';
910 $cells[0]['classes'][] = $this->css_classes['arrow-left'];
911 $cells[0]['content'] = '<div />';
925 if (empty($cells[$i]['classes']))
926 unset($cells[$i]['classes']);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js21 if (cells == null)
43 cells = newCells;
51 return cells;
366 cells = this.getDeletableCells(this.addAllEdges(cells));
406 cells = cells.concat(edges);
415 cells = tmp;
429 cells = (cells != null) ? cells : this.getSelectionCells();
1114 if (cells != null && cells.length > 0)
1116 if (cells.length == 1 && graph.model.isEdge(cells[0]))
1122 graph.setSelectionCell(cells[cells.length - 1]);
[all …]
/plugin/prettyprint/
H A Dscript.js20 var cells = [];
22 cells.push(jQuery("<td>").append($img));
27 cells.push(jQuery("<td>").append($new_h1));
46cells.push(jQuery("<td>").html('<p style="text-align:left">'+LANG.plugins.prettyprint.state+'&nbsp…
49 for (cell in cells) {
50 var $td = cells[cell];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow.php29 public function setCells($cells) argument
31 $this->cells = $cells;
38 return $this->cells;
H A DGoogleCloudDocumentaiV1DocumentPageTableTableRow.php29 public function setCells($cells) argument
31 $this->cells = $cells;
38 return $this->cells;
H A DGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow.php29 public function setCells($cells) argument
31 $this->cells = $cells;
38 return $this->cells;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DRow.php29 public function setCells($cells) argument
31 $this->cells = $cells;
38 return $this->cells;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRow.php29 public function setCells($cells) argument
31 $this->cells = $cells;
38 return $this->cells;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageTableCardRow.php33 public function setCells($cells) argument
35 $this->cells = $cells;
42 return $this->cells;
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php33 public function setCells($cells) argument
35 $this->cells = $cells;
42 return $this->cells;
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js324 var cells = model.cells;
331 for (var id in cells)
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)
427 for (var id in cells)
524 var cells = model.cells;
527 for (var id in cells)
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dtooltips.js35 var cells = graph.model.cells;
37 for (var id in cells)
39 updateOverlays(cells[id]);
H A Drandom.js16 var cells = graph.getSelectionCells().slice();
18 if (cells.length > 0)
30 for (var i = 0; i < cells.length; i++)
70 if (cells.length > 1)
83 var parentA = cells[0];
84 var parentB = cells[1];
169 if (cells.length > 1)
184 var parentA = cells[0];
185 var parentB = cells[1];
393 if (cells.length > 0)
[all …]
H A Dexplore.js200 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;
H A Danimation.js35 function animateCells(graph, cells, steps, delay) argument
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++)
353 if (editorUi.editor.graph.model.isEdge(cells[i]))
[all …]
H A Dvoice.js834 if (cells.length == 1)
1243 if (cells.length == 0)
1618 if (cells.length == 0)
1732 if (cells.length == 0)
1752 var cell = cells[i];
1965 var cell = cells[i];
2160 if (cells.length > 1)
2167 var cell = cells[i];
2216 cell = cells[0];
2248 if (cells.length > 1)
[all …]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc18 // 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 ) {
185 this.setupContent( this.cells );
191 var cells = this.cells;
192 for ( var i = 0; i < cells.length; i++ )
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php119 $cells = self::split($rowLine);
124 $cell = $cells[$i] ?? '';
165 $cells = [];
184 $cells[] = $sb;
195 $cells[] = $sb;
198 return $cells;
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php366 $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++) {
406 …$current_cell_content_watermark = $cells[$i]->get_top_margin() - $cells[$i]->get_real_full_height(…
[all …]

12345678