| /template/icke/ |
| D | functions.php | 79 $link = '<li><div class="li">'; 80 $link .= "<a href=\"$url\" class=\"action admin\" rel=\"nofollow\" title=\"$text\">$text</a>"; 81 $link .= '</div></li>'; 82 return $link; 88 function icke_navi($link,$name='',$class='',$popup='',$active=false,$sep=false){ argument 97 if(!$name && $link) $name = p_get_first_heading($link); 98 if(!$class && $link) $class = 'qnav_'.str_replace(':','_',getNS($link)); 99 if($link) $link = ' href="'.wl($link).'"'; 103 $liHTML .= '<a class="qnav_item '.$class.'" '.$link.'>'.hsc($name).'</a>'; 152 $link = $id; [all …]
|
| D | IckeNavigation.php | 10 public $link; variable in IckeNavigationItem 15 function __construct($id, $link, $isNamespace) { argument 17 $this->link = $link; 20 $this->exists = page_exists($this->link); 59 $link = $this->replaceUserPlaceholder($id); 60 if ($link === false) continue; 62 resolve_pageid('',$link,$exists); // create full links 63 if (auth_quickaclcheck($link) < AUTH_READ) continue; 66 if (substr($link, -1) === ':') { 68 $link = $link . $conf['start']; [all …]
|
| /template/writers/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage,$title,$backTitle,$link=0,$wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage,$title,$link=0,$wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0,$wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type,$link=0,$wrapper=0) { argument 98 …getConf('discussionPage'),tpl_getLang('discussion'),tpl_getLang('back_to_article'),$link,$wrapper); 103 _tpl_userpage(tpl_getConf('userPage'),tpl_getLang('userpage'),$link,$wrapper); [all …]
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | anchor.css | 1 .link-primary { 2 color: var(--bs-link-color) 5 .link-primary:hover { 6 color: var(--bs-link-hover-color) 10 color: var(--bs-link-color) 14 color: var(--bs-link-hover-color) 18 color: var(--bs-link-color) 22 .anchorjs-link {
|
| /template/ad-hominem/css/ |
| H A D | links.less | 6 /* general link styles */ 7 a:link { 21 a.wikilink1:link, 25 a.wikilink2:link, 30 a.media:link, 37 a[href^='#'].wikilink1:link, 46 footer #ftInclude a.wikilink1:link, 54 body.darkmode a:link, body.darkmode a:visited { color: @ini_link_dark; } 55 body.darkmode a.wikilink1:link, body.darkmode a.wikilink1:visited { color: @ini_existing_dark; } 56 body.darkmode a.wikilink2:link, body.darkmode a.wikilink2:visited { color: @ini_missing_dark; } [all …]
|
| /template/strap/resources/snippet/js/ |
| H A D | combo-loader.js | 16 let link = document.createElement('link'); 17 link.rel = "stylesheet" 18 link.href = href; 19 link.integrity = integrity; 20 link.crossOrigin = "anonymous"; 21 link.classList.add(clazz); 23 head.appendChild(link); 24 link.addEventListener("load", callback);
|
| /template/apricot/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage,$title,$backTitle,$link=0,$wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage,$title,$link=0,$wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0,$wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type,$link=0,$wrapper=0) { argument 98 …getConf('discussionPage'),tpl_getLang('discussion'),tpl_getLang('back_to_article'),$link,$wrapper); 103 _tpl_userpage(tpl_getConf('userPage'),tpl_getLang('userpage'),$link,$wrapper); [all …]
|
| /template/bootie/css/ |
| D | _links.less | 14 .dokuwiki a.wikilink2:link, 24 /* any link to current page */ 29 /*____________ other link types ____________*/ 40 /* external link */ 42 background-image: url(../../images/external-link.png); 48 /* email link */ 54 /* link to some embedded media */ 57 /* interwiki link */ 61 /* RTL corrections; if link icons don't work as expected, remove the following lines */ 90 a:link, [all …]
|
| /template/aran/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/taratasy/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/starterpjax/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/grassstains/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/zenlike/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/ach/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 71 function _tpl_register($link=0, $wrapper=0) { argument 81 if ($link) 94 function _tpl_action($type, $link=0, $wrapper=0) { argument 98 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 103 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper); [all …]
|
| /template/benjamin/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 70 function _tpl_action($type, $link=0, $wrapper=0) { argument 74 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 79 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper);
|
| /template/cowboy/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 70 function _tpl_action($type, $link=0, $wrapper=0) { argument 74 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 79 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper);
|
| /template/m1/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 70 function _tpl_action($type, $link=0, $wrapper=0) { argument 74 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 79 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper);
|
| /template/plaintext/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument 30 if ($link) 35 if ($link) 49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument 57 if ($link) 70 function _tpl_action($type, $link=0, $wrapper=0) { argument 74 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper); 79 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper);
|
| /template/material/css/ |
| D | links.less | 3 a:link, 15 a.wikilink1:link, 24 a.wikilink2:link, 31 a.wikilink2:link, 39 /* any link to current page */ 53 /* external link */ 55 background-image: url(../../images/external-link.png); 61 /* email link */
|
| /template/pinboard/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|
| /template/chippedsnow/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|
| /template/graphy/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|
| /template/launch/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|
| /template/klean/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|
| /template/panoramacake/ |
| D | tpl_functions.php | 19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument 31 if ($link) { 40 if ($link) { 60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument 69 if ($link) { 88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument 92 …('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper, 1); 99 … $output = _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper, 1);
|