Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js389 function sf2_create(sf2_bin,instr){var i,sid,gen,parm,sampleRate,sample,infos,parser=new sf2.Parser(sf2_bin)
390 parser.parse()
391 infos=parser.getInstruments()[0].info
397 sampleRate=parser.sampleHeader[sid].sampleRate
398 sample=parser.sample[sid]
407 if(gen.sampleModes&&(gen.sampleModes.amount&1)){parm.loopStart=parser.sampleHeader[sid].startLoop/sampleRate
408 parm.loopEnd=parser.sampleHeader[sid].endLoop/sampleRate}
411 parser.sampleHeader[sid].pitchCorrection/100-
412 (gen.overridingRootKey?gen.overridingRootKey.amount:parser.sampleHeader[sid].originalPitch)
483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser
[all...]
/plugin/aceeditor/
H A Dbuild.js1 …t|one|online|open|optimize|option|optionally|out|outer|outfile|pack_keys|parser|partition|partitio…
/plugin/achart/assets/
H A Dapexcharts.min.js6parser.draw||a.prepare(),t};if(a.ns="http://www.w3.org/2000/svg",a.xmlns="http://www.w3.org/2000/x… class in a
/plugin/acronym/
H A DREADME34 …triggering a preformatted area. Had to reasearch the calls object structure of the parser for this.
/plugin/adfs/phpsaml/
H A DREADME.md101 * `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.
/plugin/aichat/
H A Dcomposer.lock100 "parser"
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php115 * @param VersionParser $parser Install composer/semver to have access to this class and functionality
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints((string) $constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock296 "parser"
422 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
428 "parser",
601 "name": "nikic/php-parser",
645 "description": "A PHP parser written in PHP",
647 "parser",
844 "nikic/php-parser": "^4.14",
1175 "sebastian/cli-parser": "^1.0.1",
1469 "rector/rector-php-parser": "*",
1505 "name": "sebastian/cli-parser",
[all...]
/plugin/amazon/
H A DXMLParser.php52 $parser = xml_parser_create('UTF-8');
53 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);
54 xml_parse_into_struct($parser, $this->data, $vals, $index);
55 xml_parser_free($parser);
/plugin/amazon_heavy/
H A Dclass.xmlreader.php41 $parser = xml_parser_create();
42 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
43 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, $this->_white);
44 xml_parse_into_struct($parser, $this->_data, $vals, $index);
45 xml_parser_free($parser);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3757 var parser = new DOMParser();
3758 if (parser && parser.parseFromString) {
3759 doc = parser.parseFromString(string, 'text/xml');
H A Dfabric.min.js2 …doc;if(typeof DOMParser!=="undefined"){var parser=new DOMParser;if(parser&&parser.parseFromString)…
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php281 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
283 $constraint = $parser->parseConstraints($constraint);
284 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1050 * Added PECL URI template extension and using as default parser if available
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php33 var $parser; variable in XML
48 $this->parser = xml_parser_create('ISO-8859-1');
49 xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, false);
50 xml_set_object($this->parser, $this);
51 xml_set_element_handler($this->parser, 'open','close');
52 xml_set_character_data_handler($this->parser, 'data');
56 xml_parser_free($this->parser);
62 return xml_parse($this->parser, $data, true) && !$this->failed ? $this->document : '';
65 function open(&$parser, $tag, $attributes) { argument
86 function data(&$parser, $data) { argument
[all …]
/plugin/barcodes/
H A Dcomposer.lock193 "name": "nikic/php-parser",
237 "description": "A PHP parser written in PHP",
239 "parser",
377 "nikic/php-parser": "^4.14",
708 "sebastian/cli-parser": "^1.0.1",
780 "name": "sebastian/cli-parser",
784 "url": "https://github.com/sebastianbergmann/cli-parser.git",
822 "homepage": "https://github.com/sebastianbergmann/cli-parser",
824 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1035 "nikic/php-parser": "^4.7",
[all …]
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php115 …* @param VersionParser $parser Install composer/semver to have access to this class and func…
120 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
122 $constraint = $parser->parseConstraints($constraint);
123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
/plugin/bez/syntax/
H A Dstruct.php62 $parser = new ConfigParser($lines);
63 $config = $parser->getConfig();
/plugin/bibtex/OSBib/
H A DPARSEXML.php79 $this->parser = xml_parser_create('UTF-8');
80 xml_set_object($this->parser, $this);
81 xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, false);
82 xml_set_element_handler($this->parser, "startElement", "endElement");
83 xml_set_character_data_handler($this->parser, "characterData");
85 xml_parse($this->parser, $xmlString);
86 xml_parser_free($this->parser);
94 function startElement($parser, $name, $attrs)
106 function endElement($parser, $name)
124 function characterData($parser, $data)
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME72 Additional BibTeX macro can be supplied to the parser:
/plugin/bibtex4dw/
H A DTODO.md37 * https://github.com/renanbr/bibtex-parser
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1705 var parser;
1708 parser = new DOMParser();
1709 parser.async = false;
1711 return parser.parseFromString(svg, 'text/xml');
9667 var parser = this,
9675 parser = this.handleChild(node);
9678 return parser;
10084 parser = new Parser({ proxy: true }),
10261 parser
10302 parser.parse(xml);
/plugin/ckgdoku/
H A DREADME1 This is an updated dversion fckgLite. It uses the much the same parser as the original fckgLite, b…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md57 * Fixed the behavior of HTML parser when parsing `src`/`srcdoc` attributes of the `<iframe>` elemen…
315 * [#13680](http://dev.ckeditor.com/ticket/13680): Fixed: The parser should allow the `<h1-6>` eleme…
530 * Fixed XSS vulnerability in the HTML parser reported by [Dheeraj Joshi](https://twitter.com/dheera…
586 * Fixed XSS vulnerability in the HTML parser reported by [Maco Cortes](https://www.facebook.com/Maa…

12345678910>>...17