Home
last modified time | relevance | path

Searched refs:author (Results 76 – 100 of 2122) sorted by relevance

12345678910>>...85

/plugin/composer/
H A Dplugin.info.txt2 author Dennis Ploeger
6 …ded, so that you are able to print it or save it as single page. (Previous author: Michael Grosser)
/plugin/editsections2/
H A Dstyle.css4 * @author Ben Coburn <btcoburn@silicodon.net>
5 * @author Kazutaka Miyasaka <kazmiya@gmail.com>
/plugin/fields/
H A DREADME.md3 This can be very useful to set an author name, a reference string, or a version number for example,
6 The original author is Aurelien Bompard (aurelien@bompard.org).
/plugin/bez/mdl/
H A DTask_commentFactory.php31 $task_comment->task->set_participant_flags($task_comment->author, array('subscribent', 'commentator'));
101 if ($this->count(array('task_id' => $obj->task_id, 'author' => $obj->author)) == 0) {
102 $obj->task->remove_participant_flags($obj->author, array('commentator'));
H A DThread_commentFactory.php32 $thread_comment->thread->set_participant_flags($thread_comment->author, array('subscribent', 'commentator'));
102 if ($this->count(array('thread_id' => $obj->thread_id, 'author' => $obj->author)) == 0) {
103 $obj->thread->remove_participant_flags($obj->author, array('commentator'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php69 $author = preg_replace('|\(|', '', implode($parts, ' '));
70 return $author;
/plugin/editsections/
H A Dplugin.info.txt2 author Christophe Drevet
6 …vel as their heading. Please review settings in the configuration page. Original author: Ben Coburn
/plugin/codebuttonmod2/
H A Dplugin.info.txt2 author Davide Rolando
10 author Georg Schmidt
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php25 $result['authors'] = array_map(function ($author) {
26 return $author['name'];
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php697 public $author; variable in Google_Comment
714 $this->author = $author;
717 return $this->author;
885 public $author; variable in Google_Page
897 public function setAuthor(Google_PageAuthor $author) { argument
898 $this->author = $author;
901 return $this->author;
1035 public $author; variable in Google_Post
1055 public function setAuthor(Google_PostAuthor $author) { argument
1056 $this->author = $author;
[all …]
H A DGoogle_OrkutService.php1634 public $author; variable in Google_CommunityMessage
1650 $this->author = $author;
1653 return $this->author;
1745 public $author; variable in Google_CommunityPoll
1774 $this->author = $author;
1777 return $this->author;
1914 public $author; variable in Google_CommunityPollComment
1925 $this->author = $author;
1928 return $this->author;
2084 public $author; variable in Google_CommunityTopic
[all …]
/plugin/box2/
H A Dplugin.info.txt2 author Christopher Smith
4 author Gerry Weißbach
/plugin/bez/tpl/
H A Dtask_comment_box.php5 if ($tpl->get('task_comment')->author == $tpl->current_user()) {
21 <strong><?php echo $tpl->user_name($tpl->get('task_comment')->author) ?></strong>
H A Dcommcause_box.php6 if ($tpl->get('thread_comment')->author == $tpl->current_user()) {
22 <strong><?php echo $tpl->user_name($tpl->get('thread_comment')->author) ?></strong>
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs.bat9 REM @author Greg Sherwood <gsherwood@squiz.net>
10 REM @author Marc McIntyre <mmcintyre@squiz.net>
/plugin/ffindr/
H A Dffindr.php132 if ($author = $item->get_author(0)) {
133 $name = $author->get_name();
135 $name = $author->get_email();
/plugin/dokutexit/help/
H A Dtexit.txt7 author=MySelf
22 author=Myself
30 ^author |Add to PDF properties & Latex document | string| no default|
/plugin/widearea/
H A DREADME.md9 **NOTE: I (issmirnov) am not the original author nor claim to be. I am taking
10 ownership of this repo because it seems the author has abandoned it. If the
11 author wishes to resume work on it, or someone else wishes to maintain it
/plugin/latexit/
H A Dstyle.css8 * @author Luigi Micco <l.micco@tiscali.it>
9 * @author Andreas Gohr <andi@splitbrain.org>
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig34 <th class="header-page-author">
55 <td class="page-author">
57 {{pages[page].author}}
/plugin/refnotes/lang/en/
H A D__template.txt8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
42 author = "Erich {Gamma} and Richard {Helm} and Ralph {Johnson} and John {Vlissides}",
43 author-ref = "Gamma, et al.",
54 author = "Donald Knuth",
/plugin/publistx/
H A DREADME8 Additionally, use parameter author:page:authorpage if you want links to
10 specified authorpage page or file requires author URLs followed by their
/plugin/authorlist/
H A Dall.css8 div.dokuwiki div.authorlist span.author,
9 div.dokuwiki div.authorlist ul.authorlist li.level1 div.author{
/plugin/html2pdf/snorriheim/
H A Dlayout.css4 * @author Andreas Gohr <andi@splitbrain.org>
5 * @author moraes <moraes@tipos.com.br>
/plugin/credits/
H A Dsyntax.php123 … $author = isset($this->plugins[$name]['author'])?$this->plugins[$name]['author']:"" ;
125 … $this->plugins[$name]['email'] = str_replace(" ", "_",$author) . "@No_Email_Given";
157 . ">$author</a>\n";

12345678910>>...85