Home
last modified time | relevance | path

Searched refs:ParseException (Results 51 – 75 of 95) sorted by relevance

1234

/plugin/davcal/vendor/sabre/xml/lib/
H A DLibXMLException.php17 class LibXMLException extends ParseException {
H A DReader.php176 …throw new ParseException('We hit the end of the document prematurely. This likely means that some …
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php25 use Symfony\Component\Yaml\Exception\ParseException; alias
140 throw new ParseException($message, $this->getParser()->getRealCurrentLineNb() + 1);
148 } catch (ParseException $e) {
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php66 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
H A DICalendar.php51 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php67 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
H A DICalendar.php51 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
H A DICalendar.php54 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
H A DICalendar.php54 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
H A DICalendar.php54 throw new VObject\ParseException('Supplied input could not be parsed as VCALENDAR.');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php92 } catch (VObject\ParseException $e) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php9 use Sabre\VObject\ParseException; alias
107 throw new ParseException('Unsupported XML standard');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php9 use Sabre\VObject\ParseException; alias
113 throw new ParseException('Unsupported XML standard');
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php19 class ParseException extends RuntimeException class
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php19 class ParseException extends RuntimeException class
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php8 use Sabre\Xml\ParseException; alias
323 } catch (ParseException $e) {
380 } catch (ParseException $e) {
569 } catch (\Sabre\Xml\ParseException $e) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php8 use Sabre\Xml\ParseException; alias
323 } catch (ParseException $e) {
380 } catch (ParseException $e) {
569 } catch (\Sabre\Xml\ParseException $e) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php341 } catch (ParseException $e) {
372 } catch (ParseException $e) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php341 } catch (ParseException $e) {
372 } catch (ParseException $e) {

1234