Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js229 , options = typeof option == 'object' && option
232 else if (option) data.setState(option)
421 if (typeof option == 'number') data.to(option)
575 if (typeof option == 'string') data[option]()
957 if (typeof option == 'string') data[option]()
1219 if (typeof option == 'string') data[option]()
1320 if (typeof option == 'string') data[option]()
1469 if (typeof option == 'string') data[option]()
1614 if (typeof option == 'string') data[option]()
1886 if (typeof option == 'string') data[option]()
[all …]
/template/templar/js/
H A Dbootstrap-button.js69 $.fn.button = function (option) { argument
73 , options = typeof option == 'object' && option
75 if (option == 'toggle') data.toggle()
76 else if (option) data.setState(option)
H A Dbootstrap-collapse.js128 $.fn.collapse = function (option) { argument
132 …, options = $.extend({}, $.fn.collapse.defaults, $this.data(), typeof option == 'object' && option)
134 if (typeof option == 'string') data[option]()
162 , option = $(target).data('collapse') ? 'toggle' : $this.data()
164 $(target).collapse(option)
H A Dbootstrap-popover.js86 $.fn.popover = function (option) { argument
90 , options = typeof option == 'object' && option
92 if (typeof option == 'string') data[option]()
H A Dbootstrap-carousel.js160 $.fn.carousel = function (option) { argument
164 , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
165 , action = typeof option == 'string' ? option : options.slide
167 if (typeof option == 'number') data.to(option)
H A Dbootstrap-affix.js73 $.fn.affix = function (option) { argument
77 , options = typeof option == 'object' && option
79 if (typeof option == 'string') data[option]()
H A Dbootstrap-modal.js200 $.fn.modal = function (option) { argument
204 … , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
206 if (typeof option == 'string') data[option]()
236 …, option = $target.data('modal') ? 'toggle' : $.extend({ remote:!/#/.test(href) && href }, $target…
241 .modal(option)
H A Dbootstrap-scrollspy.js126 $.fn.scrollspy = function (option) { argument
130 , options = typeof option == 'object' && option
132 if (typeof option == 'string') data[option]()
H A Dbootstrap-alert.js73 $.fn.alert = function (option) { argument
78 if (typeof option == 'string') data[option].call($this)
H A Dbootstrap-tab.js115 $.fn.tab = function ( option ) { argument
120 if (typeof option == 'string') data[option]()
H A Dbootstrap-typeahead.js296 $.fn.typeahead = function (option) { argument
300 , options = typeof option == 'object' && option
302 if (typeof option == 'string') data[option]()
H A Dbootstrap-dropdown.js134 $.fn.dropdown = function (option) { argument
139 if (typeof option == 'string') data[option].call($this)
H A Dbootstrap-tooltip.js328 $.fn.tooltip = function ( option ) { argument
332 , options = typeof option == 'object' && option
334 if (typeof option == 'string') data[option]()
/template/flat/assets/js/
H A Dflat.js129 if (typeof option == 'string') data[option].call($this)
231 var options = typeof option == 'object' && option
236 else if (option) data.setState(option)
453 if (typeof option == 'number') data.to(option)
683 if (typeof option == 'string') data[option]()
1652 var options = typeof option == 'object' && option
1656 if (typeof option == 'string') data[option]()
1769 if (typeof option == 'string') data[option]()
1933 if (typeof option == 'string') data[option]()
2084 if (typeof option == 'string') data[option]()
[all …]
/template/starterbootstrap/js/
H A Dbootstrap.js147 if (typeof option == 'string') data[option].call($this)
250 var options = typeof option == 'object' && option
255 else if (option) data.setState(option)
475 if (typeof option == 'number') data.to(option)
706 if (typeof option == 'string') data[option]()
1645 if (typeof option == 'string') data[option]()
1765 if (typeof option == 'string') data[option]()
1927 var options = typeof option == 'object' && option
1930 if (typeof option == 'string') data[option]()
2082 if (typeof option == 'string') data[option]()
[all …]
/template/klean/bootstrap/js/
H A Dbootstrap.js148 if (typeof option == 'string') data[option].call($this)
255 var options = typeof option == 'object' && option
260 else if (option) data.setState(option)
483 if (typeof option == 'number') data.to(option)
715 if (typeof option == 'string') data[option]()
1754 var options = typeof option == 'object' && option
1758 if (typeof option == 'string') data[option]()
1867 if (typeof option == 'string') data[option]()
2029 if (typeof option == 'string') data[option]()
2183 if (typeof option == 'string') data[option]()
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js91 if (typeof option == 'string') data[option].call($this)
198 var options = typeof option == 'object' && option
203 else if (option) data.setState(option)
426 if (typeof option == 'number') data.to(option)
1484 var options = typeof option == 'object' && option
1488 if (typeof option == 'string') data[option]()
1597 if (typeof option == 'string') data[option]()
1740 if (typeof option == 'string') data[option]()
1898 if (typeof option == 'string') data[option]()
2113 if (typeof option == 'string') data[option]()
[all …]
/template/mywiki/
H A Dbootstrap.js148 if (typeof option == 'string') data[option].call($this)
255 var options = typeof option == 'object' && option
260 else if (option) data.setState(option)
483 if (typeof option == 'number') data.to(option)
715 if (typeof option == 'string') data[option]()
1754 var options = typeof option == 'object' && option
1758 if (typeof option == 'string') data[option]()
1867 if (typeof option == 'string') data[option]()
2029 if (typeof option == 'string') data[option]()
2183 if (typeof option == 'string') data[option]()
[all …]
/template/mindthedark/
H A DREADME.md6 If the `userChoice` option is enabled, an option to change the color scheme will appear in the head…
10 If the `autoDark` option is enabled, the color scheme of the operating system is used.
19 * light and a dark color scheme (`theme` option in Configuration Manager)
20 * automatic color scheme depending on operating system settings (`autoDark` option in Configuration…
21 * change of the color scheme by the user (`userChoice` option in Configuration Manager)
28 …talled you can activate the support with the option `pluginNote` in the configuration manager. If …
33 …wiki.org/plugin:wrap) is installed you can activate the support with the option `pluginWrap` in th…
70 * The `autoDark` option only works with modern browsers. The compatibility can be checked [here](ht…
/template/readthedokus/
H A DREADME.md60 Previous/Next buttons follow links to dokuwiki on the sidebar, picked up by using querySelector(".aside > #sidebar a[data-wiki-id]"). The previous button on the first page will jump to root(/) by default. You can change this in "Start Page" option in the settings.
91 If you use the plugin, do not forget to add classes (admonition,danger,caution,note,tip) to the "noPrefix" plugin option otherwise admonitions will not be styled correctly. You need to add four types listed above and "admonition" to the option value.
97 Even though this theme works without Font Awesome, you can use Font Awesome for better looking. If you decide to use it, check the option in the configuration manager to enable it. Do not forget to set the correct tag in the following option.
103 Also, you can use google fonts for better looking. Lato and Robot fonts are set in font-family in this theme CSS. If you decide to use it, check the option in the configuration manager to enable it. Change the tags in the following option.
107 This theme supports a fixed header and footer. On the "Template Style Setting" page, enter a header height in the "Header height" option, a footer height in the "Footer height" option. The theme will add paddings according to those options on top for header, bottom for footer. You can put your own header/footer in "header.html"/"footer.html" in the "lib/tbl/readthedokus/" directory.
151 To center the content, enter the content width in the "Site width" option o
[all...]
/template/mmclean/
H A DCHANGELOG11 - Added support for DokuWiki rewrite option (0, 1 and 2)
17 - Added SidebarPermanent option
/template/mikio/assets/
H A Dmikio-typeahead.js676 jQuery.fn.typeahead = function (option) {
678 if (typeof option == 'string' && option == 'getActive') {
684 var options = typeof option == 'object' && option;
688 if (typeof option == 'string' && data[option]) {
690 data[option].apply(data, Array.prototype.slice.call(arg, 1));
692 data[option]();
719 item: '<li><a class="mikio-dropdown-item" href="#" role="option"></
697 typeahead(option) global() argument
[all...]
/template/cowboy/css/nashville/specimen_files/
H A Deasytabs.js1 …on($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,ac… argument
/template/darkclean/
H A DCHANGELOG.rst15 - Added support for DokuWiki rewrite option (0, 1 and 2)
21 - Added SidebarPermanent option
/template/bootstrap3/
H A DRELEASE.md50 * Removed deprecated `useLegacyNavbar` option
58 * #499: Changed CSS load order for Bootstrap and DokuWiki styles when using `themeByNamespace` option (@Digitalin)
77 * #499: Changed CSS load order for Bootstrap and DokuWiki styles when using `themeByNamespace` option (@Digitalin)
107 * Removed ``semantic`` option (now is always enabled)
158 * #389: Fixex Translation plugin issue when use `translation»dropdown` option (@tmo26 and @dominiquesamson)
173 After a long development cycle a new release of Bootstrap3 template is issued. This release use the [new DokuWiki menu system](https://www.dokuwiki.org/devel:menus) introduced in *Greebo* release (included the compatibility classes for older DokuWiki releases). Switched all FontAwesome icons to Material Design Icon (added WebFont and SVG icons) and added option for enable the Material Design Icons for DokuWiki toolbar. Re-designed detail page for display EXIF and other useful photo metadata. Added new hook (`:usermenu`) for add a custom menu in User Menu. Upgraded Bootstrap and Bootswatch to v3.4.1 to prevent XSS vulnerability and `simple_html_dom` to v1.8.1 to increase the performance. This release now use a `Template` class for increase the performance during the rendering of page (1.2~1.5 second faster than the previous release).
179 * Added new option (`notifyExtentionsUpdate`) for display available update of DokuWiki plugins on user menu
181 * Added `useAlternativeToolbarIcons` option for enable Material Design Icons support on DokuWiki toolbar
237 * Added `showPurgePageCache` option for display in Page Tools a link to `?purge=true` useful to purge current page
238 * Added `domParserMaxPageSize` option t
[all...]

12345678910>>...16