Home
last modified time | relevance | path

Searched refs:cols (Results 76 – 100 of 200) sorted by last modified time

12345678

/plugin/edittable/action/
H A Deditor.php150 $cols = $rows ? count($data[0]) : 0;
152 $colmax = $cols ? array_fill(0, $cols, 0) : array();
156 for ($col = 0; $col < $cols; $col++) {
175 for ($col = 0; $col < $cols; $col++) {
/plugin/edittable/lib/
H A Dhandsontable.full.js14650 cols: false,
14665 instance.selection.selectedHeader.cols = cols;
14813 } else if (selection.selectedHeader.cols) {
15735 if ((0, _mixed.isDefined)(settings.cols)) {
34456 if (selection.selectedHeader.cols) {
43245 var isHeaderSelection = this.hot.selection.selectedHeader.cols;
43385 if (this.hot.selection.selectedHeader.cols) {
48330 …} else if ((!selectedHeader.cols && !selectedHeader.rows && coords.col < 0 || selectedHeader.cols
48348 if (coords.row < 0 && selectedHeader.cols) {
48513 var cols = instance.countCols();
[all …]
/plugin/edittable/script/
H A Deditor.js40 var cols = 1; // minimal number of cells
42 cols = metaArray[0].length;
47 var newrow = Array.apply(null, new Array(cols)).map(function initializeRowMeta() {
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …sic",label:k.lang.geshi.basic_settings,elements:[{type:"textarea",rows:18,cols:80,id:"geshi",label…
H A Dgeshi.js.unc88 cols: 80,
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc10845 e.cols = a.cols || 20;
18186 textarea: "textarea[cols,rows,name,required]",
H A Dckeditor.js548 …xtarea",e={};a.validate&&(this.validate=a.validate);e.rows=a.rows||5;e.cols=a.cols||20;e["class"]=…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified416 "cols": "Columns",
H A Den.js-4.9.merged5 …d value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"…
H A Den.js.4.95 …d value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"…
H A Den.js.unc5 …d value","btnDelete":"Delete"},"textarea":{"title":"Textarea Properties","cols":"Columns","rows":"…
H A Dfr.js.unc342 "cols": "Colonnes",
H A Dlang_array.txt336 "cols": "Columns",
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc17 var cols = 0,
20 row = table.$.rows[ i ], cols = 0;
23 cols += cell.colSpan;
26 cols > maxCols && ( maxCols = cols );
97 // Enable or disable the row, cols, width fields.
121 // Generate the rows and cols.
125 cols = parseInt( info.txtCols, 10 ) || 0;
129 for ( var j = 0; j < cols; j++ ) {
136 // Modify the table headers. Depends on having rows and cols generated
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
22 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified416 "cols": "Columns",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
H A DGoogleCloudDocumentaiV1beta2DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
H A DGoogleCloudDocumentaiV1DocumentPageMatrix.php25 public $cols; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageMatrix
42 public function setCols($cols) argument
44 $this->cols = $cols;
51 return $this->cols;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetricMatrixRow.php26 public $cols; variable in Google\\Service\\Spanner\\MetricMatrixRow
31 public function setCols($cols) argument
33 $this->cols = $cols;
40 return $this->cols;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaDataDataTable.php31 public function setCols($cols) argument
33 $this->cols = $cols;
40 return $this->cols;
/plugin/a2s/
H A DASCIIToSVG.php3374 $cols = count($line);
3375 for ($i = 0; $i < $cols; $i++) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1546 var cols = mlStyleObj["y:TableNode"]["y:Table"]["y:Columns"]["y:Column"];
1553 if (!(cols instanceof Array))
1554 cols = [cols];
1565 for (var i = 0; i < cols.length; i++)
1567 if (cols[i]["y:Insets"])
1569 parseFloat(cols[i]["y:Insets"]["top"]) + parseFloat(cols[i]["y:Insets"]["bottom"]));
1575 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1579 this.addTbl2Cols(node, cols, th, tw, rowStartSize, colStartSize, atts4Rows, tmpMap);
1660 mxGraphMlCodec.prototype.addTbl2Cols = function(node, cols, th, tw, rowStartSize, colStartSize, att… argument
1665 for (var i = 0; i < cols.length; i++)
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1cols=this.getGridLines("x"),this.rows=this.getGridLines("y"),this.groups.forEach(function(a){retur…

12345678