^((?!term).)*$
or
^((?!term).*)$
<!doctype html> | |
<!-- | |
Using cookies and nginx web server configuration to conditionally serve | |
high resolution images to <img> tags | |
--> | |
<html> | |
<head> | |
<!-- set device-pixel-ratio cookie using JavaScript --> | |
<script type="text/javascript" charset="utf-8"> |
group :test, :development do | |
gem 'cucumber-rails' | |
gem "sauce-cucumber" | |
gem 'parallel_tests' | |
gem 'sauce-connect' | |
end |
[ | |
{ | |
"userName": "alphagov", | |
"repo": "datainsight-frontend" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "fourth-wall" | |
}, | |
{ |
#!/bin/bash | |
# Setup and start Sauce Connect for your TravisCI build | |
# This script requires your .travis.yml to include the following two private env variables: | |
# SAUCE_USERNAME | |
# SAUCE_ACCESS_KEY | |
# Follow the steps at https://saucelabs.com/opensource/travis to set that up. | |
# | |
# Curl and run this script as part of your .travis.yml before_script section: | |
# before_script: |
[ | |
{ | |
"userName": "abersager", | |
"repo": "fourthwalldemo" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "signonotron2" | |
} | |
] |
^((?!term).)*$
or
^((?!term).*)$
https://www.gov.uk/performance/prison-visits/volumetrics | |
http://rwillustrator.blogspot.ch/2007/04/understanding-9-slice-scaling.html | |
function stage1 () { | |
$('figure figcaption').hide(); | |
$('.graph-wrapper').hide(); | |
$('.graph').append($($('noscript').text())); | |
$('.graph img').css('width', '100%'); | |
} |