Home
last modified time | relevance | path

Searched refs:relationship (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRestriction.php66 public $relationship; variable in SimplePie\\Restriction
90 public function __construct($relationship = null, $type = null, $value = null) argument
92 $this->relationship = $relationship;
109 * Get the relationship
115 if ($this->relationship !== null) {
116 return $this->relationship;
H A DItem.php798 * Returns the first link available with a relationship of "alternate".
823 * @param string $rel The relationship of the link to return
842 * @param string $rel The relationship of links to return
1306 if (isset($restriction['attribs']['']['relationship'])) {
1307 $restriction_relationship = $this->sanitize($restriction['attribs']['']['relationship'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1332 if (isset($restriction['attribs']['']['relationship'])) {
1333 $restriction_relationship = $this->sanitize($restriction['attribs']['']['relationship'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1805 if (isset($restriction['attribs']['']['relationship'])) {
1806 $restriction_relationship = $this->sanitize($restriction['attribs']['']['relationship'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1824 if (isset($restriction['attribs']['']['relationship'])) {
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE