Searched refs:inlineSVG (Results 1 – 6 of 6) sorted by relevance
17 $this->assertEquals($clean, inlineSVG($file));25 $this->assertFalse(inlineSVG($file, 100));
111 echo inlineSVG($item['icon']);
163 $html .= inlineSVG($this->getSvg());
152 inlineSVG(Notice::icon($type)),
240 $html .= '<span>' . hsc($label) . '</span>' . inlineSVG($svg);
1942 function inlineSVG($file, $maxsize = 2048) function