Repositories (4)
minijinja
1 snippets stored for this repo
//! {% if kenny.sick %}
//! Kenny is sick.
//! {% elif kenny.dead %}
//! You killed Kenny! You bastard!!!
//! {% else %}
//! Kenny looks okay --- so far
//! {% endif %}
covidcotra
1 snippets stored for this repo
//! tainted status. You should only send a hashed ID to the authority and nobody
//! else otherwise they can poll your taint status.
//!
twig
1 snippets stored for this repo
// inline variable expressions. If there is no name next we
// fail silently. $ 42 could be common so no need to be a
// dickhead.
else if (preg_match(self::REGEX_NAME, $this->code, $match,
NULL, $this->cursor)) {
$result[] = new Twig_Token(Twig_Token::VAR_START_TYPE,
unicode-nazi
2 snippets stored for this repo
setup(
name='unicode-nazi',
author='Armin Ronacher',
version='1.1',
url='http://github.com/mitsuhiko/unicode-nazi',
py_modules=['unicodenazi'],