Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
H A Dspyc.php86 private $_containsGroupAnchor = false; variable in Spyc
760 if ($incoming_indent == 0 && !$this->_containsGroupAlias && !$this->_containsGroupAnchor) { // Shortcut for root-level values.
811 if ($this->_containsGroupAnchor) {
812 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
816 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;
819 $this->_containsGroupAnchor = false;
1023 if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1);