Home | History | Annotate | Download | only in geshi

Lines Matching full:quotemarks

2254         //Fix for SF#1932083: Multichar Quotemarks unsupported
2257 foreach ($this->language_data['QUOTEMARKS'] as $quotemark) {
2382 //Fix for SF#1932083: Multichar Quotemarks unsupported
2407 $string_key = array_search($char, $this->language_data['QUOTEMARKS']);
3258 $quotemarks = preg_quote(implode($this->language_data['QUOTEMARKS']), '/');
3259 $disallowed_before .= $quotemarks;
3260 $disallowed_after .= $quotemarks;