This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
for ($i = 0; $i < $boundary; $i++) { | |
$acc++; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bitwise" : true, | |
"camelcase" : true, | |
"curly" : true, | |
"eqeqeq" : true, | |
"es3" : true, | |
"forin" : true, | |
"freeze" : true, | |
"immed" : true, | |
"indent" : 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
{% block head %} | |
<link rel="stylesheet" href="style.css" /> | |
<title>{% block title %}{% endblock %} Sensio</title> | |
{% endblock %} | |
</head> | |
<body> | |
<div>{% block content %}{% endblock %}</div> | |
<div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# manipulation des variables #} | |
{% set my_var = 'test' %} | |
<p> | |
{{ my_var }} | |
</p> | |
<hr /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Alt-right/left to navigate forward/backward in the tags stack | |
map <M-Left> <C-T> | |
map <M-Right> <C-]> |