Home
last modified time | relevance | path

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

/plugin/statistics/vendor/mustangostang/spyc/examples/
H A Dyaml-load.php12 $array = Spyc::YAMLLoad('../spyc.yaml');
/plugin/statistics/vendor/matomo/device-detector/Yaml/
H A DSpyc.php28 return SpycParser::YAMLLoad($file);
/plugin/statistics/vendor/mustangostang/spyc/php4/
H A Dtest.php423 $yaml = Spyc::YAMLLoad('../spyc.yaml');
H A Dspyc.php431 return Spyc::YAMLLoad($file);
136 function YAMLLoad($input) { function in Spyc
/plugin/statistics/vendor/mustangostang/spyc/
H A DREADME.md17 $Data = Spyc::YAMLLoad('spyc.yaml');
H A DSpyc.php31 return Spyc::YAMLLoad($file);
158 public static function YAMLLoad($input, $options = []) { function in Spyc
/plugin/sketchcanvas/phplib/
Dspyc.php31 return Spyc::YAMLLoad($file);
138 public static function YAMLLoad($input) { function in Spyc
Dimage.php18 $drawdata = Spyc::YAMLLoad('data/' . $_GET['fname']);