Lines Matching refs:mapname
66 $mapname = str_replace(':', '', cleanID($img['title']));
67 $mapname = ltrim($mapname, '0123456789._-');
69 if (empty($mapname)) {
74 $mapname = preg_replace('!.*' . $nssep . '!', '', $src);
77 $mapname = str_replace(':', '', cleanID($src['host'] . $src['path'] . $src['query']));
78 $mapname = ltrim($mapname, '0123456789._-');
80 if (empty($mapname)) {
81 $mapname = 'imagemap' . $pos;
84 $args = [$state, $img['type'], $img['src'], $img['title'], $mapname,
88 $ReWriter = new ImageMapHandler($mapname, $handler->getCallWriter());