Home
last modified time | relevance | path

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

/plugin/combo/renderer/
H A Drenderer.php168 $sectionLineCount = XhtmlUtility::countLines($sectionContent);
169 $currentLineCountSinceLastAd += $sectionLineCount;
170 $rollingLineCount += $sectionLineCount;
174 …$this->doc .= "<p>Section " . $sectionNumber . ": (" . $sectionLineCount . "|" . $currentLineCount…
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php67 …public static function showAds($sectionLineCount, $currentLineCountSinceLastAd, $sectionNumber, $a… argument
83 …$sectionLineCount > self::CONF_ADS_MIN_LOCAL_LINE_DEFAULT && // Doesn't show any ad if the section…
92 …$sectionLineCount > self::CONF_ADS_MIN_LOCAL_LINE_DEFAULT // Minimum line in the current section (…
/plugin/combo/ComboStrap/
H A DOutlineVisitor.php305 $sectionLineCount = $outlineSection->getLineCount();
306 $this->currentLineCountSinceLastAd = $this->currentLineCountSinceLastAd + $sectionLineCount;
310 $sectionLineCount,