Home
last modified time | relevance | path

Searched refs:rows (Results 26 – 50 of 343) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
H A DGooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse.php47 public function setRows($rows) argument
49 $this->rows = $rows;
56 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DSearchAnalyticsQueryResponse.php38 public function setRows($rows) argument
40 $this->rows = $rows;
47 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DConfusionMatrix.php38 public function setRows($rows) argument
40 $this->rows = $rows;
47 return $this->rows;
H A DTableDataList.php87 public function setRows($rows) argument
89 $this->rows = $rows;
96 return $this->rows;
H A DTableDataInsertAllRequest.php73 public function setRows($rows) argument
75 $this->rows = $rows;
82 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Table.php45 public function setRows($rows) argument
47 $this->rows = $rows;
54 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaDataDataTable.php45 public function setRows($rows) argument
47 $this->rows = $rows;
54 return $this->rows;
H A DRealtimeData.php40 public $rows; variable in Google\\Service\\Analytics\\RealtimeData
127 public function setRows($rows) argument
129 $this->rows = $rows;
136 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTransitTable.php51 public function setRows($rows) argument
53 $this->rows = $rows;
60 return $this->rows;
H A DTable.php79 public function setRows($rows) argument
81 $this->rows = $rows;
88 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAppendCellsRequest.php51 public function setRows($rows) argument
53 $this->rows = $rows;
60 return $this->rows;
H A DUpdateCellsRequest.php65 public function setRows($rows) argument
67 $this->rows = $rows;
74 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php46 public $rows; variable in Google\\Service\\Doubleclicksearch\\Report
143 public function setRows($rows) argument
145 $this->rows = $rows;
152 return $this->rows;
/plugin/groupmatrix/syntax/
H A Dtable.php128 $rows = [];
131 $rows = array_map(function ($user, $username) use ($groups, $attributes) {
146 $renderer->doc .= $this->renderTable($data['headers'], $rows);
154 * @param array $rows
158 protected function renderTable($headers, $rows, $className = '') argument
171 if ($rows) {
172 foreach ($rows as $row) {
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php79 $rows = $this->mysql_fetch_all ( $result );
80 if (sizeof ( $rows ) <= 0) {
85 echo $this->__renderTable ( $cols, $rows );
139 $rows = pg_fetch_all ( $result );
141 if ($rows == false || sizeof ( $rows ) <= 0) {
146 echo $this->__renderTable ( $cols, $rows );
184 private function __renderTable($cols, $rows) { argument
194 foreach ( $rows as $nr => $row ) {
222 if ($nr == count ( $rows ) - 1)
234 $rows = implode ( '', $rows );
[all …]
/plugin/superacl/
H A Dscript.js184 var rows = $('acl__htmltable').getElementsByTagName('tr');
185 for ( i = 1; i < rows.length; i++) {
186 rows[i].className = "";
206 var rows = $('acl__htmltable').getElementsByTagName('tr');
207 for ( i = 1; i < rows.length; i++) {
208 var isNs = (rows[i].firstChild.firstChild.className == "aclns");
209 var id = rows[i].firstChild.firstChild.innerHTML;
220 rows[i].className = "";
222 rows[i].className = "hidden";
/plugin/semanticdata/phpSesame/
H A DresultFormats.php30 $rows = array();
54 $rows[] = $row;
57 if(sizeof($rows) <= 0)
62 return $rows;
/plugin/sqlraw/
H A Dsorttable.min.js1 …ad').length==0){the=document.createElement('thead');the.appendChild(table.rows[0]);table.insertBef…
2rows.length!=1)return;sortbottomrows=[];for(var i=0;i<table.rows.length;i++){if(table.rows[i].clas…
6 headrow=table.tHead.rows[0].cells;for(var i=0;i<headrow.length;i++){if(!headrow[i].className.match(…
12 …nindex;rows=this.sorttable_tbody.rows;for(var j=0;j<rows.length;j++){row_array[row_array.length]=[…
14 ….sort_alpha;for(var i=0;i<table.tBodies[0].rows.length;i++){text=sorttable.getInnerText(table.tBod…
23 …rse:function(tbody){newrows=[];for(var i=0;i<tbody.rows.length;i++){newrows[newrows.length]=tbody.
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3rows[0]);b.insertBefore(the,b.firstChild)}if(b.tHead==null){b.tHead=b.getElementsByTagName("thead"…
H A Dsorttable.js47 the.appendChild(table.rows[0]);
60 for (var i=0; i<table.rows.length; i++) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
62 sortbottomrows[sortbottomrows.length] = table.rows[i];
78 headrow = table.tHead.rows[0].cells;
146 rows = this.sorttable_tbody.rows;
147 for (var j=0; j<rows.length; j++) {
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
169 for (var i=0; i<table.tBodies[0].rows.length; i++) {
247 for (var i=0; i<tbody.rows.length; i++) {
[all …]
/plugin/database2/
H A Dadmin.php246 $rows = $result->fetchAll( PDO::FETCH_ASSOC );
248 if ( count( $rows ) )
251 $first = array_slice( $rows, 0, 1 );
254 echo $db->__renderTable( null, $cols, $rows,
255 count( $rows ), count( $rows ),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageTableCard.php85 public function setRows($rows) argument
87 $this->rows = $rows;
94 return $this->rows;

12345678910>>...14