Home
last modified time | relevance | path

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

/plugin/canvas/
H A Dcanvas.php196 protected function getArguments($args='', $singlekey='height') { argument
231 $arg[$singlekey] = $matches[1];
232 if (!$matches[2]) $arg[$singlekey].= $unit;
235 $arg[$singlekey] = $matches[1].$unit;