Home
last modified time | relevance | path

Searched refs:pullInXmlData (Results 1 – 2 of 2) sorted by relevance

/plugin/eventline/
H A Daction.php111 $html = iconv('UTF-8', 'ASCII//TRANSLIT', pullInXmlData($ID, $wikihtml));
114 $html = pullInXmlData($ID, $wikihtml);
H A DgetXmlData.php15 function pullInXmlData ($dokuPageId, $wikihtml) { function