Home
last modified time | relevance | path

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

/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php484 var $_containsGroupAnchor = false; variable in Spyc
744 …if ($incoming_indent == 0 && !$this->_containsGroupAlias && !$this->_containsGroupAnchor) { // Sho…
791 if ($this->_containsGroupAnchor) {
792 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
796 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;
799 $this->_containsGroupAnchor = false;
1000 if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1);
/plugin/sketchcanvas/phplib/
Dspyc.php86 private $_containsGroupAnchor = false; variable in Spyc
760 …if ($incoming_indent == 0 && !$this->_containsGroupAlias && !$this->_containsGroupAnchor) { // Sho…
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);
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php105 private $_containsGroupAnchor = false; variable in Spyc
889 …if ($incoming_indent == 0 && !$this->_containsGroupAlias && !$this->_containsGroupAnchor) { // Sho…
940 if ($this->_containsGroupAnchor) {
941 $this->SavedGroups[$this->_containsGroupAnchor] = $this->path;
945 $this->SavedGroups[$this->_containsGroupAnchor][$incoming_indent + 2] = $k;
948 $this->_containsGroupAnchor = false;
1165 if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1);