/plugin/confmanager/tpl/ |
H A D | showConfigTwoLineLeftImage.php | 16 <img src="<?php echo hsc($image) ?>" alt="" /> 20 value="<?php echo hsc($key) ?>" 26 <img src="<?php echo hsc($image) ?>" alt="" /> 31 value="<?php echo hsc($value) ?>" 51 alt="<?php echo hsc($helper->getLang('edit_icon_action_disabled')) ?>" 56 alt="<?php echo hsc($helper->getLang('edit_icon_action')) ?>" 57 title="<?php echo hsc($helper->getLang('edit_icon_action_tooltip')) ?>" /> 94 <?php echo hsc($helper->getLang('defaults_description')) ?> 109 <img src="<?php echo hsc($image) ?>" alt="" /> 111 <span class="default_key"><?php echo hsc($key) ?></span> [all …]
|
H A D | showConfigTwoLine.php | 20 value="<?php echo hsc($key) ?>" 28 name="values[<?php echo hsc($key) ?>]" 29 value="<?php echo hsc($value) ?>" 68 <?php echo hsc($helper->getLang('defaults_description')) ?> 81 <span class="default_key"><?php echo hsc($key); ?></span> 84 <span class="default_value"><?php echo hsc($value); ?></span>
|
H A D | disableButton.php | 4 alt="<?php echo hsc($helper->getLang('disable_action')) ?>" 5 title="<?php echo hsc($helper->getLang('disable_action_tooltip_disabled')) ?>" /> 12 alt="<?php echo hsc($helper->getLang('disable_action')) ?>" 13 title="<?php echo hsc($helper->getLang('disable_action_tooltip')) ?>"
|
H A D | showConfigSingleLine.php | 21 value="<?php echo hsc($config) ?>" 53 <?php echo hsc($helper->getLang('defaults_description')) ?> 65 … <div class="defaultValue" title="<?php echo hsc($helper->getLang('default_value_tooltip')) ?>"> 66 <span class="default_key"><?php echo hsc($item) ?></span>
|
/plugin/html2pdf/snorriheim/ |
H A D | detail.php | 24 <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> 40 <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1> 48 <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption', 62 if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>'; 65 if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>'; 68 if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>'; 71 if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>'; 74 if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>'; 77 if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>'; 80 if($t) print '<dt>'.$lang['img_keywords'].':</dt><dd>'.hsc($t).'</dd>';
|
/plugin/ruby/ |
H A D | syntax.php | 62 $renderer->doc .= '<rb>'.hsc($data[0]).'</rb>'; 63 $renderer->doc .= isset($rp[0]) ? '<rp>'.hsc($rp[0]).'</rp>' : ''; 64 $renderer->doc .= '<rt>'.hsc($data[1]).'</rt>'; 65 $renderer->doc .= isset($rp[1]) ? '<rp>'.hsc($rp[1]).'</rp>' : ''; 70 …if ($renderer->capture) $renderer->doc .= hsc($data[0]) . hsc($rp[0]) . hsc($data[1]) . hsc($rp[1]…
|
/plugin/superacl/ |
H A D | admin.php | 298 printf($this->getLang('p_choose_id'),hsc($ID)); 393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names)); 395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names)); 399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names)); 401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names)); 582 echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']'); 586 echo '<input type="checkbox" name="del['.hsc($where).']" value="'.hsc($who).'" />'; 773 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL; 775 … echo ' <option value="'.hsc($ug).'" class="acluser"'.$sel.'>'.hsc($ug).'</option>'.NL; 789 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL; [all …]
|
/plugin/davcard/syntax/ |
H A D | card.php | 142 ….hsc($contactdata['uri']).'" data-davcardid="'.$data['id'].'" data-write="'.hsc($contactdata['writ… 153 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>'; 156 … $R->doc .= '<span class="street-address">'.hsc($dat['address'][2]).'</span><br>'; 160 $R->doc .= '<span class="postal-code">'.hsc($dat['address'][5]).' </span>'; 164 $R->doc .= '<span class="locality">'.hsc($dat['address'][3]).'</span><br>'; 169 $R->doc .= '<span class="country-name">'.hsc($dat['address'][6]).'</span>'; 183 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>'; 184 $R->doc .= hsc($dat['number']).'<br>'; 193 $R->doc .= '<span class="email">'.hsc($dat['mail']).'</span><br>';
|
H A D | book.php | 192 …-davcardid="'.$id.'" data-davcarduri="'.hsc($entry['uri']).'" data-write="'.($write ? 'true' : 'fa… 202 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>'; 205 … $R->doc .= '<span class="street-address">'.hsc($dat['address'][2]).'</span><br>'; 209 … $R->doc .= '<span class="postal-code">'.hsc($dat['address'][5]).' </span>'; 213 … $R->doc .= '<span class="locality">'.hsc($dat['address'][3]).'</span><br>'; 218 … $R->doc .= '<span class="country-name">'.hsc($dat['address'][6]).'</span>'; 233 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>'; 234 $R->doc .= hsc($dat['number']).'<br>'; 243 $R->doc .= '<span class="email">'.hsc($dat['mail']).'</span><br>'; 254 …$R->doc .= '<option value="'.hsc($addrbk['id']).'" data-write="'.hsc($addrbk['write']).'">'.hsc($a…
|
/plugin/authsmf20/ |
H A D | action.php | 79 …($userinfo['smf_user_gender'] ? ' gender-' . hsc($userinfo['smf_user_gender']) : ' gender-unknown'… 80 hsc($userinfo['smf_user_realname']); 98 …$result .= '<img src="' . $userinfo['smf_user_avatar'] . '" alt="' . hsc($userinfo['smf_user_realn… 100 $result .= '<span><strong>' . hsc($userinfo['smf_user_realname']) . '</strong>'; 104 … $result .= '<span class="userlink-' . hsc($field) . '">' . hsc($userinfo[$field]) . '</span>'; 114 return hsc($userinfo['smf_user_realname']);
|
/plugin/html5video2/syntax/ |
H A D | video.php | 176 …$obj = '<video id="'.hsc($this->getConf('videoPlayerIDText')).'' . $counter . '" class="video-js v… 179 ' controls preload="'.hsc($this->getConf('VideoPreload')). 180 '" '.($poster? 'poster="'.hsc(''.ml($poster)).'" ':''). 181 …' data-setup=\'{"techOrder": ["'.hsc($this->getConf('preferedVideoTechnologie')).'", "'.hsc($this-… 184 …$obj .= '<source src="' . ml($src) . '" type="'.hsc($this->getConf('html5VideoType')).'" /></video… 189 … $obj .= '<div class="vjs-alternatetext"><img src="' . ml($poster) . '" alt="' . hsc($alt) . '" '. 195 $obj .= '<div class="vjs-alternatetext">' . hsc($alt) . '</div>'; 198 …$obj .= '<div class="vjs-alternatetext">' . hsc($this->getConf('standardAlternateTextPrint')) . '<…
|
/plugin/sync/ |
H A D | admin.php | 227 echo '<input type="hidden" name="no" value="'.hsc($no).'" />'; 230 echo '<p>'.$this->getLang('remotever').' '.hsc($version).'</p>'; 257 if($opts['user']) echo hsc($opts['user']).'@'; 258 echo hsc($srv['host']); 259 if($opts['ns']) echo ':'.hsc($opts['ns']); 281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />'; 378 echo '<li class="'.hsc($class).'"><div class="li">'; 379 echo hsc($msg); 577 echo '<td class="sync__file">'.hsc($id).'</td>'; 714 echo $this->getLang('pullfail').' '.hsc($id).' '; [all …]
|
/plugin/dig/ |
H A D | syntax.php | 84 $R->doc .= '<td align="right">'.hsc($domain).'</td>'; 85 $R->doc .= '<td>'.hsc($ip).'</td>'; 86 $R->doc .= '<td align="center">'.hsc($type).'</td>'; 87 $R->doc .= '<td>'.hsc($ttl).'</td>'; 88 $R->doc .= '<td>'.hsc($soa).'</td>'; 89 $R->doc .= '<td>'.hsc($mx).'</td>'; 90 $R->doc .= '<td>'.hsc($comment).'</td>';
|
/plugin/approve/ |
H A D | admin.php | 121 echo '<td>' . hsc($namespace) . '</td>'; 124 echo '<td>' . hsc($user['name']) . '</td>'; 126 echo '<td>' . hsc($approver) . '</td>'; 141 echo '<option value="@' . hsc($group) . '">' . '@' . hsc($group) . '</option>'; 145 echo '<option value="' . hsc($login) . '">' . hsc($data['name']) . '</option>';
|
/plugin/strata/helper/ |
H A D | syntax.php | 985 … $this->emitError($lineNode, 'error_property_weirdgroupline', hsc($tree['tag']), hsc($line)); 990 …$this->emitError($group, 'error_property_unknowngroup', hsc($trees[0]['tag']), hsc($group['tag'])); 1016 return '\'<code title="' . hsc($title) . '">' . hsc($n) . '</code>\''; 1018 …$this->emitError($region, 'error_property_unknownproperty', hsc($group), hsc($variable), $property… 1021 $this->emitError($region, 'error_property_multi', hsc($group), hsc($variable)); 1034 … $this->emitError($region, 'error_property_notmulti', hsc($group), hsc($variable), $minOccur); 1041 …$this->emitError($region, 'error_property_occur', hsc($group), hsc($variable), $minOccur, count($v… 1053 … $choicesInfo[] = '\'<code title="' . hsc($title) . '">' . hsc($c[0]) . '</code>\''; 1067 …$this->emitError($region, 'error_property_invalidchoice', hsc($group), hsc($variable), hsc($v), im… 1077 …$this->emitError($region, 'error_property_patterndesc', hsc($group), hsc($variable), hsc($v), $p['… [all …]
|
/plugin/custombuttons/ |
H A D | admin.php | 121 echo '<td>'.hsc($button['label']).'</td>' 122 .'<td>'.hsc($button['code']).'</td>'; 128 echo '<td>'.$icon.hsc($button['label']).'</td>' 129 … .'<td>'.hsc($button['pretag']).hsc($button['code']).hsc($button['posttag']).'</td>'; 155 $file = hsc(basename($file));
|
/plugin/select/ |
H A D | syntax.php | 43 $s .= '<option selected>'.hsc($title).'</option>'.NL; 79 $s .= '<option value="'.hsc($url).'">'.hsc($name).'</option>'.NL; 81 $link_items[] = '<a href="'.hsc($url).'" title="'.hsc($name).'">'.hsc($name).'</a>';
|
/plugin/datepicker/ |
H A D | syntax.php | 92 $empty = hsc($this->getConf('emptyStringWeek')); 96 $empty = hsc($this->getConf('emptyStringDate')); 113 $renderer->doc .= hsc($opt['date']); 118 $renderer->doc .= hsc($opt['date'])."</span><br>"; 123 $renderer->doc .= hsc($opt['date'])."</span>"; 129 $renderer->doc .= hsc($opt['date']); 133 $renderer->doc .= hsc($opt['date']);
|
/plugin/davcal/syntax/ |
H A D | table.php | 222 $R->doc .= $data['onlystart'] ? hsc($this->getLang('at')) : hsc($this->getLang('from')); 227 $R->doc .= hsc($this->getLang('to')); 231 $R->doc .= hsc($this->getLang('title')); 236 $R->doc .= hsc($this->getLang('location')); 242 $R->doc .= hsc($this->getLang('calendar')); 246 $R->doc .= hsc($this->getLang('description')); 280 $R->doc .= hsc($event['title']); 285 $R->doc .= hsc($event['location']); 291 $R->doc .= hsc($event['calendarname']); 295 $R->doc .= hsc($event['description']);
|
/plugin/fancysearch/ |
H A D | action.php | 39 …echo '<option value="'.hsc($ns).'"'.($cur_val === $ns ? ' selected="selected"' : '').'>'.hsc($ns).… 46 … echo '<li class="fancysearch_ns_'.hsc($class).'">'.hsc($this->translatedNamespace($ns)).'</li>'; 53 … id="fancysearch__input" type="text" name="id" autocomplete="off" value="'.hsc(preg_replace('/ ?@\…
|
/plugin/cookielaw/ |
H A D | action.php | 47 echo hsc($this->getLang('information')); 48 echo '<button>' . hsc($this->getLang('consent')) . '</button>'; 49 …echo '<a href="' . hsc($this->getLang('details_url')) . '" target="_blank">' . hsc($this->getLang(…
|
/plugin/docsearch/action/ |
H A D | search.php | 54 echo '<h2>' . hsc($this->getLang('title')) . '</h2>'; 65 echo '<a href="' . ml($id) . '" title="" class="wikilink1">' . hsc($id) . '</a>: '; 66 … echo '<span class="search_cnt">' . hsc($data['hits']) . ' ' . hsc($lang['hits']) . '</span>'; 69 echo ', ' . hsc($this->getLang('usage')) . ' ';
|
/plugin/dwtimeline/syntax/ |
H A D | dwtimeline.php | 104 $datapoint = hsc(substr(trim($opttitle[1],' "'),0,4)); 112 …$data[$opttitle[0]] = self::checkValues(hsc(trim($opttitle[1],' "')),array('horz', 'vert') , self:… 115 if(!self::isValidColor(hsc(trim($opttitle[1],' "')))) { break;} 116 … $data['style'] .= 'background-color:' . self::isValidColor(hsc(trim($opttitle[1],' "'))) . '; '; 122 $data[$opttitle[0]] = hsc(trim($opttitle[1],' "')); 146 return hsc(substr($link,0,strpos($link,'|')));
|
/plugin/geotag/syntax/ |
H A D | geotag.php | 96 hsc(trim(substr($lat [0], 4))), 97 hsc(trim(substr($lon [0], 4))), 98 hsc(trim(substr(($alt[0] ?? ''), 4))), 100 hsc(trim(substr(($region[0] ?? ''), 7))), 101 hsc(trim(substr(($placename[0] ?? ''), 10))), 102 hsc(trim(substr(($country [0] ?? ''), 8))), 103 hsc($showlocation), 224 return hsc($dms . $latPos); 257 return hsc($dms . $lonPos);
|
/plugin/badbehaviour/ |
H A D | admin.php | 114 $ip,$resp['log'],$resp['explanation'],hsc($key)); 126 echo '<td>'.hsc($fields[1]).'</td>'; 127 echo '<td>'.hsc($fields[2]).'</td>'; 128 echo '<td>'.hsc($fields[3]).'</td>'; 129 echo '<td>'.hsc($fields[4]).'</td>'; 130 echo '<td>'.hsc($fields[5]).'</td>'; 147 … echo '<input type="text" id="key__lookup" name="lookup" value="'.hsc($_REQUEST['lookup']).'" />';
|