Home
last modified time | relevance | path

Searched refs:parser (Results 226 – 250 of 420) sorted by last modified time

12345678910>>...17

/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md337 * Added: jCal and jCard parser.
386 * Fixed: vCard date-time parser supported extended-format dates as well.
413 * Added: It's now possible to send parser options to the splitter classes.
425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
450 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
159 $vobj = $parser->parse();
311 $parser = new Json(json_encode($input));
312 $vobj = $parser->parse();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php43 $parser = new Parser\MimeDir();
44 $result = $parser->parse($data, $options);
66 $parser = new Parser\Json();
67 $result = $parser->parse($data, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php37 protected $parser; variable in Sabre\\VObject\\Splitter\\VCard
50 $this->parser = new MimeDir($input, $options);
65 $object = $this->parser->parse();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php661 $parser->next();
664 $parser->current()
668 $parser->key()
671 $parser->rewind();
675 $parser->current()
679 $parser->key()
687 $parser = new RRuleIterator($rule, $dt);
690 $parser->fastForward(new DateTime($fastForward));
694 while($parser->valid()) {
696 $item = $parser->current();
[all …]
/plugin/yuriigantt/
H A DREADME.md75 "dsn": ":embedded:", <-- says parser what database driver was used
90 If you change syntax parser, to refresh rendered page cache please run page with purge
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js.map1 …OF","OVER","Object","getPrototypeOf","__proto__","object","constructor","parser","Parser","yy","o"…
H A Dsequence-diagram-snap.js215 var parser = function() { function
283 return yy.parser.yy;
294 yy.parser.yy.addSignal($$[$0]);
298 yy.parser.yy.setTitle($$[$0]);
761 return parser.lexer = lexer, Parser.prototype = parser, parser.Parser = Parser,
765 "undefined" != typeof require && "undefined" != typeof exports && (exports.parser = parser,
767 return parser.parse.apply(parser, arguments);
771 return exports.parser.parse(source);
790 parser.yy = new Diagram();
791 parser.yy.parseError = function(message, hash) {
[all …]
H A Dsequence-diagram-raphael-min.js6parser=function(){function Parser(){this.yy={}}var o=function(k,v,o,l){for(o=o||{},l=k.length;l--;… class in parser
H A Dsequence-diagram-snap-min.js6parser=function(){function Parser(){this.yy={}}var o=function(k,v,o,l){for(o=o||{},l=k.length;l--;… class in parser
H A Dsequence-diagram.js215 var parser = function() { function
283 return yy.parser.yy;
294 yy.parser.yy.addSignal($$[$0]);
298 yy.parser.yy.setTitle($$[$0]);
761 return parser.lexer = lexer, Parser.prototype = parser, parser.Parser = Parser,
765 "undefined" != typeof require && "undefined" != typeof exports && (exports.parser = parser,
767 return parser.parse.apply(parser, arguments);
771 return exports.parser.parse(source);
790 parser.yy = new Diagram();
791 parser.yy.parseError = function(message, hash) {
[all …]
H A Dsequence-diagram-min.js6parser=function(){function Parser(){this.yy={}}var o=function(k,v,o,l){for(o=o||{},l=k.length;l--;… function
H A Dsequence-diagram-min.js.map1 …OF","OVER","Object","getPrototypeOf","__proto__","object","constructor","parser","Parser","yy","o"…
H A Dsequence-diagram-raphael-min.js.map1 …OF","OVER","Object","getPrototypeOf","__proto__","object","constructor","parser","Parser","yy","o"…
H A Dsequence-diagram-raphael.js215 var parser = function() { function
283 return yy.parser.yy;
294 yy.parser.yy.addSignal($$[$0]);
298 yy.parser.yy.setTitle($$[$0]);
761 return parser.lexer = lexer, Parser.prototype = parser, parser.Parser = Parser,
765 "undefined" != typeof require && "undefined" != typeof exports && (exports.parser = parser,
767 return parser.parse.apply(parser, arguments);
771 return exports.parser.parse(source);
790 parser.yy = new Diagram();
791 parser.yy.parseError = function(message, hash) {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js19 parser: document.createElement('a'),
22 this.parser.href = href;
23 _.extend(this, _.pick(this.parser,
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock12 "@webassemblyjs/wast-parser" "1.8.5"
14 "@webassemblyjs/floating-point-hex-parser@1.8.5":
94 "@webassemblyjs/wasm-parser" "1.8.5"
116 "@webassemblyjs/wasm-parser" "1.8.5"
118 "@webassemblyjs/wasm-parser@1.8.5":
130 "@webassemblyjs/wast-parser@1.8.5":
148 "@webassemblyjs/wast-parser" "1.8.5"
2768 "@webassemblyjs/wasm-parser" "1.8.5"
2836 yargs-parser@^11.1.1:
2838 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab…
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md39 * Get rid of internal SVG parser in favor of the browser
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js151 parser.yy = new Diagram();
152 parser.yy.parseError = function(message, hash) {
157 var diagram = parser.parse(input);
H A Dgrammar.jison43 : document 'EOF' { return yy.parser.yy; } /* returning parser.yy is a quirk of jison >0.4.10 */
58 | signal { yy.parser.yy.addSignal($1); }
59 | note_statement { yy.parser.yy.addSignal($1); }
60 | 'title' message { yy.parser.yy.setTitle($2); }
84 : ACTOR { $$ = yy.parser.yy.getActor(Diagram.unescape($1)); }
88 : ACTOR { $$ = yy.parser.yy.getActorWithAlias(Diagram.unescape($1)); }
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock995 comment-parser@^0.3.1:
997 …resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.3.1.tgz#fd657aac8c1492d30…
1864 comment-parser "^0.3.1"
3313 yargs-parser@^4.2.0:
3315 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.0.tgz#6ced869cd05a3dca6a1ea…
3336 yargs-parser "^4.2.0"
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt80 [[:code:compiler:parser|Lexical Parser]]
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php93 $this->parser->listInputs($char);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst20 The annotation parser check if the annotation constructor has arguments,
92 Annotation parser check the given parameters using the phpdoc annotation ``@var``,
194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…
227 The use of constants and class constants are available on the annotations parser.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php37 private $parser; variable in Doctrine\\Common\\Annotations\\SimpleAnnotationReader
46 $this->parser = new DocParser();
47 $this->parser->setIgnoreNotImportedAnnotations(true);
59 $this->parser->addNamespace($namespace);
67 return $this->parser->parse($class->getDocComment(), 'class '.$class->getName());
75 …return $this->parser->parse($method->getDocComment(), 'method '.$method->getDeclaringClass()->name…
83 …return $this->parser->parse($property->getDocComment(), 'property '.$property->getDeclaringClass()…

12345678910>>...17