Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
symfony /
yaml /
Tests /
Fixtures /
[ HOME SHELL ]
Name
Size
Permission
Action
YtsAnchorAlias.yml
839
B
-rw-r--r--
YtsBasicTests.yml
4.17
KB
-rw-r--r--
YtsBlockMapping.yml
899
B
-rw-r--r--
YtsDocumentSeparator.yml
1.48
KB
-rw-r--r--
YtsErrorTests.yml
620
B
-rw-r--r--
YtsFlowCollections.yml
1.54
KB
-rw-r--r--
YtsFoldedScalars.yml
3.83
KB
-rw-r--r--
YtsNullsAndEmpties.yml
653
B
-rw-r--r--
YtsSpecificationExamples.yml
40.33
KB
-rw-r--r--
YtsTypeTransfers.yml
7.2
KB
-rw-r--r--
arrow.gif
185
B
-rw-r--r--
booleanMappingKeys.yml
138
B
-rw-r--r--
embededPhp.yml
31
B
-rw-r--r--
escapedCharacters.yml
2.18
KB
-rw-r--r--
index.yml
312
B
-rw-r--r--
legacyBooleanMappingKeys.yml
303
B
-rw-r--r--
legacyNonStringKeys.yml
50
B
-rw-r--r--
legacyNullMappingKey.yml
94
B
-rw-r--r--
multiple_lines_as_literal_bloc...
361
B
-rw-r--r--
multiple_lines_as_literal_bloc...
116
B
-rw-r--r--
multiple_lines_as_literal_bloc...
105
B
-rw-r--r--
nonStringKeys.yml
59
B
-rw-r--r--
not_readable.yml
312
B
-rw-r--r--
nullMappingKey.yml
98
B
-rw-r--r--
numericMappingKeys.yml
370
B
-rw-r--r--
sfComments.yml
1.88
KB
-rw-r--r--
sfCompact.yml
2.68
KB
-rw-r--r--
sfMergeKey.yml
2.26
KB
-rw-r--r--
sfObjects.yml
279
B
-rw-r--r--
sfQuotes.yml
728
B
-rw-r--r--
sfTests.yml
2.17
KB
-rw-r--r--
unindentedCollections.yml
1.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : YtsAnchorAlias.yml
--- %YAML:1.0 test: Simple Alias Example brief: > If you need to refer to the same item of data twice, you can give that item an alias. The alias is a plain string, starting with an ampersand. The item may then be referred to by the alias throughout your document by using an asterisk before the name of the alias. This is called an anchor. yaml: | - &showell Steve - Clark - Brian - Oren - *showell php: | ['Steve', 'Clark', 'Brian', 'Oren', 'Steve'] --- test: Alias of a Mapping brief: > An alias can be used on any item of data, including sequences, mappings, and other complex data types. yaml: | - &hello Meat: pork Starch: potato - banana - *hello php: | [['Meat'=>'pork', 'Starch'=>'potato'], 'banana', ['Meat'=>'pork', 'Starch'=>'potato']]
Close