Home
last modified time | relevance | path

Searched refs:hsc (Results 301 – 325 of 472) sorted by path

1...<<111213141516171819

/plugin/phosphor/
H A Dphitem.php99 $renderer->doc .= '<p class="phhead">' . hsc($title) . '</p>';
/plugin/photogallery/
H A Dsyntax.php878 $ret .= '<h4>'.hsc($title).'</h4>';
884 $ret .= '<p>'.nl2br(hsc($desc)).'</p>';
890 $ret .= '<p>'.hsc($keywords).'</p>';
897 $ret .= '<p>'.hsc($img['file']).'</p>';
/plugin/phpipam/
H A Dsyntax.php1010 $_more[$_key][1] = hsc($infos[$_key]) ;
1353 $_more[$_key][1] = hsc($hash_in[$_key]) ;
1438 $_more['vendor'][1] = hsc($hash_in['vendor']) ;
1442 $_more['model'][1] = hsc($hash_in['model']) ;
1457 $_more[$_key][1] = hsc($hash_in[$_key]) ;
1572 hsc($hash_in['address'])) . '</span>' ;
1877 $_more['name'][1] = hsc($hash_in['name']) ;
1902 $_more[$_key][1] = hsc($hash_in[$_key]) ;
1988 $_more[$_key][1] = hsc($hash_in[$_key]) ;
2071 $_more['rd'][1] = hsc($hash_in['rd']) ;
[all …]
/plugin/podcast/action/
H A Dfeed.php127 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/podcast/blogtng-tpl/
H A Dlist.php57 …try->tpl_link(); ?>" class="wikilink1 blogtng_permalink" title="<?php echo hsc($entry->entry["titl…
/plugin/popupviewer/
H A Daction.php100 $title = hsc(tpl_img_getTag('IPTC.Headline'));
101 $caption = hsc(tpl_img_getTag('IPTC.Caption'));
/plugin/preservefilenames/
H A Daction_adorabelle.php65 $fakeId_escaped = hsc($fakeId);
82 echo '<a id="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
134 $fakeId_escaped = hsc($fakeId);
152 $name = hsc($file);
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);
H A Daction_anteater.php301 "\${1}" . hsc($filename) . '\2'
404 print '<h1 id="media__ns">:' . hsc($ns) . '</h1>' . NL;
/plugin/projects/lib/
H A Dtools.php5 function wiki_debug($name, $obj = "", $hsc = false) { argument
7 if ($hsc)
13 if ($hsc)
/plugin/prosemirror/parser/
H A DInternalLinkNode.php76 return hsc($heading);
79 return hsc($default);
81 return hsc($title);
/plugin/prosemirror/
H A Drenderer.php400 $node->attr('url', hsc($url));
/plugin/publish/action/
H A Dbanner.php107 printf('<span>%s</span>', hsc($note));
/plugin/pubmed2020/
H A Dsyntax.php106 return "<span class=\"$class\">".hsc(implode(", ",$refs[$id]))."</span>";
108 return "<span class=\"$class\">".hsc($refs[$id])."</span>";
346 $outputString = str_replace("%listgroup%", $lg, hsc($outputString));
/plugin/pureldap/classes/
H A DClient.php367 msg('[pureldap] ' . hsc($e->getMessage()), -1);
385 msg('[pureldap] ' . hsc($msg), -1);
402 msg('[pureldap] ' . hsc($msg) . ' at ' . $file . ':' . $line);
/plugin/purplenumbers/
H A Drenderer.php145 $this->doc .= hsc($filename);
/plugin/querychangelog/
H A Dadmin.php405 ptln(' &ndash; '.hsc($change['sum']));
/plugin/rack/
H A Dsyntax.php176 $item['linktitle'] = ' title="'.hsc($titlematch[1]). '"';
186 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…
/plugin/recommend/
H A Dadmin.php79 echo "<li>" . hsc($entry) . "</li>";
127 $form .= '<td>' . hsc($pattern) . '</td>';
128 $form .= '<td>' . hsc($user) . '</td>';
129 $form .= '<td>' . hsc($subject) . '</td>';
/plugin/redirect/
H A Dhelper.php71 msg(sprintf($this->getLang('redirected'), hsc($id)));
/plugin/redirect2/
H A Daction.php325 $title = hsc(p_get_metadata($id, 'title'));
327 $title = hsc(useHeading('navigation') ? p_get_first_heading($id) : $id);
H A Dadmin.php158 $html = hsc($id);
H A Dsyntax.php58 $link = '<a href="'.hsc($page).'" class="urlextern">'.hsc($page).'</a>';
/plugin/reflect/
H A Daction.php32 …) ? $this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg') …
/plugin/repo/
H A Dsyntax.php65 $base = hsc($data[0]);
66 $title = ($data[1] ? hsc($data[1]) : $base);
67 $path = hsc($_REQUEST['repo']);
234 $base .= hsc($dirs[$i]).'/';
236 hsc($dirs[$i]).'/</a>';
239 $renderer->doc .= hsc($dirs[$n-1]);

1...<<111213141516171819