Lines Matching refs:Spyc
20 return Spyc::YAMLLoadString($string);
31 return Spyc::YAMLLoad($file);
42 return Spyc::YAMLDump($data, false, false, true);
70 class Spyc { class
159 $Spyc = new Spyc;
161 if (property_exists($Spyc, $key)) {
162 $Spyc->$key = $value;
165 return $Spyc->_load($input);
189 $Spyc = new Spyc;
191 if (property_exists($Spyc, $key)) {
192 $Spyc->$key = $value;
195 return $Spyc->_loadString($input);
220 $spyc = new Spyc;