Home
last modified time | relevance | path

Searched refs:hsc (Results 351 – 375 of 472) sorted by path

1...<<111213141516171819

/plugin/sql2wiki/syntax/
H A Dquery.php43 msg('Syntax: "'.hsc($match) . '" is not valid xml', -1);
/plugin/sqlite/
H A Dadmin.php81 msg(hsc($e->getMessage()), -1);
111 echo '<h2>' . $this->getLang('db') . ' "' . hsc($this->db->getDbName()) . '"</h2>';
198 echo '<th>' . hsc($th) . '</th>';
206 echo '<td>' . hsc($td) . '</td>';
311 echo '<a href="' . $link . '">' . hsc($query['name']) . '</a>';
H A Dhelper.php207 'Expected ' . $qmc . ' got ' . $argc . ' - ' . hsc($sql));
210 'Expected ' . $qmc . ' got ' . $argc . ' - ' . hsc($sql));
/plugin/statistics/
H A Dadmin.php483 echo '<th>' . hsc($h) . '</th>';
498 echo hsc($v);
502 echo hsc($v);
507 $url = hsc($v);
535 echo hsc(ucwords($v));
548 echo hsc($v);
574 echo '<img src="' . DOKU_BASE . $file . '" alt="' . hsc($value) . '" width="' . $w . '" height="' . $h . '" />';
H A Dhelper.php105 dbglog('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
106 msg('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
/plugin/strata/driver/
H A Ddriver.php97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
208 msg(sprintf($this->util->getLang('driver_prepare_failed'),hsc($query), hsc($error[2])),-1);
232 msg(sprintf($this->utiutil->getLang('driver_query_failed'), $message, hsc($query), hsc($error[2])),-1);
/plugin/strata/helper/
H A Dsyntax.php274 $this->_fail(sprintf($this->getLang('error_query_sortvar'),utf8_tohtml(hsc($var->name))), $line);
279 $this->_fail(sprintf($this->getLang('error_query_sortline'), utf8_tohtml(hsc($line['text']))), $line);
301 $this->_fail(sprintf($this->getLang('error_query_groupvar'),utf8_tohtml(hsc($var->name))), $line);
306 $this->_fail(sprintf($this->getLang('error_query_groupline'), utf8_tohtml(hsc($line['text']))), $line);
325 $this->_fail(sprintf($this->getLang('error_query_considervar'),utf8_tohtml(hsc($var->name))), $line);
330 $this->_fail(sprintf($this->getLang('error_query_considerline'), utf8_tohtml(hsc($line['text']))), $line);
337 $this->_fail(sprintf($this->getLang('error_query_selectvar'), utf8_tohtml(hsc($var))));
367 $this->_fail(sprintf($this->getLang('error_query_group'),( isset($root['cs'][0]['tag']) ? sprintf($this->getLang('named_group'), utf8_tohtml(hsc($root['cs'][0]['tag']))) : $this->getLang('unnamed_group'))), $root['cs']);
416 $this->_fail(sprintf($this->getLang('error_query_filterscope'),utf8_tohtml(hsc($f['lhs']['text']))), $line);
419 $this->_fail(sprintf($this->getLang('error_query_filterscope'),utf8_tohtml(hsc(
[all...]
H A Dtriples.php139 msg(sprintf($this->getLang('error_triples_remove'),hsc($error[2])),-1);
187 msg(sprintf($this->getLang('error_triples_fetch'),hsc($error[2])),-1);
231 msg(sprintf($this->getLang('error_triples_add'),hsc($error[2])),-1);
263 msg(sprintf($this->getLang('error_triples_query'),hsc($error[2])),-1);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1);
847 msg(sprintf($this->getLang('error_triples_node'),hsc($query['type'])),-1);
H A Dutil.php227 if($mode == 'xhtml') $R->doc .= '<span class="strata-field" '.(!empty($field)?'data-field="'.hsc($field).'"':'').'>';
245 $R->doc .= '<div class="strata-caption hidden" data-field="'.hsc($f['variable']).'">';
/plugin/strata/syntax/
H A Dentry.php91 msg(sprintf($this->syntax->getLang('error_entry_block'), ($tree['cs'][0]['tag']?sprintf($this->syntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unnamed_group')), utf8_tohtml(hsc($result['entry']))),-1);
131 msg(sprintf($this->syntax->getLang('error_entry_line'), utf8_tohtml(hsc($line))),-1);
H A Dselect.php130 $this->helper->_fail(sprintf($this->helper->getLang('error_query_unknownselect'),utf8_tohtml(hsc($var))));
H A Dtable.php69 if($mode == 'xhtml') { $R->doc .= '<span class="strata-caption" data-field="'.hsc($f['variable']).'">'; }
/plugin/struct/action/
H A Daggregationeditor.php183 echo '<input type="hidden" name="schema" value="' . hsc($tablename) . '" />';
H A Dedit.php132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
162 $hint = hsc($field->getColumn()->getTranslatedHint());
H A Dentry.php74 msg(hsc($error), -1);
H A Dinline.php99 echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
107 echo hsc($hint);
/plugin/struct/admin/
H A Dassignments.php133 echo '<td>' . hsc($assignee) . '</td>';
134 echo '<td>' . hsc($schema) . '</td>';
148 echo '<option value="' . hsc($table) . '">' . hsc($table) . '</option>';
H A Dschemas.php98 msg(hsc($e->getMessage()), -1);
123 msg(hsc($e->getMessage()), -1);
140 msg(hsc($e->getMessage()), -1);
158 echo '<h2>' . sprintf($this->getLang('edithl'), hsc($table)) . '</h2>';
332 $toc[] = html_mktocitem($link, hsc($table), 1, '');
/plugin/struct/helper/
H A Dconfig.php63 throw new StructException('Invalid search filter %s', hsc($val));
H A Dfield.php36 msg(hsc($e->getMessage()), -1);
58 msg(hsc($error), -1);
71 msg(sprintf($this->getLang('e_required'), hsc($label)), -1);
198 $trans = hsc($field->getColumn()->getTranslatedLabel());
199 $hint = hsc($field->getColumn()->getTranslatedHint());
H A Dlookup.php55 $thanks = hsc($thanks);
/plugin/struct/meta/
H A DAccessTable.php212 throw new StructException("Unknown column %s in schema.", hsc($colname));
H A DAggregationEditorTable.php40 $config = hsc(json_encode($config, JSON_THROW_ON_ERROR));
H A DAggregationList.php133 $this->renderer->doc .= sprintf('<span class="struct_header">%s</span> ', hsc($header));
H A DAggregationTable.php142 hsc(implode(' & ', $fltrs))
203 $data = 'data-field="' . hsc($column->getFullQualifiedLabel()) . '"';
228 $this->renderer->doc .= hsc($header);
231 'title="' . $this->helper->getLang('sort') . '">' . hsc($header) . '</a>';
354 $this->renderer->doc .= ' data-pid="' . hsc($pid) . '" data-rev="' . $rev . '" data-rid="' . $rid . '">';

1...<<111213141516171819