Searched refs:haspart (Results 1 – 3 of 3) sorted by relevance
/plugin/xcom/ |
H A D | remote.php | 332 $haspart = $this->getcurrent($header,'haspart'); 334 …$this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,$contents… 405 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,&$conten… argument 407 && !empty($haspart ) &&!empty($subject)) { 428 if(!empty($haspart)) { 429 $list = $this->create_list(array_keys($haspart),$contents);
|
/plugin/metadisplay/helper/ |
H A D | html.php | 239 $haspart = $this->getcurrent($header,'haspart'); 241 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject); 319 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument 336 if(!empty($haspart)) { 337 $list = $this->create_list(array_keys($haspart));
|
H A D | plaintext.php | 238 $haspart = $this->getcurrent($header,'haspart'); 240 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject); 317 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument 334 if(!empty($haspart)) { 335 $list = $this->create_list(array_keys($haspart));
|