Home
last modified time | relevance | path

Searched refs:hsc (Results 176 – 200 of 472) sorted by relevance

12345678910>>...19

/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/twofactortelegram/
H A Daction.php68 msg(hsc($info), 1);
70 msg(hsc($e->getMessage()), -1);
/plugin/bez/syntax/
H A Dstruct.php67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/struct/syntax/
H A Dlist.php
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);
/plugin/discussion/
H A Daction.php281 $comment['user']['id'] = 'test'.hsc($_REQUEST['user']);
282 $comment['user']['name'] = hsc($_REQUEST['name']);
283 $comment['user']['mail'] = hsc($_REQUEST['mail']);
286 … $comment['user']['address'] = ($this->getConf('addressfield')) ? hsc($_REQUEST['address']) : '';
427 $title = ($data['title'] ? hsc($data['title']) : $this->getLang('discussion'));
994 …url" id="discussion__comment_url" size="50" tabindex="3" value="<?php echo hsc($_REQUEST['url'])?>…
1046 echo hsc($_REQUEST['text']);
1404 $xhtml = hsc(trim($raw));
1432 $title = hsc($comments['title']);
1727 return hsc($url);
[all …]
H A Dconvert.php136 'name' => hsc($name),
137 'mail' => hsc($mail)),
/plugin/permissioninfo/
H A Dadmin.php107 ptln("<h2>".hsc($gname)."</h2>", 4);
129 …$lnk = '<a href="'.$url.'" title="'.hsc($u).'" '.(!empty($this->aclUserPermissions[$u_enc])?'clas…
130 ptln($lnk. hsc($this->users[$u]['name']) .'</a>', 6);
149 $head = sprintf($this->getLang('pi_permissionfor'), hsc($this->username));
/plugin/data-au/syntax/
H A Dentry.php175 $class_name = hsc(sectionID($key, $class_names));
176 …$ret .= '<dt class="' . $class_name . '">' . hsc($dataau['cols'][$key]['title']) . '<span class="s…
379 hsc($vals['title']) . ':',
381 … '<span title="' . hsc($vals['comment']) . '">' . hsc($vals['comment']) . '</span>'
/plugin/icalevents/
H A Dsyntax-impl.php132 hsc($params['dformat']),
133 hsc($params['tformat'])
360 $link['title'] = hsc($event->SUMMARY);
388 $error = 'could not read media file ' . hsc($source) . '. ';
395 $error = 'could not get ' . hsc($source) . ', HTTP status ' . $http->status . '. ';
/plugin/404manager/
H A Daction.php273 …s->message->addContent(sprintf($this->lang['message_redirected_by_redirect'], hsc($pageIdOrigin)));
278 …->message->addContent(sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrigin)));
283 …essage->addContent(sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdOrigin)));
288 …ssage->addContent(sprintf($this->lang['message_redirected_to_bestnamespace'], hsc($pageIdOrigin)));
293 …essage->addContent(sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdOrigin)));
/plugin/currentlyreading/
H A Dsyntax.php41 $pagename = hsc($pagename); // Clean up html entities.
97 $heading = hsc($this->getConf('alternative'));
/plugin/s5/
H A Drenderer.php73 <title>'.hsc($title).'</title>
97 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/twofactoraltemail/
H A Daction.php73 msg(hsc($info), 1);
75 msg(hsc($e->getMessage()), -1);
/plugin/popupviewer/
H A Daction.php100 $title = hsc(tpl_img_getTag('IPTC.Headline'));
101 $caption = hsc(tpl_img_getTag('IPTC.Caption'));
/plugin/iframeinterwiki/
H A Dsyntax.php106 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>';
122 $R->doc .= "<iframe $params>".hsc($alt).'</iframe>';
/plugin/statistics/
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/fileshare/syntax/
H A DFileshare.php187 …$html .= '<a href="filesharedownload.php?file=' . $value . '&something=' . hsc ( $dir ) . '">' . $…
197 …$html .= '<a href="filesharedownload.php?file=' . $value . '&something=' . hsc ( $dir ) . '">' . $…
225 $form->addHidden ( 'ns', hsc ( $ns ) );
/plugin/tagfilter/syntax/
H A Dfilter.php340 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
341 'data-label' => hsc(utf8_strtolower(trim($label))),
377 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
378 'data-label' => hsc(str_replace(' ', '_', utf8_strtolower(trim($label)))),
/plugin/translation2/
H A Daction.php110 …mg = '<img src="' . $this->flagimg($lang) . '" alt="' . hsc($lang) . '" title="' . hsc($lang)…
/plugin/struct/types/
H A DColor.php37 $R->doc .= '<div title="' . hsc($value) . '" style="background-color:' . hsc($value) . ';"
/plugin/confmanager/tpl/
H A DformControls.php2 … <input type="submit" value="<?php echo hsc($this->getLang('save')) ?>" class="button saveButton" >
H A DformStart.php6 <input type="hidden" name="configFile" value="<?php echo hsc($id) ?>" />
/plugin/tabinclude/
H A Dhelper.php127 $tabs[] = array('page'=>hsc($page),'title'=>hsc($title));
130 return array($state,$tabs,$init_page_idx,hsc(trim($class)));
308 $renderer->doc.=hsc($desc['abstract']);
/plugin/superacl/
H A Dscript.js83 hsc: function(str) { method in superacl
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);

12345678910>>...19