Home
last modified time | relevance | path

Searched refs:contributors (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DFileOccurrence.php25 public $contributors; variable in Google\\Service\\ContainerAnalysis\\FileOccurrence
49 public function setContributors($contributors) argument
51 $this->contributors = $contributors;
55 return $this->contributors;
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php19 private $contributors = array(); variable in SIOCDokuWikiArticle
56 public function addContributors($contributors) argument
58 $this->contributors = $contributors;
121 if (count($this->contributors) > 0) {
122 foreach ($this->contributors as $cont_id => $cont_name) {
130 if (isset($this->contributors[$this->creator['sioc:modifier']])) {
131 …$creator_name = 'rdfs:label="' . clean($this->contributors[$this->creator['sioc:modifier']]) . '"';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md37 Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on …
39 * [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors)
40 * [PHP_CodeCoverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors)
41 …[PHPUnit_MockObject](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributors)
45 …Unit Documentation](https://github.com/sebastianbergmann/phpunit-documentation/graphs/contributors)
/plugin/bootswrapper/
H A DAUTHORS.md14 … template, see [GitHub's list of contributors](https://github.com/LotarProject/dokuwiki-plugin-boo…
/plugin/metadisplay/helper/
H A Dhtml.php116 $contributors = array();
165 $contributors = $contribs;
219 if(empty($contributors)) {
220 $contributors = $this->getcurrent($header, null);
222 if(!$contributors) break;
225 foreach($contributors as $userid=>$name) {
H A Dplaintext.php116 $contributors = array();
165 $contributors = $contribs;
218 if(empty($contributors)) {
219 $contributors = $this->getcurrent($header, null);
221 if(!$contributors) break;
224 foreach($contributors as $userid=>$name) {
/plugin/markdownextra/
H A DLicense.text22 * Neither the name "Markdown" nor the names of its contributors may
26 This software is provided by the copyright holders and contributors "as
30 or contributors be liable for any direct, indirect, incidental, special,
/plugin/rst/
H A DLicense.text27 * Neither the name "Markdown" nor the names of its contributors may
31 This software is provided by the copyright holders and contributors "as
35 or contributors be liable for any direct, indirect, incidental, special,
/plugin/sequencediagram/bower_components/underscore/
H A DREADME.md21 Many thanks to our contributors:
22 https://github.com/jashkenas/underscore/contributors
/plugin/combo/vendor/php-webdriver/webdriver/
H A DLICENSE.md4 Copyright (c) 2020-present [open-source contributors](https://github.com/php-webdriver/php-webdriver/graphs/contributors)
/plugin/survey/
H A DREADME.md18 …m/html-react-parser/contributors.svg?width=890&button=false)](https://github.com/remarkablemark/ht…
/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/sequencediagram/bower_components/snap.svg/
H A DCONTRIBUTING1 Contributions to this code are covered by the Adobe contributors
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-issue-2833.phpt11 PHPUnit %s by Sebastian Bergmann and contributors.
H A Ddataprovider-issue-2859.phpt11 PHPUnit %s by Sebastian Bergmann and contributors.
H A Ddefault.phpt12 PHPUnit %s by Sebastian Bergmann and contributors.
H A Dconcrete-test-class.phpt12 PHPUnit %s by Sebastian Bergmann and contributors.
H A Ddependencies2.phpt12 PHPUnit %s by Sebastian Bergmann and contributors.
H A Ddependencies3.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
H A Dforward-compatibility.phpt12 PHPUnit %s by Sebastian Bergmann and contributors.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
H A D2811.phpt14 PHPUnit %s by Sebastian Bergmann and contributors.
H A D2380.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
H A D2382.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.

12345678910>>...13