/plugin/mellelexport/ |
H A D | mellelconvert.php | 44 $row = /*trim*/(utf8_encode($row)); 46 $row = str_replace("\n", '', $row); 47 $row = str_replace(' & ', ' & ', $row); 48 $row = str_replace('<>', MELLEL_KLAMMER, $row); 49 $row = str_replace('</hi>', MELLEL_HIGHLIGHT, $row); 50 $row = str_replace('<hi #ffff00>', MELLEL_HIGHLIGHT, $row); 51 $row = str_replace('<hi #ff0000>', MELLEL_HIGHLIGHT, $row); 52 $row = str_replace('<hi #ffa500>', MELLEL_HIGHLIGHT, $row); 53 $row = str_replace('<hi #fa8072>', MELLEL_HIGHLIGHT, $row); 68 $row = strip_tags($row); [all …]
|
/plugin/bez/action/ |
H A D | migration.php | 157 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 158 $sqlite->storeEntry('label', array('id' => $row['id'], 159 'name' => $row['pl'], 165 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 166 $sqlite->storeEntry('task_program', array('id' => $row['id'], 167 'name' => $row['pl'], 174 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 175 if ($row['type'] == '0') { 177 } elseif ($row['type'] == '1') { 179 } elseif ($row['typ [all...] |
/plugin/judge/helper/ |
H A D | crud.php | 44 while ($row = $results->fetchArray()) { 46 …rray($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->convert… 50 …able .= $i . "\toutput-only\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp… 58 if ($row["status_code"] == '0') { 68 …Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $row['usernam… 70 …data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $thi… 74 …test-case\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp"]) . "\t" . $lang… 81 … . $row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('outputonly_questio… 83 if (!$row["status_code"]) { 86 …row["problem_name"] . '">' . $row["problem_name"] . '</a>', $this->getLang('programming_question')… [all …]
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBSTYLE.php | 76 function process($row) argument 78 $this->row = $row; 89 unset($this->row['year2']); 93 $this->row['year2'] = stripslashes($this->row['year1']); 97 $this->row = $this->bibformat->preProcess($type, $this->row); 156 if($this->row['subtitle']) 164 if(!$this->row['url']) 168 unset($this->row['url']); 207 if(!$this->row[$editionKey]) 222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE; [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mysqli.php | 255 $ExistingTableFields[$row['Field']] = $row; 676 } elseif (filesize($row['filename']) != $row['filesize']) { 678 } elseif (filemtime($row['filename']) != $row['last_modified']) { 679 if (abs(filemtime($row['filename']) - $row['last_modified']) != 3600) { 910 …if ((strlen($row['track_number']) > 0) && ($row['track_number'] < 1) || ($row['track_number'] > 99… 923 …if ((strlen($row['track_number']) > 0) && ($row['track_number'] < 1) || ($row['track_number'] > 99… 1584 while (($row = mysqli_fetch_array($result)) && ($row['num'] > 1)) { variable 1653 while (($row = mysqli_fetch_array($result)) && ($row['num'] > 1)) { variable 1676 while (($row = mysqli_fetch_array($result)) && ($row['num'] > 1)) { variable 1844 …$acceptableextensions = AcceptableExtensions($row['fileformat'], $row['audio_dataformat'], $row['v… [all …]
|
/plugin/edittable/script/ |
H A D | editor.js | 78 for (var row = 0; row < meta.length; row += 1) { 80 if (meta[row][col].hasOwnProperty('rowspan') && meta[row][col].rowspan > 1 || 81 meta[row][col].hasOwnProperty('colspan') && meta[row][col].colspan > 1) { 83 merge.row = row; 304 for (row = 0; row < data.length; row += 1) { 322 row = this.mergeCells.mergedCellInfoCollection[merge].row; 331 for (r = row; r < row + rowspan; r += 1) { 357 for (row = 0; row < data.length; row += 1) { 360 data[row][col] = data[row][col].replace(/\\\\\s/g, '\n'); 454 for (var row = 0; row < data.length; row += 1) { [all …]
|
H A D | contextmenu.js | 16 … for (var currentRow = selection.start.row; currentRow <= selection.end.row; currentRow += 1) { 40 var row = cell.row; 42 if (meta[row][col].tag && meta[row][col].tag === 'th') { 57 var row = cell.row; 65 var row = selection[0]; 67 return (!meta[row][col].align || meta[row][col].align === 'left'); 76 var row = cell.row; 86 return (meta[row][col].align && meta[row][col].align === 'center'); 95 var row = cell.row; 105 return (meta[row][col].align && meta[row][col].align === 'right'); [all …]
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 96 if ($row['components']) 243 foreach ($arr as $row) 246 'id' => $row['id'], 247 'uri' => $row['uri'], 280 dbglog($row); 281 if (!$row) 285 'id' => $row['id'], 286 'uri' => $row['uri'], 316 foreach($arr as $row) 320 'id' => $row['id'], [all …]
|
/plugin/struct/meta/ |
H A D | CSVExporter.php | 44 foreach ($result as $i => $row) { 50 echo $this->row($row, $pid); 62 $row = ''; 65 $row .= $this->escape('pid'); 66 $row .= ','; 70 $row .= $this->escape($col->getLabel()); 71 $row .= ','; 73 return rtrim($row, ',') . "\r\n"; 77 * Create one row o 82 protected function row($values, $pid) global() function in dokuwiki\\plugin\\struct\\meta\\CSVExporter [all...] |
H A D | Assignments.php | 108 foreach ($pagerows as $row) { 109 $tables = $this->getPageAssignments($row['pid'], true); 111 $this->deassignPageSchema($row['pid'], $table); 134 foreach ($tablerows as $row) { 135 if (in_array($row['tbl'], $tables)) { 136 $this->assignPageSchema($pid, $row['tbl']); 138 $this->deassignPageSchema($pid, $row['tbl']); 220 foreach ($this->patterns as $row) { 221 if ($this->matchPagePattern($row['pattern'], $page, $pns)) { 222 $tables[] = $row['tb [all...] |
/plugin/edittable/action/ |
H A D | editor.php | 155 for ($row = 0; $row < $rows; $row++) { 160 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') { 167 $meta[$row][$col]['length'] = $len; 174 for ($row = 0; $row < $rows; $row++) { 178 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') { 181 … } elseif (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') { 200 $meta[$row + $i][$col]['colspan'] = $meta[$row][$col]['colspan']; 209 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') { 216 $cdata = $data[$row][$col]; 217 if (!(isset($meta[$row][$col]['hide']) && $meta[$row][$col]['hide']) || $cdata) { [all …]
|
/plugin/data-au/admin/ |
H A D | aliases.php | 73 foreach($_REQUEST['d'] as $row){ 74 $row = array_map('trim',$row); 75 $row['name'] = utf8_strtolower($row['name']); 76 $row['name'] = rtrim($row['name'],'s'); 77 if(!$row['name']) continue; 80 $arr = preg_split('/\s*,\s*/', $row['enum']); 82 $row['enum'] = implode(', ', $arr); 85 VALUES (?,?,?,?,?)",$row)) { 123 foreach($rows as $row){ 127 $form->addElement(form_makeTextField('d['.$cur.'][name]',$row['name'],'')); [all …]
|
/plugin/data/admin/ |
H A D | aliases.php | 80 foreach ($INPUT->arr('d') as $row) { 81 $row = array_map('trim', $row); 82 $row['name'] = PhpString::strtolower($row['name']); 83 $row['name'] = rtrim($row['name'], 's'); 84 if (!$row['name']) continue; 87 $arr = preg_split('/\s*,\s*/', $row['enum']); 89 $row['enu [all...] |
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | PDO.php | 159 if ($row['components']) { 355 'id' => $row['id'], 391 if (!$row) return null; 394 'id' => $row['id'], 395 'uri' => $row['uri'], 432 'id' => $row['id'], 735 $result[] = $row['uri']; 782 return $row['calendaruri'] . '/' . $row['objecturi']; 874 $changes[$row['uri']] = $row['operation']; 1135 if (!$row) return null; [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | PDO.php | 182 if ($row['components']) { 199 if ($row['access'] > 1) { 481 if (!$row) return null; 484 'id' => $row['id'], 485 'uri' => $row['uri'], 857 $result[] = $row['uri']; 904 return $row['calendaruri'] . '/' . $row['objecturi']; 1001 $changes[$row['uri']] = $row['operation']; 1264 if (!$row) return null; 1267 'uri' => $row['uri'], [all …]
|
H A D | SimplePDO.php | 85 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 88 'id' => $row['id'], 89 'uri' => $row['uri'], 174 'id' => $row['id'], 175 'uri' => $row['uri'], 179 'calendardata' => $row['calendardata'], 207 $row = $stmt->fetch(\PDO::FETCH_ASSOC); 209 if (!$row) return null; 212 'id' => $row['id'], 213 'uri' => $row['uri'], [all …]
|
/plugin/dtable/ |
H A D | helper.php | 74 function rows($row, $page_id, $start_line) 86 return $Parser->parse($row); 146 public $row = 0; 168 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, ''); 169 $this->calls[$this->row][1][0] = $line; 175 $this->calls[$this->row][1][1] = $line - 1; 182 $this->calls[$this->row][0][$this->cell][3] .= $match; 188 $this->calls[$this->row][0][$this->cell][3] .= $match; 190 $this->calls[$this->row][0][$this->cell][3] .= $match; 192 $row 79 rows($row, $page_id, $start_line) global() argument 150 public $row = 0; global() variable in helper_plugin_dtable_handler [all...] |
/plugin/magento/ |
H A D | auth.php | 510 $this->users[$row['entity']]['entity'] = $row['entity']; 511 $this->users[$row['entity']]['first'] = $row['first']; 512 $this->users[$row['entity']]['last'] = $row['last']; 606 $this->admins[$row['entity']]['user'] = $row['user']; 607 $this->admins[$row['entity']]['first'] = $row['first']; 608 $this->admins[$row['entity']]['last'] = $row['last']; 609 $this->admins[$row['entity']]['mail'] = $row['mail']; 642 $xarray = array( $row['id'], $row['type'], $row['parent'], $row['level'] ); 660 $xarray = array( $row['id'], $row['type'], $row['parent'], $row['level'] ); 693 $this->roles[$row['id']]['id'] = $row['id']; [all …]
|
/plugin/do/ |
H A D | domd5changed.php | 16 while ($row = sqlite_fetch_array($res)) { variable 17 $row['tasks.text'] = trim(html_entity_decode(strip_tags($row['tasks.text']), ENT_QUOTES, 'UTF-8')); 18 $md5 = md5(utf8_strtolower(preg_replace('/\s/', '', $row['tasks.text'])) . 19 $row['tasks.page']); 20 sqlite_exec($sqlite, 'UPDATE tasks SET text = \'' . sqlite_escape_string($row['tasks.text']) . '\', ' . 21 'md5 = \'' . $md5 . '\' WHERE md5 = \'' . $row['tasks.md5'] . '\' 22 AND page = \'' . $row['tasks.page'] . '\''); 23 sqlite_exec($sqlite, 'UPDATE task_status SET md5 = \'' . $md5 . '\' WHERE md5 = \'' . $row['tasks.md5'] . '\' 24 AND page = \'' . $row['task [all...] |
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 112 'uri' => $row['uri'], 149 if (!$row) return; 152 'id' => $row['id'], 153 'uri' => $row['uri'], 156 if ($row[$value['dbField']]) { 274 $principals[] = $row['uri']; 317 $uri = $row['uri']; 344 $result[] = $row['uri']; 366 $result[] = $row['uri']; 392 $principalId = $row['id']; [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | PDO.php | 112 'uri' => $row['uri'], 115 if ($row[$value['dbField']]) { 149 if (!$row) return; 152 'id' => $row['id'], 153 'uri' => $row['uri'], 156 if ($row[$value['dbField']]) { 275 $principals[] = $row['uri']; 299 $result[] = $row['uri']; 321 $result[] = $row['uri']; 347 $principalId = $row['id']; [all …]
|
/plugin/do/syntax/ |
H A D | dolist.php | 151 foreach ($tasks as $row) { 154 $table .= '<a title="' . $row['page'] . '" href="' . wl($row['page']) . '#plgdo__' . $row['md5'] . '" class="wikilink1">' . hsc($row['text']) . '</a>'; 157 foreach ($row['users'] as &$user) { 161 $table .= implode(', ', $row['users']); 163 $table .= '<td class="plugin_do_date">' . hsc($row['date']) . '</td>'; 167 $image = ($row['status']) ? 'done.png' : 'undone.png'; 168 $editor = ($row['closedb [all...] |
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/ |
H A D | PDO.php | 90 while ($row = $stmt->fetch(\PDO::FETCH_ASSOC)) { 91 if (gettype($row['value']) === 'resource') { 92 $row['value'] = stream_get_contents($row['value']); 94 switch ($row['valuetype']) { 97 $propFind->set($row['name'], $row['value']); 100 $propFind->set($row['name'], new Complex($row['value'])); 103 $propFind->set($row['name'], unserialize($row['value'])); 229 while ($row = $select->fetch(\PDO::FETCH_ASSOC)) { 233 if ($row['path'] !== $source && strpos($row['path'], $source . '/') !== 0) continue; 235 $trailingPart = substr($row['path'], strlen($source) + 1); [all …]
|
/plugin/edittable/renderer/ |
H A D | json.php | 117 $row = $this->current_row; 130 $this->tmeta[$row][$col + $c]['hide'] = true; 131 $this->tmeta[$row][$col + $c]['rowspan'] = 1; 132 $this->tmeta[$row][$col + $c]['colspan'] = 1; 133 $this->tdata[$row][$col + $c] = ''; 137 $this->tmeta[$row + $r][$col + $c]['hide'] = true; 140 $this->tdata[$row + $r][$col + $c] = ''; 146 $this->tmeta[$row + $r][$col]['hide'] = true; 147 $this->tmeta[$row + $r][$col]['rowspan'] = 1; 148 $this->tmeta[$row + $r][$col]['colspan'] = 1; [all …]
|
/plugin/tplinc/ |
H A D | admin.php | 74 $row = 0; 76 $this->assignmentRow($assignment, $row); 77 $row++; 82 $this->assignmentRow(array('', '', '', ''), $row); 83 $row++; 106 * @param int $row the row counter 108 protected function assignmentRow($assignment, $row) argument 112 … echo '<td><input type="text" name="a[x' . $row . '][0]" value="' . hsc($pattern) . '" /></td>'; 113 echo '<td><input type="text" name="a[x' . $row . '][1]" value="' . hsc($page) . '" /></td>'; 115 $this->locationBox('a[x' . $row . '][2]', $location); [all …]
|