Home
last modified time | relevance | path

Searched refs:row (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php75 … fn($row) => $this->unescapePipes($this->trimCellEdges($this->padOrTruncate($row, $cols))),
133 * @param array $row a row as a list of cells; each cell is a list of
138 protected function stripBoundaryEmpty(array $row): array argument
140 if ($row && $row[0] === []) array_shift($row);
141 if ($row && end($row) === []) array_pop($row);
142 return $row;
197 * @param array $row a body row as a list of cells
201 protected function padOrTruncate(array $row, int $cols): array argument
203 $count = count($row);
205 return array_pad($row, $cols, []);
[all …]
/dokuwiki/_test/tests/File/
H A DPageResolverTest.php79 foreach ($data as $row) {
80 yield $row;
84 foreach ($data as $row) {
85 $row[1] .= '#somehash';
86 $row[2] .= '#somehash';
87 yield $row;
/dokuwiki/lib/plugins/authplain/
H A Dauth.php426 $row = $this->splitUserData($line);
427 $row = str_replace('\\:', ':', $row);
428 $row = str_replace('\\\\', '\\', $row);
429 $row = str_replace('\\#', '#', $row);
431 $groups = array_values(array_filter(explode(",", $row[4])));
433 $users[$row[0]]['pass'] = $row[1];
434 $users[$row[0]]['name'] = urldecode($row[2]);
435 $users[$row[0]]['mail'] = $row[3];
436 $users[$row[0]]['grps'] = $groups;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php85 while ($row = $query->fetchColumn()) {
86 $db[] = $row;
177 while ($row = $query->fetchColumn()) {
178 $existing_ids[] = $row;
242 if ($query->execute() && ($row = $query->fetch())) {
243 $data = unserialize($row[1]);
248 $items = (int) $row[0];
273 while ($row = $query->fetchColumn()) {
274 … $feed['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['entry'][] = unserialize((string) $row);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php390 foreach ($result as $row) {
391 if (!isset($row['user'])) {
395 $users[] = $this->getUserData($row['user']);
555 foreach ($result as $row) {
556 if (!isset($row['group'])) {
560 $groups[] = $row['group'];
586 foreach ($result as $row) {
587 if (!isset($row['group'])) {
593 $group = $row['group'];
594 $groups[$group] = $row;
/dokuwiki/lib/plugins/extension/
H A Dstyle.less77 grid-row: 1;
118 grid-row: 1;
152 grid-row: 1;
174 grid-row: 2;
204 grid-row: 3;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dusertools.less16 flex-direction: row-reverse;
H A D_media_fullscreen.css415 #mediamanager__page form.meta div.row {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php590 for ($i = $row = $col = 0; $i < $length; $i++, $col++) {
592 if ($row == 0) {
598 $dw = $this->subWord($this->w[$row][$j]);
605 $this->dw[$row] = $temp;
609 $row++;
611 $this->w[$row][$col] = $w[$i];
614 $this->dw[$row] = $this->w[$row];
/dokuwiki/inc/
H A Dmedia.php48 foreach ($data as $row) {
49 if (auth_quickaclcheck($row) >= AUTH_READ && isVisiblePage($row)) {
51 echo '<span class="mediaref_ref">' . hsc($row) . '</span>';
/dokuwiki/conf/
H A Dmysql.conf.php.example57 * row, access will be denied.
73 /* This statement should return a table with exact one row containing
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt3313 single header row, a [delimiter row] separating the header from the data, and
3316 Each row consists of cells containing arbitrary text, in which [inlines] are
3322 The [delimiter row](@) consists of cells whose only content are hyphens (`-`),
3454 The header row must match the [delimiter row] in the number of cells. If not,
3468 are a number of cells fewer than the number of cells in the header row, empty
3559 quotes] in a row unless there is a [blank line] between them.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css428 .ui-datepicker-row-break {