Lines Matching defs:list
215 @list($theme, $bootswatch) = $this->getThemeForNamespace();
224 @list($theme, $bootswatch) = $this->getThemeForNamespace();
572 $out = '<ul class="list-inline">';
1073 list($bootstrap, $bootswatch) = explode('/', $theme);
1135 * Normalize the DokuWiki list items
1145 public function normalizeList($list)
1150 $list = preg_replace_callback('/data-wiki-id="(.+?)"/', [$this, '_replaceWikiCurrentIdCallback'], $list);
1153 $html->load($list, true, false);
1166 $list = $html->save();
1171 $html->load($list, true, false);
1179 $list = $html->save();
1184 $list = preg_replace('/<i (.+?)><\/i> <a (.+?)>(.+?)<\/a>/', '<a $2><i $1></i> $3</a>', $list);
1185 $list = preg_replace('/<span (.+?)><\/span> <a (.+?)>(.+?)<\/a>/', '<a $2><span $1></span> $3</a>', $list);
1187 return $list;
1447 # Fix list overlap in media images
1450 $elm->class .= ' fix-media-list-overlap';
1824 $admin_task->class .= ' list-group';
1827 $item->class .= ' list-group-item';
1926 'toc' => ['tocAffix', 'mdi:view-list'],
2157 list($col, $media, $size) = explode('-', $grid);
2164 list($col, $media, $size) = explode('-', $grid);
2300 $out .= '<h6 data-toggle="collapse" data-target="#dw__toc .toc-body" title="' . $lang['toc'] . '" class="panel-heading toc-title">' . iconify('mdi:view-list') . ' ';