Home
last modified time | relevance | path

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

/plugin/statistics/vendor/mustangostang/spyc/examples/
Dyaml-load.php12 $array = Spyc::YAMLLoad('../spyc.yaml');
/plugin/statistics/vendor/matomo/device-detector/Yaml/
DSpyc.php28 return SpycParser::YAMLLoad($file);
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dtest.php423 $yaml = Spyc::YAMLLoad('../spyc.yaml');
Dspyc.php431 return Spyc::YAMLLoad($file);
136 function YAMLLoad($input) { function in Spyc
/plugin/statistics/vendor/mustangostang/spyc/
DREADME.md17 $Data = Spyc::YAMLLoad('spyc.yaml');
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']);