Home
last modified time | relevance | path

Searched refs:parse (Results 126 – 150 of 952) sorted by relevance

12345678910>>...39

/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php107 function parse($input, $contextUri = null, &$rootElementName = null) { function in Sabre\\Xml\\Service
118 $result = $r->parse();
160 $result = $r->parse();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php42 public function parse(Twig_Token $token) function in Twig_Extensions_Grammar_Optional
63 $element = $grammar->parse($token);
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DGithubMarkdownTest.php40 …$this->assertEquals("<p>This is text</p>\n<p>newline<br />\nnewline.</p>\n", $markdown->parse("Thi…
63 $this->assertEquals("<p>0</p>\n", $parser->parse("0"));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrineTypeDriver.php35 $propertyMetadata->setType($this->typeParser->parse($fieldType));
54 $propertyMetadata->setType($this->typeParser->parse($targetEntity));
H A DDoctrinePHPCRTypeDriver.php34 $propertyMetadata->setType($this->typeParser->parse($fieldType));
50 $propertyMetadata->setType($this->typeParser->parse($targetEntity));
/plugin/components/syntax/
H A Dslice.php28 private function parse($tag) { function in syntax_plugin_components_slice
43 $attr = $this->parse($match);
/plugin/zip/pear/MIME/Type/
H A DParameter.php60 $this->parse($param);
71 function parse($param) function in MIME_Type_Parameter
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSetTest.php69 $result = $this->parse(
95 $result = $this->parse(
H A DInviteTest.php151 $doc2 = $this->parse(
178 $this->parse(
H A DScheduleCalendarTranspTest.php83 $result = $this->parse(
107 $result = $this->parse(
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md15 3. `parse`, which works like PHP's [parse_url][6].
16 4. `build` to do the exact opposite of `parse`.
53 [6]: http://php.net/manual/en/function.parse-url.php
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php27 $this->assertEquals($expected, DateTimeParser::parse('P1W'));
118 $dateTime = DateTimeParser::parse('20100316');
134 $dateTime = DateTimeParser::parse('45001231');
150 $dateTime = DateTimeParser::parse('45001231T235959');
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php72 throw new TokenResponseException('Unable to parse response.');
88 throw new TokenResponseException('Unable to parse response.');
H A DTwitter.php87 throw new TokenResponseException('Unable to parse response.');
103 throw new TokenResponseException('Unable to parse response: ' . $responseBody);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBuffer.php104 throw new TokenResponseException('Unable to parse response.');
137 throw new TokenResponseException('Unable to parse response.');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfIndirectObject.php34 public static function parse( function in setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject
48 $value = PdfStream::parse($value, $reader, $parser);
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js131 mxResources.parse('record=Record');
132 mxResources.parse('replay=Replay');
182 var temp = JSON.parse(newValue);
194 newValue = JSON.parse(newValue);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php26 public function parse(Token $token) function in Twig\\TokenParser\\EmbedTokenParser
49 $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true);
/plugin/combo/ComboStrap/
H A DPageSql.php41 $parser->parse($contextualPage);
49 function parse(MarkupPath $contextualPage = null): PageSql function in ComboStrap\\PageSql
60 * Performs a walk on the given parse tree starting at the root
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js49 var data = JSON.parse(this.ajaxSettings.data);
61 var data = JSON.parse(this.ajaxSettings.data);
78 var data = JSON.parse(this.ajaxSettings.data.model);
92 var data = JSON.parse(this.ajaxSettings.data);
106 var data = JSON.parse(this.ajaxSettings.data.model);
/plugin/linksuggest/
H A Dscript.js42 data = JSON.parse(data);
116 data = JSON.parse(data);
162 data = JSON.parse(data);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php82 $files = $this->parser->parse(file_get_contents($this->path.'/index.yml'));
92 $test = $this->parser->parse($yaml);
99 …$this->assertSame($expected, $this->parser->parse($this->dumper->dump($expected, 10)), $test['test…
256 $this->assertEquals($expected, Yaml::parse($yaml, Yaml::PARSE_OBJECT_FOR_MAP));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php59 list($text, $tags) = $this->parse($this->lex($contents), $context);
119 private function parse($tokens, TypeContext $context) function in phpDocumentor\\Reflection\\DocBlock\\DescriptionFactory
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php222 return $this->parser->parse($class->getDocComment(), 'class ' . $class->getName());
254 return $this->parser->parse($property->getDocComment(), $context);
286 return $this->parser->parse($method->getDocComment(), $context);
405 …$annotations = $this->preParser->parse($class->getDocComment(), 'class ' . $class->name…

12345678910>>...39