Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/plugin/asciidocjs/node_modules/wrap-ansi/
Dindex.js28 const wrapWord = (rows, word, columns) => { argument
33 let visible = stringWidth(stripAnsi(rows[rows.length - 1]));
39 rows[rows.length - 1] += character;
41 rows.push(character);
66 rows.push('');
73 if (!visible && rows[rows.length - 1].length > 0 && rows.length > 1) {
74 rows[rows.length - 2] += rows.pop();
113 let rows = [''];
117 rows[rows.length - 1] = rows[rows.length - 1].trimStart();
120 let rowLength = stringWidth(rows[rows.length - 1]);
[all …]
/plugin/ckgedit/scripts/
Dtable_debugging_code.js.unc3 function show_rowspans(rows) {
8 for(var i=0; i < rows.length; i++) {
11 for(var col=0; col<rows[i].length; col++) {
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
15 str+= " rowspan=" +rows[i][col].rowspan + " ";
16 str+= " colspan=" +rows[i][col].colspan + " ";
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
27 str+= "|"+rows[i][col].text + " ";
[all …]
/plugin/ckgdoku/scripts/
Dtable_debugging_code.js.unc3 function show_rowspans(rows) {
8 for(var i=0; i < rows.length; i++) {
11 for(var col=0; col<rows[i].length; col++) {
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
15 str+= " rowspan=" +rows[i][col].rowspan + " ";
16 str+= " colspan=" +rows[i][col].colspan + " ";
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
27 str+= "|"+rows[i][col].text + " ";
[all …]
/plugin/searchtablejs/
Dscript.js19 for (var r = 1; r < table.rows.length; r++){
20 ele = table.rows[r].cells[cellNr].innerHTML.replace(/<[^>]+>/g,"");
22 table.rows[r].style.display = '';
23 else table.rows[r].style.display = 'none';
31 for (var r = 1; r < table.rows.length; r++){
32 ele = table.rows[r].innerHTML.replace(/<[^>]+>/g,"");
42 table.rows[r].style.display = displayStyle;
50 for (var r = 1; r < table.rows.length; r++){
51 ele = table.rows[r].innerHTML.replace(/<[^>]+>/g,"");
56 table.rows[r].style.display = displayStyle;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php44 protected ?array $rows = null; variable in ComboStrap\\Meta\\Api\\MetadataTabular
55 if ($this->rows === null) {
58 return $this->rows;
75 $this->rows = $value;
84 if ($this->rows === null) {
87 return $this->rowsToStore($this->rows);
141 $this->rows[$rowId] = [$identifierPersistentName => $identifierMetadata];
218 $this->rows[] = $row;
248 $this->rows[$identifierValue] = [$identifierPersistentName => $identifierMetadata];
273 $this->rows[$idValue] = $row;
[all …]
/plugin/sortablejs/
Dscript.js112 var theadrow = table.rows[0].cells;
134 var rows = thiscell.sorttable_tbody.rows;
135 for( var j = sindex; j < rows.length; j++ ) {
136 row_array[row_array.length] = [sorttable.getInnerText( rows[j].cells[col] ), rows[j]];
163 var frombottom = table.rows.length - bottoms;
164 for( var i = table.rows.length - 1; i >= frombottom; i-- ) {
165 sortbottomrows[sortbottomrows.length] = table.rows[i];
186 var headrow = table.rows[0].cells;
264 var rows = this.sorttable_tbody.rows;
266 for( var j = sindex; j < rows.length; j++ ) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php590 $rows = ceil($nce / $cols);
591 $size = ($cols * $rows);
593 if (($rows < 3) OR ($rows > 90)) {
594 if ($rows < 3) {
595 $rows = 3;
596 } elseif ($rows > 90) {
597 $rows = 90;
599 $cols = ceil($size / $rows);
600 $size = ($cols * $rows);
606 $rows = 32;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1beta1DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
DGoogleCloudDocumentaiV1DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
DGoogleCloudDocumentaiV1beta2DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DResultSet.php28 public $rows; variable in Google\\Service\\Spanner\\ResultSet
49 public function setRows($rows) argument
51 $this->rows = $rows;
58 return $this->rows;
DMetricMatrix.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DCreateTableRequest.php35 public $rows; variable in Google\\Service\\Slides\\CreateTableRequest
82 public function setRows($rows) argument
84 $this->rows = $rows;
91 return $this->rows;
DTable.php32 public $rows; variable in Google\\Service\\Slides\\Table
71 public function setRows($rows) argument
73 $this->rows = $rows;
80 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
DQueryResponse.php34 public $rows; variable in Google\\Service\\YouTubeAnalytics\\QueryResponse
81 public function setRows($rows) argument
83 $this->rows = $rows;
90 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DInsertTableRequest.php33 public $rows; variable in Google\\Service\\Docs\\InsertTableRequest
80 public function setRows($rows) argument
82 $this->rows = $rows;
89 return $this->rows;
DTable.php30 public $rows; variable in Google\\Service\\Docs\\Table
61 public function setRows($rows) argument
63 $this->rows = $rows;
70 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1AsyncQueryResultView.php36 public $rows; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQueryResultView
87 public function setRows($rows) argument
89 $this->rows = $rows;
96 return $this->rows;
/plugin/swarmwebhook/_test/
DZapierHandlePayload.test.php36 $rows = $remote->getAggregationData(
51 $this->assertEquals($rows[0], $expectedRows, 'single event, initially creating the schema');
67 $rows = $remote->getAggregationData(
83 $this->assertCount(1, $rows, 'saving a payload twice should only create one row');
84 $this->assertEquals($rows[0], $expectedRows);
/plugin/struct/meta/
H A DAggregationCloud.php19 $rows = $this->searchConfig->getRows();
20 $this->max = $rows[0]['count'];
21 $this->min = end($rows)['count'];
23 $this->sortResults($rows);
25 foreach ($rows as $result) {
102 protected function sortResults(&$rows) argument
104 usort($rows, function ($a, $b) {
/plugin/authgoogle/google/contrib/
DGoogle_YouTubeAnalyticsService.php96 public $rows; variable in Google_ResultTable
110 public function setRows(/* array(Google_object) */ $rows) { argument
111 $this->assertIsArray($rows, 'Google_object', __METHOD__);
112 $this->rows = $rows;
115 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
DBatchCreateRowsResponse.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
DBatchUpdateRowsResponse.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
DListRowsResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
DReport.php36 public $rows; variable in Google\\Service\\AdSenseHost\\Report
95 public function setRows($rows) argument
97 $this->rows = $rows;
104 return $this->rows;

12345678910>>...16