Lines Matching refs:this

74     YAML.pm will be able to emulate this behavior soon. In this regard
216 test: Node for Sammy Sosa appears twice in this document
500 quoted: "So does this
505 'quoted' => "So does this quoted scalar.\n"
801 this: | # Comments may trail lines.
810 …'this' => "contains three lines of text.\nThe third one starts with a\n# character. This isn't a c…
891 # Receiver can process this as soon as the following is sent:
1018 repeated use of this value.
1022 'override' => "The alias node below is a repeated use of this value.\n",
1023 'alias' => "The alias node below is a repeated use of this value.\n" ]
1076 ? this also works as a key
1100 'this also works as a key' => 'with a value at the next line.',
1178 Thus this value contains one
1186 significant.\nThus this value contains \
1206 "is significant.\n\nLine breaks are significant.\nThus this value contains one\n" +
1209 "is significant.\n\nLine breaks are significant.\nThus this value contains one\n" +
1223 to spaces, so this value
1234 line break. Thus this
1272 'one paragraph' => 'Line feeds are converted to spaces, so this value'.
1275 "Is interpreted as a line break. Thus this value contains three line breaks.\n",
1290 span: 'this contains
1295 is same as: "this contains six spaces\nand one line break"
1301 'span' => "this contains six spaces\nand one line break",
1302 'is same as' => "this contains six spaces\nand one line break"
1311 fourth: "this value ends with an LF.\n"
1312 span: "this contains
1315 is equal to: "this contains four spaces"
1321 'fourth' => "this value ends with an LF.\n",
1322 'span' => "this contains four spaces",
1323 'is equal to' => "this contains four spaces"
1335 span: this contains
1341 indicators: this has no comments.
1348 this ]
1357 'span' => "this contains six spaces\nand one line break",
1358 'indicators' => "this has no comments. #:foo and bar# are both text.",
1359 'flow' => [ 'can span lines', 'like this' ],
1651 # NOTE: the following node should NOT be serialized this way.