Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DOutlineVisitor.php16 private int $currentLineCountSinceLastAd; variable in ComboStrap\\OutlineVisitor
40 $this->currentLineCountSinceLastAd = 0;
306 $this->currentLineCountSinceLastAd = $this->currentLineCountSinceLastAd + $sectionLineCount;
311 $this->currentLineCountSinceLastAd,
321 $this->currentLineCountSinceLastAd = 0;
/template/strap/renderer/
H A Drenderer.php161 $currentLineCountSinceLastAd = 0;
169 $currentLineCountSinceLastAd += $sectionLineCount;
174 …ection " . $sectionNumber . ": (" . $sectionLineCount . "|" . $currentLineCountSinceLastAd . "|" .…
/template/strap/ComboStrap/Tag/
H A DAdTag.php67 …public static function showAds($sectionLineCount, $currentLineCountSinceLastAd, $sectionNumber, $a… argument
84 … $currentLineCountSinceLastAd > self::CONF_ADS_LINE_BETWEEN_DEFAULT && // Every N line,
99 … $currentLineCountSinceLastAd > self::CONF_ADS_LINE_BETWEEN_DEFAULT // Every N line,