Searched refs:DW_common_linkbonus (Results 1 – 3 of 3) sorted by relevance
/plugin/linkbonus/syntax/ |
H A D | base.php | 27 return DW_common_linkbonus::getInfo($this); 31 return DW_common_linkbonus::getType(); 84 $link['url'] = DW_common_linkbonus::_getServerBase(). $link['url']; 115 DW_common_linkbonus::parse_options ($data, $link, $keys); 133 $pagestatus = DW_common_linkbonus::_doTestPage($link['url']); 137 … if ($pagestatus == 'text/html') $ext_title= DW_common_linkbonus::_doGetPageTitle($link['url']); 168 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');
|
H A D | external.php | 27 return DW_common_linkbonus::getInfo($this); 31 return DW_common_linkbonus::getType(); 111 DW_common_linkbonus::parse_options ($data, $link, $keys); 129 $pagestatus = DW_common_linkbonus::_doTestPage($link['url']); 133 … if ($pagestatus == 'text/html') $ext_title= DW_common_linkbonus::_doGetPageTitle($link['url']); 165 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');
|
/plugin/linkbonus/ |
H A D | common.php | 21 class DW_common_linkbonus { class 111 $context = stream_context_create(DW_common_linkbonus::_getDLContext()); 132 $context = stream_context_create(DW_common_linkbonus::_getDLContext());
|