Home
last modified time | relevance | path

Searched refs:row (Results 226 – 250 of 634) sorted by relevance

12345678910>>...26

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php151 foreach ($result as $row) {
152 list(, $r[]) = URLUtil::splitPath($row);
/plugin/authplaincas/
H A Dauth.php590 $row = explode(":",$line,5);
591 $groups = explode(",",$row[3]);
594 $this->users[$row[0]]['name'] = $row[1];
595 $this->users[$row[0]]['mail'] = $row[2];
596 $this->users[$row[0]]['grps'] = $groups;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php655 $row = $pstart;
671 $row .= sprintf('%17b', $this->clusters[$cid][$L]);
674 $row .= sprintf('%17b', $this->clusters[$cid][$codewords[$k]]);
692 $row .= sprintf('%17b', $this->clusters[$cid][$L]);
694 $row .= $pstop;
696 $arow = preg_split('//', $row, -1, PREG_SPLIT_NO_EMPTY);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css170 flex-direction: row-reverse;
567 cursor: row-resize;
1748 .monaco-list-row {
1761 .monaco-list-row.scrolling {
1883 .monaco-tl-row {
2233 .monaco-hover .hover-row.status-bar {
2380 flex-direction: row;
2645 flex-flow: row nowrap;
3037 flex-flow: row nowrap;
3400 .monaco-diff-editor .diff-review-row {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css170 flex-direction: row-reverse;
567 cursor: row-resize;
1748 .monaco-list-row {
1761 .monaco-list-row.scrolling {
1883 .monaco-tl-row {
2233 .monaco-hover .hover-row.status-bar {
2380 flex-direction: row;
2645 flex-flow: row nowrap;
3037 flex-flow: row nowrap;
3400 .monaco-diff-editor .diff-review-row {
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Duser.php243 while($row = $this->db->fetch_array($query)) {
244 if($row['ip'] === $username) {
245 $user_check = $row;
246 } elseif($row['ip'] === $ip) {
247 $ip_check = $row;
/plugin/structgroupby/syntax/
H A Done.php71 foreach ($result as $rownum => $row) {
73 foreach ($row as $colnum => $value) {
/plugin/sqlquery/
H A Dsyntax.php116 while ($row = mysqli_fetch_row($result))
124 $renderer->doc .= $row[$i];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php605 for ($i = $row = $col = 0; $i < $length; $i++, $col++) {
607 if ($row == 0) {
613 $dw = $this->subWord($this->w[$row][$j]);
620 $this->dw[$row] = $temp;
624 $row++;
626 $this->w[$row][$col] = $w[$i];
629 $this->dw[$row] = $this->w[$row];
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js622 var row;
623 while ( ( row = options.reverse ? data.pop() : data.shift() ) ) {
624 if ( options.skipEmpty && row.length === 1 && row[ 0 ] === '' )
627 for ( i = 0; i < row.length; i++ ) {
629 dataPoint[ col ] = row[ i ] === "" ? options.emptyAs : row[ i ];
/plugin/statdisplay/helper/
H A Dtable.php368 $row = 1;
394 $this->cell($row);
399 $row++;
400 if ($row > $this->log->top_limit) break;
425 * @param int $row
427 private function head($data = '', $col = 1, $row = 1) argument
429 $this->R->tableheader_open($col, 'center', $row);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php71 foreach (preg_split('/\n|\r\n/', $value) as $row) {
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19row.push(i);this.data=[]},EndRow:function(){if(this.row.length!=1){h.Error(["MultlineRowsOneCol","…
/plugin/groupmail/
H A Dsyntax.php475 $row = '<label for="'.$name.'">'.$label.'</label>';
477 …$row .= '<textarea name="'.$name.'" wrap="on" cols="40" rows="6" '.$class.' required>'.$value.'</t…
479 $row .= '<input type="email" name="'.$name.'" '.$class.' multiple>';
481 $row .= '<input type="email" name="'.$name.'" '.$class.' required>';
483 $row .= '<input type="'.$type.'" value="'.$value.'" name="'.$name.'" '.$class.'>';
484 return $row;
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php62 foreach ($this->sqlite->res2arr($res) as $row) {
63 $streams[] = ($this->modelClassName)::createFromArray($this->sqlite, $row);
/plugin/pgsqlquery/
H A Dsyntax.php121 while ($row = $stmt->fetch(PDO::FETCH_NUM))
128 $renderer->doc .= $row[$c];
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dbatch.rst16 {% for row in items|batch(3, 'No item') %}
18 {% for column in row %}
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css38 grid-auto-flow: row;
49 grid-row: 1 / span 5;
/plugin/masciimath/
H A Dsyntax.php351 …leftbracket = ($situation['master'] ? null : $sym); $rightbracket = null; $row = array(); $matrix …
362 $row[] = $field;
388 if ($field == '') $matrix = false; $row[] = $field; $field = '';
391 if (($matrix !== false) and (count($row) > 1)) {
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php218 foreach ( $rows as $nr => $row ) {
223 foreach ( $row as $column => $value ) {
235 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
239 array_unshift ( $row, '<td class="counter col0 rightalign">' . ++ $counter . "</td>\n" );
254 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
/plugin/datatemplate/syntax/inc/
H A Dcache.php101 foreach($cache as $num=>$row) {
102 $cacheitems[trim($row[$idx])] = $num;
/plugin/sqljson/
H A Dsyntax.php128 while ($row = mysqli_fetch_row($result))
143 $renderer->doc .= $row[$i];
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js402 row.appendChild(left);
6035 var row = null;
6318 return row;
9676 var row, td;
9689 row.appendChild(td);
9710 row.appendChild(td);
9745 row.appendChild(td);
9862 row.appendChild(td);
11487 var row, td, label;
11515 row.appendChild(td);
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js
/plugin/sphinxsearch-was/
H A Dxmlall.php58 foreach ($pagesList as $row) {
59 $dokuPageId = $row['id'];

12345678910>>...26