You are here

25 calls to Inline::parse() in Loft Data Grids 7.2

InlineTest::testBooleanMappingKeysAreConvertedToStrings in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testDump in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForDump
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testNotSupportedMissingValue in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Malformed inline YAML string: {this, is not, supported}.
InlineTest::testParse in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParse
InlineTest::testParseInvalidMappingKeyShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidMappingShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidSequenceShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseMapReferenceInSequence in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParseReferences in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getDataForParseReferences
InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithNonEscapedBlackslashAtTheEndShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithNonEscapedBlackslashShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
InlineTest::testParseUnquotedAsterisk in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseUnquotedAsteriskFollowedByAComment in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseUnquotedScalarStartingWithFoldedStyleIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Not quoting the scalar ">foo " starting with ">" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
InlineTest::testParseUnquotedScalarStartingWithLiteralStyleIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Not quoting the scalar "|foo " starting with "|" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
InlineTest::testParseUnquotedScalarStartingWithReservedAtIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Not quoting the scalar "@foo " starting with "@" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
InlineTest::testParseUnquotedScalarStartingWithReservedBacktickIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Not quoting the scalar "`foo " starting with "`" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. throws \Symfony\Component\Yaml\Exception\ParseException in 3.0
InlineTest::testParseWithMapObjects in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParseWithMapObjects
InlineTest::testTheEmptyStringIsAValidMappingKey in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testVeryLongQuotedStrings in vendor/symfony/yaml/Tests/InlineTest.php
Parser::doParse in vendor/symfony/yaml/Parser.php
Parser::parseValue in vendor/symfony/yaml/Parser.php
Parses a YAML value.