Home
last modified time | relevance | path

Searched refs:hsc (Results 26 – 50 of 472) sorted by relevance

12345678910>>...19

/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php21 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/bureaucracyau/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
74 hsc($args[1])), -1);
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
/plugin/bureaucracy-au/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
74 hsc($args[1])), -1);
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
/plugin/bureaucracy/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
74 hsc($args[1])), -1);
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
/plugin/strata/driver/
H A Ddriver.php97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
208 msg(sprintf($this->util->getLang('driver_prepare_failed'),hsc($query), hsc($error[2])),-1);
232 msg(sprintf($this->utiutil->getLang('driver_query_failed'), $message, hsc($query), hsc($error[2])),-1);
/plugin/unblink/
H A Dsyntax.php80 $R->doc .= hsc($title);
83 $R->doc .= '<img src="'.hsc($img).'" class="medialeft" width="64" height="64" alt="" />';
84 $R->doc .= '<b>'.hsc($uinfo['name']).'</b><br />';
85 if($uinfo['name'] != $login) $R->doc .= '<i>'.hsc($login).'</i><br />';
87 $R->doc .= hsc($uinfo['location']);
/plugin/upgrade/
H A Dhelper.php76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
194 hsc(file_get_contents($this->tgzdir . '/VERSION')),
250 $this->log('info', $this->getLang('rm_mismatch'), hsc($line));
258 $this->log('info', $this->getLang('rm_done'), hsc($line));
260 $this->log('error', $this->getLang('rm_fail'), hsc($line));
319 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/$file"));
339 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/$file"));
342 $this->log('info', $this->getLang('tv_upd'), hsc("$dir/$file"));
349 $this->log('error', '<b>' . $this->getLang('tv_nodel') . '</b>', hsc("$dir/$file"));
354 $this->log('error', '<b>' . $this->getLang('tv_nocopy') . '</b>', hsc("
[all...]
/plugin/geonav/tpl/startermap/
H A Ddetail.php21 <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
38 <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1>
44 <h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
69 echo hsc($value);
/plugin/blogtng/entities/
H A DComment.php146 echo '<a href="'.hsc($this->web).'" class="fn nickname">';
147 echo hsc($this->name);
151 echo hsc($this->name);
161 echo hsc($this->name);
168 echo hsc($this->type);
175 echo hsc($this->mail);
182 echo hsc($this->web);
191 echo hsc(dformat($this->created,$fmt));
/plugin/struct/meta/
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/autlogin/
H A Dscript.js31 hsc: function(str) { method in acl
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
103 frm.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
109 frm2.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
111 frm2.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
117 frm3.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
119 frm3.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
/plugin/jukebox/
H A Dlist.php57 echo ' <creator>'.hsc($info['comments']['artist'][0]).'</creator>'.NL;
59 echo ' <title>'.hsc($info['comments']['title'][0]).'</title>'.NL;
61 echo ' <duration>'.hsc($info['comments']['length'][0]*1000).'</duration>'.NL;
65 echo ' <annotation>'.hsc(noNS($file['id'])).'</annotation>'.NL;
/plugin/namespacesearch/
H A Dhelper.php22 $QUERY = hsc(preg_replace('/ ?@\S+/','',$QUERY));
31 $namespaceSelect = '<input name="namespace" value="'.hsc($ns).'" type="hidden"/>';
36 …$namespaceSelect .= '<option class="namespacesearch_ns_'.hsc($class).'" value="'.hsc($ns).'"'.($cu…
/plugin/explain/
H A Dsyntax.php120 $renderer->doc .= hsc($data['content']);
126 $renderer->doc .= ' href="' . hsc($data['target']) . '"';
128 $renderer->doc .= '>' . hsc($data['content']);
130 $renderer->doc .= '<span class="tooltip">'.hsc($data['desc']).'</span>';
137 $renderer->doc .= hsc($data['content']);
/plugin/owncloud/tpl/
H A Ddetail.php24 <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
47 … <div class="pageId"><span><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG)); ?></span></div>
65 if(!$isDir) echo nl2br(hsc(tpl_img_getTag('simple.title')));
66 else echo nl2br(hsc('/'.$path));
115 echo hsc($value);
/plugin/dokutranslate/
H A Dadmin.php240 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
253 …echo '<input type="text" name="modgroup" class="edit" value="'.hsc(isset($this->acl[$ns]) ? $this-…
332 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
348 echo '<span class="dokutranslatens">'.hsc($where).'</span>';
352 echo '<span class="dokutranslategroup">'.hsc($who).'</span>';
356 echo '<input type="hidden" name="acl['.hsc($where).']" value="'.hsc($who).'" />';
357 echo '<input type="checkbox" name="del[]" value="'.hsc($where).'" />';
/plugin/translation3/
H A Dhelper.php145 $lc = hsc($name);
243 $linktitle = hsc($name);
246 …ption value="'.$link.'"'.$sel.' class="'.$class.'" title="'.$linktitle.'">'.hsc($name).'</option>';
307 $linktitle = hsc($name);
319 …if (($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0 && $this->getConf('flags')…
345 if ($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0){
346 …$out .= '<img src="'.DOKU_URL.'lib/plugins/translation/flags/'.$langflag[hsc($name)].'" alt='.$lin…
365 $out .= html_wikilink($link,hsc($name));
/plugin/virtualgroup/
H A Dadmin.php209 echo '<h1>' . hsc($this->getLang('menu')) . '</h1>';
263 echo ' <th class="user">' . hsc($this->getLang('user')) . '</th>';
264 echo ' <th class="grp">' . hsc($this->getLang('grps')) . '</th>';
270 echo ' <td>' . hsc($user) . '</td>';
271 echo ' <td>' . hsc(implode(', ', $groups)) . '</td>';
307 echo ' <th class="grp">' . hsc($this->getLang('grp')) . '</th>';
308 echo ' <th class="user">' . hsc($this->getLang('users')) . '</th>';
314 echo ' <td>' . hsc($group) . '</td>';
315 echo ' <td>' . hsc(implode(', ', $users)) . '</td>';
/plugin/google_cal/
H A Dsyntax.php55 return array('wiki', hsc(trim("$url")), hsc(trim($alt)), hsc(trim($w)), hsc(trim($h)));
/plugin/struct/types/
H A DDropdown.php49 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
83 $html .= "<option $selected value=\"" . hsc($raw) . "\">" . hsc($opt) . '</option>';
/plugin/labeled/
H A Dadmin_tpl.php7 <input type="hidden" name="id" value="<?php echo hsc($ID)?>" />
8 <input type="hidden" name="sectok" value="<?php echo hsc(getSecurityToken())?>" />
25 <?php $label = hsc($label); ?>
/plugin/farmer/admin/
H A Dsetup.php45 $errors[] = sprintf($this->getLang('farmdir_in_dokuwiki'), hsc($farmdir), hsc(DOKU_INC));
47 $errors[] = sprintf($this->getLang('farmdir_uncreatable'), hsc($farmdir));
49 $errors[] = sprintf($this->getLang('farmdir_unwritable'), hsc($farmdir));
51 $errors[] = sprintf($this->getLang('farmdir_notEmpty'), hsc($farmdir));
/plugin/tplinc/
H A Dadmin.php112 … echo '<td><input type="text" name="a[x' . $row . '][0]" value="' . hsc($pattern) . '" /></td>';
113 echo '<td><input type="text" name="a[x' . $row . '][1]" value="' . hsc($page) . '" /></td>';
145 echo '<option value="' . hsc($location) . '" ' . $selected . '>';
146 echo hsc($label);
/plugin/cli/
H A Dsyntax.php290 $this->genhtml .= '<span class="cli_prompt">' . hsc($line[0]) . "</span>";
292 $this->genhtml .= '<span class="cli_command">' . hsc($line[1]) . "</span>";
294 $this->genhtml .= '<span class="cli_comment">' . hsc($line[2]) . "</span>";
296 $this->genhtml .= '<span class="cli_output">' . hsc($line) . "</span>";
482 … msg( 'In &lt;cli ...>, ignored malformed text «'.hsc($tok).'».', 2, '', '', MSG_USERS_ONLY );
486 msg( "line <pre>«".hsc($str)."»</pre>parsed as :<pre>".hsc(print_r($toks,1))."</pre>" );
506 msg('_parseparams calling _tokenize("'.hsc($str).'")', 1);
518 …msg( 'In &lt;cli ...>, value «'.hsc($toks[$i+2]).'» override previously defined '.hsc($key).' «'.
523 …msg( 'Error, unknown attribute «' . hsc($toks[$i]) . '» in &lt;cli> parametre', -1, '', '', MSG_US…
/plugin/elwikiupgrade/
H A Dadmin.php241 $this->_warn($this->getLang('vs_tgzno').' '.hsc($http->error));
360 hsc(file_get_contents($this->tgzdir.'/VERSION')),
415 self::_say($this->getLang('rm_mismatch'), hsc($line));
422 self::_say($this->getLang('rm_done'), hsc($line));
424 $this->_warn($this->getLang('rm_fail'), hsc($line));
460 … $this->_warn('<b>'.$this->getLang('tv_noperm').'</b>', hsc("$dir/$file"));
480 … $this->_warn('<b>'.$this->getLang('tv_noperm').'</b>', hsc("$dir/$file"));
483 self::_say($this->getLang('tv_upd'), hsc("$dir/$file"));
490 … $this->_warn('<b>'.$this->getLang('tv_nodel').'</b>', hsc("$dir/$file"));
498 self::_say($this->getLang('tv_done'), hsc("$dir/$file"));
[all …]

12345678910>>...19