Home
last modified time | relevance | path

Searched refs:defaults (Results 101 – 125 of 395) sorted by last modified time

12345678910>>...16

/plugin/tagfilter/script/select2/
H A Dselect2.js938 }, $.fn.select2.defaults, opts);
3311 // plugin defaults, accessible to users
3312 $.fn.select2.defaults = { class in $.fn.select2
H A Dselect2_locale_pl.js10 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_pt-BR.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_pt-PT.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ro.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_rs.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ru.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_zh-CN.js6 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_cs.js15 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_da.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_eu.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_fr.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_he.js9 $.extend($.fn.select2.defaults, {
/plugin/bootswrapper/exe/help/
H A Dmodal.txt3 …reamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js11510 Calendar.defaults = options_1.globalDefaults;
14826 defaultsChain.unshift(spec.defaults || {});
14859 spec.defaults = options_1.mergeOptions(defaultsChain);
14870 spec.defaults,
15061 defaults: {
15076 defaults: {
15102 defaults: {
15111 defaults: {
15118 defaults: {
15126 defaults: {
[all …]
H A Dmoment.js2008 function defaults(a, b, c) { function
2047 yearToUse = defaults(config._a[YEAR], currentDate[YEAR]);
2112 weekYear = defaults(w.GG, config._a[YEAR], weekOfYear(createLocal(), 1, 4).year);
2113 week = defaults(w.W, 1);
2114 weekday = defaults(w.E, 1);
2124 weekYear = defaults(w.gg, config._a[YEAR], curWeek.year);
2127 week = defaults(w.w, curWeek.week);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php47 * @param bool $defaults
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument
55 if ($defaults) {
526 $defaults = $this->getDefaults();
557 if ($options & self::REPAIR && isset($defaults[$propName])) {
558 $this->add($propName, $defaults[$propName]);
H A DDocument.php161 * @param bool $defaults
164 public function createComponent($name, array $children = null, $defaults = true) { argument
173 return new $class($this, $name, $children, $defaults);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php118 $defaults = false
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2037 $.fn.datetimepicker.defaults = default_options;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
480 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
/plugin/indexmenu/syntax/
H A Dindexmenu.php88 $defaults = explode(' ', $defaultsStr);
97 $context = $this->hasOption($defaults, $opts, 'context');
137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie');
140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll');
142 $navbar = $this->hasOption($defaults, $opts, 'navbar');
144 $nons = $this->hasOption($defaults, $opts, 'nons');
146 $nopg = $this->hasOption($defaults, $opts, 'nopg');
148 $notoc = $this->hasOption($defaults, $opts, 'notoc');
150 $nomenu = $this->hasOption($defaults, $opts, 'nomenu');
152 $tsort = $this->hasOption($defaults,
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md355 `$client->setConfig('defaults/headers/User-Agent', 'Foo/Bar ' . $client::getDefaultUserAgent())`.
357 like `$client->setConfig('defaults/verify', true)`.
363 You can also specify a `defaults` key that is an associative array of default
H A DCHANGELOG.md22 * Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/p…
1162 * Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to valida…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php10 private static $defaults = [ variable in GuzzleHttp\\Cookie\\SetCookie
35 $data = self::$defaults;
56 foreach (array_keys(self::$defaults) as $search) {
74 $this->data = array_replace(self::$defaults, $data);

12345678910>>...16