Home
last modified time | relevance | path

Searched refs:_setCopyright (Results 1 – 17 of 17) sorted by relevance

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Feed/Writer/Renderer/Feed/
H A DAtom.php60 $this->_setCopyright($this->dom, $root);
H A DAtomSource.php57 $this->_setCopyright($this->dom, $root);
H A DRss.php62 $this->_setCopyright($this->dom, $channel);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Feed/Writer/Renderer/Feed/Atom/
H A DSource.php55 $this->_setCopyright($this->dom, $root);
/dports/www/drupal8/drupal-8.9.20/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/Atom/
H A DSource.php49 $this->_setCopyright($this->dom, $root);
/dports/www/drupal8/drupal-8.9.20/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/
H A DAtom.php52 $this->_setCopyright($this->dom, $root);
H A DAtomSource.php49 $this->_setCopyright($this->dom, $root);
H A DRss.php54 $this->_setCopyright($this->dom, $channel);
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/
H A DAtomSource.php49 $this->_setCopyright($this->dom, $root);
H A DAtom.php52 $this->_setCopyright($this->dom, $root);
H A DRss.php54 $this->_setCopyright($this->dom, $channel);
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/Atom/
H A DSource.php49 $this->_setCopyright($this->dom, $root);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/Atom/
H A DSource.php49 $this->_setCopyright($this->dom, $root);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-feed/src/Writer/Renderer/Feed/
H A DAtom.php52 $this->_setCopyright($this->dom, $root);
H A DAtomSource.php49 $this->_setCopyright($this->dom, $root);
H A DRss.php54 $this->_setCopyright($this->dom, $channel);
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/id3/
H A Dtag.py859 def _setCopyright(self, copyrt): member in Tag
866 copyright = property(_getCopyright, _setCopyright)