Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/ckgdoku/scripts/
H A 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 + " ";
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 + " ";
35 function debug_row(rows,row,col,which) {
41 +", rowspans:"+ rows[row][col].rowspan
[all …]
/plugin/ckgedit/scripts/
H A 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 + " ";
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 + " ";
35 function debug_row(rows,row,col,which) {
41 +", rowspans:"+ rows[row][col].rowspan
[all …]
/plugin/searchtablejs/
H A 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.php36 * A array of rows where
44 protected ?array $rows = null;
48 * @return array - the rows in associate array format
55 if ($this->rows === null) {
58 return $this->rows;
67 throw new ExceptionRuntime("The data set is not an array (The tabular data is an array of rows)");
72 throw new ExceptionRuntime("The element of the array are not rows. The index ($key) should be numeric and is not");
75 $this->rows = $value;
84 if ($this->rows === null) {
87 return $this->rowsToStore($this->rows);
45 protected ?array $rows = null; global() variable in ComboStrap\\Meta\\Api\\MetadataTabular
[all...]
/plugin/sortablejs/
H A 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]];
186 var headrow = table.rows[0].cells;
264 var rows = this.sorttable_tbody.rows;
267 … row_array[row_array.length] = [sorttable.getInnerText( rows[j].cells[col] ), rows[j]];
354 newrows[newrows.length] = tbody.rows[i];
367 var rows = tbody.rows;
369 for( var j = sindex; j < rows.length; j++ ) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php591 $size = ($cols * $rows);
593 if (($rows < 3) OR ($rows > 90)) {
594 if ($rows < 3) {
595 $rows = 3;
596 } elseif ($rows > 90) {
597 $rows = 90;
600 $size = ($cols * $rows);
606 $rows = 32;
609 $rows = 58;
617 --$rows;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
H A DGoogleCloudDocumentaiV1beta2DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
H A DGoogleCloudDocumentaiV1DocumentPageMatrix.php33 public $rows; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageMatrix
70 public function setRows($rows) argument
72 $this->rows = $rows;
79 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DResultSet.php28 public $rows; variable in Google\\Service\\Spanner\\ResultSet
49 public function setRows($rows) argument
51 $this->rows = $rows;
58 return $this->rows;
H A DMetricMatrix.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DCreateTableRequest.php35 public $rows; variable in Google\\Service\\Slides\\CreateTableRequest
82 public function setRows($rows) argument
84 $this->rows = $rows;
91 return $this->rows;
H A 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/
H A 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/
H A DInsertTableRequest.php33 public $rows; variable in Google\\Service\\Docs\\InsertTableRequest
80 public function setRows($rows) argument
82 $this->rows = $rows;
89 return $this->rows;
H A 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/
H A 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/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DBatchCreateRowsResponse.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
H A DBatchUpdateRowsResponse.php29 public function setRows($rows) argument
31 $this->rows = $rows;
38 return $this->rows;
H A DListRowsResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
/plugin/authgoogle/google/contrib/
H A 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/AdSenseHost/
H A DReport.php36 public $rows; variable in Google\\Service\\AdSenseHost\\Report
95 public function setRows($rows) argument
97 $this->rows = $rows;
104 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFirstDerivativeElevationGrid.php38 public function setRows($rows) argument
40 $this->rows = $rows;
47 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DSearchAnalyticsQueryResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;

12345678910>>...14