Home
last modified time | relevance | path

Searched refs:list_style (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/R-cran-repr/repr/tests/testthat/
H A Dtest_repr_vector.r12 paste0(list_style,'<ol class=list-inline><li>1</li><li>2</li></ol>\n')
19 paste0(list_style, "<ol class=list-inline><li>'a'</li><li>NA</li><li>'c'</li></ol>\n")
51 list_style, strindent(list_style)
64 list_style,
81 list_style, ellip_h
/dports/www/drupal8/drupal-8.9.20/core/profiles/demo_umami/themes/umami/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal8/drupal-8.9.20/core/themes/bartik/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal8/drupal-8.9.20/core/themes/classy/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal8/drupal-8.9.20/core/themes/seven/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/profiles/demo_umami/themes/umami/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/classy/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/bartik/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/seven/templates/classy/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set wrapper_attributes = wrapper_attributes.addClass('item-list--' ~ context.list_style) %}
24 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/moodle310/moodle/lib/
H A Dwiki_to_markdown.php160 $list_style = LIST_NONE;
167 $list_style = LIST_UNORDERED;
174 $list_style = LIST_ORDERED;
181 $list_style = LIST_DEFINITION;
188 $list_style = LIST_DEFINITION;
208 $this->list_state = $list_style;
/dports/www/moodle311/moodle/lib/
H A Dwiki_to_markdown.php160 $list_style = LIST_NONE;
167 $list_style = LIST_UNORDERED;
174 $list_style = LIST_ORDERED;
181 $list_style = LIST_DEFINITION;
188 $list_style = LIST_DEFINITION;
208 $this->list_state = $list_style;
/dports/www/moodle39/moodle/lib/
H A Dwiki_to_markdown.php160 $list_style = LIST_NONE;
167 $list_style = LIST_UNORDERED;
174 $list_style = LIST_ORDERED;
181 $list_style = LIST_DEFINITION;
188 $list_style = LIST_DEFINITION;
208 $this->list_state = $list_style;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/
H A Depisode_description_parser.rs56 list_style: Vec<ListStyle>, field
126 state.list_style.push(ListStyle::Ordered(1)); in handle_child()
133 state.list_style.push(ListStyle::Unordered); in handle_child()
144 if let Some(style) = state.list_style.last_mut() { in handle_child()
195 state.list_style.pop(); in handle_child()
240 list_style: vec![], in html2pango_markup()
/dports/devel/git-extras/git-extras-6.3.0/bin/
H A Dgit-changelog191 local list_style="${1:-false}"; shift # enable/disable list format
204 if [[ "$list_style" == true ]]; then
259 if [[ "$list_style" == true ]]; then
289 if [[ "$list_style" == true ]]; then
312 if [[ "$list_style" == true ]]; then
329 if [[ "$list_style" == true ]]; then
536 if [[ "$(_valueForKeyFakeAssocArray "list_style" "${option[*]}")" == true ]]; then
/dports/www/drupal8/drupal-8.9.20/core/themes/stable/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable9/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal8/drupal-8.9.20/core/modules/system/templates/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
24 {% if context.list_style %}
25 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/modules/system/templates/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
24 {% if context.list_style %}
25 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/www/drupal9/drupal-9.2.10/core/themes/olivero/templates/dataset/
H A Ditem-list.html.twig17 * - list_style: The custom list style.
22 {% if context.list_style %}
23 {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %}
/dports/net-im/tkabber/tkabber-1.1.2/plugins/chat/
H A Ddraw_xhtml_message.tcl8 list_style list_counter
101 set state(list_style) ul
102 set stack(list_style) {}
199 switch -- $state(list_style) {
217 set state(list_style) ul
222 set state(list_style) ol
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_counter_value.h37 CSSIdentifierValue* list_style, in CSSCounterValue() argument
41 list_style_(list_style), in CSSCounterValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_counter_value.h37 CSSIdentifierValue* list_style, in CSSCounterValue() argument
41 list_style_(list_style), in CSSCounterValue()

1234