/template/twigstarter/vendor/twig/twig/doc/tags/ |
H A D | set.rst | 1 ``set`` 11 {% set foo = 'bar' %} 26 {% set foo = [1, 2] %} 27 {% set foo = {'foo': 'bar'} %} 28 {% set foo = 'foo' ~ 'bar' %} 38 {% set foo = 'foo' %} 39 {% set bar = 'bar' %} 45 {% set foo %} 64 {% set foo = item %} 73 {% set foo = "" %} [all …]
|
H A D | with.rst | 4 Use the ``with`` tag to create a new inner scope. Variables set within this 10 {% set foo = 42 %} 27 {% set vars = { foo: 42 } %} 37 {% set bar = 'bar' %}
|
H A D | include.rst | 28 {% set content %} 32 {% set content = include('template.html') %} 56 {% set vars = {'foo': 'bar'} %}
|
H A D | index.rst | 23 set
|
/template/twigstarter/vendor/twig/twig/doc/filters/ |
H A D | merge.rst | 8 {% set values = [1, 2] %} 10 {% set values = values|merge(['apple', 'orange']) %} 20 {% set items = { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'unknown' } %} 22 {% set items = items|merge({ 'peugeot': 'car', 'renault': 'car' }) %} 37 {% set items = { 'apple': 'fruit', 'orange': 'fruit' } %} 39 {% set items = { 'apple': 'unknown' }|merge(items) %}
|
H A D | split.rst | 9 {% set foo = "one,two,three"|split(',') %} 24 {% set foo = "one,two,three,four,five"|split(',', 3) %} 28 chunks. Length is set by the ``limit`` argument (one character by default). 32 {% set foo = "123"|split('') %} 35 {% set bar = "aabbcc"|split('', 2) %}
|
H A D | column.rst | 13 {% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %} 15 {% set fruits = items|column('fruit') %}
|
H A D | map.rst | 13 {% set people = [ 25 {% set people = {
|
H A D | filter.rst | 13 {% set sizes = [34, 36, 38, 40, 42] %} 31 {% set sizes = {
|
H A D | raw.rst | 23 {% set hello = '<strong>Hello</strong>' %} 24 {% set hola = '<strong>Hola</strong>' %}
|
/template/twigstarter/vendor/twig/twig/doc/functions/ |
H A D | cycle.rst | 8 {% set start_year = date() | date('Y') %} 9 {% set end_year = start_year + 5 %} 19 {% set fruits = ['apple', 'orange', 'citrus'] %}
|
H A D | include.rst | 46 When you set the ``ignore_missing`` flag, Twig will return an empty string if 60 If ``ignore_missing`` is set, it will fall back to rendering nothing if none
|
/template/ad-hominem/rest/ |
H A D | pageinfo.php | 59 $set = [ variable 65 'desktop' => $set, 66 'mobile' => $set
|
/template/kkh/ |
H A D | README.md | 16 * Content-Area can be set to transparent for the initial ``start``-Page 27 * Colors for header-area can be set 28 * Color (or optional: image) for page background can be set
|
/template/breeze/bower_components/gumby/js/libs/ui/ |
H A D | gumby.tabs.js | 27 scope.set(e, index); 54 Tabs.prototype.set = function(e, index) {
|
/template/simple/ |
H A D | csshover3.htc | 116 // the classname is needed for the events that are going to be set on affected nodes 120 … // no need to set the same callback more than once when the same selector uses the same classname 139 // duplicate expressions need not be set, but the style could differ 158 // and check for it to prevent duplicate events with the same classname from being set 183 // and set properties to null 236 // and set properties to null
|
/template/a_new_day/ |
H A D | csshover3.htc | 116 // the classname is needed for the events that are going to be set on affected nodes 120 … // no need to set the same callback more than once when the same selector uses the same classname 139 // duplicate expressions need not be set, but the style could differ 158 // and check for it to prevent duplicate events with the same classname from being set 183 // and set properties to null 236 // and set properties to null
|
/template/vector/static/3rd/vector/ |
H A D | csshover.htc | 116 // the classname is needed for the events that are going to be set on affected nodes 120 … // no need to set the same callback more than once when the same selector uses the same classname 139 // duplicate expressions need not be set, but the style could differ 158 // and check for it to prevent duplicate events with the same classname from being set 183 // and set properties to null 236 // and set properties to null
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 3779 set = posProcess( selector, set ); 3792 ret.set[0]; 3802 ret.set; 3898 var set; 3924 if ( !set ) { 3930 return { set: set, expr: expr }; 3937 curLoop = set, 3938 isXMLFilter = set && set[0] && Sizzle.isXML( set[0] ); 5589 set.push.apply( set, this.toArray() ); 5601 set.push.apply( set, jQuery(arguments[0]).toArray() ); [all …]
|
/template/twigstarter/vendor/twig/twig/doc/ |
H A D | advanced.rst | 78 {% set lipsum = lipsum(40) %} 195 If you want to access the current context in your filter, set the 198 ``needs_environment`` is also set to ``true``):: 214 case, set the ``is_safe`` option:: 228 When a filter should accept an arbitrary number of arguments, set the 372 test, set the ``is_variadic`` option to ``true``. Tests support dynamic 430 {% set name = "value" %} 438 The ``set`` tag is part of the Core extension and as such is always 481 return 'set'; 487 The ``parse()`` method is invoked whenever the parser encounters a ``set`` [all …]
|
H A D | coding_standards.rst | 89 {% set foo = 'foo' %} 90 {% set foo_bar = 'foo' %}
|
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
H A D | _modular-scale.scss | 80 // reset $modular-scale for each set 105 // do the scale down for each set to below 1px 141 // reset $modular-scale for each set 166 // do the scale down for each set to below 1px 195 // reset $modular-scale for each set 220 // reset $modular-scale for each set
|
/template/ramtop/images/ |
H A D | license.txt | 2 Icon set: Dusseldorf
|
/template/docnavwiki/images/ |
H A D | license.txt | 2 Icon set: Dusseldorf
|
/template/bootie/images/ |
H A D | license.txt | 2 Icon set: Dusseldorf
|