Add the following line to you 'Vagrantfile':
config.vm.provision :shell do |s|
s.path = "preinstall.sh"
s.args = "3.1.1-1puppetlabs1"| SELECT CONCAT('*', UPPER(CONVERT(SHA1(UNHEX(SHA1('yourPassword'))) USING latin1))); |
| Index: tests/Zend/Http/CookieJarTest.php | |
| =================================================================== | |
| --- tests/Zend/Http/CookieJarTest.php (revision 24451) | |
| +++ tests/Zend/Http/CookieJarTest.php (working copy) | |
| @@ -91,7 +91,7 @@ | |
| $this->assertEquals(3, count($jar->getAllCookies())); | |
| - $cookie_str = 'foo=bar;BOFH=Feature+was+not+beta+tested;time=1164234700;'; | |
| + $cookie_str = 'foo=bar; BOFH=Feature+was+not+beta+tested; time=1164234700'; |
| <form id="cyon-wm-login_form" action="https://webmail.cyon.ch/" method="POST"> | |
| <input type="text" value="" id="cyon-wm-username" name="username"> | |
| <input type="password" value="" id="cyon-wm-password" name="password"> | |
| <input type="hidden" value="" id="cyon-wm-domain" name="domain"> | |
| <input type="submit" value="Ins Webmail einloggen" id="cyon-wm-submitbt" name="submitbt"> | |
| </form> | |
| <div id="cyon-wm-login-message"></div> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
| <script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/easyXDM.min.js"></script> | |
| <script type="text/javascript" src="https://webmail.cyon.ch/plugins/cyon_mod/static/loginForm.js"></script> |
| /tmp/ |
I hereby claim:
To claim this, I am signing this object:
| / | |
| //@* | |
| //* | |
| /.. | |
| . | |
| ./* | |
| .. | |
| ../.. | |
| '' | |
| '+' |
| <?php | |
| $content = <<<'EOF' | |
| Line 1 | |
| Line 2 | |
| Line 3 | |
| Line 4 | |
| EOF; | |
| $tmpCsvFile = new SplTempFileObject(); |
| # Never cd a file and get the warning it's no a directory | |
| # Important to unset the variable for ZSH prompt | |
| function cd() { | |
| FORWARD_ARGS=() | |
| for ARG in "$@" | |
| do | |
| case "$ARG" in | |
| -L) FORWARD_ARGS+=("-L") | |
| ;; | |
| -P) FORWARD_ARGS+=("-P") |
| #!/usr/bin/make -f | |
| #export DH_VERBOSE=1 | |
| CFLAGS ?= $(shell dpkg-buildflags --get CFLAGS) | |
| LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) | |
| WITH_SPDY := $(shell printf "Source: nginx\nBuild-Depends: libssl-dev (>= 1.0.1)\n" | \ | |
| dpkg-checkbuilddeps - >/dev/null 2>&1 && \ | |
| echo "--with-http_spdy_module") | |
| %: |