Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php115 $this->parseFile = TRUE;
125 $this->parseFile = TRUE;
136 $this->parseFile = FALSE;
153 if($this->parseFile){
386 if($this->parseFile)
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php1105 $this->templateDefinition = Yaml::parseFile($file->toAbsoluteId());
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md95 * added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` method
H A DParser.php52 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
H A DYaml.php43 * $array = Yaml::parseFile('config.yml');
53 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
57 return $yaml->parseFile($filename, $flags);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10340 …ffline()&&(new XMLHttpRequest).upload&&b.isRemoteFileFormat(d,t.name)?b.parseFile(t,mxUtils.bind(t…
10777 (new XMLHttpRequest).upload&&this.isRemoteFileFormat(f,q)&&null!=y?this.parseFile(y,mxUtils.bind(th…
10899 …Offline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.parseFile(new Blob([b.repl…
11684 …fline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(l,f))this.parseFile(new Blob([l],{ty…
11741 …Support&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,b)?this.parseFile(new Blob([c],{ty…
H A Dviewer-static.min.js3445 this.isRemoteFileFormat(d,p)&&null!=v?this.parseFile(v,mxUtils.bind(this,function(b){4==b.readyStat…
3567 …Offline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.parseFile(new Blob([b.repl…
H A Dviewer.min.js3445 this.isRemoteFileFormat(d,p)&&null!=v?this.parseFile(v,mxUtils.bind(this,function(b){4==b.readyStat…
3567 …Offline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(b))this.parseFile(new Blob([b.repl…
/plugin/diagramsnet/lib/js/diagramly/
H A 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…
H A DDialogs.js9389 editorUi.parseFile(file, mxUtils.bind(this, function(xhr)
H A DDriveClient.js1178 …this.ui.parseFile(new Blob([data], {type: 'application/octet-stream'}), mxUtils.bind(this, functio…
H A 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…
H A DElectronApp.js388 …editorUi.parseFile(new Blob([data], {type : 'application/octet-stream'}), mxUtils.bind(this, funct…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md42 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
H A DParser.php50 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
H A DYaml.php52 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml
56 return $yaml->parseFile($filename, $flags);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A 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/googlesearch/
H A Dnusoap.php1055 $this->parseFile($schema, 'schema');
1061 $this->parseFile($xml, 'xml');
1074 function parseFile($xml,$type){ function in XMLSchema
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php112 $currentFile = $this->parseFile($file[$i]);
171 public function parseFile($line) function in getid3_cue
/plugin/mantis/lib/
H A Dclass.xmlschema.php68 $this->parseFile($schema, 'schema');
74 $this->parseFile($xml, 'xml');
87 function parseFile($xml,$type){ function in nusoap_xmlschema
H A Dnusoap.php1136 $this->parseFile($schema, 'schema');
1142 $this->parseFile($xml, 'xml');
1155 function parseFile($xml,$type){ function in nusoap_xmlschema
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js26646 exports.parseString = exports.parseFile = exports.parseStream = exports.parse = void 0;
26684 exports.parseFile = function (location) {
49209 return parse_1.parseFile;