Home
last modified time | relevance | path

Searched refs:parse (Results 76 – 100 of 952) sorted by relevance

12345678910>>...39

/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, [], 'mailto:a1@example.org');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php54 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
69 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
79 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php44 $result = $parser->parse($data, $options);
67 $result = $parser->parse($data, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php44 $result = $parser->parse($data, $options);
67 $result = $parser->parse($data, $options);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DReader.php44 $result = $parser->parse($data, $options);
67 $result = $parser->parse($data, $options);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
312 $vobj = $parser->parse();
392 $json->parse(json_encode($input), 0);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php160 $vobj = $parser->parse();
312 $vobj = $parser->parse();
392 $json->parse(json_encode($input), 0);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
312 $vobj = $parser->parse();
392 $json->parse(json_encode($input), 0);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $vobj = $parser->parse();
312 $vobj = $parser->parse();
392 $json->parse(json_encode($input), 0);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php261 return PdfString::parse($this->streamReader);
267 return PdfDictionary::parse($this->tokenizer, $this->streamReader, $this);
271 return PdfHexString::parse($this->streamReader);
275 return PdfName::parse($this->tokenizer, $this->streamReader);
279 return PdfArray::parse($this->tokenizer, $this);
294 return PdfIndirectObject::parse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DShareTest.php31 $result = $this->parse($xml);
66 $result = $this->parse($xml);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php19 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
37 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php22 $result = $service->parse($xml);
50 $result = $service->parse($xml);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
23 $bench->parse->stop();
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
23 $bench->parse->stop();
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
23 $bench->parse->stop();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
23 $bench->parse->stop();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php27 $this->assertEquals($expected, DateTimeParser::parse('P1W'));
108 $dateTime = DateTimeParser::parse('20100316');
124 $dateTime = DateTimeParser::parse('45001231');
140 $dateTime = DateTimeParser::parse('45001231T235959');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php27 $this->assertEquals($expected, DateTimeParser::parse('P1W'));
108 $dateTime = DateTimeParser::parse('20100316');
124 $dateTime = DateTimeParser::parse('45001231');
140 $dateTime = DateTimeParser::parse('45001231T235959');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php27 $this->assertEquals($expected, DateTimeParser::parse('P1W'));
108 $dateTime = DateTimeParser::parse('20100316');
124 $dateTime = DateTimeParser::parse('45001231');
140 $dateTime = DateTimeParser::parse('45001231T235959');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DParser.php25 public function parse(string $type): array function in JMS\\Serializer\\Type\\Parser
28 $ast = $this->parser->parse($type, 'type');
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php25 $base = parse($basePath);
26 $delta = parse($newPath);
116 $parts = parse($uri);
181 function parse($uri) { function

12345678910>>...39