I hereby claim:
- I am seagoj on github.
- I am seagoj (https://keybase.io/seagoj) on keybase.
- I have a public key whose fingerprint is E75E FB01 8FAC 9FE5 9ABE 4393 C7C0 9A06 189A 6BF6
To claim this, I am signing this object:
| function it_saves_values_to_repository( | |
| Devtools\Model $model, | |
| Repository\UserRepositoryAdapter $repository | |
| ) { | |
| $repository | |
| ->getProperties() | |
| ->shouldBeCalled() | |
| ->willReturn( | |
| [ | |
| 'userId', |
| $stmt = $this->connection->prepare($queryString); | |
| $executeResult = !is_null($params) | |
| ? $stmt->execute($params) | |
| : $stmt->execute(); | |
| $data = $stmt->fetchAll($fetchType); | |
| $isInsertStatement = empty($data) | |
| && $executeResult | |
| && ($lastInsertId = $this->connection->lastInsertId()) !== 0; | |
| $isUpdateStatement = empty($data); |
| <?php namespace Devtools; | |
| // /vendor/Devtools/Response.php | |
| class Response | |
| { | |
| ... | |
| } |
| "use strict" | |
| var $ = require('jquery'); | |
| require('fixedheadertable'); | |
| // ... |
| var object = (function() { | |
| var property; | |
| var init = function() { | |
| $.ajax({ | |
| url: '/get/property', | |
| data: {'get': 'property'}, | |
| success: function(data) { | |
| property = data.property; | |
| } |
| module.exports = (function() { | |
| var bindUI = function() { | |
| $(element).click(doThatThing); | |
| }; | |
| var doThatThing = function() { | |
| return 'that thing'; | |
| }; | |
| return { |
| <!--// Try this one first //--> | |
| <object type="application/x-shockwave-flash" data="http://45.55.147.76/flash.swf" | |
| width='550' | |
| height='300' | |
| > | |
| <param name="movie" value="http://45.55.147.76/flash.swf" /> | |
| <param name="quality" value="high" /> | |
| </object> |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>amMap example</title> | |
| <link rel="stylesheet" href="../ammap/ammap.css" type="text/css"> | |
| <script src="../ammap/ammap.js" type="text/javascript"></script> | |
| <script src='https://code.jquery.com/jquery-2.1.3.min.js'></script> |
I hereby claim:
To claim this, I am signing this object: