Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
H A Dspyc.php97 private $delayedPath = array(); variable in Spyc
455 foreach ($this->delayedPath as $indent => $delayedPath)
456 $this->path[$indent] = $delayedPath;
458 $this->delayedPath = array();
949 $this->delayedPath = array(strpos ($line, $key) + $this->indent => $key);