Home
last modified time | relevance | path

Searched refs:item (Results 301 – 313 of 313) sorted by last modified time

1...<<111213

/template/templar/js/
H A Dbootstrap-typeahead.js54 , updater: function (item) { argument
55 return item
99 return that.matcher(item)
111 , matcher: function (item) { argument
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)
130 , highlighter: function (item) {
141 i = $(that.options.item).attr('data-value', item)
[all …]
/template/lcars/js/
H A Djquery.timers-1.1.2.js144 jQuery.each(jQuery.timer.global, function(index, item) { argument
145 jQuery.timer.remove(item);
/template/quickjump/
H A Dstyle.css276 #content .page div.toc #toc__inside ul li { text-align: left; float: none; display: list-item; }
/template/drupal_garland_blue/
H A Dgarland.css110 background:transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0;
117 background:transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0;
/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/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/usable/
H A Dstyle.css152 #content .page div.toc #toc__inside ul li { text-align: left; float: none; display: list-item; }
/template/masa/
H A Dtpl_functions.php363 function _html_list_index($item){ argument
367 $base = ':'.$item['id'];
369 if($item['type']=='d'){
370 if(@file_exists(wikiFN($item['id'].':'.$conf['start']))) {
371 $ret .= '<a href="'.wl($item['id'].':'.$conf['start']).'" class="idx_dir">';
375 $ret .= '<a href="'.wl($ID,'idx='.$item['id']).'" class="idx_dir">';
380 $ret .= html_wikilink(':'.$item['id']);
/template/battlehorse/js/
H A Ddragdrop.js797 document.getElementsByTagName("body").item(0).appendChild(Sortable._marker);
873 return $(this.findElements(element, options) || []).map( function(item) { argument
874 return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
905 return Sortable.tree(element, arguments[1]).children.map( function (item) { argument
906 return [name + Sortable._constructIndex(item) + "[id]=" +
907 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
910 return Sortable.sequence(element, arguments[1]).map( function(item) { argument
911 return name + "[]=" + encodeURIComponent(item);
/template/mmkanso/css/
H A Dgallery.css29 div.gallery div.item
/template/sxs/
H A Dsxs.php297 foreach($data as $item) {
304 $ask .= $item['id'];
317 if ($item['isimg']) {
318 $w = $item['meta']->getField('File.Width');
358 $p['alt'] = $item['id'];
370 utf8_decodeFN($item['file']) . '</a>', 6);
374 utf8_decodeFN($item['file']) . '</a>', 6);
377 utf8_decodeFN($item['file']) . '</a>', 6);
381 if ($item['isimg']) {
391 if ($item['isimg']
[all …]
/template/amanuensis/
H A Dindex.css35 on TOP, for list-item border collapse
56 on LEFT, for list-item border collapse
67 to re-apply the list-item border-collapse */
105 for list-item border collapse */
143 on TOP and LEFT, for list-item border collapse
/template/amanuensis/inc/
H A Dindex.php121 $item=array_shift($data);
122 $l=$item['level'];
169 $item['open']=$item['open'] & 2;
173 $item['level']= $item['level']-1;
249 $item = array();
346 $base = ':'.$item['id'];
348 if($item['type']=='d'){
369 $base = ':'.$item['id'];
371 if($item['type']=='d'){
395 if($item['type']=='d'){
[all …]

1...<<111213