Searched refs:mapname (Results 1 – 3 of 3) sorted by relevance
/plugin/imagemapping/ |
H A D | syntax.php | 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 264 private $mapname; global() variable in ImageMap_Handler [all...] |
/plugin/imagemap/ |
H A D | syntax.php | 41 $mapname = str_replace(':','',cleanID($img['title'])); 42 $mapname = ltrim($mapname, '0123456789._-'); 44 if (empty($mapname)) { 49 $mapname = preg_replace('!.*'.$nssep.'!','',$src); 53 $mapname = ltrim($mapname, '0123456789._-'); 55 if (empty($mapname)) { 56 $mapname = 'imagemap'.$pos; 59 $args = array($state, $img['type'], $img['src'], $img['title'], $mapname, 63 $ReWriter =& new ImageMap_Handler($mapname, $handler->CallWriter); 237 var $mapname; variable in ImageMap_Handler [all …]
|
/plugin/mytemplate/ |
H A D | action.php | 128 foreach(array_keys($this->maps) as $mapname) { 129 $list = explode(',', $this->maps[$mapname]); 139 $this->maps[$mapname] = $map;
|