Home
last modified time | relevance | path

Searched refs:row (Results 151 – 175 of 634) sorted by relevance

12345678910>>...26

/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php59 foreach ($this->sqlite->res2arr($res) as $row) {
60 $streams[] = $service->getById($row['child']);
72 foreach ($this->sqlite->res2arr($res) as $row) {
73 $streams[] = $service->getById($row['parent']);
/plugin/feedback/
H A Dadmin.php38 foreach($data as $row){
39 $ns = trim($row['ns']);
41 $mail = trim($row['mail']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.section.php11 $row = new TableRowBox();
12 $row->readCSS($state);
13 $box->add_child($row);
/plugin/translate/
H A Dmake_langnames_file.php36 $row = array(); variable
40 else $row[] = trim($td->textContent);
42 if (isset($code)) $langs[$code] = $row[2];
/plugin/authyubikey/
H A Dauth.php.org338 $row = $this->_splitUserData($line);
339 $row = str_replace('\\:', ':', $row);
340 $row = str_replace('\\\\', '\\', $row);
344 $this->users[$row[0]]['pass'] = $row[1];
345 $this->users[$row[0]]['name'] = urldecode($row[2]);
346 $this->users[$row[0]]['mail'] = $row[3];
347 $this->users[$row[0]]['grps'] = $groups;
358 $row = array();
367 $row[] = $piece;
373 $row[] = $piece;
[all …]
/plugin/twistienav/
H A Dhelper.php125 $result['namespaces'] = array_values(array_filter($data, function ($row) {
126 return $row["type"] == "d";
128 $result['pages'] = array_values(array_filter($data, function ($row) {
129 return $row["type"] == "f";
/plugin/twistienav4bootstrap3/
H A Dhelper.php118 $result['namespaces'] = array_values(array_filter($data, function ($row) {
119 return $row["type"] == "d";
121 $result['pages'] = array_values(array_filter($data, function ($row) {
122 return $row["type"] == "f";
/plugin/combo/ComboStrap/
H A DEvent.php131 foreach ($rowsSelected as $row) {
133 ->setQueryParametrized("delete from $eventTableName where rowid = ? ", [$row[DatabasePageRow::ROWID]]);
139 $rows[] = $row;
154 foreach ($rows as $row) {
156 $eventName = $row[self::EVENT_NAME_ATTRIBUTE];
158 $eventDataJson = $row[self::EVENT_DATA_ATTRIBUTE];
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js109 for (var row = 0; row < rows; row++)
433 var row, td;
445 row.appendChild(td);
477 row.appendChild(td);
557 row.appendChild(td);
757 var row, td;
770 row.appendChild(td);
778 row.appendChild(td);
788 row.appendChild(td);
832 row.appendChild(td);
[all …]
H A DEditor.js1174 var row, td;
1206 row.appendChild(td);
1209 row = row.cloneNode(false);
1228 row.appendChild(td);
1242 row.appendChild(td);
1259 row = row.cloneNode(false);
1263 row.appendChild(td);
1272 row.appendChild(td);
1377 row.appendChild(td);
1465 var row, td;
[all …]
/plugin/diagramsnet/lib/js/
H A Dopen.js98 var row = document.createElement('tr');
99 row.style.color = (window.parent.uiTheme == 'dark') ? '#cccccc' : '';
100 table.appendChild(row);
104 row.style.backgroundColor = (window.parent.uiTheme == 'dark') ? '#000' : '#E6E6E6';
108 row.appendChild(nameTd);
116 row.appendChild(modifiedTd);
127 row.appendChild(sizeTd);
131 row.appendChild(ctrlTd);
/plugin/geonav/server/
H A Dget_state.php34 $row = sqlite_fetch_array($result, SQLITE_ASSOC); variable
36 $state = $row['state'];
37 $id = $row['state_id'];
/plugin/querychangelog/
H A Dadmin.php234 ptln ( ' <option value="'.$row['id'].
236 … (($row['id'] ? $row['id'] : ":") == $_REQUEST['base_ns'] ? '" SELECTED>' : '">') :
237 ($row['id'] == $opts['ns'] ? '" SELECTED>' : '">') ).
238 ($row['id'] ? $row['id'].':' : ": ".$this->lang['qc_root']).
239 ($row['id'] == $opts['ns'] ? ' '.$this->lang['qc_current'] : '').
/plugin/dokugitviewer/
H A Dsyntax.php72 foreach($log as $row)
75 $message = $row['message'];
102 $renderer->doc .= $row['author'].' on ';
103 $renderer->doc .= date(DATE_FORMAT,$row['timestamp']);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php76 $row = $this->parseInline($line);
82 foreach ($row as $absy) {
106 foreach($block['rows'] as $row) {
109 foreach ($row as $c => $cell) {
/plugin/fblogin/files/
H A Dfacebook.class.php169 $row['name'] = $fbuser['name'];
170 $row['mail'] = $fbuser['mail'];
171 $row['grps'] = array ('users');
173 return $row;
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php187 foreach ($rows as $row) {
191 $pageImagePath = $row[PageImagePath::getPersistentName()];
203 $pageImageUsage = $row[PageImageUsage::getPersistentName()] ?? null;
226 $row[PageImagePath::getPersistentName()] = $pageImagePath;
230 $row[PageImageUsage::getPersistentName()] = $pageImageUsage;
232 $this->rows[] = $row;
305 * @return array|array[] - the default row
/plugin/authdjango/
H A Dauth.php110 foreach ($result as $row) {
111 $groups[$a] = $row[0];
123 foreach ($result as $row) {
124 $groups[$a] = $row[0];
/plugin/strata/syntax/
H A Dlist.php82 // render each row
84 foreach($result as $row) {
95 $values = $f['aggregate']->aggregate($row[$f['variable']], $f['aggregateHint']);
120 foreach($result as $row) {
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/plugin/contactmodern/
H A Dsyntax.php314 $row = '<tr><td>'.$label.'</td><td>';
316 …$row .= '<textarea name="'.$name.'" wrap="on" cols="40" rows="6" '.$class.'>'.$value.'</textarea>';
318 $row .= '<input type="'.$type.'" value="'.$value.'" name="'.$name.'" '.$class.'>';
319 $row .= '</td></tr>';
320 return $row;
/plugin/authg2fa/
H A DTokenHelper.php28 $row = explode(":", $line, 2);
29 $user = $row[0];
30 $secret = $row[1];
/plugin/owncloud/
H A Dhelper.php158 $row = $this->lastQuery->fetchRow();
159 if($row['mimetype'] == 'httpd/unix-directory'){
160 array_push($folders, $row);
162 array_push($files, $row);
183 $row = $ids->fetchRow();
184 $ret .= DOKU_TAB.'<li class="mediaitem" fileid="'.$row['fileid'].'">';
185 …$ret .= $this->internalmedia($row['fileid'],"",(($row['path']!='')?$row['path']:'/'),NULL,16,NULL,…
837 $row = $this->lastQuery->fetchRow();
838 …$title = ($row['firstheading']!='')?$row['firstheading'].' ('.$row['wikipage'].')':$row['wikipage'…
839 …$ret .= DOKU_TAB.'<li><span class="curid"><a href="'.wl($row['wikipage']).'" class="wikilink1" tit…
/plugin/combo/admin/
H A Dpagerules.php252 foreach ($rules as $key => $row) {
254 $id = $row[PageRules::ID_NAME];
255 $matcher = $row[PageRules::MATCHER_NAME];
256 $target = $row[PageRules::TARGET_NAME];
257 $timestamp = $row[PageRules::TIMESTAMP_NAME];
258 $priority = $row[PageRules::PRIORITY_NAME];
/plugin/authsaml/
H A Dsaml.php287 $row = explode(":",$line,5);
288 $groups = array_map('urldecode', array_values(array_filter(explode(",",$row[3]))));
290 $this->users[$row[0]]['name'] = urldecode($row[1]);
291 $this->users[$row[0]]['mail'] = $row[2];
292 $this->users[$row[0]]['grps'] = $groups;
/plugin/table2csv/
H A DgetTableData.php32 foreach ($rows[0] as $row){
33 if ((strpos($row,'<th')===false))
34 preg_match_all("|<td(.*)</td>|U",$row,$cells);
36 $numHeadings = preg_match_all("|<t(.*)</t(.*)>|U",$row,$cells);

12345678910>>...26