/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/ |
H A D | class.ilForumExportGUI.php | 215 $authorinfo = new ilForumAuthorInformation( 273 $authorinfo = new ilForumAuthorInformation( 280 if ($authorinfo->hasSuffix()) { 281 if (!$authorinfo->isDeleted()) { 282 $tpl->setVariable('USR_NAME', $authorinfo->getAlias()); 284 $tpl->setVariable('AUTHOR', $authorinfo->getSuffix()); 309 $tpl->setVariable('USR_IMAGE', $authorinfo->getProfilePicture()); 311 if ($authorinfo->getAuthor()->getGender() == 'f') { 313 } elseif ($authorinfo->getAuthor()->getGender() == 'm') { 315 } elseif ($authorinfo->getAuthor()->getGender() == 'n') { [all …]
|
H A D | class.ilObjForumNotificationDataProvider.php | 223 $authorinfo = new ilForumAuthorInformation( 231 $this->post_user_name = $this->getPublicUserInformation($authorinfo); 243 $authorinfo = new ilForumAuthorInformation( 251 $this->update_user_name = $this->getPublicUserInformation($authorinfo); 264 * @param ilForumAuthorInformation $authorinfo 267 public function getPublicUserInformation(ilForumAuthorInformation $authorinfo) argument 269 if ($authorinfo->hasSuffix()) { 270 $public_name = $authorinfo->getAuthorName(); 272 $public_name = $authorinfo->getAuthorShortName(); 274 if ($authorinfo->getAuthorName() && !$this->isAnonymized()) { [all …]
|
H A D | class.ilForumCronNotificationDataProvider.php | 472 * @param ilForumAuthorInformation $authorinfo 475 public function getPublicUserInformation(ilForumAuthorInformation $authorinfo) argument 477 $publicName = $authorinfo->getAuthorShortName(); 479 if ($authorinfo->hasSuffix()) { 480 $publicName = $authorinfo->getAuthorName(); 481 } elseif ($authorinfo->getAuthorName() && !$this->isAnonymized()) { 482 $publicName = $authorinfo->getAuthorName();
|
H A D | class.ilObjForumListGUI.php | 146 $authorinfo = new ilForumAuthorInformation( 157 $lpCont .= $authorinfo->getLinkedAuthorName();
|
H A D | class.ilForumTopicTableGUI.php | 270 $authorinfo = new ilForumAuthorInformation( 280 $this->tpl->setVariable('VAL_AUTHOR', $authorinfo->getLinkedAuthorName()); 302 $authorinfo = new ilForumAuthorInformation( 315 …'<div class="ilWhiteSpaceNowrap">' . $this->lng->txt('from') . ' ' . $authorinfo->getLinkedAuthorN…
|
H A D | class.ilObjForumGUI.php | 704 $authorinfo = new ilForumAuthorInformation( 716 if ($authorinfo->hasSuffix()) { 754 $authorinfo = new ilForumAuthorInformation( 768 …if ($authorinfo->getAuthorName(true) && !$this->objProperties->isAnonymized() && !$authorinfo->has… 924 $authorinfo = new ilForumAuthorInformation( 936 if ($authorinfo->hasSuffix()) { 938 if (!$authorinfo->isDeleted()) { 951 if ($authorinfo->getAuthor()->getGender() == 'f') { 978 $authorinfo = new ilForumAuthorInformation( 992 …if ($authorinfo->getAuthorName(true) && !$this->objProperties->isAnonymized() && !$authorinfo->has… [all …]
|
H A D | class.ilForumExplorerGUI.php | 185 $authorinfo = $this->getAuthorInformationByNode($a_node); 189 $tpl->setVariable('AUTHOR', $authorinfo->getAuthorShortName());
|
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/ |
H A D | class.ilForumExportGUI.php | 175 $authorinfo = new ilForumAuthorInformation( 182 if ($authorinfo->hasSuffix()) { 183 if (!$authorinfo->isDeleted()) { 184 $tpl->setVariable('USR_NAME', $authorinfo->getAlias()); 186 $tpl->setVariable('AUTHOR', $authorinfo->getSuffix()); 215 if ($authorinfo->getAuthor()->getId() && ilForum::_isModerator( 219 if ($authorinfo->getAuthor()->getGender() == 'f') { 222 if ($authorinfo->getAuthor()->getGender() == 'm') { 225 if ($authorinfo->getAuthor()->getGender() == 'n') { 241 $authorinfo = new ilForumAuthorInformation( [all …]
|
H A D | class.ilObjForumNotificationDataProvider.php | 223 $authorinfo = new ilForumAuthorInformation( 231 $this->post_user_name = $this->getPublicUserInformation($authorinfo); 243 $authorinfo = new ilForumAuthorInformation( 251 $this->update_user_name = $this->getPublicUserInformation($authorinfo); 264 * @param ilForumAuthorInformation $authorinfo 267 public function getPublicUserInformation(ilForumAuthorInformation $authorinfo) argument 269 if ($authorinfo->hasSuffix()) { 270 $public_name = $authorinfo->getAuthorName(); 272 $public_name = $authorinfo->getAuthorShortName(); 274 if ($authorinfo->getAuthorName() && !$this->isAnonymized()) { [all …]
|
H A D | class.ilForumCronNotificationDataProvider.php | 465 * @param ilForumAuthorInformation $authorinfo 468 public function getPublicUserInformation(ilForumAuthorInformation $authorinfo) argument 470 $publicName = $authorinfo->getAuthorShortName(); 472 if ($authorinfo->hasSuffix()) { 473 $publicName = $authorinfo->getAuthorName(); 474 } elseif ($authorinfo->getAuthorName() && !$this->isAnonymized()) { 475 $publicName = $authorinfo->getAuthorName();
|
H A D | class.ilObjForumListGUI.php | 146 $authorinfo = new ilForumAuthorInformation( 157 $lpCont .= $authorinfo->getLinkedAuthorName();
|
H A D | class.ilForumTopicTableGUI.php | 272 $authorinfo = new ilForumAuthorInformation( 282 $this->tpl->setVariable('VAL_AUTHOR', $authorinfo->getLinkedAuthorName()); 304 $authorinfo = new ilForumAuthorInformation( 317 …'<div class="ilWhiteSpaceNowrap">' . $this->lng->txt('from') . ' ' . $authorinfo->getLinkedAuthorN…
|
H A D | class.ilObjForumGUI.php | 838 $authorinfo = new ilForumAuthorInformation( 850 if ($authorinfo->hasSuffix()) { 901 …if ($authorinfo->getAuthorName(true) && !$this->objProperties->isAnonymized() && !$authorinfo->has… 1056 $authorinfo = new ilForumAuthorInformation( 1067 if ($authorinfo->hasSuffix()) { 1068 if (!$authorinfo->isDeleted()) { 1084 …if (is_string($authorinfo->getAuthor()->getGender()) && strlen($authorinfo->getAuthor()->getGender… 1100 $authorinfo = new ilForumAuthorInformation( 1116 …if ($authorinfo->getAuthorName(true) && !$this->objProperties->isAnonymized() && !$authorinfo->has… 2700 $authorinfo = new ilForumAuthorInformation( [all …]
|
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/ |
H A D | changes.py | 297 authorinfo = authorinfo_list.get(entry) 298 …percentage = 0 if total_changes == 0 else (authorinfo.insertions + authorinfo.deletions) / total_c… 308 changes_xml += "<td>" + str(authorinfo.commits) + "</td>" 310 changes_xml += "<td>" + str(authorinfo.deletions) + "</td>" 357 authorinfo = authorinfo_list.get(i) 358 …percentage = 0 if total_changes == 0 else (authorinfo.insertions + authorinfo.deletions) / total_c… 361 print(str(authorinfo.commits).rjust(13), end=" ") 362 print(str(authorinfo.insertions).rjust(13), end=" ") 363 print(str(authorinfo.deletions).rjust(14), end=" ") 381 authorinfo = authorinfo_list.get(i) [all …]
|
H A D | timeline.py | 76 authorinfo = self.entries.get((author, period), None) 79 if authorinfo:
|
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/sigplan/ |
H A D | style.tex | 13 \renewcommand{\titleAndVersionAndEmptyAuthors}[3]{\SXtitle{#1}\authorinfo{Anonymous}{}{}\maketitle} 16 % Support plain `author' while enabling `authorinfo': for each 24 \newcommand{\SAddAuthorInfo}[1]{\authorinfo{#1}{}{}} 26 \renewcommand{\SAuthorinfo}[3]{\authorinfo{#1}{#2}{#3}}
|
/dports/www/trac-devel/Trac-1.5.3/trac/web/tests/ |
H A D | chrome.py | 929 str(chrome.authorinfo(req, '(none)'))) 931 str(chrome.authorinfo(req, None))) 933 str(chrome.authorinfo(req, ''))) 955 authorinfo = Chrome(self.env).authorinfo 957 str(authorinfo(req, 'user@domain.com'))) 964 authorinfo = Chrome(self.env).authorinfo 971 authorinfo = Chrome(self.env).authorinfo 978 authorinfo = Chrome(self.env).authorinfo 982 authorinfo = authorinfo(req, 'user@domain.com', resource=resource) 985 str(authorinfo)) [all …]
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/ |
H A D | white.css | 165 .authorinfo { 169 .authorinfo img {
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/ |
H A D | white.css | 165 .authorinfo { 169 .authorinfo img {
|
/dports/www/p5-WebService-Technorati/WebService-Technorati-0.04/t/ |
H A D | 006_parseauthorinfoxml.t | 3 # t/006_parseauthorinfoxml.t - checks loading authorinfo api query and results parsing
|
/dports/www/wikicalc/wikicalc/ |
H A D | WKCDataFiles.pm | 366 my ($name, $fileinfo, $authorinfo, $mtime, @tv, $mtimestr, $fsize); 398 $authorinfo = $fileinfo->{authors}->{$2}; 399 $authorinfo->{relevant} = 1; 404 if ($authorinfo->{dtmedit} ne $mtimestr) { # Modified since last checked 405 $authorinfo->{dtmedit} = $mtimestr; # Update time 410 $authorinfo->{fullnameedit} = $pubheaderdata{fullname}; 411 …$authorinfo->{editstatus} = "modified" if $pubheaderdata{lastmodified}; # if there is a time, it w… 413 $authorinfo->{editstatus} ||= 1; 487 $authorinfo = $fileinfo->{authors}->{$2}; 488 $authorinfo->{relevant} = 1; [all …]
|
/dports/www/p5-WebService-Technorati/WebService-Technorati-0.04/ |
H A D | MANIFEST | 6 eg/authorinfo.pl
|
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/ |
H A D | sigplan.rkt | 18 [authorinfo 97 (define (authorinfo name affiliation e-mail) function
|
/dports/textproc/refdb/refdb-0.9.9-1/src/ |
H A D | Makefile.am | 21 …authorinfo.c risdata.c noteshandler.c refdbdnote.c writenote.c backendn-scrn.c backendn-notex.c ba…
|
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/acmart/ |
H A D | style.tex | 13 % Support plain `author' while enabling `authorinfo': for each
|