Home
last modified time | relevance | path

Searched refs:row (Results 101 – 125 of 634) sorted by relevance

12345678910>>...26

/plugin/oauthgithub/
H A Daction.php24 foreach ($result as $row) {
25 if (!empty($row['primary']) && !empty($row['verified'])) {
26 $data['mail'] = $row['email'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DUpdateRowRequest.php36 public function setRow(Row $row) argument
38 $this->row = $row;
45 return $this->row;
H A DCreateRowRequest.php50 public function setRow(Row $row) argument
52 $this->row = $row;
59 return $this->row;
/plugin/mobiletable/
H A DmobileTable.js33 const row = table.querySelector("tr")
36 for (let cell of row.children) {
141 for (let row of table.querySelectorAll("tr")) {
149 if (row.children.length === 1) {
150 addCell(addRow(tbody), row.firstElementChild, true)
173 if (row.children[i - colOffset] === undefined) {
175 console.log(row)
181 addHeaderCell(header, row.children[i - colOffset])
188 const colSpan = row.children[i - colOffset].colSpan
189 rowSpans[i] = row.children[i - colOffset].rowSpan - 1
[all …]
/plugin/davcal/
H A Dhelper.php509 foreach($arr as $row)
511 $settings[$row['key']] = $row['value'];
542 if(isset($row['calid']))
660 if(isset($row['id']))
893 return $row;
1036 foreach($arr as $row)
1169 return $row;
1207 return $row;
1623 return $row['calid'];
1848 foreach($arr as $row)
[all …]
/plugin/csv/
H A Dhelper.php153 …$row = helper_plugin_csv::csv_explode_row($content, $opt['delim'], $opt['enclosure'], $opt['escape…
154 $maxcol = count($row);
157 while ($row !== false) {
159 $row = array_pad($row, $maxcol, '');
163 $data[] = $row;
173 if (!preg_match("/$filter/i", $row[$col])) {
181 $data[] = $row;
186 …$row = helper_plugin_csv::csv_explode_row($content, $opt['delim'], $opt['enclosure'], $opt['escape…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DGenerateMediationReportResponse.php60 public function setRow(ReportRow $row) argument
62 $this->row = $row;
69 return $this->row;
H A DGenerateNetworkReportResponse.php60 public function setRow(ReportRow $row) argument
62 $this->row = $row;
69 return $this->row;
/plugin/prosemirror/parser/
H A DTableNode.php15 foreach ($data['content'] as $row) {
16 $this->tableRows[] = new TableRowNode($row, $this);
24 * This method calculates the number of columns in the first row, by adding the colspan of each cell.
25 * This produces the correct number columns, since the first row cannot have ommited cells due to a
26 * rowspan, as every other row could have.
45 foreach ($this->tableRows as $row) {
46 $doc .= $row->toSyntax() . "\n";
/plugin/alphalist/
H A Dsyntax.php91 foreach($content as $row)
93 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))
102 foreach($content as $row)
106 if(strstr($row, $section))
110 if(preg_match('/==.*?==/', $row))
113 if(preg_match('/^ (\-|\*)(.*)/', $row, $match))
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DHr.php109 if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) {
110 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
111 } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) {
112 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'];
114 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] = 0; // reset
/plugin/quickstats/scripts/
H A Dextended_data.php87 $row = "";
164 $row = '<tr>';
166 $row .= cell($index,'th');
181 $row .= qs_data($temp['words'] ,$index);
182 $row .= qs_data($temp['ns'] ,$index);
192 $row .= cell(implode('<br />',$temp[$index]));
205 $row .= cell($uas);
208 $row .= cell($temp[$index]);
213 $row .= cell('&nbsp;');
216 if($row) {
[all …]
/plugin/sql2wiki/
H A DCsv.php40 foreach ($array as $row) {
41 $csv_row = join(',', array_map('self::escape', $row));
57 $unescaped_array = array_map(function ($row) {
58 return array_map('self::unescape', $row);
/plugin/authowncloud/
H A Dauth.php251 $row = $result->fetchRow();
252 while($row){
253 $ret[$row['user']]['name'] =$row['name'];
254 $ret[$row['user']]['mail'] =$this->getUserMail($row['user']);
255 $ret[$row['user']]['grps'] =$this->getUserGroups($row['user']);
256 $row = $result->fetchRow();
/plugin/data-au/admin/
H A Dclean.php72 foreach($rows as $row){
73 if(!page_exists($row['page'])){
74 $sqlite->query('DELETE FROM dataau WHERE pid = ?',$row['pid']);
75 $sqlite->query('DELETE FROM pages WHERE pid = ?',$row['pid']);
/plugin/data/admin/
H A Dclean.php75 foreach ($rows as $row) {
76 if (!page_exists($row['page'])) {
77 $sqlite->exec('DELETE FROM data WHERE pid = ?', $row['pid']);
78 $sqlite->exec('DELETE FROM pages WHERE pid = ?', $row['pid']);
/plugin/autotranslation/
H A Dadmin.php47 $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'],null,null,true) . "</td>";
49 … $row .= "<td>" . $xhtml_renderer->internallink($page['id'],$page['id'],null,true) . "</td>";
81 …$row .= "<td class='$class'>" . $xhtml_renderer->internallink($translID,$title,null,true) . $diffl…
83 $row .= "</tr>";
86 echo $row;
/plugin/translation/
H A Dadmin.php60 $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'], null, null, true) . "</td>";
62 $row .= "<td>" . $xhtml_renderer->internallink($page['id'], $page['id'], null, true) . "</td>";
93 $row .= "<td class='$class'>" . $xhtml_renderer->internallink(
100 $row .= "</tr>";
103 echo $row;
/plugin/data-au/syntax/
H A Dcloud.php158 foreach($rows as $row) {
160 $max = $row['cnt'];
162 $min = $row['cnt'];
163 $tags[$row['value']]['cnt'] = $row['cnt'];
164 $tags[$row['value']]['value'] = $row['value'];
/plugin/data/syntax/
H A Dcloud.php172 foreach ($rows as $row) {
174 $max = $row['cnt'];
176 $min = $row['cnt'];
177 $tags[$row['value']]['cnt'] = $row['cnt'];
178 $tags[$row['value']]['value'] = $row['value'];
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php120 $row = new TableRow();
126 $row->appendChild($tableCell);
135 $body->appendChild($row);
/plugin/structcondstyle/
H A Daction.php187 foreach ($result as $rownum => $row) {
189 foreach ($row as $colnum => $value) {
280 $row = mb_substr($renderer->doc, $rowstart);
281 $row = ltrim($row);
283 if (mb_substr($row, 0, 3) != '<tr') return;
285 $tr_tag = mb_substr($row, 0, 3);
286 $tr_rest = mb_substr($row, 3);
/plugin/blogtng/entities/
H A DComment.php54 * @param array $row associated array as returned from database row of table 'comments'
56 public function __construct($row = null){ argument
58 if(is_array($row)) {
59 $this->init($row);
64 * @param array $row row of table 'comments'
66 public function init($row){ argument
67 foreach ($row as $key => $item) {
73 $this->data = $row;
/plugin/davcard/
H A Dhelper.php243 if($row === false)
245 $info = $this->parseVcard($row['contactdata'], $row['uri'], $write);
331 $row = $sqlite->res2row($res);
332 if(isset($row['addressbookid']))
334 $addrbkid = $row['addressbookid'];
388 $row = $sqlite->res2row($res);
391 if(isset($row['id']))
753 $row = $sqlite->res2row($res);
754 return $row;
767 if(isset($row['synctoken']))
[all …]
/plugin/runcommand/
H A Dpostaction.php58 foreach ($outputValue as $row){
59 $result .= $row."\n";
65 foreach ($outputValue as $row){
66 $result .= $row."\n";

12345678910>>...26