I hereby claim:
- I am pjdevries on github.
- I am pjdevries (https://keybase.io/pjdevries) on keybase.
- I have a public key whose fingerprint is 02CE 9E56 CAA8 1F16 7BA1 7BEF 2A6D 6F31 B5B6 AF67
To claim this, I am signing this object:
remoteHost=xxx.xxx.xxx.xxx | |
remoteUser=uuuuuuuu | |
remotePort=XXXX | |
localPort=YYYY | |
function cleanup() { | |
ssh -S my-ctrl-socket -O exit ${remoteUser}@${remoteHost} | |
} | |
trap cleanup EXIT SIGHUP SIGINT SIGQUIT SIGABRT |
trait DynamicMethod | |
{ | |
private array $dynamicMethods = []; | |
public function addMethod(string $methodName, callable $methodCallable): void | |
{ | |
$this->dynamicMethods[$methodName] = Closure::bind($methodCallable, $this, get_class()); | |
} | |
public function __call(string $methodName, ...$args) |
I hereby claim:
To claim this, I am signing this object:
<div class="uk-panel uk-panel-box motor-slideshow" data-uk-slideshow="{ldelim}autoplay: true{rdelim}"> | |
<ul class="slideshow uk-slideshow"> | |
{foreach from=$IMAGE_GALLERY_IMAGES item=IMAGE} | |
<li> | |
<a class="uk-overlay uk-overlay-hover" data-uk-lightbox="{ldelim}group:'motorfiets'{rdelim}" href="{$IMAGE_GALLERY_URL_RELATIVE}/{$IMAGE.FILENAME}"> | |
<img src="{$IMAGE_GALLERY_URL_RELATIVE}/{$IMAGE.FILENAME}" /> | |
<div class="uk-overlay-panel uk-overlay-icon uk-overlay-background uk-overlay-fade"></div> | |
</a> | |
</li> | |
{/foreach} |