Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 313) sorted by path

12345678910>>...13

/template/mikio/assets/
H A Dmikio.less1459 .mikio-nav-item,
1512 .mikio-dropdown-item {
1544 a.mikio-dropdown-item {
2874 .mikio-nav-item {
2882 .mikio-dropdown-item {
/template/mikio/
H A Dmikio.php525 foreach ($items as $item) {
526 if ($item->getType() !== 'top') {
529 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
535 $title = isset($attr['title']) && $attr['title'] !== 0 ? $attr['title'] : $item->getTitle();
537 $itemHtml .= '<a class="mikio-nav-link ' . ($isDropDown === true ? 'mikio-dropdown-item' : '') .
538 ' ' . $item->getType() . '" href="' . $item->getLink() . '" title="' . $title . '"' . (isset($attr['accesskey']) && $attr['accesskey'] !== '' ? ' accesskey="' . $attr['accesskey'] . '"' : '') . '>';
540 $itemHtml .= '<span class="mikio-icon">' . inlineSVG($item->getSvg()) . '</span>';
543 $itemHtml .= '<span>' . $item->getLabel() . '</span>';
553 foreach ($items as $item) {
[all...]
/template/mindthedark/css/
H A D_admin.less14 /* general menu item styling */
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/minimalism/
H A Dminimalism.php45 $item = stristr($str, '|') !== false ? explode('|', $str) : array(null, $str);
46 $link = $item[0] !== null ? trim(preg_replace('/^:?/', '', $item[0])) : $str;
47 $title = trim($item[1]);
48 $extern = !stristr($item[0], 'http') ? false : true;
/template/mmkanso/css/
H A Dgallery.css29 div.gallery div.item
/template/monochrome/
H A Dtpl_functions.php49 foreach($data as $item) {
58 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id'])
64 $data2[$item['id']]['ns'] = $item['id'];
67 $data2[$item['id']] = $item;
78 * @param array $item
84 if($item['type'] == 'd') {
86 $ret .= html_wikilink($item['id'].':'.$conf['start'], $item['title']);
87 } elseif(@file_exists(wikiFN($item['id'].':'.$item['id']))) {
88 $ret .= html_wikilink($item['id'].':'.$item['id'], $item['title']);
93 $ret .= html_wikilink(':'.$item['id'], $item['title']);
[all …]
/template/mywiki/
H A Dbootstrap.js366 Carousel.prototype.getItemIndex = function (item) { argument
367 this.$items = item.parent().children('.item')
368 return this.$items.index(item || this.$active)
/template/mywiki/css/
H A Dbootstrap.css5269 a.list-group-item .list-group-item-heading,
5270 button.list-group-item .list-group-item-heading {
5292 .list-group-item.disabled .list-group-item-heading,
5297 .list-group-item.disabled .list-group-item-text,
5310 .list-group-item.active .list-group-item-heading,
5321 .list-group-item.active .list-group-item-text,
5322 .list-group-item.active:hover .list-group-item-text,
5334 a.list-group-item-success .list-group-item-heading,
5363 a.list-group-item-info .list-group-item-heading,
5392 a.list-group-item-warning .list-group-item-heading,
[all …]
H A Dmywiki.css122 display: list-item;
379 .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
466 li.menu-item:hover > ul, li.page-item:hover > ul, li.dropdown:hover > ul {
469 li.menu-item.placeholder:hover ul {
537 .gallery-item .thumbnail {
672 .current-menu-item > a {
1487 .gallery-item {
1493 .gallery-columns-1 .gallery-item {
1496 .gallery-columns-2 .gallery-item {
1501 .gallery-columns-3 .gallery-item {
[all …]
/template/neolaoresources3/
H A Dmain.php63 foreach( $toc as $item )
65 if( $item['level'] > $level ){
67 for($i=0; $i<($item['level'] - $level); $i++){
71 }elseif( $item['level'] < $level ){
74 for ($i=0; $i<($level - $item['level']); $i++){
84 $level = $item['level'];
88 if( isset( $item['hid'] ) ){
89 $link = '#'.$item['hid'];
91 $link = $item['link'];
93 echo '<a href="'.$link.'" class="toc">'.hsc($item['title']).'</a>';
/template/notes/css/
H A D.rss.xsl.swp23 …<div class="item_meta">� <div class="item inner">� <xsl:for-each select="/rss/chan…
24item{border-top:1px solid rgba(0,0,0,.04);padding:20px;margin:20px auto}.item_meta{font-size:14px;…
H A D_admin.less14 /* general menu item styling */
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/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/ospyramid/css/
H A Dsuperfish.css33 top: 2.5em; /* match top ul list item height */
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js3943 var found, item,
3971 for ( var i = 0; (item = curLoop[i]) != null; i++ ) {
3972 if ( item ) {
3973 found = filter( item, match, i, curLoop );
3985 result.push( item );
/template/panoramacake/css/
H A Dfordokuwiki.less16 .page li { display: list-item; margin: 0.35em 0px; list-style: square; }
H A Dstylesheet_dark.less471 .drawer-menu-item:hover { color: @highlightcolour !important; }
H A Dstylesheet_light.less471 .drawer-menu-item:hover { color: @highlightcolour !important; }
/template/parallax/css/
H A Dparallax-responsive.css100 .navbar .nav-collapse .nav > li.current-menu-item > a,
H A Dparallax.css1005 #slider_lite .item > a {
1292 .wp-block-gallery .blocks-gallery-item figcaption {
/template/parallax/lib/bootstrap/css/
H A Dbootstrap.css5894 .carousel-inner > .item {
5903 .carousel-inner > .item > img {
H A Dbootstrap.min.css5269 .carousel-inner > .item {
5278 .carousel-inner > .item > img {
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js1688 }, updater: function (item) { argument
1689 return item
1724 return that.matcher(item)
1734 }, matcher: function (item) { argument
1740 , item
1742 while (item = items.shift()) {
1743 if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
1744 else if (~item.indexOf(this.query)) caseSensitive.push(item)
1745 else caseInsensitive.push(item)
1749 }, highlighter: function (item) {
[all …]

12345678910>>...13