Home
last modified time | relevance | path

Searched refs:item (Results 26 – 50 of 313) sorted by relevance

12345678910>>...13

/template/flat/css/
H A Dpagetools.less203 .pagetools-item(edit, 1);
204 .pagetools-item(create, 2);
205 .pagetools-item(show, 4);
206 .pagetools-item(source, 5);
207 .pagetools-item(draft, 3);
208 .pagetools-item(revs, 7, revisions);
210 .pagetools-item(top, 10);
211 .pagetools-item(revert, 6, revert);
213 .pagetools-item(mediaManager, 11);
214 .pagetools-item(back, 12);
[all …]
/template/ghw/css/
H A Dpagetools.less203 .pagetools-item(edit, 1);
204 .pagetools-item(create, 2);
205 .pagetools-item(show, 4);
206 .pagetools-item(source, 5);
207 .pagetools-item(draft, 3);
208 .pagetools-item(revs, 7, revisions);
210 .pagetools-item(top, 10);
211 .pagetools-item(revert, 6, revert);
213 .pagetools-item(mediaManager, 11);
214 .pagetools-item(back, 12);
[all …]
/template/mikio/
H A Dmikio.php520 foreach ($items as $item) {
521 if ($item->getType() !== 'top') {
524 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
530 $title = isset($attr['title']) && $attr['title'] !== 0 ? $attr['title'] : $item->getTitle();
532 $itemHtml .= '<a class="mikio-nav-link ' . ($isDropDown === true ? 'mikio-dropdown-item' : '') .
533 ' ' . $item->getType() . '" href="' . $item->getLink() . '" title="' . $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '>';
535 $itemHtml .= '<span class="mikio-icon">' . inlineSVG($item->getSvg()) . '</span>';
538 $itemHtml .= '<span>' . $item->getLabel() . '</span>';
548 foreach ($items as $item) {
[all...]
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php59 /** @var AbstractItem $item */
60 $item = new $class();
61 if(!$item->visibleInContext($this->context)) continue;
62 $data['items'][] = $item;
64 // item not available
81 foreach($this->getItems() as $item) {
83 $class = ' class="' . $classprefix . $item->getType() . '"';
89 $html .= $item->asHtmlLink(false, $svg);
/template/bootstrap3/tpl/
H A Dmenu-admin.php53 foreach($items['plugins'] as $item) {
55 if (($plugin = plugin_load('admin', $item)) === null) continue;
57 if ($item == 'usermanager' && ! ($auth && $auth->canDo('getUsers'))) continue;
72 echo '<li class="menuitem ' . (($INPUT->str('page') == $item) ? 'active' : '') . '">' .
73 '<a href="'. wl($ID, array('do' => 'admin', 'page' => $item)) .'" title="'. $label .'" class="admin '. $item .'">' .
/template/ramtop/css/
H A Dpagetools.less222 .pagetools-item(edit, 1);
223 .pagetools-item(create, 2);
224 .pagetools-item(show, 4);
225 .pagetools-item(source, 5);
226 .pagetools-item(draft, 3);
227 .pagetools-item(revs, 7, revisions);
229 .pagetools-item(top, 10);
230 .pagetools-item(revert, 6, revert);
232 .pagetools-item(mediaManager, 11);
233 .pagetools-item(back, 12);
[all …]
/template/20cones/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/daily/css/
H A Dpagetools.less222 .pagetools-item(edit, 1);
223 .pagetools-item(create, 2);
224 .pagetools-item(show, 4);
225 .pagetools-item(source, 5);
226 .pagetools-item(draft, 3);
227 .pagetools-item(revs, 7, revisions);
229 .pagetools-item(top, 10);
230 .pagetools-item(revert, 6, revert);
232 .pagetools-item(mediaManager, 11);
233 .pagetools-item(back, 12);
[all …]
/template/binkytestinstance/css/
H A Dpagetools.less222 .pagetools-item(edit, 1);
223 .pagetools-item(create, 2);
224 .pagetools-item(show, 4);
225 .pagetools-item(source, 5);
226 .pagetools-item(draft, 3);
227 .pagetools-item(revs, 7, revisions);
229 .pagetools-item(top, 10);
230 .pagetools-item(revert, 6, revert);
232 .pagetools-item(mediaManager, 11);
233 .pagetools-item(back, 12);
[all …]
/template/codowik/css/
H A Dpagetools.less174 .pagetools-item(@action, @position) {
222 .pagetools-item(edit, 1);
223 .pagetools-item(create, 2);
224 .pagetools-item(show, 4);
225 .pagetools-item(source, 5);
226 .pagetools-item(draft, 3);
227 .pagetools-item(revs, 7, revisions);
229 .pagetools-item(top, 10);
230 .pagetools-item(revert, 6, revert);
232 .pagetools-item(mediaManager, 11);
[all …]
/template/kiwiki/partial/
H A Dheader.php51 foreach($items as $item) {
52 echo '<a href="'.$item->getLink().'" title="'.$item->getTitle().'">'
53 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>'
54 . '<span class="a11y">'.$item->getLabel().'</span>'
/template/strap/css/
H A Drailbar.less4 @item-width: (@ico-width + @ico-margin + @ico-margin);
5 @item-height: (@ico-width + @ico-margin);
30 line-height: @item-height;
31 height: @item-height;
51 // on interaction show the full item
69 right: (-1 * @item-width);
72 width: @item-width;
76 width: @item-width;
93 left: (-1 * @item-width);
/template/kajukkd/css/
H A Dmenu.min.css180 .mm-menu__item.item-1 {
185 .mm-menu__item.item-2 {
190 .mm-menu__item.item-3 {
195 .mm-menu__item.item-4 {
200 .mm-menu__item.item-5 {
205 .mm-menu__item.item-6 {
210 .mm-menu__item.item-7 {
215 .mm-menu__item.item-8 {
220 .mm-menu__item.item-9 {
225 .mm-menu__item.item
[all...]
/template/starterbootstrap/
H A Dgenerate_index.php9 $item = array();
94 foreach ($data as $item) {
95 $ret[] = "<li class=\"level" . $level . (($item['type'] == 'd') ? (" dir") : '') . "\">";
96 … . preg_replace("#^<span[^>]+>(.+)</span>$#i", "$1", html_wikilink(":" . $item['target'], null)) .…
98 if ($item['type']=='d') { //isset($item['child_nodes'])) {
99 if (isset($item['child_nodes'])) {
102 $ret[] = _html_buildlist($item['child_nodes'], $level + 1);
/template/notos/
H A DCustomController.php82 protected function navItemHTML($item) argument
84 if ($item['type'] == 'internal') {
85 return html_wikilink($item['page'], $item['title']);
88 'href' => $item['page'],
89 'title' => $item['page'],
92 return "<a $attr>" . hsc($item['title']) . '</a>';
/template/icke/_test/
H A DIckeTemplateNavigation.test.php89 $item = new IckeNavigationItem('allgemeines:', 'allgemeines:start', false);
90 $this->assertEquals('allgemeines', $item->class);
95 $item = new IckeNavigationItem('allgemeines', 'allgemeines', false);
96 $this->assertEquals('allgemeines', $item->class);
101 $item = new IckeNavigationItem('user:%USER%:dashboard', 'user:name:dashboard', false);
102 $this->assertEquals('user', $item->class);
/template/docnavwiki/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/darkblue/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/kkh/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/bootie/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/notes/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/dokuwikitplacc/dokuwikiBee/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/dokuwikibee/dokuwikibee/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/congrid/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);
/template/byu_2017_theme/css/
H A Dpagetools.less26 @item-width: (@ico-width + @ico-margin + @ico-margin);
27 @item-height: (@ico-width + @ico-margin);
30 right: (-1 * @item-width);
33 width: @item-width;
37 width: @item-width;
61 line-height: @item-height;
63 height: @item-height;
80 // on interaction show the full item
100 left: (-1 * @item-width);

12345678910>>...13