Home
last modified time | relevance | path

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

/plugin/textile2/
H A DclassTextile.php208 var $hlgn; variable in Textile
236 $this->hlgn = "(?:\<(?!>)|(?<!<)\>|\<\>|\=|[()]+(?! ))";
243 $this->a = "(?:{$this->hlgn}|{$this->vlgn})*";
245 $this->c = "(?:{$this->clas}|{$this->styl}|{$this->lnge}|{$this->hlgn})*";
389 if (preg_match("/($this->hlgn)/", $matched, $horiz))