Searched refs:userlink (Results 1 – 16 of 16) sorted by relevance
| /plugin/authsmf20/ |
| D | style.css | 12 a.userlink { 18 div.dokuwiki .user > a.userlink { 22 a.userlink:hover, 23 a.userlink:active { 28 a.userlink.gender-male { 32 a.userlink.gender-female { 36 a.userlink.gender-unknown { 42 a.userlink:hover span.userlink-popup { 47 span.userlink-popup { 69 span.userlink-popup.top { [all …]
|
| D | action.php | 41 $userlink = '<a href="%s" class="interwiki iw_user" rel="nofollow" target="_blank">%s</a>'; 55 …$event->data['userlink'] = sprintf($userlink, $data['smf_user_profile'], $data['smf_user_realname'… 58 $event->data['userlink'] = sprintf($userlink, '#', $event->data['name']);
|
| /plugin/approve/helper/ |
| H A D | tpl.php | 50 … echo ' ' . $this->getLang('by') . ' ' . userlink($page_revision['approved_by'], true); 77 … echo ' ' . $this->getLang('by') . ' ' . userlink($page_revision['ready_for_approval_by'], true); 133 … echo ' | ' . $this->getLang('approver') . ': ' . userlink($page_metadata['approver'], true);
|
| /plugin/ireadit/action/ |
| H A D | ireadit.php | 62 echo '<li>' . userlink($reader['user']) . ' - ' . dformat($time) . '</li>'; 74 foreach ($not_read_userlinks as $userlink) { 75 echo '<li>' . $userlink . '</li>';
|
| /plugin/struct/types/ |
| H A D | User.php | 50 $name = userlink($value); 53 $name = userlink($value, true);
|
| /plugin/struct/helper/ |
| H A D | field.php | 119 return userlink($value, true); 144 $value = array_map(static fn($user) => userlink($user, true), $value);
|
| /plugin/include/syntax/ |
| H A D | footer.php | 96 $xhtml[] = '<span class="vcard author">' . userlink($author) . '</span>';
|
| /plugin/hidingip/ |
| D | action.php | 156 public function userlink(Doku_Event $event, $param) { function in action_plugin_hidingip
|
| /plugin/booking/ |
| D | action.php | 204 echo userlink($booking['user']);
|
| /plugin/autotweet2/ |
| D | action.php | 79 } else $message = str_replace('###EDITOR###', userlink(null, true), $message);
|
| /plugin/structpublish/action/ |
| H A D | banner.php | 110 '{user}' => userlink($rev->getUser()),
|
| /plugin/userhomepage/ |
| D | helper.php | 111 return '<li class="user">'.$lang['loggedinas'].' '.userlink().'</li>';
|
| D | action.php | 448 $this->userlink = $event->data['userlink'];
|
| /plugin/authorstats/ |
| D | action.php | 83 print "<h1>Pages[" . $type . "]: " . userlink($_REQUEST["name"], true) . "</h1>" . DOKU_LF;
|
| /plugin/elasticsearch/action/ |
| D | search.php | 481 …echo ' <span class="author">' . $this->getLang('author') . ' ' . userlink($doc['user']) . '</span>…
|
| /plugin/pagelist/ |
| D | helper.php | 700 $content = userlink($login_name);
|