Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE80 source code as you receive it, in any medium, provided that you
131 a storage or distribution medium does not bring the other work under
140 1 and 2 above on a medium customarily used for software interchange; or,
146 distributed under the terms of Sections 1 and 2 above on a medium
/dokuwiki/
H A DCOPYING80 source code as you receive it, in any medium, provided that you
131 a storage or distribution medium does not bring the other work under
140 1 and 2 above on a medium customarily used for software interchange; or,
146 distributed under the terms of Sections 1 and 2 above on a medium
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE153 complete source code as you receive it, in any medium, provided that
211 a storage or distribution medium does not bring the other work under
236 medium customarily used for software interchange.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE151 complete source code as you receive it, in any medium, provided that
208 a storage or distribution medium does not bring the other work under
232 medium customarily used for software interchange.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php172 public $medium; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
248 $this->medium = $medium;
616 * Get the medium
623 if ($this->medium !== null) {
624 return $this->medium;
H A DItem.php1399 $medium = null;
1435 $medium = null;
1482 if (isset($content['attribs']['']['medium'])) {
1483 $medium = $this->sanitize($content['attribs']['']['medium'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
1890 $medium = null;
1937 if (isset($content['attribs']['']['medium'])) {
1938 $medium = $this->sanitize($content['attribs']['']['medium'], \SimplePi
[all...]