Home
last modified time | relevance | path

Searched refs:row (Results 126 – 150 of 634) sorted by relevance

12345678910>>...26

/plugin/aceeditor/
H A Dbuild.js1row==e.end.row)var n=2*t.column-e.start.column-e.end.column;else if(e.start.row==e.end.row-1&&!e.s… property in AnonymousFunction3f7200172e800.closingBracketBlock.o
/plugin/ireadit/syntax/
H A Dlist.php157 foreach ($pages as $page => $row) {
158 if (!in_array($row['state'], $params['state'])) {
163 if ($params['lastread'] && $row['state'] == 'outdated') {
164 $urlParameters['rev'] = $row['last_read_rev'];
167 $row['current_rev'] != p_get_metadata($page, 'last_change date')) {
168 $urlParameters['rev'] = $row['current_rev'];
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php86 foreach (explode("\n", $value) as $row) {
87 if ('' === $row) {
90 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
106 foreach (explode("\n", $value->getValue()) as $row) {
107 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
153 foreach (explode("\n", $value->getValue()) as $row) {
154 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
/plugin/authwordpress/
H A Dauth.php271 * Convert a Wordpress DB User row to DokuWiki user info array
274 * @param array $row Raw Wordpress user table row
278 protected function cacheUser(array $row): array argument
282 $login = $row['user_login'];
290 $groups = array_keys(unserialize($row['grps']));
297 'name' => $row['display_name'],
298 'pass' => $row['user_pass'],
299 'mail' => $row['user_email'],
/plugin/authgooglesheets/
H A Dhelper.php82 foreach ($values as $key => $row) {
87 …if (empty($row[$this->columnMap['user']]) || empty($row[$this->columnMap['pass']]) || empty($row[$…
91 $name = $row[$this->columnMap['name']] ?? '';
92 $grps = $row[$this->columnMap['grps']] ?? '';
95 $this->users[$row[$this->columnMap['user']]] = [
96 'pass' => $row[$this->columnMap['pass']],
98 'mail' => $row[$this->columnMap['mail']],
/plugin/structodt/
H A Dhelper.php51 public function renderODT($template, $row) { argument
72 $content = $this->replace($content, $row);
106 public function renderPDF($template, $row) { argument
107 $tmp_file = $this->renderODT($template, $row);
245 * Get single row by pid
268 * Perform $content replacements basing on $row Values
271 * @param Value[] $row
274 public function replace($content, $row) { argument
276 foreach ($row as $value) {
338 * @param $row
343 rowTemplate($row, $template) global() argument
[all...]
/plugin/blogtng/helper/
H A Dcomments.php285 foreach($rows as $row){
290 if(in_array($row['mail'], $mails)) continue;
295 $mail->to($row['mail']);
359 if($row['optin'] < 0){
360 $this->send_optin_mail($mail,$row['key']);
383 if (!$row) {
388 $this->unsubscribe($pid, $row['mail']);
610 foreach($res as $row){
611 $comment->init($row);
674 foreach($res as $row){
[all …]
/plugin/sqlraw/
H A Dsyntax.php227 foreach ($result as $row) {
229 foreach ($row as $cell) {
243 foreach ($result as $row) {
364 $row = 1;
366 if ($row === 1) {
385 $row++;
477 foreach ($rows[0] as $row){
485 $row = str_replace($specialChars, $specialReplace, $row);
805 $row = 1;
807 if ($row !== 1) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php5 var $row; variable in CellSpan
64 $row =& new TableRowBox($root);
65 $row->readCSS($css_state);
67 $box->add_child($row);
193 $row =& $this->content[$i];
196 $cell = $row->content[$j];
304 $row =& $this->content[$i];
350 $row->content[$i_col]->rowspan = min($row->content[$i_col]->rowspan,
380 $row =& $this->content[$i];
624 function get_rhc($row) { argument
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js5333 for (var row = range.from.row; row <= range.to.row; row++) {
5349 for (var row = range.from.row; row <= range.to.row; row++) {
6854 this.row = row;
11622 this.row = row;
11932 row: this.row,
11939 row: this.row,
11946 row: this.row,
11953 row: this.row,
30369 row: this.toVisualRow(row.row),
30421 row: this.toPhysicalRow(row.row),
[all …]
/plugin/genericsso/
H A Dauth.php151 $row = split(':', $line,5);
152 $this->users[$row[0]] = array(
153 'pass' => $row[1],
154 'name' => urldecode($row[2]),
155 'mail' => $row[3],
156 'grps' => split(',', $row[4])
/plugin/struct/meta/
H A DSearchCloud.php116 foreach ($rows as $row) {
117 if (!empty($this->config['min']) && $this->config['min'] > $row['count']) {
121 $row['tag'] = new Value($this->columns[0], $row['tag']);
122 $result[] = $row;
/plugin/pagequery/
H A DPageQuery.php131 // getting metadata is very time-consuming, hence ONCE per displayed row
143 // ref to current row, used through out function
144 $row = &$sort_array[$cnt];
147 $row['id'] = $id;
151 $row['name'] = $name;
156 $row['title'] = $title;
164 $row['abstract'] = $abstract;
167 $row['display'] = '';
169 // reset cache of full date for this row
224 $row[sel
[all...]
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php110 while (!$db_exists && $row = mysql_fetch_object($db_list))
111 $db_exists = ($c->container_cfg_mysql_database == $row->Database);
170 $row = mysql_fetch_array($res, MYSQL_ASSOC);
171 if( $row['C'] == 0 )
262 $row = mysql_fetch_array($res, MYSQL_ASSOC);
263 if( $row['C'] == 0 )
274 $row = mysql_fetch_array($res, MYSQL_ASSOC);
275 $leafvalue = $row['LAST_INSERT_ID()'];
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php47 foreach ($rows as $row) {
51 $aliasMeta = $row[AliasPath::getPersistentName()];
56 $aliasType = $row[AliasType::getPersistentName()] ?? null;
188 function ($row) use ($deprecatedAliases) {
189 $alias = $row['ALIAS'];
291 $row[$path::getPersistentName()] = $path;
298 $row[$aliasObject::getPersistentName()] = $aliasObject;
301 $this->rows[$path->getValue()->toAbsoluteId()] = $row;
/plugin/oiddelegate/
H A Dadmin.php138 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][0]" value="'.hsc($page).'" /></td…
139 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][1]" value="'.hsc($oid).'" /></td>…
140 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][2]" value="'.hsc($server).'" /></…
141 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][3]" value="'.hsc($provider).'" />…
142 …echo '<td><input type="text" class="edit" name="oiddel['.$row.'][4]" value="'.hsc($xrds).'" /></td…
/plugin/blogtng/action/
H A Dfeed.php83 foreach ($posts as $row) {
85 'id' => $row['page'],
86 'date' => $row['created'],
87 'user' => $row['author'],
88 'entry' => $row,
/plugin/acknowledge/admin/
H A Dassign.php84 static $row = 0;
88 $form->addTextInput("pattern[$row]")->val($pattern);
91 $form->addTextInput("assignees[$row]")->val($assignee);
94 $row++;
/plugin/authldaplocal/
H A Dauth.php616 $row = $this->_splitUserData($line);
617 $row = str_replace('\\:', ':', $row);
618 $row = str_replace('\\\\', '\\', $row);
622 $users[$row[0]]['pass'] = $row[1];
623 $users[$row[0]]['name'] = urldecode($row[2]);
624 $users[$row[0]]['mail'] = $row[3];
625 $users[$row[0]]['grps'] = $groups;
637 $row = array();
646 $row[] = $piece;
652 $row[] = $piece;
[all …]
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php129 $row = $this->_splitUserData($line);
130 $row = str_replace('\\:', ':', $row);
131 $row = str_replace('\\\\', '\\', $row);
132 $groups = array_values(array_filter(explode(",", $row[3])));
133 $this->users[$row[0]]['name'] = urldecode($row[1]);
134 $this->users[$row[0]]['mail'] = $row[2];
135 $this->users[$row[0]]['grps'] = $groups;
145 $row = array();
154 $row[] = $piece;
160 $row[] = $piece;
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php209 foreach ($data as $row) {
210 if (\is_array($row)) {
211 $opType = \key($row);
212 $metadata = \reset($row);
220 $action->setSource($row);
281 foreach ($action->toArray() as $row) {
282 $data[] = $row;
/plugin/ireadit/action/
H A Dmigration.php100 while ($row = $sqlite->res_fetch_assoc($res)) {
101 $page = $row['page'];
102 $meta = json_decode($row['meta'], true);
130 while ($row = $sqlite->res_fetch_assoc($res)) {
131 $last_change_date = p_get_metadata($row['page'], 'last_change date');
133 'page' => $row['page'],
134 'meta' => $row['meta'],
/plugin/404manager/
H A Dadmin.php263 $sourcePageId = $row['SOURCE'];
264 $targetPageId = $row['TARGET'];
268 $targetPageId = $row['TargetPage'];
269 $creationDate = $row['CreationDate'];
597 $row = array(
811 $row = $this->sqlite->res2arr($res);
812 return $row;
845 foreach ($pageRedirections as $key => $row) {
849 $targetPageId = $row['TargetPage'];
850 $creationDate = $row['CreationDate'];
[all …]
/plugin/geonav/server/
H A DgetContinent.php29 $row = sqlite_fetch_array($result, SQLITE_ASSOC);
31 $str = $continents[$row['continent']];
33 $ctryName = $row['short_name'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php87 // table for checksum calculation (row,col)
126 $row = 0;
129 $row += $checktable[$code[$i]][0];
132 $row %= 6;
134 $chk = array_keys($checktable, [$row, $col]);

12345678910>>...26