Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 7 of 7) sorted by path

/dokuwiki/
H A DCOPYING28 To protect your rights, we need to make restrictions that forbid
30 These restrictions translate to certain responsibilities for you if you
193 restrictions on the recipients' exercise of the rights granted herein.
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE28 To protect your rights, we need to make restrictions that forbid
30 These restrictions translate to certain responsibilities for you if you
193 restrictions on the recipients' exercise of the rights granted herein.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE35 To protect your rights, we need to make restrictions that forbid
37 rights. These restrictions translate to certain responsibilities for
333 restrictions of other proprietary libraries that do not normally
376 restrictions on the recipients' exercise of the rights granted herein.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE35 To protect your rights, we need to make restrictions that forbid
37 rights. These restrictions translate to certain responsibilities for
328 restrictions of other proprietary libraries that do not normally
370 restrictions on the recipients' exercise of the rights granted herein.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php190 public $restrictions; 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
251 $this->restrictions = $restrictions;
683 $restrictions = $this->get_restrictions();
684 if (isset($restrictions[$key])) {
685 return $restrictions[$key];
692 * Get all restrictions
698 if ($this->restrictions !== null) {
699 return $this->restrictions;
[all...]
H A DItem.php1301 if ($restrictions = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'restriction')) {
1302 foreach ($restrictions as $restriction) {
1317 } elseif ($restrictions = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'block')) {
1318 foreach ($restrictions as $restriction) {
1327 } elseif ($restrictions = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'restriction')) {
1328 foreach ($restrictions as $restriction) {
1343 } elseif ($restrictions = $parent->get_channel_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES, 'block')) {
1344 foreach ($restrictions as $restriction) {
1415 $restrictions = null;
1451 $restrictions
[all...]