Home
last modified time | relevance | path

Searched refs:hsc (Results 126 – 150 of 472) sorted by relevance

12345678910>>...19

/plugin/preservefilenames/
H A Daction_angua.php264 printf($lang['media_' . $opened_tab], '<strong>'.hsc($tabTitle).'</strong>');
311 if (!$fullscreenview) echo '<h1 id="media__ns">:'.hsc($ns).'</h1>'.NL;
380 $fakeId_escaped = hsc($fakeId);
397 echo '<a name="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
449 $fakeId_escaped = hsc($fakeId);
467 $name = hsc($file);
/plugin/archivegenerator/
H A Dadmin.php57 msg(sprintf($this->getLang('message: email invalid'), hsc($email)), -1);
88 msg(hsc($e->getMessage()), -1);
326 $this->log('info', sprintf($this->getLang('message: create zip archive'), hsc($archiveFN)));
347 $message[] = sprintf($this->getLang('message: add files in dir'), hsc($srcDir . '/'));
352 $message[] = sprintf($this->getLang('message: skipping files'), hsc($skipRegex));
378 hsc($source)) . ' ' . filesize_h(filesize($source)));
384 $this->log('error', hsc($e->getMessage()));
/plugin/bureaucracy-au/helper/
H A Dactionmail.php124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
167 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
170 $html = '<tr><td><b>'.hsc($column1).'<b></td><td>'.hsc($column2).'</td></tr>';
H A Dfieldfile.php69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php180 … <a href="mailto:' . hsc($news->authorEmail) . '" class="mail" title="' . hsc($news->authorEmail) .
181 '"><span class="fa fa-envelope"></span>' . hsc($news->authorName) . '</a>
192 $href = hsc($news->linkHref);
H A DFykosRenderer.php156 …'<a href="mailto:' . hsc($news->authorEmail) . '" class="mail" title="' . hsc($news->authorEmail) .
157 '"><span class="fa fa-envelope"></span>' . hsc($news->authorName) . '</a>' .
171 $href = hsc($news->linkHref);
/plugin/bureaucracyau/helper/
H A Dactionmail.php124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
167 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
170 $html = '<tr><td><b>'.hsc($column1).'<b></td><td>'.hsc($column2).'</td></tr>';
H A Dfieldfile.php69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/bureaucracy/helper/
H A Dactionmail.php133 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
176 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
179 $html = '<tr><td><b>'.hsc($column1).'<b></td><td>'.hsc($column2).'</td></tr>';
H A Dfieldfile.php69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/webdavclient/
H A Dadmin.php193 hsc($dn).'</td><td>'.hsc($href).'</td></tr>');
207 hsc($dn).'</td><td>'.hsc($href).'</td></tr>');
230 ptln(' <td>'.hsc($conn['id']).
/plugin/todo/syntax/
H A Dtodo.php264 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
265 . ' data-pageid="' . hsc($ID) . '"'
281 $return .= '<span class="todouser">[' . hsc($todouser) . ']</span>';
284 $return .= '<span class="todouser">[' . hsc('✓ '.$checkeduser);
321 $return .= hsc($todotitle);
/plugin/svgimg2/
H A Daction.php38 …$this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg', 'jpe…
/plugin/disqus/
H A Dsyntax.php83 …$doc .= '<script type="text/javascript" src="//disqus.com/forums/'.hsc($shortname).'/embed.js"></s…
84 …$doc .= '<noscript><a href="//'.hsc($shortname).'.disqus.com/?url=ref">View the discussion thread.…
/plugin/redirect2/
H A Dsyntax.php58 $link = '<a href="'.hsc($page).'" class="urlextern">'.hsc($page).'</a>';
/plugin/colorswatch/syntax/
H A Dcolorswatch.php105 $code = hsc($data['code']);
109 $name = hsc($data['name']);
/plugin/issuelinks/helper/
H A Dutil.php74 msg(hsc($e->getMessage()), -1, $e->getLine(), $e->getFile());
77 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/tablelayout/
H A Dsyntax.php96 msg('Unknown option: ' . hsc($key), -1);
124 $json = hsc(json_encode($data));
/plugin/struct/types/
H A DCheckbox.php41 $opt = hsc($opt);
86 $opt = hsc($opt);
/plugin/achart/
H A Dsyntax.php96 $resize .= $n.':'.hsc($v).';';
120 msg(hsc($e->getMessage()), -1);
132 msg(hsc($e->getMessage()), -1);
/plugin/do/syntax/
H A Ddolist.php154 …' . wl($row['page']) . '#plgdo__' . $row['md5'] . '" class="wikilink1">' . hsc($row['text']) . '</…
163 $table .= '<td class="plugin_do_date">' . hsc($row['date']) . '</td>';
188 $table .= hsc($row['msg']);
/plugin/acknowledge/admin/
H A Dreport.php116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
235 return '<a href="' . $url . '">' . hsc($user) . '</a>';
257 return '<a href="' . $url . '">' . hsc($page) . '</a>';
/plugin/struct/action/
H A Dedit.php132 $html .= '<legend>' . hsc($schema->getSchema()->getTranslatedLabel()) . '</legend>';
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
162 $hint = hsc($field->getColumn()->getTranslatedHint());
/plugin/data/syntax/
H A Dentry.php196 $class_name = hsc(sectionID($key, $class_names));
198 hsc($data['cols'][$key]['title']) .
295 msg(hsc($exception->getMessage()), -1);
431 hsc($vals['title']) . ':',
433 '<span title="' . hsc($vals['comment']) . '">' . hsc($vals['comment']) . '</span>'
584 hsc($vals['title']) . ':', $el,
585 '<span title="' . hsc($vals['comment'] ?? '') . '">' . hsc($vals['comment'] ?? '') . '</span>'
/plugin/layeranimation/syntax/
H A Danimation.php54 $option['height'] = hsc($item);
56 $option['class'] .= ' ' . hsc($item);

12345678910>>...19