Searched refs:tagcount (Results 1 – 3 of 3) sorted by relevance
11 protected $tagcount = 1; variable in syntax_plugin_stepbystep_step76 sprintf('^#{%1$d}:.*?(?=\n.*?^:#{%1$d}$)', $this->tagcount),87 $this->Lexer->addExitPattern("^:#{{$this->tagcount}}$", $this->getmode());102 … $match = trim(substr($match, $this->tagcount + 1));// returns match after '#{$tagcount}:'
11 protected $tagcount = 2; variable in syntax_plugin_stepbystep_innerstep
114 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0);115 return (int)$tagcount['tagcount'];