Home
last modified time | relevance | path

Searched refs:rows (Results 51 – 75 of 343) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCard.php85 public function setRows($rows) argument
87 $this->rows = $rows;
94 return $this->rows;
/plugin/txt2tags/
H A Dtables.js115 rows = $picker.find('#rows').val();
119 if (hrows + rows < 1) {
137 for (var i = 0; i < rows; i++) {
164 if (hrows + rows < 1) {
182 for (var i = 0; i < rows; i++) {
208 var rows = $picker.find('#rows').val();
225 rows = jQNew(this).val();
/plugin/btable2/
H A Dsyntax.php127 $rows = $data[2];
138 $rows_count = count($rows);
280 foreach($rows as $row) {
294 $selectable_rows = $rows;
328 $rows = array_keys($doodle);
332 foreach ($rows as $row) {
456 $rows_count = count($rows);
496 $rows_count = count($rows);
500 $length = strlen($rows[$i]);
522 $ret .= '<option selected="selected">'.$rows[$i].'</option>';
[all …]
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php912 $rows = [];
914 $rows = $request
923 switch (sizeof($rows)) {
930 $rowId = $rows[0][DokuwikiId::DOKUWIKI_ID_ATTRIBUTE];
932 return $rows[0];
934 $existingPages = implode(", ", $rows);
968 $rows = [];
970 $rows = $request
979 switch (sizeof($rows)) {
983 $id = $rows[
[all...]
H A DEvent.php67 $rows = [];
87 $rows = $request->execute()
89 if (sizeof($rows) === 0) {
104 if (sizeof($rows) === 0) {
130 $rows = [];
139 $rows[] = $row;
154 foreach ($rows as $row) {
H A DSqliteResult.php96 $rows = $this->getRows();
97 if (sizeof($rows) >= 1) {
98 return $rows[0];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaData.php62 public $rows; variable in Google\\Service\\Analytics\\GaData
241 public function setRows($rows) argument
243 $this->rows = $rows;
250 return $this->rows;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php155 $rows = explode(',', $code);
159 $rows = explode('][', $code);
161 $this->barcode_array['num_rows'] = count($rows);
162 $this->barcode_array['num_cols'] = strlen($rows[0]);
164 foreach ($rows as $r) {
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css49 #mediamanager__page .filelist .rows li:nth-child(2n+1) {
53 #mediamanager__page .filelist .rows li:hover {
316 #mediamanager__page .filelist ul.rows {
383 /* file list as rows */
385 #mediamanager__page .filelist .rows li {
396 #mediamanager__page .filelist .rows li:nth-child(2n+1) {
400 #mediamanager__page .filelist .rows li dt {
407 [dir=rtl] #mediamanager__page .filelist .rows li dt {
411 #mediamanager__page .filelist .rows li dt a {
416 #mediamanager__page .filelist .rows l
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DReportResult.php89 public function setRows($rows) argument
91 $this->rows = $rows;
98 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportResponse.php143 public function setRows($rows) argument
145 $this->rows = $rows;
152 return $this->rows;
H A DRunRealtimeReportResponse.php147 public function setRows($rows) argument
149 $this->rows = $rows;
156 return $this->rows;
H A DRunReportResponse.php163 public function setRows($rows) argument
165 $this->rows = $rows;
172 return $this->rows;
/plugin/glossary/
H A Dscript.js120 function glossarySetRowsJ (jTable, rows) { argument
132 for (var i in rows)
133 jTable.append (rows [i]);
139 var rows = glossaryGetRowsJ (jTable);
140 if (rows.length < 2)
142 rows.sort (comparator);
143 glossarySetRowsJ (jTable, rows);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArea120Tables.php116 'rows',
120 'path' => 'v1alpha1/{+parent}/rows:batchCreate',
130 'path' => 'v1alpha1/{+parent}/rows:batchDelete',
140 'path' => 'v1alpha1/{+parent}/rows:batchUpdate',
150 'path' => 'v1alpha1/{+parent}/rows',
188 'path' => 'v1alpha1/{+parent}/rows',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportData.php143 public function setRows($rows) argument
145 $this->rows = $rows;
152 return $this->rows;
/plugin/issuetracker/
H A Dtablekit.js66 if(!TableKit.tables[id].dom.rows) {
67 …Kit.tables[id].dom.rows = (table.tHead && table.tHead.rows.length > 0) ? $A(table.tBodies[0].rows)…
69 return TableKit.tables[id].dom.rows;
75 …ad = $A((table.tHead && table.tHead.rows.length > 0) ? table.tHead.rows[table.tHead.rows.length-1]…
277 var rows = TableKit.getBodyRows(table);
278 rows.each(function(r,i) {
361 …= (table.tHead && table.tHead.rows.length > 0) ? $(table.tHead.rows[table.tHead.rows.length-1].cel…
372 var rows = TableKit.getBodyRows(table);
380 rows.sort(function(a,b) {
386 rows.each(function(r,i) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPivotTable.php119 public function setRows($rows) argument
121 $this->rows = $rows;
128 return $this->rows;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php179 public function setRows($rows) argument
181 $this->rows = $rows;
188 return $this->rows;
H A DQueryResponse.php179 public function setRows($rows) argument
181 $this->rows = $rows;
188 return $this->rows;
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1rows.length;g<p;g++){o=n.$.rows[g],k=0;for(var f=0,l,m=o.cells.length;f<m;f++){l=o.cells[f];k+=l.c…
H A Dtable.js.unc19 for ( var i = 0, row, rows = table.$.rows.length; i < rows; i++ ) {
20 row = table.$.rows[ i ], cols = 0;
121 // Generate the rows and cols.
124 rows = parseInt( info.txtRows, 10 ) || 0,
127 for ( var i = 0; i < rows; i++ ) {
180 for ( row = 0; row < table.$.rows.length; row++ ) {
189 for ( i = 0; i < table.$.rows.length; i++ ) {
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
244 label: editor.lang.table.rows,
249 this.setValue( selectedElement.$.rows.length );
[all …]
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1rows.length;g<p;g++){o=n.$.rows[g],k=0;for(var f=0,l,m=o.cells.length;f<m;f++){l=o.cells[f];k+=l.c…
H A Dtable.js.unc19 for ( var i = 0, row, rows = table.$.rows.length; i < rows; i++ ) {
20 row = table.$.rows[ i ], cols = 0;
121 // Generate the rows and cols.
124 rows = parseInt( info.txtRows, 10 ) || 0,
127 for ( var i = 0; i < rows; i++ ) {
180 for ( row = 0; row < table.$.rows.length; row++ ) {
189 for ( i = 0; i < table.$.rows.length; i++ ) {
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
244 label: editor.lang.table.rows,
249 this.setValue( selectedElement.$.rows.length );
[all …]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php160 $rows = $this->fetch_all( $result);
161 if (sizeof ( $rows ) <= 0) {
166 echo $this->__renderTable ( $cols, $rows );
208 private function __renderTable($cols, $rows) { argument
218 foreach ( $rows as $nr => $row ) {
246 if ($nr == count ( $rows ) - 1)
254 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
258 $rows = implode ( '', $rows );
320 $rows

12345678910>>...14