Home
last modified time | relevance | path

Searched refs:author (Results 51 – 75 of 2122) sorted by relevance

12345678910>>...85

/plugin/include/syntax/
H A Dfooter.php6 * @author Michael Klier <chi@chimeric.de>
91 // author
93 $author = $meta['user'];
94 if ($author) {
96 $xhtml[] = '<span class="vcard author">' . userlink($author) . '</span>';
98 $xhtml[] = '<span class="vcard author">' . editorinfo($author) . '</span>';
/plugin/dwcommits/
H A Dhelper.php382 $author="";
413 $author = $matches[2];
443 function insert($author,$timestamp,$gitid,$msg,$table) { argument
462 $author = "";
472 $author = $this->construct_term('author',$val);
538 $author = "";
674 function construct_ab_clause($author,$branch,$op,$msg){ argument
677 if($author) {
680 $q = " $OP $author ";
682 else $q = " $author ";
[all …]
/plugin/prettyprint/
H A Dscript.js35 var author = JSINFO['author'];
42 var cont = LANG.plugins.prettyprint.approve+'&nbsp;<strong>'+author+'</strong>';
44 var cont = LANG.plugins.prettyprint.created+'&nbsp;<strong>'+author+'</strong>';
/plugin/blog/
H A Dhelper.php4 * @author Esther Brunner <wikidesign@gmail.com>
43 * @param null $author
46 function getBlog($ns, $num = NULL, $author = NULL) { argument
76 // filter by author
77 if ($author && ($meta['user'] != $author)) continue;
132 * @author Sam Wilson <sam@samwilson.id.au>
175 * @author Esther Brunner <wikidesign@gmail.com>
176 * @author Ilya S. Lebedev <ilya@lebedev.net>
177 * @author Balaz
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPost.php93 public function setAuthor(PostAuthor $author) argument
95 $this->author = $author;
102 return $this->author;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithObjectProperty.php19 private $author; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
34 return $this->author;
/plugin/zotero/
H A DZoteroEntry.php11 private $author; variable in ZoteroEntry
46 $this->author = $value;
51 return $this->author;
/plugin/groupmanager/
H A Dplugin.info.txt2 author Harald Ronge
8 original author Alex Forencich
/plugin/bez/mdl/
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
21 return array('id', 'thread_id', 'type', 'author',
55 $this->author = $this->model->user_nick;
78 if ($this->author == $this->model->user_nick && $this->type == 'comment') {
121 $tpl->set('who', $this->author);
/plugin/bez/ctl/
H A Dstart.php21 public function push($datetime, $type, $author, $entity) { argument
27 'author' => $author,
81 $timeline->push($thread_comment->create_date, 'thread_comment_added', $thread_comment->author, $thread_comment);
83 $timeline->push($thread_comment->create_date, 'thread_comment_cause_added', $thread_comment->author, $thread_comment);
100 $timeline->push($task_comment->create_date, 'task_comment_added', $task_comment->author, $task_comment);
/plugin/authyubikey/
H A Dauth.php.org9 * @author Andreas Gohr <andi@splitbrain.org>
10 * @author Chris Smith <chris@jalakai.co.uk>
11 * @author Jan Schumann <js@schumann-it.com>
29 * @author Christopher Smith <chris@jalakai.co.uk>
60 * @author Andreas Gohr <andi@splitbrain.org>
82 * @author Andreas Gohr <andi@splitbrain.org>
122 * @author Andreas Gohr <andi@splitbrain.org>
123 * @author Chris Smith <chris@jalakai.co.uk>
162 * @author Chris Smith <chris@jalakai.co.uk>
239 * @author Chris Smith <chris@jalakai.co.uk>
[all …]
/plugin/blockquote/
H A Dplugin.info.txt2 author Anika Henke (previous author: Gina Haeussge)
/plugin/explain/
H A Dplugin.info.txt2 author Adrian Lang
5 desc Explain predefined terms with a tooltip and optional link (previous author Marc Wäckerlin)
/plugin/text/
H A Dplugin.info.txt2 author Michael Hamann
6 desc renders page as plain text. USAGE: <pagename>?do=export_text (Original author: Todd Augsburg…
/plugin/dokutexit/
H A Dplugin.info.txt2 author Elie Roux (initial author "Danjer", who since disappeared)
/plugin/numberedheadings/
H A Dplugin.info.txt2 author Lars J. Metz (2006-2010)
4 author Satoshi Sahara
/plugin/editor/
H A Dplugin.info.txt2 author Gina Häußge, Michael Klier, Esther Brunner
6 desc Displays a list of recently changed wiki pages by a given author
/plugin/blog/syntax/
H A Darchive.php6 * @author Esther Brunner <wikidesign@gmail.com>
32 $author = NULL;
35 if ($temp[1] == 'author') {
36 $author = trim($temp[2]);
89 return array($ns, $start, $end, $flags, $refine, $author);
93 list($ns, $start, $end, $flags, $refine, $author) = $data;
97 if ($my = plugin_load('helper', 'blog')) $entries = $my->getBlog($ns, NULL, $author);
/plugin/searchtext/
H A Dplugin.info.txt2 author Michael Hamann
6 … instead of raw wiki. Displays search result snippets from text. (Original author: Todd Augsburger)
/plugin/medialist/
H A Dplugin.info.txt2 author Michael Klier <chi@chimeric.de> 2005-2009
3 author Satoshi Sahara
/plugin/autotranslation/
H A Dplugin.info.txt3 author Andreas Gohr
4 author i-net software
/plugin/typography/
H A Dplugin.info.txt3 author Paweł Piekarski
5 author Satoshi Sahara
/plugin/loadskin/
H A Dplugin.info.txt2 author Anika Henke (previous author: Michael Klier)
/plugin/csstimeline/
H A Dfeed.php88 $author = p_get_metadata($id, 'creator', METADATA_DONT_RENDER); variable
113 $item->author = $author;
/plugin/approve/
H A Dscript.js73 var author = JSINFO['approve']['author'];
86 if (author) {
87 author_html = author+'<br>';

12345678910>>...85