Home
last modified time | relevance | path

Searched refs:parse (Results 226 – 250 of 952) sorted by path

12345678910>>...39

/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md52 configure xml applications and easily parse/write things from there. #35, #38.
143 * Changed: Reader::parse returns an array with 1 level less depth.
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php57 function parse() { function in Sabre\\Xml\\Reader
H A DService.php86 function parse($input, $contextUri = null, &$rootElementName = null) { function in Sabre\\Xml\\Service
97 $result = $r->parse();
130 $result = $r->parse();
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php28 $output = $reader->parse();
H A DElementsTest.php38 $output = $reader->parse();
H A DKeyValueTest.php37 $output = $reader->parse();
130 $this->assertEquals($expected, $reader->parse());
196 $output = $reader->parse();
H A DUriTest.php26 $output = $reader->parse();
H A DXmlFragmentTest.php28 $output = $reader->parse();
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php25 $output = $reader->parse();
H A DReaderTest.php64 $output = $reader->parse();
109 $output = $reader->parse();
141 $output = $reader->parse();
176 $output = $reader->parse();
216 $output = $reader->parse();
258 $output = $reader->parse();
318 $reader->parse();
339 $reader->parse();
365 $reader->parse();
398 $output = $reader->parse();
[all …]
H A DServiceTest.php81 $result = $util->parse($stream, null, $rootElement);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md213 to parse incoming iTip messages and apply the result on existing calendars,
388 * Fixed: Couldn't parse vCard 3 extended format dates and times.
397 * Added: helper method to parse vCard dates and times.
450 * Added: Fancy new MimeDir parser that can also parse streams.
596 * Added: The Reader class now has a 'FORGIVING' option, which allows it to parse
H A DREADME.md4 The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/ht…
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
23 $bench->parse->stop();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php47 $busyStart = VObject\DateTimeParser::parse($busyStart);
48 $busyEnd = VObject\DateTimeParser::parse($busyEnd);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php181 static public function parse($date, $referenceTz = null) { function in Sabre\\VObject\\DateTimeParser
H A DReader.php44 $result = $parser->parse($data, $options);
67 $result = $parser->parse($data, $options);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php758 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
770 $dt = DateTimeParser::parse($instance['id'], $eventInfo['timezone']);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php48 public function parse($input = null, $options = null) { function in Sabre\\VObject\\Parser\\Json
H A DMimeDir.php52 public function parse($input = null, $options = null) { function in Sabre\\VObject\\Parser\\MimeDir
H A DParser.php67 abstract public function parse($input = null, $options = null); function in Sabre\\VObject\\Parser\\Parser
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php95 DateTimeParser::parse(
H A DRRuleIterator.php641 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone());
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php65 $object = $this->parser->parse();

12345678910>>...39