Home
last modified time | relevance | path

Searched refs:hsc (Results 276 – 300 of 472) sorted by path

1...<<111213141516171819

/plugin/newpagetemplate/
H A Dhelper.php100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
/plugin/nroff/
H A Drenderer.php839 $this->doc .= '<!--'.hsc($feed->error).'-->';
/plugin/nsexport/action/
H A Dexport.php75 . 'id="page__'.++$num.'" value="'.hsc($id).'" '
77 . hsc($id) . '</label></div></li>';
85 $caption = hsc($this->getLang('link'));
/plugin/oauth/
H A Dhelper.php128 msg('OAuth: ' . $friendly . ' ' . hsc($msg), -1);
131 $msg .= hsc($e->getTraceAsString());
/plugin/odt/action/
H A Dexport.php330 $msg = sprintf($this->getLang('forbidden'), hsc(join(', ', $skippedpages)));
/plugin/offline/
H A Drenderer.php77 <title>'.hsc($title).'</title>
/plugin/openlayersmap/syntax/
H A Dolmap.php167 $param .= is_numeric($val) ? "$key: $val, " : "$key: '" . hsc($val) . "', ";
680 return hsc($dms . $latPos);
714 return hsc($dms . $lonPos);
/plugin/openlayersmapoverlays/syntax/
H A Dmapillarylayer.php86 $data [$key] = hsc($val);
/plugin/orphanswanted/
H A Dhelper.php187 … . ($show_heading ? '<td>' . hsc(p_get_first_heading($id)) .'</td>' : '' );
/plugin/osm/
H A Dsyntax.php153 …return ml(hsc($this->getConf('map_service_url'))."?".implode('&', $query_params), array('cache' =>…
/plugin/outliner/
H A Dsyntax.php121 $renderer->doc .= '"><dt>'.hsc($title)."</dt><dd>\n";
/plugin/owncloud/
H A Dhelper.php317 …if($line[2] == DOKU_CHANGE_TYPE_MOVE) $extra = ' ('.$this->getLang('movedfrom').' '.hsc($line[6]).…
/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/pagehere/
H A Dsyntax.php40 $renderer->doc .= '<input name="id" type="hidden" value="' . hsc($ID) . '" />';
/plugin/pageimage/
H A Dhelper.php68 $ret .= ' width:'.hsc($width);
74 $ret .= ' height:'.hsc($height);
/plugin/pagelist/
H A Dhelper.php387 $this->header['image'] = hsc($this->pageimage->th('image'));
395 $this->header[$col] = hsc($this->getLang($col));
405 $this->header[$col] = hsc($this->$plugin->th($col, $class));
531 $title = hsc($this->page['title']);
649 $title .= ' title="' . hsc($this->page['title']) . '" alt="' . hsc($this->page['title']) . '"';
653 $title = hsc($this->page['title']);
720 return $this->printCell('desc', hsc($desc));
745 title="' . hsc($this->getLang('diff_title')) . '" alt="' . hsc(
[all...]
/plugin/pagenav/
H A Dsyntax.php138 'title' => $this->getLang($cmd) . ': ' . hsc($title),
/plugin/pageredirect/
H A Daction.php177 $title = hsc($use_heading ? p_get_first_heading($page) : $page);
H A Dsyntax.php157 $link = '<a href="' . hsc($page) . '" class="urlextern">' . hsc($page) . '</a>';
/plugin/pagetitle/
H A Dhelper.php118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
119 $out.= hsc($short_title).'</a>';
231 return hsc($page_title);
/plugin/panoview/
H A Dsyntax.php129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/parserarray/
H A Drenderer.php33 $this->doc .= hsc(ob_end_clean());
/plugin/patchpanel/
H A Dsyntax.php217 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…
/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/phosphor/
H A Dphblock.php102 …class="phwrapper"' . (!empty($data['phitemlist_width'])?' style="width:' . hsc($data['phwrapper_wi…
108 …lass="phitemlist"' . (!empty($data['phitemlist_width'])?' style="width:' . hsc($data['phitemlist_w…

1...<<111213141516171819