Home
last modified time | relevance | path

Searched refs:row (Results 26 – 50 of 634) sorted by relevance

12345678910>>...26

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php67 foreach ($stmt->fetchAll() as $row) {
76 …{http://sabredav.org/ns}sync-token' => $row['synctoken'] ? $row['synctoke…
233 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
234 $row['etag'] = '"' . $row['etag'] . '"';
235 $row['lastmodified'] = (int)$row['lastmodified'];
236 $result[] = $row;
291 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
292 $row['etag'] = '"' . $row['etag'] . '"';
293 $row['lastmodified'] = (int)$row['lastmodified'];
294 $result[] = $row;
[all …]
/plugin/statistics/inc/
H A DStatisticsGraph.class.php79 foreach($result as $row) {
81 $data[$row[$key]] = $row['cnt'];
83 $data['other'] += $row['cnt'];
110 foreach($result as $row) {
111 $data[] = $row['cnt'];
113 $times[] = substr($row['time'], 0, 4) . '-' . substr($row['time'], 4, 2);
115 $times[] = $row['EXTRACT(YEAR FROM dt)'] . '-' . $row['tim
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php338 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
355 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
372 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
385 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
398 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
602 for ($row = ($thisfile_bmp_header_raw['height'] - 1); $row >= 0; $row--) {
648 for ($row = 0; $row < $BMPinfo['resolution_y']; $row++) {
650 if (isset($BMPinfo['bmp']['data'][$row][$col])) {
652 $green = ($BMPinfo['bmp']['data'][$row][$col] & 0x0000FF00) >> 8;
653 $blue = ($BMPinfo['bmp']['data'][$row][$col] & 0x000000FF);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php83 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
84 switch ($row['valuetype']) {
87 $propFind->set($row['name'], $row['value']);
90 $propFind->set($row['name'], new Complex($row['value']));
93 $propFind->set($row['name'], unserialize($row['value']));
193 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) {
197 if ($row['path'] !== $source && strpos($row['path'], $source . '/') !== 0) continue;
199 $trailingPart = substr($row['path'], strlen($source) + 1);
204 $update->execute([$newPath, $row['id']]);
/plugin/extendpage/meta/
H A DAssignments.php112 foreach ($pagerows as $row) {
113 $pages = $this->getPageAssignments($row['pid'], $row['pos'], true);
115 $this->deassignPageExtension($row['pid'], $row['pos']);
200 foreach ($this->patterns as $row) {
202 ($row['pos'] === $pos)) {
203 $extensions[] = array('page' => $row['page']);
217 foreach ($list as $row) {
219 'page' => $row['assignments_patterns.page']
284 foreach ($pagerows as $row) {
286 $row['assignments.pid'],
[all …]
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php87 $this->row['year1'] = $year2;
88 unset($this->row['year2']);
92 $this->row['year2'] = stripslashes($this->row['year1']);
96 $this->row = $this->bibformat->preProcess($type, $this->row);
148 if($this->row['subtitle'])
156 if(!$this->row['url'])
159 unset($this->row['url']);
169 $endDay = isset($this->row['miscField5']) ? stripslashes($this->row['miscField5']) : FALSE;
195 if(!$this->row[$editionKey])
210 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
[all …]
/plugin/tbt/
H A Dscript.js17 var row;
49 row = 0;
86 cur_y++; row++;
88 if(row >= text.length) {
89 text[row] = new Array();
99 text[row].splice(col-1,1);
111 if(row <= 0) break;
112 cur_y--; row--;
116 if(row >= text.length) break;
117 cur_y++; row++;
[all …]
/plugin/bez/tpl/
H A Dactivity.php12 <?php foreach ($rows as $row): ?>
13 <dt class="<?php echo $row['type'] ?>">
14 <?php $pre = '<span class="time">' . $row['time'] . '</span> ' ?>
15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']),
16 $tpl->user_name($row['author'])) ?>
18 <?php $row['entity']->html_link($pre, $post) ?>
21 <?php echo $row['entity']->content_html ?>
/plugin/xlsx2dw/
H A Dscript.js49 let maxCellsPerRow = Math.max(...table.map(row => row.length));
50 table.forEach(row => {
54 table.forEach(row => {
56 row[index] = {
109 row = [].concat(...[row["table:covered-table-cell"], row["table:table-cell"]].map(row => {
110 if(row === undefined)
112 if(!Array.isArray(row))
113 return [row];
114 return row;
116 if(row.length === 0)
[all …]
/plugin/semanticdata/phpSesame/
H A DresultFormats.php34 $row = array();
40 $row[$name] = (string) $binding->literal;
41 $row[$name . '_type'] = 'literal';
45 $row[$name] = (string) $binding->uri;
46 $row[$name . '_type'] = 'uri';
50 $row[$name] = (string) $binding->bnode;
51 $row[$name . '_type'] = 'bnode';
54 $rows[] = $row;
/plugin/mobiletable/
H A Daction.php70 private function schema($row) { argument
71 $row = $this->mask($row);
75 foreach (explode('^', substr(trim($row), 1, -1)) as $th) {
104 $row = preg_split('/\||\^/', substr($line, 1, -1));
106 if ($index > -1 && isset($row[$index])) {
107 $table .= '^'.$row[$index]."^^\n";
111 $row[$i] = $row[$i] === '' ? ':::' : $row[$i];
112 $table .= "|{$schema[$i]}|{$row[$i]}|\n";
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php67 foreach ($stmt->fetchAll() as $row) {
70 'id' => $row['id'],
76 …{http://sabredav.org/ns}sync-token' => $row['synctoken'] ? $row['synctoke…
231 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
232 $row['etag'] = '"' . $row['etag'] . '"';
233 $result[] = $row;
287 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
288 $row['etag'] = '"' . $row['etag'] . '"';
289 $result[] = $row;
489 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) {
[all …]
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt13 <th scope="row">2000</th>
17 <th scope="row">2001</th>
21 <th scope="row">2002</th>
25 <th scope="row">2003</th>
29 <th scope="row">2004</th>
33 <th scope="row">2005</th>
37 <th scope="row">2006</th>
41 <th scope="row">2007</th>
45 <th scope="row">2008</th>
49 <th scope="row">2009</th>
[all …]
/plugin/latexport/implementation/
H A Ddecorator_tables.php15 $row = [];
17 $row[] = new CellSize();
19 return $row;
62 private $row; variable in DecoratorTables
176 $cell = $this->row[$this->column];
195 $cell = $this->row[$column];
208 } while($column < sizeof($this->row));
216 $row = [];
218 foreach($this->row as $cell) {
220 $row[] = $nextCell;
[all …]
/plugin/structpublish/meta/
H A DAssignments.php125 foreach ($pagerows as $row) {
126 $ok = $ok && $this->deassignPage($row['pid'], $user, $status);
232 foreach ($this->patterns as $row) {
233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
234 $rules[$row['status']][] = $row['user'];
241 foreach ($list as $row) {
242 $rules[$row['status']][] = $row['user'];
270 foreach ($list as $row) {
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.image.encoder.simple.inc.php48 $ctr = 1; $row = 1;
62 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
66 $ctr = 1; $row += 1;
72 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-1 } def ({$ps_image_data}) } de…
97 $ctr = 1; $row = 1;
135 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
142 $ctr = 1; $row += 1;
155 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-{$row_next} } def ({$ps_image_da…
178 $ctr = 1; $row = 1;
201 $row_next = ($size_x - $x - 1 + $size_x * ($size_y - $y - 1) == 0) ? 1 : $row+1;
[all …]
/plugin/sphinxsearch-was/
H A Daction.php171 foreach ($pagesList as $row) {
172 $page = $row['page'];
179 foreach ($pageListGroupByPage as $row) {
181 if (!empty($row['subpages'])) {
236 $page = $row['page'];
237 $bodyExcerpt = $row['bodyExcerpt'];
238 $titleTextExcerpt = $row['titleTextExcerpt'];
239 $hid = $row['hid'];
245 } elseif (!empty($row['title_text'])) {
246 $titleText = $row['title_text'];
[all …]
/plugin/sphinxsearch/
H A Daction.php221 foreach ($pagesList as $row) {
222 $page = $row['page'];
229 foreach ($pageListGroupByPage as $row) {
231 if(!empty($row['subpages'])){
281 $page = $row['page'];
282 $bodyExcerpt = $row['bodyExcerpt'];
283 $titleTextExcerpt = $row['titleTextExcerpt'];
284 $hid = $row['hid'];
290 } elseif(!empty($row['title_text'])){
291 $titleText = $row['title_text'];
[all …]
/plugin/patchpanel/
H A Dsyntax.php107 $row--;
131 $iBorderTop = ( $iHeight / 2.8 ) * $row;
135 if( $row > 0 ){
174 $image = str_replace("#REPLACEY#", 20+$row*66, $image);
271 for ($row=1; $row <= $opt['rows']; $row++) {
274 if ($row % 2 == 0) {
283 if ($row % 2 == 0) {
292 for ($row=1; $row <= $opt['rows']; $row++) {
295 $startPort = 1+$portsPerRow*($row-1);
296 $endPort = $portsPerRow+$portsPerRow*($row-1);
[all …]
/plugin/btable2/
H A Dsyntax.php170 $row = trim($_REQUEST['row']);
173 if (!empty($row)){
195 $row = trim($submit);
198 if (!empty($row)){
199 unset($doodle[$row]);
280 foreach($rows as $row) {
281 if (!isset($doodle[$row])) {
285 if ($showempty && $row && !$doodle[$row]) {
286 $doodle[$row] = array();
332 foreach ($rows as $row) {
[all …]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php164 * @param array $row
168 private function addRow(array $row, Metadata $metadata): void argument
183 $row[$resourceUidObject::getPersistentName()] = $uidValue;
188 ->setTableRow($tableName, $row);
201 * @param array $row
204 private function deleteRow(array $row, Metadata $metadata): void argument
213 $row = [
214 $row[$resourceIdAttribute] ?? null,
215 $row[$metadataIdAttribute] ?? null
219 ->setQueryParametrized($delete, $row);
[all...]
/plugin/authphpbb3/
H A Dauth.php176 switch ($row['config_name']) {
279 $row = $result->fetch(PDO::FETCH_ASSOC);
375 'name' => $row['username'],
378 'phpbb_user_id' => $row['user_id'],
380 $row['user_id'],
456 if (isset($row['group_name']) && !empty($row['group_name'])) {
457 $groups[$row['group_name']] = $row;
693 $row = $result->fetch(PDO::FETCH_ASSOC);
776 $row = $result->fetch(PDO::FETCH_ASSOC);
820 $row = $result->fetch(PDO::FETCH_ASSOC);
[all …]
/plugin/struct/meta/
H A DSchema.php111 foreach ($rows as $row) {
112 if ($row['class'] == 'Integer') {
113 $row['class'] = 'Decimal';
116 $class = $typeclasses[$row['class']];
119 msg('Unknown type "' . hsc($row['class']) . '" falling back to Text', -1);
123 $config = json_decode($row['config'], true, 512, JSON_THROW_ON_ERROR);
125 $type = new $class($config, $row['label'], $row['ismulti'], $row['tid']);
127 $row['sor
[all...]
/plugin/authyubikey/
H A Dauth.php234 $row = $this->_splitUserData($line);
235 $row = str_replace('\\:', ':', $row);
236 $row = str_replace('\\\\', '\\', $row);
238 $groups = array_values(array_filter(explode(",", $row[4])));
240 $this->users[$row[0]]['pass'] = $row[1];
241 $this->users[$row[0]]['name'] = urldecode($row[2]);
242 $this->users[$row[0]]['mail'] = $row[3];
243 $this->users[$row[0]]['grps'] = $groups;
244 $this->users[$row[0]]['yubi'] = array();
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php62 * For whatever reason, the row id is lowercase
83 private $row; variable in ComboStrap\\DatabasePageRow
103 $row = $databasePage->getDatabaseRowFromPage($page);
104 $databasePage->setRow($row);
196 $row = $databasePage->getDatabaseRowFromPageId($pageId);
197 $databasePage->setRow($row);
210 $row = $databasePage->getDatabaseRowFromRowId($rowId);
211 $databasePage->setRow($row);
230 $row = $databasePage->getDatabaseRowFromPage($page);
231 $databasePage->setRow($row);
768 setRow($row) global() argument
[all...]

12345678910>>...26