| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ ! |
| D | AuthorList.php | 19 protected $authors = []; variable in JMS\\Serializer\\Tests\\Fixtures\\AuthorList 26 $this->authors[] = $author; 34 return new \ArrayIterator($this->authors); 42 return count($this->authors); 50 return isset($this->authors[$offset]); 58 return $this->authors[$offset] ?? null; 67 $this->authors[] = $value; 69 $this->authors[$offset] = $value; 78 unset($this->authors[$offset]);
|
| D | Log.php | 21 private $authors; variable in JMS\\Serializer\\Tests\\Fixtures\\Log 31 $this->authors = new AuthorList(); 32 $this->authors->add(new Author('Johannes Schmitt')); 33 $this->authors->add(new Author('John Doe'));
|
| D | AuthorsInline.php | 17 public function __construct(Author ... $authors) argument 19 $this->collection = $authors;
|
| /plugin/authorstats/ ! |
| D | syntax.php | 106 function _getMonthlyContrib($authors, $yearmonth) argument 109 foreach ($authors as $author) { 123 $authors = $data["authors"]; 124 if (!$authors) return $this->getLang("no-stats"); 133 … array_push($totalpm, $this->_getMonthlyContrib($authors, date("Ym", strtotime("-$i months")))); 187 $authors = $this->helpers->readJSON(); 188 $authors = $authors["authors"]; 189 if (!$authors) return $this->getLang("no-stats"); 190 uasort($authors, array($this, "_sortByContrib")); 191 foreach ($authors as $name => $author) { [all …]
|
| D | helper.php | 46 public function saveJSON($authors) argument 49 $json = json_encode($authors, true);
|
| /plugin/authorlist/ ! |
| D | helper.php | 18 protected $authors = array(); // Contributors-Array (loginname => fullname) variable in helper_plugin_authorlist 101 if(!$this->printempty && empty($this->authors)) return false; 120 $this->authors[$loginname] = $fullname; 137 …xists('contributor',$INFO['meta'])) $this->authors = array_merge($INFO['meta']['contributor'],$th… 146 ksort($this->authors); 149 asort($this->authors); 157 foreach($this->authors as $loginname => $fullname){ 166 if($this->printempty || !empty($this->authors)){
|
| /plugin/refnotes/ ! |
| D | rendering.php | 977 $authors = $this->renderAuthors($data); 984 $publication = $this->renderPublication($data, !empty($authors)); 1015 if (!empty($authors)) { 1016 $text = $authors . ' ' . $text; 1076 protected function renderPublication($data, $authors) { argument 1095 if (!$authors && ($published = $this->renderPublished($data))) { 1196 $authors = $data->get('ref-authors', 'ref-author'); 1198 if (empty($authors)) { 1199 $authors = $data->get('authors', 'author'); 1200 $authorList = explode(',', $authors, 4); [all …]
|
| /plugin/publistx/ ! |
| D | syntax.php | 108 $authors = null; 111 $authors = $this->_load($data, 'authors'); 112 if ( empty($authors) ) { 126 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
|
| D | changelog | 5 * added a new optional parameter "authors", which allows linking to websites of 6 co-authors by creating an additional file/wiki page with "URL Author Name"
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ ! |
| D | VolumeVolumeInfo.php | 30 public $authors; variable in Google\\Service\\Books\\VolumeVolumeInfo 138 public function setAuthors($authors) argument 140 $this->authors = $authors; 147 return $this->authors;
|
| /plugin/publistf/ ! |
| D | syntax.php | 109 $authors = null; 112 $authors = $this->_load($data, 'authors'); 113 if ( empty($authors) ) { 127 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
|
| /plugin/pubmed/ ! |
| D | syntax.php | 61 $authors = $this->ncbi->GetSummaryItems("Author",$xml); 68 $renderer->doc.= implode(', ',$authors).'<br/>'; 71 if (count($authors)>1) $etal = '<span class="etal">et al.</span>'; 72 $renderer->doc.= '<a href="'.$href_url.'">'.$authors[0].$etal;
|
| /plugin/pubmed2020/ ! |
| D | style.css | 12 .pubmed .long .authors, 13 .pubmed .long_tt .authors, 14 .pubmed .long_abstract .authors, 15 .pubmed .short span.authors{
|
| /plugin/smtp/subtree/txtthinking/Mailer/ ! |
| H A D | composer.lock | 33 "authors": [ 88 "authors": [ 127 "authors": [ 202 "authors": [ 259 "authors": [ 304 "authors": [ 373 "authors": [ 421 "authors": [ 463 "authors": [ 504 "authors": [ [all …]
|
| /plugin/pubmed2020/classes/ ! |
| D | pubmed2020.php | 244 $authors = array(); 341 array_push($authors, $value); 409 array_push($authors, $ret["corporate_author"]); 412 $ret["authors"] = $authors; 413 $ret["authorsVancouver"] = $authors; 414 if (count($authors) == 0) { 415 array_push($authors, $pluginObject->getLang('no_author_listed')); 420 if (count($authors) > 1) { 421 $ret['first_author'] = $authors[0].", ".$pluginObject->getConf('et_al_vancouver'); 423 $ret['first_author'] = $authors[0];
|
| /plugin/oauth/vendor/lusitanian/oauth/ ! |
| H A D | composer.lock | 55 "authors": [ 103 "authors": [ 145 "authors": [ 186 "authors": [ 236 "authors": [ 307 "authors": [ 357 "authors": [ 406 "authors": [ 482 "authors": [ 535 "authors": [ [all …]
|
| /plugin/barcodes/ ! |
| D | composer.lock | 39 "authors": [ 100 "authors": [ 235 "authors": [ 288 "authors": [ 345 "authors": [ 420 "authors": [ 482 "authors": [ 546 "authors": [ 605 "authors": [ 664 "authors": [ [all …]
|
| /plugin/publistf/bib2tpl/lib/ ! |
| D | BibTex.php | 1095 $authors = ''; 1111 $authors = join(', ', $tmparray); 1113 $authors = $entry['author']; 1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1120 $line = str_replace("AUTHORS", $authors, $line); 1152 $authors = ''; 1168 $authors = join(', ', $tmparray); 1170 $authors = $entry['author']; 1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1177 $line = str_replace("AUTHORS", $authors, $line);
|
| /plugin/publist/bib2tpl/lib/ ! |
| D | BibTex.php | 1095 $authors = ''; 1111 $authors = join(', ', $tmparray); 1113 $authors = $entry['author']; 1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1120 $line = str_replace("AUTHORS", $authors, $line); 1152 $authors = ''; 1168 $authors = join(', ', $tmparray); 1170 $authors = $entry['author']; 1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1177 $line = str_replace("AUTHORS", $authors, $line);
|
| /plugin/publistx/bib2tpl/lib/ ! |
| D | BibTex.php | 1095 $authors = ''; 1111 $authors = join(', ', $tmparray); 1113 $authors = $entry['author']; 1116 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1120 $line = str_replace("AUTHORS", $authors, $line); 1152 $authors = ''; 1168 $authors = join(', ', $tmparray); 1170 $authors = $entry['author']; 1173 if ((''!=$title) || (''!=$journal) || (''!=$year) || (''!=$authors)) { 1177 $line = str_replace("AUTHORS", $authors, $line);
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/ ! |
| D | composer.lock | 47 "authors": [ 117 "authors": [ 196 "authors": [ 269 "authors": [ 341 "authors": [ 408 "authors": [ 518 "authors": [ 640 "authors": [ 692 "authors": [ 743 "authors": [ [all …]
|
| /plugin/elasticsearch/ ! |
| D | composer.lock | 55 "authors": [ 106 "authors": [ 168 "authors": [ 217 "authors": [ 276 "authors": [ 327 "authors": [ 378 "authors": [ 468 "authors": [ 522 "authors": [ 596 "authors": [
|
| /plugin/webdav/ ! |
| D | composer.lock | 41 "authors": [ 120 "authors": [ 175 "authors": [ 237 "authors": [ 286 "authors": [ 347 "authors": [ 439 "authors": [
|
| /plugin/matrixnotifierwas/ ! |
| D | composer.lock | 66 "authors": [ 172 "authors": [ 266 "authors": [ 380 "authors": [ 437 "authors": [ 489 "authors": [ 543 "authors": [ 595 "authors": [ 635 "authors": [ 688 "authors": [
|
| /plugin/pureldap/ ! |
| H A D | composer.lock | 47 "authors": [ 113 "authors": [ 167 "authors": [ 223 "authors": [ 274 "authors": [
|