Home
last modified time | relevance | path

Searched refs:rows (Results 101 – 125 of 343) sorted by relevance

12345678910>>...14

/plugin/data/admin/
H A Dclean.php72 $rows = $sqlite->queryAll('SELECT pid, page FROM pages');
75 foreach ($rows as $row) {
/plugin/translate/
H A Dmake_langnames_file.php25 $rows = $table->childNodes; variable
27 foreach ($rows as $tr) {
/plugin/edittable/action/
H A Deditor.php149 $rows = count($data);
150 $cols = $rows ? count($data[0]) : 0;
155 for ($row = 0; $row < $rows; $row++) {
174 for ($row = 0; $row < $rows; $row++) {
/plugin/podcast/
H A Dhelper.php16 $rows = $sqlite->res2arr($res);
17 $cnt = count($rows);
20 foreach( $rows as $i => $d ) {
/plugin/datapopup/
H A Daction.php39 $rows = $sqlite->res2arr($res);
40 return $rows[0]['value'];
/plugin/combo/ComboStrap/
H A DSearch.php67 $rows = $request
70 foreach ($rows as $row) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst18 {% macro textarea(name, value, rows, cols) %}
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/pixelyear/
H A Dsyntax.php76 $rows = explode ("\n", $match);
78 foreach ($rows as $row) {
/plugin/owncloud/
H A Dhelper.php154 $rows = $this->lastQuery->numRows();
157 for($i = 1; $i <= $rows; $i++){
177 $rows = $this->lastQuery->numRows();
178 if(empty($rows) || $rows == 0) return false;
182 for($i = 1; $i <= $rows; $i++){
832 $rows = $this->lastQuery->numRows();
834 …if(empty($rows) || $rows == 0) return '<h3 class="sectionedit3">'.$this->getLang('noUsage').'</h3>…
836 for($i = 1; $i <= $rows; $i++){
/plugin/swarmwebhook/
H A Dhelper.php73 $rows = $remote->getAggregationData(
79 $pids = array_column($rows, '%rowid%');
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js458 if (isUndefined(id.rows)) return null;
461 for (var i=0, rL=id.rows.length; i<rL; i++) {
465 …if (id.rows[i].cells[ci[o]]) tr[tr.length] = id.rows[i].cells[ci[o]].innerHTML.replace(/<[^>]*?>/g…
468 for (var z=0, tL=id.rows[i].cells.length; z<tL; z++)
469 tr[tr.length] = id.rows[i].cells[z].innerHTML.replace(/<[^>]*?>/g,"");
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php738 public $rows; variable in Google_GetQueryResultsResponse
779 public function setRows(/* array(Google_TableRow) */ $rows) { argument
780 $this->assertIsArray($rows, 'Google_TableRow', __METHOD__);
781 $this->rows = $rows;
784 return $this->rows;
1643 public $rows; variable in Google_QueryResponse
1681 $this->rows = $rows;
1684 return $this->rows;
1820 public $rows; variable in Google_TableDataList
1842 $this->rows = $rows;
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php243 $rows = array();
249 $rows[] = unserialize(base64_decode($row));
251 return $rows;
/plugin/sphinxsearch-was/
H A DPageMapper.php64 $rows = $result->fetchAll(PDO::FETCH_ASSOC);
67 foreach ($rows as $row) {
/plugin/sphinxsearch/
H A DPageMapper.php65 $rows = $result->fetchAll(PDO::FETCH_ASSOC);
68 foreach($rows as $row){
/plugin/orgchart/
H A Dscript.js11 function drawChart(rows, container) { argument
15 data.addRows(rows);
/plugin/sqlraw/
H A Dsyntax.php351 $rows = array();
358 array_push($rows, $thisrow);
365 foreach($rows as $fields) {
391 $myResult['rows'] = $rows;
473 preg_match_all("|<tr(.*)</tr>|U",$table,$rows);
477 foreach ($rows[0] as $row){
783 function _sqlRaw__create_temp_db($database, $headers, $rows, $max_field_lengths, &$renderer) { argument
806 foreach($rows as $fields) {
/plugin/datatemplate/syntax/inc/
H A Dcache.php75 $rows = $sqlite->res2arr($res, $assoc = false);
76 file_put_contents($cachefile, serialize($rows), LOCK_EX);
/plugin/structgroupby/
H A DREADME3 Groups rows that have the same values into summary rows
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSelect.php121 $rows = 1;
123 $rows = $objattr['size'];
132 $objattr['height'] = ($this->mpdf->FontSize * $rows) + ($this->form->form_element_spacing['select']['outer']['v'] * 2)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js70 if ( oTable.rows.length == 1 )
122 for ( var i = 0 ; i < oTable.rows.length ; i++ )
125 var oRow = oTable.rows[i] ;
173 for ( var i = oTable.rows.length - 1 ; i >= 0 ; i-- )
176 var oRow = oTable.rows[i] ;
546 currentCell.parentNode.parentNode.rows[newCellRowIndex].insertBefore( newCell, insertMarker ) ;
553 …currentCell.parentNode.parentNode.insertBefore( newRow, currentCell.parentNode.parentNode.rows[new…
634 var aRows = table.rows ;
681 while ( table.rows.length > 0 )
683 var row = table.rows[0] ;
/plugin/struct/meta/
H A DSearchCloud.php114 $rows = $res->fetchAll(\PDO::FETCH_ASSOC);
116 foreach ($rows as $row) {
/plugin/struct/types/
H A DTag.php64 $rows = $sqlite->queryAll($sql, $opt);
67 foreach ($rows as $row) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js676 graph.createTable(rows, cols, null, null,
887 function createTable(rows, cols) argument
891 for (var i = 0; i < rows; i++)
917 function createPicker(rows, cols) argument
925 for (var i = 0; i < rows; i++)
938 function extendPicker(picker, rows, cols) argument
940 for (var i = picker.rows.length; i < rows; i++)
950 for (var i = 0; i < picker.rows.length; i++)
952 var row = picker.rows[i];
1030 for (var i = 0; i < picker.rows.length; i++)
[all …]

12345678910>>...14