Lines Matching refs:class

191     $class = $INPUT->str('page');
192 if (!empty($class)) {
195 if (in_array($class, $pluginlist)) {
198 $plugin = plugin_load('admin', $class);
626 'class="action ' . $type . '" ' .
655 $class = '\\dokuwiki\\Menu\\Item\\' . ucfirst($type);
656 if (class_exists($class)) {
659 $item = new $class();
753 'class' => 'search',
809 $crumbs_sep = ' <span class="bcsep">' . $sep . '</span> ';
812 $out .= '<span class="bchead">' . $lang['breadcrumb'] . '</span>';
818 if ($i == $last) $out .= '<span class="curid">';
819 $out .= '<bdi>' . tpl_link(wl($id), hsc($name), 'class="breadcrumbs" title="' . $id . '"', true) . '</bdi>';
860 $out .= '<span class="bchead">' . $lang['youarehere'] . ' </span>';
863 $out .= '<span class="home">' . tpl_pagelink(':' . $conf['start'], null, true) . '</span>';
1219 $p['class'] = 'img_detail';
1476 echo '<h2 class="a11y">' . $lang['mediaselect'] . '</h2>' . NL;
1480 echo '<div class="panelHeader">' . NL;
1490 echo '<div class="panelContent">' . NL;
1545 echo '<div class="panelHeader"><h3>';
1547 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
1548 $class = 'select mediafile mf_' . $class;
1552 '<strong><a href="%s" class="%s" title="%s">%s</a></strong>',
1554 $class,
1566 echo '<div class="panelContent">' . NL;
1618 * @param bool $wrap wrap in div with class="license"?
1634 if ($wrap) $out .= '<div class="license">';
1645 $out .= '<bdi><a href="' . $lic['url'] . '" rel="license" class="urlextern"' . $target;
1693 dbg_deprecated(Subscribe::class . '::show()');
1864 echo '<div class="panel namespaces">' . NL;
1866 echo '<div class="panelHeader">';
1870 echo '<div class="panelContent" id="media__tree">' . NL;
1875 echo '<div class="panel filelist">' . NL;
1879 echo '<div class="panel file">' . NL;
1880 echo '<h2 class="a11y">' . $lang['media_file'] . '</h2>' . NL;