Home
last modified time | relevance | path

Searched refs:list (Results 751 – 775 of 1525) sorted by path

1...<<31323334353637383940>>...61

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst60 You can also provide a list of templates that are checked for existence before
H A Drange.rst4 Returns a list containing an arithmetic progression of integers:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst107 template it finds in a list of configured directories; a template found in a
108 directory *replaces* another one from a directory further in the list.
111 (aka a template in a directory further in the list)?
H A Dtemplates.rst163 example will join a list by commas:
167 {{ list|join(', ') }}
187 For instance, the ``range`` function returns a list containing an arithmetic
255 For example, to display a list of users provided in a variable called
548 special ``varargs`` variable as a list of values.
602 * ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst172 You can also provide a list of templates that are checked for existence. The
H A Dfor.rst4 Loop over each item in a sequence. For example, to display a list of users
H A Dif.rst37 <p>You are not subscribed to our mailing list.</p>
H A Dinclude.rst106 You can also provide a list of templates that are checked for existence before
H A Dmacro.rst40 special ``varargs`` variable as a list of values.
H A Dset.rst63 {% for item in list %}
74 {% for item in list %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drecursive_block_with_inheritance.test6 {% block list %}{% set class = 'b' %}{{ parent() }}{% endblock %}
9 {% block list %}{% set class = class|default('a') %}<ol class="{{ class }}">{{ block('children') }}…
12 {% block list %}<ul>{{ block('children') }}</ul>{% endblock %}
14 {% block item %}<li>{% if item is not iterable %}{{ block('label') }}{% else %}{{ block('list') }}{…
17 {{ block('list') }}
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md133 `oneOf($value, array $values, $message = '')` | Check that a value is one of a list of values
197 `isList($array, $message = '')` | Check that an array is a non-associative list
/plugin/flowcharts/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/flowplay/flowplayer/
H A DREADME.txt117 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space.
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt115 the interface presents a list of user commands or options, such as a
116 menu, a prominent item in the list meets this criterion.
H A DREADME.txt289 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space.
395 - Removed the playlist view (the list that showed the playlist contents under the control buttons)
/plugin/flowplayer/player/
H A DLICENSE.txt156 the interface presents a list of user commands or options, such as a
157 menu, a prominent item in the list meets this criterion.
H A DREADME.txt29 …tagevideo screen mask, canvas is visible without it, this was causing issues with the display list.
/plugin/foldablelist/
H A DREADME3 collapse a list after a configurable number of items
H A DREADME.md2 plugin that makes an unordered list invisible after n items
5 simply wrap an unordered list into the tags
9 * list item 1
10 * list item 2
11 * list item 3
14 this list can be generated via markup or dokuwiki plugins like the tag-plugin.
28 `collapse_after: 5` the number of list items to be displayed before hiding the rest of the list, de…
32 `button_up_value: ▲` the value shown in the button when clicking will collapse the list
41 * list item 1
42 * list item 2
[all …]
H A Dplugin.info.txt6 desc collapse a list after a configurable number of items
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php60 …chan = <?php $list = array(); foreach($u->channels as $item) {$list[] = $item["name"]… variable
62 …rprivmsg = <?php $list = array(); foreach($u->privmsg as $item) {$list[] = $item["name"]… variable
64 …de_color_list = <?php $list = array(); foreach($bbcode_colorlist as $v) {$list[] = substr($v,1… variable
/plugin/freechat/phpfreechat/lib/json/
H A DLICENSE6 this list of conditions and the following disclaimer.
9 notice, this list of conditions and the following disclaimer in the
/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php126 $list = array();
128 $list[] = $v["name"];
129 return $list;
133 $list = array();
135 $list[] = $v["name"];
136 return $list;
/plugin/freechat/phpfreechat/style/
H A Dmenu.css18 list-style: none;

1...<<31323334353637383940>>...61