Lines Matching defs:pack
63 $pack = null;
105 list($pack, $icon) = explode('>', trim($match), 2);
109 return array($pack, $icon, explode('&', rtrim($flags, '&')), $title, $url, $match, $state, $pos);
127 list($pack, $icon, $flags, $title, $url) = $data;
128 $this->parseFlags($pack, $icon, $flags);
133 $icon_pack = $this->getFlag('pack');
144 $this->classes[] = $this->getFlag('pack');
145 $this->classes[] = sprintf('%s-%s', $this->getFlag('pack'), $icon);
204 $class_icon = sprintf('syntax_plugin_icons_%s', $this->getFlag('pack'));
209 $class_icon = sprintf('syntax_plugin_icons_%s', $this->getFlag('pack'));
239 protected function parseFlags($pack, $icon, $flags) {
245 $this->flags['pack'] = $pack;
299 if ($this->flags['pack'] == 'fa') {
400 if ($this->flags['pack'] == 'icon') {
401 $this->flags['pack'] = $this->getConf('defaultPack');