Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DInjector.php47 protected $inputZipper; variable in HTMLPurifier_Injector
109 $this->inputZipper =& $context->get('InputZipper');
185 $i = count($this->inputZipper->back) - 1;
192 $current = $this->inputZipper->back[$i];
239 $i = count($this->inputZipper->front) - 1;
246 $current = $this->inputZipper->front[$i];
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DRemoveEmpty.php68 for ($i = count($this->inputZipper->back) - 1; $i >= 0; $i--, $deleted++) {
69 $next = $this->inputZipper->back[$i];
98 for ($b = 0, $c = count($this->inputZipper->front); $b < $c; $b++) {
99 $prev = $this->inputZipper->front[$b];