Searched refs:htmlOutput (Results 1 – 4 of 4) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | BreadcrumbTag.php | 75 $htmlOutput = $tagAttributes->toHtmlEnterTag("nav"); 76 $htmlOutput .= '<ol class="breadcrumb">'; 88 $htmlOutput .= $lisHtmlOutput; 90 $htmlOutput .= '</ol>'; 91 $htmlOutput .= '</nav>'; 92 return $htmlOutput; 104 $htmlOutput = $tagAttributes->toHtmlEnterTag("span"); 121 $htmlOutput .= $lisHtmlOutput; 122 $htmlOutput .= '</span>'; 123 return $htmlOutput;
|
| H A D | BrandTag.php | 117 $htmlOutput = ""; 125 $htmlOutput .= $enterAnchor; 139 $htmlOutput .= Icon::createFromTagAttributes($iconAttributes) 150 $htmlOutput .= "The brand icon returns an error. Error: {$e->getMessage()}"; 159 $htmlOutput .= $enterAnchor; 172 $htmlOutput .= Site::getName(); 179 $htmlOutput .= "</a>"; 181 return $htmlOutput;
|
| /plugin/rplus/ |
| D | renderer.php | 275 $htmlOutput = '<ol class="breadcrumb rplus">' . PHP_EOL; 278 $htmlOutput .= '<li>' . PHP_EOL; 281 …$htmlOutput .= tpl_link(wl($page), '<span class="nicon_home" aria-hidden="true"></span>', 'title="… 282 $htmlOutput .= '</li>' . PHP_EOL; 307 $htmlOutput .= '<li>'; 309 …$htmlOutput .= tpl_link(wl($page), $linkContent, 'title="' . $pageTitle . '" class="navlink"', $re… 310 $htmlOutput .= '</li>' . PHP_EOL; 319 $htmlOutput .= '</li>' . PHP_EOL; 322 $htmlOutput .= '</ol>' . PHP_EOL; 323 return $htmlOutput;
|
| /plugin/tagfilter/syntax/ |
| D | filter.php | 220 $html = $this->htmlOutput($tagFilters, $allPageids, $preparedPages, $opt); 257 private function htmlOutput($tagFilters, $allPageids, $preparedPages, array $opt) function in syntax_plugin_tagfilter_filter
|