Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 25 of 31) sorted by relevance

12

/plugin/statistics/vendor/matomo/device-detector/Yaml/
DSymfony.php26 public function parseFile(string $file) function in DeviceDetector\\Yaml\\Symfony
28 return Yaml::parseFile($file);
DParserInterface.php24 public function parseFile(string $file); function
DSpyc.php26 public function parseFile(string $file) function in DeviceDetector\\Yaml\\Spyc
DPecl.php34 public function parseFile(string $file) function in DeviceDetector\\Yaml\\Pecl
/plugin/findologicxmlexport/vendor/symfony/yaml/
DYaml.php52 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
56 return $yaml->parseFile($filename, $flags);
DCHANGELOG.md42 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
DParser.php50 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
/plugin/combo/vendor/symfony/yaml/
H A DYaml.php53 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
57 return $yaml->parseFile($filename, $flags);
H A DCHANGELOG.md95 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
H A DParser.php52 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEENTRIES.php115 $this->parseFile = TRUE;
125 $this->parseFile = TRUE;
136 $this->parseFile = FALSE;
153 if($this->parseFile){
386 if($this->parseFile)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.misc.cue.php112 $currentFile = $this->parseFile($file[$i]);
171 public function parseFile($line) function in getid3_cue
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DStringHashParser.php41 public function parseFile($file) function in HTMLPurifier_StringHashParser
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DParserTest.php1801 $files = $parser->parseFile(__DIR__.'/Fixtures/'.$testsFile);
1926 $this->assertInternalType('array', $this->parser->parseFile(__DIR__.'/Fixtures/index.yml'));
1935 $this->parser->parseFile(__DIR__.'/Fixtures/nonexistent.yml');
1955 $this->parser->parseFile($file);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DInterchangeBuilder.php72 new HTMLPurifier_StringHash($parser->parseFile($file))
/plugin/mantis/lib/
Dclass.xmlschema.php68 $this->parseFile($schema, 'schema');
74 $this->parseFile($xml, 'xml');
87 function parseFile($xml,$type){ function in nusoap_xmlschema
Dnusoap.php1136 $this->parseFile($schema, 'schema');
1142 $this->parseFile($xml, 'xml');
1155 function parseFile($xml,$type){ function in nusoap_xmlschema
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php293 $parsedContent = $this->getYamlParser()->parseFile(
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php1106 $this->templateDefinition = Yaml::parseFile($file->toAbsoluteId());
/plugin/diagramsnet/lib/js/diagramly/
DElectronApp.js388 …editorUi.parseFile(new Blob([data], {type : 'application/octet-stream'}), mxUtils.bind(this, funct…
DDriveClient.js1178 …this.ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, functio…
DApp.js4617 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
6623 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
DEditorUi.js3565 this.parseFile(file, mxUtils.bind(this, function(xhr)
7824 …this.parseFile(new Blob([text.replace(/\s+/g,' ')], {type: 'application/octet-stream'}), mxUtils.b…
11205 this.parseFile(file, mxUtils.bind(this, function(xhr)
12665 …this.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, function(x…
/plugin/googlesearch/
Dnusoap.php1055 $this->parseFile($schema, 'schema');
1061 $this->parseFile($xml, 'xml');
1074 function parseFile($xml,$type){ function in XMLSchema
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs540 * function parseFile(file, key, callback) {
553 * async.forEachOf(validConfigFileMap, parseFile, function (err) {
564 * async.forEachOf(invalidConfigFileMap, parseFile, function (err) {
574 * async.forEachOf(validConfigFileMap, parseFile)
584 * async.forEachOf(invalidConfigFileMap, parseFile)
595 * let result = await async.forEachOf(validConfigFileMap, parseFile);
608 * let result = await async.forEachOf(invalidConfigFileMap, parseFile);

12