Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDirectLex.php114 $current_line = 1 + $this->substrCount($html, $nl, 0, $cursor);
142 … $current_line += $this->substrCount($html, $nl, $cursor, $position_next_lt - $cursor);
217 $current_line += $this->substrCount($html, $nl, $cursor, $strlen_segment);
232 … $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
251 … $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
279 … $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
313 … $current_line += $this->substrCount($html, $nl, $cursor, $position_next_gt - $cursor);
354 protected function substrCount($haystack, $needle, $offset, $length) function in HTMLPurifier_Lexer_DirectLex