| /template/peanutbutter/ |
| D | tpl_functions.php | 49 foreach($data as $item) { 50 if(strpos($item['id'],'playground') !== false) { 55 if(strpos($item['id'], $conf['sidebar']) !== false) { 61 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id']) 62 or preg_match('/(\w+):\1$/',$item['id'])) { 65 if(array_key_exists($item['id'], $data2)) { 66 $data2[$item['id']]['type'] = 'd'; 67 $data2[$item['id']]['ns'] = $item['id']; 70 $data2[$item['id']] = $item; 81 * @param array $item [all …]
|
| /template/monochrome/ |
| D | tpl_functions.php | 49 foreach($data as $item) { 50 if(strpos($item['id'],'playground') !== false) { 54 and strpos($item['id'], $conf['sidebar']) !== false) { 58 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id']) 59 or preg_match('/(\w+):\1$/',$item['id'])) { 62 if(array_key_exists($item['id'], $data2)) { 63 $data2[$item['id']]['type'] = 'd'; 64 $data2[$item['id']]['ns'] = $item['id']; 67 $data2[$item['id']] = $item; 78 * @param array $item [all …]
|
| /template/peanutbutter2/ |
| D | tpl_functions.php | 49 foreach($data as $item) { 50 if(strpos($item['id'],'playground') !== false) { 55 if(strpos($item['id'], $conf['sidebar']) !== false) { 61 if($item['id'] == $start or preg_match('/:'.$start.'$/',$item['id']) 62 or preg_match('/(\w+):\1$/',$item['id'])) { 65 if(array_key_exists($item['id'], $data2)) { 66 $data2[$item['id']]['type'] = 'd'; 67 $data2[$item['id']]['ns'] = $item['id']; 70 $data2[$item['id']] = $item; 81 * @param array $item [all …]
|
| /template/argon/ |
| D | main.php | 91 foreach($menu_items as $item) { 92 echo '<li class="'.$item->getType().'">' 93 .'<a class="nav-link" href="'.$item->getLink().'" title="'.$item->getTitle().'">' 94 .'<i class="argon-doku-navbar-icon" aria-hidden="true">'.inlineSVG($item->getSvg()).'</i>' 95 . '<span class="a11y">'.$item->getLabel().'</span>' 150 foreach($menu_items as $item) { 151 echo '<li class="'.$item->getType().'">' 152 ….'<a class="'.$item->getLinkAttributes('')['class'].'" href="'.$item->getLink().'" title="'.$item-… 153 . $item->getLabel() 169 foreach($menu_items as $item) { [all …]
|
| /template/dokucms/ |
| D | tpl_functions.php | 125 foreach($data as $item) { 127 if($item['id'] == 'playground' or $item['id'] == 'wiki') { 131 if(strpos($item['id'], ':')) { 132 list($tmpitem) = explode(':',$item['id']); 134 $tmpitem = $item['id']; 141 if($item['id'] == 'sidebar' or $item['id'] == $start 142 or preg_match('/:'.$start.'$/',$item['id']) 143 or preg_match('/(\w+):\1$/',$item['id'])) { 146 if($item['type'] == 'f' and array_key_exists($item['id'], $data2)) { 147 $data2[$item['id']]['type'] = 'd'; [all …]
|
| /template/amanuensis/inc/ |
| D | index.php | 121 $item=array_shift($data); 122 $l=$item['level']; 127 if ($item['type']=='d'){ 128 $nslist[$l][$count[$l]][] = noNS($item['id']); 129 array_push($ret,$item); 130 }elseif($item['type']=='f'){ 134 if (!in_array(noNS($item['id']),$nslist[$l][$count[$l]])){ 135 array_push($ret,$item); 138 array_push($ret,$item); 166 foreach ($return[$level-1] as $item){ [all …]
|
| /template/argon-alt/ |
| D | main.php | 88 foreach($menu_items as $item) { 89 … echo '<a class="dropdown-item" href="'.$item->getLink().'" title="'.$item->getTitle().'">' 90 … .'<i class="argon-doku-navbar-icon">'.inlineSVG($item->getSvg()).'</i>' 91 .$item->getLabel() 92 . '<span class="a11y">'.$item->getLabel().'</span>' 149 foreach($menu_items as $item) { 151 … .'<a class="" href="'.$item->getLink().'" title="'.$item->getTitle().'">' 152 . $item->getLabel() 192 foreach($menu_items as $item) { 194 … .'<a class="page-menu__link" href="'.$item->getLink().'" title="'.$item->getTitle().'">' [all …]
|
| /template/wallpaper/ |
| D | tpl_functions.php | 69 foreach($data as $item) { 72 if($item['type'] == 'f' and !$item['ns'] and $item['id']) { 85 $item['ns'] = 'root'; 86 $item['level'] = 2; 91 if(strpos($item['id'],'playground') !== false 92 or strpos($item['id'], 'wiki') !== false) { 96 if(strpos($item['id'], ':')) { 97 list($tmpitem) = explode(':',$item['id']); 99 $tmpitem = $item['id']; 106 if($item['id'] == $menufilename) { [all …]
|
| /template/typowiki/typowiki/ |
| D | main.php | 83 foreach($items as $item) { 85 .'<a href="'.$item->getLink().'" title="'.$item->getTitle().'">' 86 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>' 87 . '<span class="a11y">'.$item->getLabel().'</span>' 88 . $item->getTitle() 174 foreach($items as $item) { 176 … .'<a href="'.$item->getLink().'" title="'.$item->getTitle().'">' 177 . $item->getTitle() 189 foreach($items as $item) { 191 .'<a href="'.$item->getLink().'" title="'.$item->getTitle().'">' [all …]
|
| /template/sxs/ |
| D | sxs.php | 297 foreach($data as $item) { 304 $ask .= $item['id']; 307 urlencode($item['id']) . '" ' . 'onclick="return confirm(\'' . 317 if ($item['isimg']) { 318 $w = $item['meta']->getField('File.Width'); 319 $h = $item['meta']->getField('File.Height'); 322 $caption = $item['meta']->getField('IPTC.Headline'); 325 $t = $item['meta']->getField(array('IPTC.Caption', 330 $t = $item['meta']->getField(array('IPTC.Keywords', 336 print '<a href="javascript:mediaSelect(\'' . $item['id'] . '\')"'; [all …]
|
| /template/bootstrap3/ |
| D | EventHandlers.php | 229 foreach ($event->data->_content as $key => $item) { 230 if (is_array($item) && isset($item['_elem'])) { 259 if ($item['_elem'] == 'openfieldset') { 264 if (isset($item['type']) && $item['type'] == 'submit') { 281 foreach ($event->data->_content as $key => $item) { 282 if (is_array($item) && isset($item['_elem'])) { 283 if ($item['_action'] == 'draftdel') { 288 if ($item['_action'] == 'recover') { 292 if ($item['_action'] == 'show') { 308 foreach ($event->data->_content as $key => $item) { [all …]
|
| /template/greensteel/ |
| D | tpl_header.php | 51 foreach($items as $item) { 53 .'<a href="'.$item->getLink().'" title="'.$item->getTitle().'">' 54 .'<span class="icon">'.inlineSVG($item->getSvg()).'</span>' 55 . '<span class="a11y">'.$item->getLabel().'</span>' 79 foreach($items as $item) { 81 . '<a href="'.$item->getLink().'" title="'.$item->getTitle().'">' 82 … . '<span class="icon">'.inlineSVG($item->getSvg()).' '.$item->getLabel().'</span>'
|
| /template/ravel/css/ |
| D | ravel-responsive.css | 193 nav#menu-primary li.current-menu-item > a, 194 nav#menu-primary li li.current-menu-item > a { 354 .gallery-col-4 .gallery-item, 355 .gallery-columns-4 .gallery-item, 356 .gallery-col-5 .gallery-item, 357 .gallery-columns-5 .gallery-item, 358 .gallery-col-6 .gallery-item, 359 .gallery-columns-6 .gallery-item, 360 .gallery-col-7 .gallery-item, 361 .gallery-columns-7 .gallery-item, [all …]
|
| /template/mikio/assets/ |
| H A D | mikio-typeahead.js | 128 updater: function (item) { argument 129 return item; 220 items = jQuery.grep(items, function (item) { argument 221 return that.matcher(item); 248 matcher: function (item) { argument 249 var it = this.displayText(item); 257 var item; 259 while ((item = items.shift())) { 260 var it = this.displayText(item); 262 beginswith.push(item); [all …]
|
| /template/sprintdoc/tpl/ |
| H A D | nav-usertools-buttons.php | 17 $item = new Login(); variable 18 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP)) 19 echo '<li class="log">' . $item->asHtmlLink() . '</li>'; 29 $item = new Admin(); variable 30 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP)) { 31 echo '<li class="admin">' . $item->asHtmlLink() . '</li>'; 38 $item = new Register(); variable 39 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP)) { 40 echo '<li class="register">' . $item->asHtmlLink() . '</li>';
|
| /template/bs4simple/ |
| D | tpl_header.php | 52 foreach($items as $item) { 53 echo '<li><a class="nav-item mx-2" href="'.$item->getLink().'" title="'.$item->getTitle().'">' 54 . $item->getLabel() 76 foreach($items as $item) { 77 echo '<li><a class="nav-item mx-2" href="'.$item->getLink().'" title="'.$item->getTitle().'">' 78 . $item->getLabel()
|
| /template/bootstrap3/tpl/ |
| D | page-icons.php | 22 foreach($menu->getItems() as $item) { 24 $class = $item->getType(); 25 $attr = buildAttributes($item->getLinkAttributes()); 27 if ($item->getType() == 'shareon') { 33 $html .= \inlineSVG($item->getSvg()); 34 $html .= '<span>' . hsc($item->getLabel()) . '</span>'; 37 if ($item->getType() == 'shareon') { 38 $html .= $item->getDropDownMenu();
|
| /template/dokukit/ |
| D | tpl_functions.php | 163 foreach($data as $item) { 166 if(strpos($item['id'], ':')) { 167 list($tmpitem) = explode(':',$item['id']); 169 $tmpitem = $item['id']; 177 $item['id'] == 'sidebar' or 178 $item['id'] == $start or 179 preg_match('/:'.$start.'$/',$item['id']) or 180 !empty($conf['hidepages']) and preg_match('/'.$conf['hidepages'].'$/',$item['id']) or 181 $item['id'] == tpl_getConf('extlinks') 198 function _html_list_index($item){ argument [all …]
|
| /template/sprintdoc/css/ |
| H A D | area_nav-pagetools.less | 7 .pagetools-item(edit, 1); 8 .pagetools-item(create, 2); 9 .pagetools-item(show, 4); 10 .pagetools-item(source, 5); 11 .pagetools-item(draft, 3); 12 .pagetools-item(revs, 7, revisions); 13 .pagetools-item(backlink, 8, backlink); 14 .pagetools-item(top, 10); 15 .pagetools-item(revert, 6, revert); 16 .pagetools-item(subscribe, 9, subscribe); [all …]
|
| /template/templar/js/ |
| D | bootstrap-typeahead.js | 54 , updater: function (item) { argument 55 return item 98 items = $.grep(items, function (item) { argument 99 return that.matcher(item) 111 , matcher: function (item) { argument 112 return ~item.toLowerCase().indexOf(this.query.toLowerCase()) 119 , item 121 while (item = items.shift()) { 122 if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item) 123 else if (~item.indexOf(this.query)) caseSensitive.push(item) [all …]
|
| /template/congrid/ |
| D | tpl_functions.php | 515 * @param string $item Item type or name to render 517 function tpl_print_grid_area($layout, $item) { argument 518 $params = tpl_get_cell_params($layout, $item); 523 switch ($item) { 569 print("#dokuwiki__site div.".$item." {\n grid-area: ".$item.";\n"); 571 print('<!-- INVALID: div.'.$item.' { grid-area: '.$item.'; } -->'); 646 $item = $layout['grid'][$row][$column]; 647 if ($item != 'empty') { 648 print($item); 666 foreach ($layout['grid'][$row] as $item) { [all …]
|
| /template/writr/ |
| D | tpl_functions.php | 142 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 179 …$return .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="no… 216 ….'<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="nofollow" ti… 227 …$return .= '<a href="'.$item->getLink().'" class="action '.strtolower($item->getType()).'" rel="no…
|
| /template/starterbootstrap/ |
| D | tpl_functions.php | 304 foreach ($data as $item){ 305 if( $item['level'] > $level ){ 307 for($i=0; $i<($item['level'] - $level); $i++){ 312 $level = $item['level']; 314 }elseif( $item['level'] < $level ){ 317 while( $level > $item['level'] && $open > 0 ){ 329 $ret .= call_user_func($lifunc,$item); 331 $ret .= call_user_func($func,$item); 494 function bootstrap_media_nstree_item($item){ argument 496 $pos = strrpos($item['id'], ':'); [all …]
|
| /template/khum1/ |
| D | main.php | 114 foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) { 115 if ( preg_match('/^childrenpages_/', $item->getType()) ) { 116 if ( $item->is_active ) { 117 …echo '<li class="current_page"><div class="toptab_current_page"></div>'.$item->asHtmlLink(false, t… 119 echo '<li><div class="toptab"></div>'.$item->asHtmlLink(false, true).'</li>'; 173 foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) { 174 if ( ! preg_match('/^childrenpages_/', $item->getType()) ) { 175 echo '<li>'.$item->asHtmlLink(false, true).'</li>';
|
| /template/neolaoresources3/ |
| D | main.php | 63 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>';
|