Home
last modified time | relevance | path

Searched refs:hsc (Results 1 – 25 of 472) sorted by last modified time

12345678910>>...19

/plugin/pagelist/
H A Dhelper.php387 $this->header['image'] = hsc($this->pageimage->th('image'));
395 $this->header[$col] = hsc($this->getLang($col));
405 $this->header[$col] = hsc($this->$plugin->th($col, $class));
531 $title = hsc($this->page['title']);
649 $title .= ' title="' . hsc($this->page['title']) . '" alt="' . hsc($this->page['title']) . '"';
653 $title = hsc($this->page['title']);
720 return $this->printCell('desc', hsc($desc));
745 title="' . hsc($this->getLang('diff_title')) . '" alt="' . hsc(
[all...]
/plugin/twofactor/
H A Dadmin.php156 $form->addHTML(hsc($user));
159 $form->addHTML(hsc($userinfo['name']));
162 $form->addHTML(hsc($userinfo['mail']));
H A DManager.php335 $form->addHTML('<p>' . hsc($info) . '</p>');
341 msg(hsc($e->getMessage()), -1); // FIXME better handling
/plugin/dbquery/syntax/
H A Dquery.php54 msg(hsc($e->getMessage()), -1);
81 $html = str_replace(':result', hsc($value), $html);
/plugin/siteexport/exe/
H A Dsiteexportmanager.php59 <?php echo hsc($lang['mediaselect'])?>
/plugin/linkback/
H A Dadmin.php147 ptln('<h2 name="'.$id.'" id="'.$id.'">'.hsc($title).'</h2>', 6);
/plugin/structpublish/action/
H A Dbanner.php109 '{version}' => hsc($rev->getVersion()),
139 return '<a href="' . $url . '">' . hsc($text) . '</a>';
/plugin/structpublish/
H A Dadmin.php139 echo '<td>' . hsc($pattern) . '</td>';
140 echo '<td>' . hsc($status) . '</td>';
141 echo '<td>' . hsc($user) . '</td>';
/plugin/struct/helper/
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 . '">';
H A DCSVPageImporter.php108 msg('Import error: Key "' . hsc($blockKey) . '" not found!', -1);
H A DConfigParser.php138 throw new StructException("unknown option '%s'", hsc($key));
H A DSchema.php119 msg('Unknown type "' . hsc($row['class']) . '" falling back to Text', -1);
H A DSchemaEditor.php76 hsc($config) .
124 $html .= '<input type="text" name="' . $base . '[sort]" value="' . hsc($col->getSort()) . '" size="3">';
128 $html .= '<input type="text" name="' . $base . '[label]" value="' . hsc($col->getType()->getLabel()) . '">';
139 hsc($config) .
148 $html .= '<option value="' . hsc($type) . '" ' . $selected . '>' . hsc($type) . '</option>';
/plugin/struct/syntax/
H A Dcloud.php74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dlist.php
H A Doutput.php192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
H A Dtable.php83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dvalue.php76 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
118 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/struct/types/
H A DCheckbox.php41 $opt = hsc($opt);
86 $opt = hsc($opt);
H A DColor.php37 $R->doc .= '<div title="' . hsc($value) . '" style="background-color:' . hsc($value) . ';"
H A DDropdown.php49 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
83 $html .= "<option $selected value=\"" . hsc($raw) . "\">" . hsc($opt) . '</option>';

12345678910>>...19