Home
last modified time | relevance | path

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

/plugin/stepbystep/
Dstep.php11 protected $tagcount = 1; variable in syntax_plugin_stepbystep_step
76 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}:'
Dinnerstep.php11 protected $tagcount = 2; variable in syntax_plugin_stepbystep_innerstep
/plugin/blogtng/helper/
Dtags.php114 $tagcount = $this->sqlitehelper->getDB()->res2row($resid, 0);
115 return (int)$tagcount['tagcount'];