Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 112) sorted by last modified time

12345

/template/sprintdoc/css/
H A Darea_nav-metabox.less146 .prefix {
H A Darea_nav-page-attributes.less
H A Dbase_mixins.less150 .prefix {
188 .btn-prefix(@margin-top:.3rem) {
/template/sprintdoc/
H A Dstyle.ini132 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/kiwiki/
H A Dstyle.ini51 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/wikipraktik/
H A Dstyle.ini44 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/ad-hominem/
H A Dstyle.ini50 ; (with surrounding underscores removed, and the prefix @ini_ added)
H A Dmy_template.php277 * @param string $prefix inserted before each line
281 function my_breadcrumbs($prefix = '') { argument
291 echo $prefix . "<nav id=\"navBreadCrumbs\">\n";
292 echo $prefix . "\t<h4>" . $lang['breadcrumb'] . "</h4>\n";
293 echo $prefix . "\t<ol reversed>\n";
299 echo $prefix . "\t\t<li" . ($i == $last ? ' class="current"' : '') . '><bdi>' . tpl_link(wl($id), hsc($name), '', true) . "</bdi></li>\n";
301 echo $prefix . "\t</ol>\n";
302 echo $prefix . "</nav>\n";
316 * @param string $prefix to be added before each line
319 function my_youarehere($prefix argument
384 my_userinfo($prefix = '') global() argument
420 my_toc($prefix = '') global() argument
501 my_lastchange($prefix = '') global() argument
528 my_img_meta($prefix = '') global() argument
604 my_cookiebanner($prefix = '') global() argument
[all...]
/template/mikio/
H A DREADME.md96 - `breadcrumbPrefix` : enable changing the breadcrumb prefix
97 - `breadcrumbPrefixText` : text to set the breadcrumb prefix. Requires `breadcrumbPrefix` to be enabled
103 - `youareherePrefix` : enable changing the you are here prefix
104 - `youareherePrefixText` : text to set the you are here prefix. Requires `you are herePrefix` to be enabled
161 - `breadcrumb-prefix` breadcrumb prefix
H A Dmikio.php881 * @param string $prefix Sidebar prefix to use when searching.
884 public function sidebarExists(string $prefix = '')
888 if (strcasecmp($prefix, 'left') === 0) {
889 $prefix = '';
892 return $this->pageExists($conf['sidebar' . $prefix]);
899 * @param string $prefix Sidebar prefix to use when searching.
904 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
909 $confPrefix = preg_replace('/[^a-zA-Z0-9]/', '', ucwords($prefix));
916 sidebarExists(string $prefix = '') global() argument
936 includeSidebar(string $prefix = '', bool $print = true, bool $parse = true) global() argument
[all...]
/template/launch/
H A Dstyle.ini54 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/varicolored/
H A Dstyle.ini51 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/cleanresurrected/
H A Dstyle.ini50 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/panoramacake/
H A Dstyle.ini54 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/tilus/
H A Dstyle.ini50 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/darkwood/
H A Dstyle.ini52 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/cutopillar/
H A Dstyle.ini59 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/basical/
H A Dstyle.ini52 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/tripillar/
H A Dstyle.ini48 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/typowiki/typowiki/
H A Dstyle.ini44 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/mindthedark/
H A Dstyle.ini53 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/peanutbutter/
H A Dstyle.ini48 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/bulma/
H A Dstyle.ini62 ; (with surrounding underscores removed, and the prefix @ini_ added)
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php28 abstract protected function formatTemplate(Profile $profile, $prefix); argument
30 abstract protected function formatNonTemplate(Profile $profile, $prefix); argument
34 private function dumpProfile(Profile $profile, $prefix = '', $sibling = false): string argument
41 $start = $this->formatTemplate($profile, $prefix);
43 $start = $this->formatNonTemplate($profile, $prefix);
45 $prefix .= $sibling ? '│ ' : ' ';
58 $str .= $this->dumpProfile($p, $prefix, $i + 1 !== $nCount);
H A DHtmlDumper.php33 protected function formatTemplate(Profile $profile, $prefix) argument
35 …return sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['templat…
38 protected function formatNonTemplate(Profile $profile, $prefix) argument
40 …return sprintf('%s└ %s::%s(<span style="background-color: %s">%s</span>)', $prefix, $profile->getT…

12345