Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 47) sorted by last modified time

12

/template/sprintdoc/js/base/
H A Dspc.js18 get_options: function(key, options){ argument
/template/mikio/assets/
H A Dmikio-typeahead.js49 Typeahead(element, options) global() argument
[all...]
/template/mikio/inc/
H A Dsimple_html_dom.php1472 $options = 0) argument
1508 $options = 0) argument
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php34 private $options; variable in Twig\\Lexer
53 public function __construct(Environment $env, array $options = [])
H A DTwigFilter.php30 private $options; variable in Twig\\TwigFilter
40 public function __construct(string $name, $callable = null, array $options = [])
H A DTwigFunction.php30 private $options; variable in Twig\\TwigFunction
40 public function __construct(string $name, $callable = null, array $options = [])
H A DTwigTest.php29 private $options; variable in Twig\\TwigTest
39 public function __construct(string $name, $callable = null, array $options = [])
H A DEnvironment.php102 public function __construct(LoaderInterface $loader, $options = [])
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php24 private $options; variable in Twig\\Cache\\FilesystemCache
30 public function __construct($directory, $options = 0)
/template/strap/bootstrap/5.0.1/
H A Dpopper.min.js5 …e&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper… function
/template/bootstrap3/
H A Dscript.js235 jQuery.ui.accordion.prototype.options.classes["ui-accordion-content"] = "panel-collapse collapse"; method in jQuery.ui.button
236 jQuery.ui.accordion.prototype.options.classes["ui-accordion-content-active"] = "in"; method in jQuery.ui.button
240 jQuery.ui.button.prototype.options.classes["ui-button"] = "btn btn-default"; method in jQuery.ui.dialog
241 jQuery.ui.button.prototype.options.classes["ui-button-icon"] = "glyphicon"; method in jQuery.ui.dialog
244 jQuery.ui.dialog.prototype.options.classes["ui-dialog"] = "modal-content"; method in jQuery.ui.dialog
247 jQuery.ui.dialog.prototype.options method in jQuery.ui.menu
229 jQuery.ui.accordion.prototype.options.classes["ui-accordion"] = "panel panel-default"; global() method in jQuery.ui.accordion
230 jQuery.ui.accordion.prototype.options.classes["ui-accordion-content"] = "panel-collapse collapse"; global() method in jQuery.ui.accordion
231 jQuery.ui.accordion.prototype.options.classes["ui-accordion-content-active"] = "in"; global() method in jQuery.ui.accordion
232 jQuery.ui.accordion.prototype.options.classes["ui-accordion-header"] = "panel-heading"; global() method in jQuery.ui.accordion
239 jQuery.ui.dialog.prototype.options.classes["ui-dialog"] = "modal-content"; global() method in jQuery.ui.dialog
242 jQuery.ui.dialog.prototype.options.classes["ui-dialog-titlebar-close"] = "btn btn-default"; global() method in jQuery.ui.dialog
243 jQuery.ui.dialog.prototype.options.classes["ui-dialog-content"] = "modal-body"; global() method in jQuery.ui.dialog
248 jQuery.ui.menu.prototype.options.classes["ui-menu-icons"] = ""; global() method in jQuery.ui.menu
249 jQuery.ui.menu.prototype.options.classes["ui-menu-icon"] = "glyphicon glyphicon-chevron-right"; global() method in jQuery.ui.menu
250 jQuery.ui.menu.prototype.options.classes["ui-menu-item"] = "list-group-item"; global() method in jQuery.ui.menu
251 jQuery.ui.menu.prototype.options.classes["ui-menu-divider"] = ""; global() method in jQuery.ui.menu
252 jQuery.ui.menu.prototype.options.classes["ui-menu-item-wrapper"] = ""; global() method in jQuery.ui.menu
255 jQuery.ui.progressbar.prototype.options.classes["ui-progressbar"] = "progress"; global() method in jQuery.ui.progressbar
256 jQuery.ui.progressbar.prototype.options.classes["ui-progressbar-value"] = "progress-bar"; global() method in jQuery.ui.progressbar
259 jQuery.ui.selectmenu.prototype.options.classes["ui-selectmenu-button"] = "btn btn-default dropdown-toggle"; global() method in jQuery.ui.selectmenu
260 jQuery.ui.selectmenu.prototype.options.classes["ui-selectmenu-open"] = "open"; global() method in jQuery.ui.selectmenu
261 jQuery.ui.selectmenu.prototype.options.icons.button = "caret"; global() method in jQuery.ui.selectmenu
262 jQuery.ui.selectmenu.prototype.options.width = "auto"; global() method in jQuery.ui.selectmenu
265 jQuery.ui.tabs.prototype.options.classes["ui-tabs-nav"] = "nav nav-tabs"; global() method in jQuery.ui.tabs
266 jQuery.ui.tabs.prototype.options.classes["ui-tabs-panel"] = "tab-pane"; global() method in jQuery.ui.tabs
267 jQuery.ui.tabs.prototype.options.classes["ui-tabs-active"] = "active"; global() method in jQuery.ui.tabs
270 jQuery.ui.tooltip.prototype.options.classes["ui-tooltip"] = "tooltip top fade in"; global() method in jQuery.ui.tooltip
271 jQuery.ui.tooltip.prototype.options.classes["ui-tooltip-content"] = "tooltip-inner"; global() method in jQuery.ui.tooltip
[all...]
/template/bootstrap3/inc/
H A Dsimple_html_dom.php1466 $options = 0) argument
1502 $options = 0) argument
/template/flat/assets/js/
H A Dflat.js169 var Button = function (element, options) { argument
285 var Carousel = function (element, options) { argument
522 var Collapse = function (element, options) { argument
894 var Modal = function (element, options) { argument
1219 var Tooltip = function (element, options) { argument
1250 Tooltip.prototype.init = function (type, element, options) { argument
1282 Tooltip.prototype.getOptions = function (options) { argument
1690 var Popover = function (element, options) { argument
1803 function ScrollSpy(element, options) { argument
2131 var Affix = function (element, options) { argument
H A Dhtml5shiv.js10 var options = window.html5 || {}; variable
/template/parallax/lib/js/
H A Dretina-1.1.0.js26 Retina.configure = function(options) { argument
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js185 var Button = function (element, options) { argument
290 var Carousel = function (element, options) { argument
482 var Collapse = function (element, options) { argument
798 var Modal = function (element, options) { argument
1026 var Tooltip = function (element, options) { argument
1032 constructor: Tooltip, init: function (type, element, options) { argument
1053 }, getOptions: function (options) { argument
1267 var Popover = function (element, options) { argument
1368 function ScrollSpy(element, options) { argument
1667 var Typeahead = function (element, options) { argument
[all …]
/template/mywiki/
H A Dbootstrap.js189 var Button = function (element, options) { argument
315 var Carousel = function (element, options) { argument
554 var Collapse = function (element, options) { argument
932 var Modal = function (element, options) { argument
1273 var Tooltip = function (element, options) { argument
1305 Tooltip.prototype.init = function (type, element, options) { argument
1342 Tooltip.prototype.getOptions = function (options) { argument
1793 var Popover = function (element, options) { argument
1902 function ScrollSpy(element, options) { argument
2231 var Affix = function (element, options) { argument
/template/klean/bootstrap/js/
H A Dbootstrap.js189 var Button = function (element, options) { argument
315 var Carousel = function (element, options) { argument
554 var Collapse = function (element, options) { argument
932 var Modal = function (element, options) { argument
1273 var Tooltip = function (element, options) { argument
1305 Tooltip.prototype.init = function (type, element, options) { argument
1342 Tooltip.prototype.getOptions = function (options) { argument
1793 var Popover = function (element, options) { argument
1902 function ScrollSpy(element, options) { argument
2231 var Affix = function (element, options) { argument
/template/boozurk/tinynav/
H A Dtinynav.js3 $.fn.tinyNav = function (options) { argument
/template/kajukkk/bs/
H A Dbootstrap.js132 var Button = function (element, options) { argument
258 var Carousel = function (element, options) { argument
662 var Modal = function (element, options) { argument
1003 var Tooltip = function (element, options) { argument
1035 Tooltip.prototype.init = function (type, element, options) { argument
1072 Tooltip.prototype.getOptions = function (options) { argument
1523 var Popover = function (element, options) { argument
1788 var Affix = function (element, options) { argument
1952 var Collapse = function (element, options) { argument
2164 function ScrollSpy(element, options) { argument
/template/codowik/js/
H A Dlayout.js2254 , options: options[pane] property in Instance
5066 options: options // property - options hash property in Instance
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js6352 swap: function( elem, options, callback ) { argument
6679 function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR, argument
6942 ajax: function( url, options ) { argument
8300 fx: function( elem, options, prop ) { argument
8566 jQuery.fn.offset = function( options ) { argument
8730 setOffset: function( elem, options, i ) { argument
/template/starterbootstrap/js/
H A Dbootstrap.js188 var Button = function (element, options) { argument
305 var Carousel = function (element, options) { argument
545 var Collapse = function (element, options) { argument
919 var Modal = function (element, options) { argument
1202 var Tooltip = function (element, options) { argument
1233 Tooltip.prototype.init = function (type, element, options) { argument
1265 Tooltip.prototype.getOptions = function (options) { argument
1680 var Popover = function (element, options) { argument
1800 function ScrollSpy(element, options) { argument
2130 var Affix = function (element, options) { argument
/template/starterpjax/
H A Djquery.pjax.js30 function fnPjax(selector, container, options) { argument
59 function handleClick(event, container, options) { argument
117 function handleSubmit(event, container, options) { argument
158 function pjax(options) { argument
340 function pjaxReload(container, options) { argument
448 function fallbackPjax(options) { argument
531 function optionsFor(container, options) { argument
601 function extractContainer(data, xhr, options) { argument
/template/breeze/bower_components/gumby/js/libs/ui/
H A Djquery.validation.js70 $.fn.validation = function(options) { argument

12