Home
last modified time | relevance | path

Searched refs:credits (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php53 public $credits; variable in SimplePie\\Enclosure
192 * @param Credit[]|null $credits
209 ?array $credits = null, argument
232 $this->credits = $credits;
384 $credits = $this->get_credits();
385 if (isset($credits[$key])) {
386 return $credits[$key];
399 if ($this->credits !== null) {
400 return $this->credits;
H A DItem.php2039 … $credits[] = $this->registry->create(Credit::class, [$credit_role, $credit_scheme, $credit_name]);
2041 if (is_array($credits)) {
2042 $credits = array_values(array_unique($credits));
2045 $credits = $credits_parent;
2170 …length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $d…
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md5 All credits go to Incutio.
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS2 THANKS - List of credits for GeSHi
H A DCHANGELOG628 - Added missing credits for D language file to THANKS file (SF#1720899, BenBE)