Searched refs:in_quotes (Results 1 – 2 of 2) sorted by relevance
22 var $in_quotes = array(100, '(?<!^|\n)\n(?!\n|>)'); variable in syntax_plugin_linebreak40 …function getSort() { return ($this->getConf('in_quotes') ? $this->in_quotes[0] : $this->no_quotes[…43 $ptn = $this->getConf('in_quotes') ? $this->in_quotes[1] : $this->no_quotes[1];
161 $in_quotes = false;167 if ($in_quotes == false) {170 $in_quotes = true;180 if ($in_quotes == false || $sign != $quote) {