Home
last modified time | relevance | path

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

1234567891011

/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)
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=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1) class in sf2
485 throw new Error('chunk not found');this.parseRiffChunk(chunk);this.input=null};sf2.Parser.prototype.parseRiffChunk=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='RIFF')
487 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse();if(parser.getNumberOfChunks()!==3)
488 throw new Error('invalid sfbk structure');this.parseInfoList(parser.getChunk(0));this.parseSdtaList(parser.getChunk(1));this.parsePdtaList(parser.getChunk(2))};sf2.Parser.prototype.parseInfoList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
490 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse()};sf2.Parser.prototype.parseSdtaList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
492 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(dat
[all...]
/plugin/aichat/
H A Dcomposer.lock96 "description": "Parser for Markdown.",
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md8 Better Markdown Parser in PHP
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock291 "description": "Docblock Annotations Parser",
605 "url": "https://github.com/nikic/PHP-Parser.git",
610 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
651 "issues": "https://github.com/nikic/PHP-Parser/issues",
652 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md788 * Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
823 * Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
824 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
1193 …eady for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
1299 * [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
H A DUPGRADING.md556 ## Parser section in Guzzle Upgrade Guide
558 The `Guzzle\Parser` namespace has been removed. This was previously used to
690 - Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
796 * Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
797 * Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
/plugin/barcodes/
H A Dcomposer.lock197 "url": "https://github.com/nikic/PHP-Parser.git",
202 …"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb203…
243 "issues": "https://github.com/nikic/PHP-Parser/issues",
244 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
/plugin/bibtex4dw/
H A DTODO.md35 Currently, the BibTeX parsing relies on rather old and badly changed code. Perhaps exchanging with newer code from the "PHP BibTeX Parser 2.x" project would be an option:
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js8464 function Parser(options) { function
8467 return new Parser(options);
10084 parser = new Parser({ proxy: true }),
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 … state.context.prev;\n return pass(type, stream, state);\n }\n\n // Parser\n\n function word…
H A Dhaxe.min.js.map1 …= \"*\");\n }\n return ret(\"comment\", \"comment\");\n }\n\n // Parser\n\n var atomicTyp…
H A Djavascript.min.js.map1 … }\n if (sawSomething && !depth) state.fatArrowAt = pos;\n }\n\n // Parser\n\n var atomicTyp…
H A Dstylus.min.js.map1 …ev;\n return pass(type, stream, state);\n }\n\n\n /**\n * Parser\n */\n func…
/plugin/combo/ComboStrap/
H A DCallStack.php18 use dokuwiki\Parsing\Parser; alias
179 $handler = \ComboStrap\Parser::parseMarkupToHandler($markup);
H A DParser.php7 class Parser class
31 $parser = new \dokuwiki\Parsing\Parser($handler);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php22 use Antlr\Antlr4\Runtime\Parser; alias
24 final class PageSqlParser extends Parser
/plugin/combo/grammar/
H A DPageSql.g4188 * Parser (ie structure)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php27 use Antlr\Antlr4\Runtime\Parser; alias
200 * parser.{@see Parser::getInterpreter()}.
202 * parser->{@see Parser::setErrorHandler()}(new {@see BailErrorStrategy}());
256 /** @var Parser */
298 Parser $parser,
1243 * (determined by calling {@see Parser::getPrecedence()}).
2523 public function getParser() : Parser
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php72 * @see Parser::getPrecedence()
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php8 use Antlr\Antlr4\Runtime\Parser; alias
22 * {@see Parser::notifyErrorListeners()}.
31 * @param Parser $recognizer the parser instance
33 public function reset(Parser $recognizer) : void;
37 * inline match operation, such as {@see Parser::match()}. If the error
43 * not call {@see Parser::consume()} after a successful recovery.
47 * for calling {@see Parser::notifyErrorListeners()} as appropriate.
49 * @param Parser $recognizer The parser instance
54 public function recoverInline(Parser $recognizer) : Token;
61 * @param Parser
[all...]
H A DBailErrorStrategy.php10 use Antlr\Antlr4\Runtime\Parser; alias
35 * @see Parser::setErrorHandler()
45 public function recover(Parser $recognizer, RecognitionException $e) : void
67 public function recoverInline(Parser $recognizer) : Token
85 public function sync(Parser $recognizer) : void
H A DDefaultErrorStrategy.php14 use Antlr\Antlr4\Runtime\Parser; alias
76 public function reset(Parser $recognizer) : void
85 * @param Parser $recognizer The parser instance.
87 protected function beginErrorCondition(Parser $recognizer) : void
92 public function inErrorRecoveryMode(Parser $recognizer) : bool
101 protected function endErrorCondition(Parser $recognizer) : void
114 public function reportMatch(Parser $recognizer) : void
134 * - All other types: calls {@see Parser#notifyErrorListeners} to report
137 public function reportError(Parser $recognizer, RecognitionException $e) : void
166 public function recover(Parser
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php8 use Antlr\Antlr4\Runtime\Parser; alias
27 public function __construct(Parser $recognizer, string $predicate, ?string $message = null)
H A DInputMismatchException.php7 use Antlr\Antlr4\Runtime\Parser; alias
16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
H A DNoViableAltException.php8 use Antlr\Antlr4\Runtime\Parser; alias
40 Parser $recognizer,

1234567891011