Home
last modified time | relevance | path

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

/plugin/xcom/
H A Dremote.php401 function insertListInTable($list,$type,&$contents) { function in remote_plugin_xcom
415 $this->insertListInTable($list,'Backlinks (isreferencedby)',$contents);
419 $this->insertListInTable($list,'Links (references)',$contents);
423 $this->insertListInTable($list,'Media',$contents);
430 $this->insertListInTable($list,'haspart',$contents);
434 $this->insertListInTable($list,'Subject',$contents);
/plugin/metadisplay/helper/
H A Dhtml.php316 function insertListInTable($list,$type) { function in helper_plugin_metadisplay_html
323 $this->insertListInTable($list,'Backlinks');
327 $this->insertListInTable($list,'Links');
331 $this->insertListInTable($list,'Media');
338 $this->insertListInTable($list,'haspart');
342 $this->insertListInTable($list,'Subject');
H A Dplaintext.php314 function insertListInTable($list,$type) { function in helper_plugin_metadisplay_plaintext
321 $this->insertListInTable($list,'Backlinks');
325 $this->insertListInTable($list,'[Links]');
329 $this->insertListInTable($list,'[Media]');
336 $this->insertListInTable($list,'haspart');
340 $this->insertListInTable($list,'Subject');