Searched refs:sectionLineCount (Results 1 – 3 of 3) sorted by relevance
168 $sectionLineCount = XhtmlUtility::countLines($sectionContent);169 $currentLineCountSinceLastAd += $sectionLineCount;170 $rollingLineCount += $sectionLineCount;174 …$this->doc .= "<p>Section " . $sectionNumber . ": (" . $sectionLineCount . "|" . $currentLineCount…
67 …public static function showAds($sectionLineCount, $currentLineCountSinceLastAd, $sectionNumber, $a… argument83 …$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 (…
305 $sectionLineCount = $outlineSection->getLineCount();306 $this->currentLineCountSinceLastAd = $this->currentLineCountSinceLastAd + $sectionLineCount;310 $sectionLineCount,