Home
last modified time | relevance | path

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

/plugin/linebreak/
H A Dsyntax.php22 var $in_quotes = array(100, '(?<!^|\n)\n(?!\n|>)'); variable in syntax_plugin_linebreak
40 …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];
/plugin/odt/ODT/css/
H A Dcssdocument.php161 $in_quotes = false;
167 if ($in_quotes == false) {
170 $in_quotes = true;
180 if ($in_quotes == false || $sign != $quote) {