Home
last modified time | relevance | path

Searched refs:authors (Results 26 – 50 of 527) sorted by relevance

12345678910>>...22

/plugin/authorlist/
H A DREADME.md2 Displays all contributors/authors of a wikipage.
H A Dplugin.info.txt6 desc Displays all contributors/authors of a wikipage
/plugin/pureldap/
H A Dcomposer.lock47 "authors": [
113 "authors": [
167 "authors": [
223 "authors": [
274 "authors": [
/plugin/doi/syntax/
H A Ddoi.php105 if ($data['authors']) {
106 $authors = array_map(function ($author) {
108 }, $data['authors']);
109 $renderer->doc .= '<span class="authors">' . join(', ', $authors) . '</span>';
151 if ($data['authors']) {
152 $len = count($data['authors']);
155 $renderer->cdata($data['authors'][$i]);
/plugin/javadoc/
H A Dplugin.info.txt6 desc Adds Javadoc link capability (previous authors: Damien Coraboeuf)
/plugin/tagentry/
H A Dplugin.info.txt2 authors Robin Gareus, ,John Martin, Sphaira, trailjeep
/plugin/authorstats/
H A Dplugin.info.txt6 desc Plugin that outputs statistics about the wiki's authors.
/plugin/authgooglesheets/
H A Dcomposer.lock42 "authors": [
286 "authors": [
348 "authors": [
441 "authors": [
573 "authors": [
634 "authors": [
699 "authors": [
761 "authors": [
861 "authors": [
910 "authors": [
[all …]
/plugin/blog/
H A Dplugin.info.txt7 desc Use DokuWiki as blogging tool. (previous authors: Esther Brunner)
/plugin/meta/
H A Dplugin.info.txt6 desc Set Metadata for the current page. (previous authors: Esther Brunner, Gina Häußge, Michael K…
/plugin/dw2pdf/
H A Dcomposer.lock54 "authors": [
122 "authors": [
232 "authors": [
287 "authors": [
/plugin/diagramsnet/lib/
H A DCITATION.cff6 authors:
/plugin/hipchat/
H A Dcomposer.lock76 "authors": [
132 "authors": [
189 "authors": [
/plugin/doi/Resolver/
H A DIsbnIsbnDeResolver.php44 $data['authors'] = $this->extractAll('/<a href="\/person\/.*?">(.+?)<\/a>/', $html);
H A DDoiResolver.php24 $result['authors'][] = $author['given'] . ' ' . $author['family'];
/plugin/jplayer/
H A Dcomposer.lock49 "authors": [
192 "authors": [
239 "authors": [
293 "authors": [
333 "authors": [
/plugin/publistf/
H A DCHANGELOG.md43 * added a new optional parameter "authors", which allows linking to websites of
44 co-authors by creating an additional file/wiki page with "URL Author Name"
/plugin/upgrade/
H A Dcomposer.lock48 "authors": [
102 "authors": [
/plugin/userhomepage/
H A DREADME.md5 Previous authors stopped developing it in 2009.
/plugin/openlayersmapoverlays/
H A DLICENSE.txt22 https://raw.githubusercontent.com/openlayers/ol2/master/authors.txt for full list.
46 of the authors and should not be interpreted as representing official policies,
/plugin/aichat/
H A Dcomposer.lock39 "authors": [
89 "authors": [
143 "authors": [
/plugin/stlviewer/stlviewer/
H A DREADME.md35 * three.js is licensed under the MIT License - Copyright © 2010-2019 three.js authors
/plugin/owncloud/
H A Dhelper.php228 $authors = array();
232 if($line[4] != "" && !in_array($line[4],$authors)) array_push($authors,$line[4]);
235 foreach($authors as &$author){
239 …return array(implode(", ", $authors),$line[5],count($meta),$line[0]); // $line[5] is the latest fi…
/plugin/refnotes/
H A Dbibtex.php341 $authors = explode(' and ', $entry['author']);
343 foreach ($authors as &$author) {
347 $entry['author'] = implode(', ', $authors);
/plugin/dwcommits/
H A DREADME21 Dokuwiki which might impact on plugin authors.

12345678910>>...22