Home
last modified time | relevance | path

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

/plugin/autolink2/syntax/
Dshow.php71 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors();
/plugin/autolink2/
Daction.php33 if ($my =& plugin_load('helper', 'autolink2')) $anchors = $my->getAnchors();
Dhelper.php65 function getAnchors() { function in helper_plugin_autolink2