Lines Matching refs:keep
69 $options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into HTML.', 'k',
74 $options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into HTML.', 'k',
116 $keep = $options->getOpt('keep-ns');
117 return $this->cmdDownloadSVG($ident, $save, $keep);
119 $keep = $options->getOpt('keep-ns');
120 return $this->cmdCleanSVG($args, $keep);
397 * @param bool $keep
401 protected function cmdDownloadSVG($ident, $save = '', $keep = false)
404 $svg->keepNamespace($keep);
410 * @param bool $keep
414 protected function cmdCleanSVG($files, $keep = false)
417 $svg->keepNamespace($keep);