Home
last modified time | relevance | path

Searched refs:rootIndex (Results 1 – 1 of 1) sorted by path

/plugin/odt/ODT/css/
H A Dcssdocument.php146 protected $rootIndex = 0; variable in cssdocument
226 $this->rootIndex = $this->getIndexLastOpened ();
234 for ($index = $this->size-1 ; $index > $this->rootIndex ; $index--) {
237 $this->size = $this->rootIndex + 1;
411 $dump .= 'RootLevel: '.$this->rootLevel.', RootIndex: '.$this->rootIndex."\n";
432 if ($index <= $this->rootIndex) {