Home
last modified time | relevance | path

Searched refs:rows (Results 76 – 100 of 343) sorted by relevance

12345678910>>...14

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DMcfData.php205 public function setRows($rows) argument
207 $this->rows = $rows;
214 return $this->rows;
/plugin/btable2/
H A DREADME.md29 <rows>
38 </rows>
44 - showempty (will include rows without voted in table)
49 - tag "rows"
59 - rows/columns seperator may also be newline instead of "^".
H A Dexport.php41 $rows = array_keys($content); variable
42 $columns = array_keys($content[$rows[0]]);
52 foreach ($rows as $row) {
/plugin/rater/scripts/
H A Djquery.tablesorter.js162 var rows = table.tBodies[0].rows;
164 if (rows[0]) {
167 cells = rows[0].cells,
209 if (rows[rowIndex]) {
229 return rows[rowIndex].cells[cellIndex];
255 … totalCells = (table.tBodies[0].rows[0] && table.tBodies[0].rows[0].cells.length) || 0,
334 rows = [];
340 rows.push(r[pos]);
358 table.config.appender(table, rows);
361 rows = null;
[all …]
/plugin/git/
H A Dhelper.php129 $rows = $this->sqlite->res2arr($res);
130 $status = $rows[0]['status'];
460 $rows = $this->sqlite->res2arr($res);
461 $timestamp = $rows[0]['timestamp'];
479 $rows = $this->sqlite->res2arr($res);
480 $status = $rows[0]['status'];
495 $rows = $this->sqlite->res2arr($res);
496 $timestamp = $rows[0]['timestamp'];
513 $rows = $this->sqlite->res2arr($res);
514 $status = $rows[0]['status'];
/plugin/database2/
H A Dmedia.php259 $rows = $db->__recordsList( $cols ); variable
262 $header = array_shift( array_slice( $rows, 0, 1 ) );
270 foreach ( $rows as $row )
291 $rows = $st->fetchAll( PDO::FETCH_ASSOC ); variable
292 if ( empty( $rows ) )
298 $data = $db->__csvLine( array_keys( array_shift( array_slice( $rows, 0, 1 ) ) ) );
301 foreach ( $rows as $row )
/plugin/dtable/
H A Dhelper.php79 function rows($row, $page_id, $start_line) function in helper_plugin_dtable
101 $rows = self::rows($table, $page_id, $start_line);
102 for ($i = 0; $i < count($rows); $i++) {
103 for ($j = 0; $j < count($rows[$i][0]); $j++) {
104 $spans[$i][$j][0] = $rows[$i][0][$j][0];
105 $spans[$i][$j][1] = $rows[$i][0][$j][1];
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php221 var $rows; variable in FramesetBox
235 $this->rows = $root->has_attribute('rows') ? $root->get_attribute('rows') : "100%";
253 $rows = guess_lengths($this->rows, $this->get_height());
261 if ($cur_row >= count($rows)) {
280 …$frame->put_top($this->get_top() - array_sum(array_slice($rows, 0, $cur_row)) - $frame->get_extr…
285 $frame->put_full_height($rows[$cur_row]);
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php9 $rows = json_decode($json);
15 }, $rows);
/plugin/swarmwebhook/_test/
H A DIFTTTfullWebhook.test.php32 $rows = $remote->getAggregationData(
48 $this->assertEquals($rows[0], $expectedRows);
/plugin/btable2/doc/
H A Dscreenshot1.txt9 <rows>
18 </rows>
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11rows))return null;var O=[];for(var Q=0,_=i.rows.length;Q<_;Q++){var c=[];if(isArray(I)){for(var C=…
/plugin/code3/src/
H A Dpsyhi.js103 ,rows = []
116rows[rows.length] = getColorizedString(++nl,s.join("")+"<span class=\""+t[i].style+"\">"+escapeHtm…
127 if (s.length>0) rows[rows.length] = getColorizedString(++nl,s.join(""));
129 rows.tokenCount = t.length;
130 return rows;
/plugin/refnotes/
H A Ddatabase.php286 private function handleTable($table, $columns, $rows) { argument
293 $this->handleDataSheet($table, $columns, $rows, $key);
298 for ($r = 0; $r < $rows; $r++) {
303 $this->handleDataCard($table, $rows, $key);
310 * The data is organized in rows, one note per row. The first row contains the caption.
312 private function handleDataSheet($table, $columns, $rows, $key) { argument
313 for ($r = 1; $r < $rows; $r++) {
328 private function handleDataCard($table, $rows, $key) { argument
331 for ($r = 0; $r < $rows; $r++) {
/plugin/structgroupby/
H A Dplugin.info.txt6 desc Groups rows that have the same values into summary rows
/plugin/btable/
H A Dexport.php41 $rows = array_keys($content); variable
42 $columns = array_keys($content[$rows[0]]);
52 foreach ($rows as $row) {
/plugin/bez/tpl/
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
12 <?php foreach ($rows as $row): ?>
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/data-au/admin/
H A Daliases.php104 $rows = $sqlite->res2arr($res);
120 $rows[] = array('name'=>'','type'=>'','prefix'=>'','postfix'=>'','enum'=>'');
123 foreach($rows as $row){
H A Dclean.php69 $rows = $sqlite->res2arr($res);
72 foreach($rows as $row){
/plugin/data/admin/
H A Daliases.php112 $rows = $sqlite->queryAll($sql);
128 $rows[] = ['name' => '', 'type' => '', 'prefix' => '', 'postfix' => '', 'enum' => ''];
131 foreach ($rows as $row) {
/plugin/adhocmathml/
H A Dmtd.php41 $rows = ( array_key_exists('rowspan', $attr) ? intval($attr['rowspan']) : 1 );
44 $renderer->tablecell_open($cols, null, $rows);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php186 $rows = $metadata->getValue();
188 $rows = null;
190 if ($rows !== null) {
198 foreach ($rows as $row) {
221 LogUtility::internalError("The persistence name (column name) should be set as key for the default rows");
235 // No rows, show the default rows
237 $rows = $metadata->getDefaultValue();
240 $rows = [];
242 foreach ($rows a
[all...]
/plugin/rowmove/
H A Dscript.js15 var r_elRows = elTbody.rows;
44 var r_elRows = elTbody.rows;
104 var count = elTable.rows.length;
/plugin/datatemplate/syntax/
H A Dlist.php137 $rows = array();
143 $rows[] = $row;
157 $this->_renderTemplate($wikipage[0], $data, $rows, $R);
171 * @param array $rows the result of the sql query
175 function _renderTemplate($wikipage, $data, $rows, &$R) { argument
217 foreach ($rows as $row) {

12345678910>>...14