Home
last modified time | relevance | path

Searched refs:hsc (Results 376 – 400 of 472) sorted by path

1...<<111213141516171819

/plugin/struct/meta/
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>';
H A DLongText.php28 $valueWithBR = nl2br(hsc($value));
29 $R->doc .= hsc($this->config['prefix']) . $valueWithBR . hsc($this->config['postfix']);
H A DMedia.php130 $media_escaped = hsc($media);
/plugin/structat/syntax/
H A Dtable.php85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/structcombolookup/types/
H A DNarrowingLookup.php123 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
158 …$html .= "<option data-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . h…
/plugin/structgroupby/syntax/
H A Done.php88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php58 $table = hsc($this->columns[0]->getTable());
62 $config = hsc(json_encode($config));
65 $template = hsc(json_encode($this->template));
72 $filename = hsc($this->filename);
98 'template_string' => hsc(json_encode($this->template)),
/plugin/structprogress/types/
H A DProgress.php66 …$R->doc .= '<div title="' . hsc($value) . '" class="struct_progress-background_' . hsc($this->co…
67 …$R->doc .= '<div title="' . hsc($value) . '" style="width: ' . $progress . '% ;" class="struct_p…
68 … $R->doc .= '<p>' . hsc($this->config['prefix'] . $value . $this->config['postfix']) . '</p>';
/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/structsection/
H A Dsyntax.php141 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
/plugin/structstatus/
H A DStatus.php56 $class = hsc(join(' ', $classes));
60 …ass=\"" . $class . '" style="border-color:' . hsc($color) . '; fill: ' . hsc($color) . ';" data-ri…
62 $html .= hsc($label);
H A Dsyntax.php107 msg(hsc("$table.$field is not a Status field"), -1);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);

1...<<111213141516171819