Home
last modified time | relevance | path

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

/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php489 var $SavedGroups = array(); variable in Spyc
712 if (!isset($this->SavedGroups[$alias])) { echo "Bad group name: $alias."; break; }
713 $groupPath = $this->SavedGroups[$alias];
792 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
796 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;
/plugin/sketchcanvas/phplib/
Dspyc.php91 private $SavedGroups = array(); variable in Spyc
728 if (!isset($this->SavedGroups[$alias])) { echo "Bad group name: $alias."; break; }
729 $groupPath = $this->SavedGroups[$alias];
812 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
816 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php110 private $SavedGroups = array(); variable in Spyc
857 if (!isset($this->SavedGroups[$alias])) { echo "Bad group name: $alias."; break; }
858 $groupPath = $this->SavedGroups[$alias];
941 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
945 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;