/template/breeze/bower_components/gumby/js/libs/ui/ |
H A D | gumby.tabs.js | 25 this.$el.on('gumby.set', function(e, index) { argument 27 scope.set(e, index); 34 var index = $this.parent().index(); 36 if(this.$nav.eq(index).add(this.$content.eq(index)).hasClass('active')) { 40 Gumby.debug('Setting active tab to '+index, this.$el); 46 this.$nav.eq(index).add(this.$content.eq(index)).addClass('active'); 50 this.$el.trigger('gumby.onChange', index); 54 Tabs.prototype.set = function(e, index) { 55 this.$nav.eq(index).find('a').trigger(Gumby.click);
|
H A D | gumby.retina.js | 35 index = this.imageSrc.search(/(\.|\/)(gif|jpe?g|png)$/i); 38 if(index < 0) { 43 return imgSrc.substr(0, index) + '@2x' + imgSrc.substr(index, imgSrc.length);
|
/template/templar/js/ |
H A D | bootstrap-dropdown.js | 69 , index variable 93 index = $items.index($items.filter(':focus')) 95 if (e.keyCode == 38 && index > 0) index-- // up 96 if (e.keyCode == 40 && index < $items.length - 1) index++ // down 97 if (!~index) index = 0 100 .eq(index)
|
/template/sprintdoc/css/ |
H A D | base_structure.less | 69 z-index: 1000; // keyboard-navigation overlays always on top 73 z-index: 2; // put MagicMatcher-Dropdowns above .content and metabox-tabs 78 z-index: 100; // show label/link above content on hover etc. 83 z-index: 1; // put qc-output above meta-box 87 z-index: 10; // put meta-box above positioned content-elements such as aggregations, edit-buttons 89 z-index: 1; // put the active tab above the meta-content in .tab-pane.active 94 z-index: 100; // put labels of the pagetools above content on hover etc. 98 z-index: 2; // put 'view original file'-overlay above image 103 z-index: 200; // put tasks-list above pagetools 108 z-index [all...] |
/template/sprintdoc/js/ |
H A D | sidebar.js | 33 for (var index=0; index <= window.sessionStorage.length; index += 1) { 34 var item = window.sessionStorage.getItem('sidebar-section-' + sidebarId + '-' + index + '-open'); 38 window.sessionStorage.setItem('sidebar-section-' + sidebarId + '-' + index + '-open', 'false'); 82 window.sessionStorage.setItem('sidebar-section-' + sidebarId + '-' + $toggler.data('index') + '-open', !isOpen); 100 $elements.each(function (index) { argument 123 .data('index', index) 153 if (window.sessionStorage.getItem('sidebar-section-' + sidebarId + '-' + index 301 AnonymousFunction679a45a00800( index ) global() argument [all...] |
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _icons.scss | 3 $index: index($item, $icon); variable 4 @if $index { 5 $return: if($index == 1, 2, $index);
|
/template/dokucms/ |
H A D | README.md | 6 The template offers a sidebar with either an index or content from a wiki page. It is based on the … 29 Turning "Use first heading for pagenames" on results in a nicer index. 58 … content can be either "file" or "index". This option controls the content of the sidebar. The def… 60 …index: The sidebar contains the index of all pages in your wiki, alphabetically sorted. Namespaces… 61 * clean index will remove the standard dokuwiki namespaces ('wiki' and 'playground') from the index… 62 …index of further namespaces comma separated list of namespaces to be removed from the index if "cl…
|
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
H A D | ArrayExpression.php | 18 private $index; variable in Twig\\Node\\Expression\\ArrayExpression 24 $this->index = -1; 26 …ring) $pair['key']->getAttribute('value')) && $pair['key']->getAttribute('value') > $this->index) { 27 $this->index = $pair['key']->getAttribute('value'); 62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
|
/template/parallax/lib/js/ |
H A D | jquery.jcarousel.js | 163 index: function (t) { 164 return this.items().index(t) 223 var v = this.index(this._last); 314 var e, r, n, o = this.index(i), 363 }, n = this.index(i.first || r.first) < this.index(r.first), 368 0 > r[s].index(this) && o.push(this) 370 0 > i[s].index(this) && a.push(this) 383 a = this.index(this._fullyvisible.last()); 429 i = e.jcarousel("target").index(r) >= 0 478 var e = l.index(l.target()), [all …]
|
H A D | jquery.jcarousel.min.js | 1 …index(this._target)>=0?this._target:this.closest();this.circular="circular"===this.options("wrap")…
|
/template/templar/less/ |
H A D | mixins.less | 577 .spanX (@index) when (@index > 0) { 578 (~".span@{index}") { .span(@index); } 583 .offsetX (@index) when (@index > 0) { 584 (~'.offset@{index}') { .offset(@index); } 622 .spanX (@index) when (@index > 0) { 623 (~'.span@{index}') { .span(@index); } 628 .offsetX (@index) when (@index > 0) { 629 (~'.offset@{index}') { .offset(@index); } 630 (~'.offset@{index}:first-child') { .offsetFirstChild(@index); } 677 .spanX (@index) when (@index > 0) { [all …]
|
/template/white/css/ |
H A D | structure.less | 4 z-index: 102; 33 z-index: 104; 47 z-index: 103; 53 z-index: 101;
|
/template/congrid/ |
H A D | tpl_functions.php | 157 for ($index = 0 ; $index < count($layouts) ; $index++) { 158 foreach ($layouts[$index]['select'] as $select) { 162 $best_layout = &$layouts[$index]; 480 $index = 0; 481 for ($index = 0 ; $index < count($layout['grid']) ; $index++) { 482 $columns = count($layout['grid'][$index]); 485 $layout['grid'][$index][] = 'empty';
|
/template/a_new_day/js/ |
H A D | prototype.js | 324 var index = 0; 328 iterator(value, index++); 342 slices.push(array.slice(index, index+number)); 348 this.each(function(value, index) { argument 357 this.each(function(value, index) { argument 366 this.each(function(value, index) { argument 374 this.each(function(value, index) { argument 375 if (iterator(value, index)) { 386 if (iterator(value, index)) 475 if (!iterator(value, index)) [all …]
|
H A D | controls.js | 51 this.index = 0; 174 this.index = element.autocompleteIndex; 182 this.index = element.autocompleteIndex; 197 this.index==i ? 212 if(this.index > 0) this.index-- 213 else this.index = this.entryCount-1; 218 if(this.index < this.entryCount-1) this.index++ 219 else this.index = 0; 223 getEntry: function(index) { argument 228 return this.getEntry(this.index); [all …]
|
/template/battlehorse/js/ |
H A D | prototype.js | 324 var index = 0; 328 iterator(value, index++); 342 slices.push(array.slice(index, index+number)); 348 this.each(function(value, index) { argument 357 this.each(function(value, index) { argument 366 this.each(function(value, index) { argument 374 this.each(function(value, index) { argument 375 if (iterator(value, index)) { 386 if (iterator(value, index)) 475 if (!iterator(value, index)) [all …]
|
H A D | controls.js | 51 this.index = 0; 174 this.index = element.autocompleteIndex; 182 this.index = element.autocompleteIndex; 197 this.index==i ? 212 if(this.index > 0) this.index-- 213 else this.index = this.entryCount-1; 218 if(this.index < this.entryCount-1) this.index++ 219 else this.index = 0; 223 getEntry: function(index) { argument 228 return this.getEntry(this.index); [all …]
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Environment.php | 291 * @param int|null $index The index if it is an embedded template 297 public function getTemplateClass($name, $index = null) argument 301 …ix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null === $index ? '' : '___'.$index); 369 * @param int $index The index if it is an embedded template 379 public function loadTemplate($name, $index = null) argument 381 return $this->loadClass($this->getTemplateClass($name), $name, $index); 387 public function loadClass($cls, $name, $index = null) argument 390 if (null !== $index) { 391 $cls .= '___'.$index; 422 …d to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
|
/template/kajukkk/css/ |
H A D | andybs.css | 236 z-index: 0; 261 z-index: 1; 664 z-index: 12; 673 z-index: 12; 687 z-index: 12; 713 Z-index: 15; 735 z-index: 13; 762 z-index: 12; 765 z-index: 14; 776 z-index: 3; [all …]
|
/template/amanuensis/ |
H A D | layout.css | 23 positioned instead in index.css */ 30 // z-index: 10000; 34 /*see index.css for appearance of dropdown menus*/ 66 z-index: 10000; 98 z-index:10001; 178 z-index:11001;
|
/template/darkwood/css/ |
H A D | darkwood.css | 49 z-index: 2; 63 z-index: 2; 78 z-index: 2; 95 z-index: 2; 101 z-index: 2; 108 z-index: 3; 284 z-index: 1; 292 z-index: 1;
|
/template/breeze/bower_components/gumby/sass/ui/ |
H A D | _toggles.scss | 27 z-index: 999999; 39 z-index: 2; 58 z-index: 3;
|
/template/monobook/static/3rd/monobook/ |
H A D | IE55Fixes.css | 10 z-index: 5; 19 z-index: 4; 36 z-index: 3 !important;
|
/template/chippedsnow/ |
H A D | mobileinputsize.js | 6 var index = navigator.appVersion.indexOf("Mobile"); // detect chrome for android and ios safari 9 return (index > -1);
|
/template/tilus/ |
H A D | mobileinputsize.js | 10 var index = navigator.appVersion.indexOf("Mobile"); // detect chrome for android and ios safari 13 return (index > -1);
|