Home
last modified time | relevance | path

Searched refs:defaults (Results 26 – 50 of 395) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php89 $defaults = $class->getDefaultProperties();
102 if (!isset($defaults[$name])) {
107 $attribute->setValue($defaults[$name]);
/plugin/webdavclient/vendor/sabre/vobject/lib/
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/
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/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);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php49 * @param bool $defaults
53 function __construct(Document $root, $name, array $children = [], $defaults = true) { argument
58 if ($defaults) {
610 $defaults = $this->getDefaults();
641 if ($options & self::REPAIR && isset($defaults[$propName])) {
642 $this->add($propName, $defaults[$propName]);
/plugin/bez/mdl/
H A DFactory.php129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) { argument
147 array($this->model, $defaults));
184 public function get_one($id, $defaults=array()) { argument
196 array($this->model, $defaults));
215 public function create_object($defaults=array()) { argument
218 $obj = new $object_name($this->model, $defaults);
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js47 var defaults = { class in AnonymousFunction786bfbca0100
1231 defaults.gantt = defaults.serial;
1234 r.rules = defaults[ chart.type ];
1236 r.rules = defaults[ chart.type ].concat( r.rules );
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit49 $defaults = parent::getDefaults();
51 $defaults['svnArgs'] = array();
52 return $defaults;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php49 * @param bool $defaults
51 public function __construct(Document $root, $name, array $children = [], $defaults = true) argument
56 if ($defaults) {
575 $defaults = $this->getDefaults();
605 if ($options & self::REPAIR && isset($defaults[$propName])) {
606 $this->add($propName, $defaults[$propName]);
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js17 defaults: {},
26 for (var e, t = o(l.defaults), n = 0; e = t[n]; n++) {
28 void 0 === a[i] && (a[i] = l.defaults[e]);
39 l.defaults[e.option] = !1, l.modules.push(e);
/plugin/ajaxedit/
H A Dscript.js11 jQuery.pnotify.defaults.styling = "jqueryui";
12 jQuery.pnotify.defaults.delay = 2000;
13 jQuery.pnotify.defaults.history = false;
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php79 private array $defaults = []; variable in ComboStrap\\Meta\\Form\\FormMetaField
399 $this->defaults[] = $defaultValuePlaceholderOrReturned;
478 switch (sizeof($this->defaults)) {
482 $value = $this->defaults[0];
488 return $this->defaults;
516 $this->defaults = [];
/plugin/diagramsnet/lib/math/jax/element/mml/
H A Djax.js19defaults:{mathbackground:a.INHERIT,mathcolor:a.INHERIT,dir:a.INHERIT},noInherit:{},noInheritAttrib…
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js118 this.createMenu( this.defaults.menu );
133 this.createMenu( this.defaults.menu );
154 this.createMenu( this.defaults.menu );
/plugin/farmer/action/
H A Dajax.php169 * @param bool $defaults show the defaults
172 protected function createPluginMatrixCell($plugin, $animal, $defaults = false)
174 if ($defaults) {
159 plugin_matrix_cell($plugin, $animal, $defaults = false) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc53 $params['from'] = (int) skips a number of transform configs, defaults to 0
54 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
70 $params['from'] = (number) skips a number of transform stats, defaults to 0
71 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js25 var defaults = { class in AnonymousFunction791e32980200
33 this.core.s = $.extend({}, defaults, this.core.s);
H A Dlg-fullscreen.js25 var defaults = { class in AnonymousFunction20b389270200
37 this.core.s = $.extend({}, defaults, this.core.s);
/plugin/refnotes/
H A Dadmin.js226 let defaults = new Map([
245 this.element.parents('td').toggleClass('default', this.getValue() == defaults.get(settingName));
266 this.setValue(defaults.get(settingName));
283 this.setValue(defaults.get(settingName));
330 let defaults = new Map([
373 return defaults.get(name);
679 let defaults = new Map([
720 return defaults.get(name);
757 return defaults.get(name);
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js370 var defaults, opts, thees, wrap, previewWrap, preview, bar, controls;
371 defaults = jQuery.fn.meltdown.defaults;
372 opts = jQuery.extend(true, {}, defaults, userOptions);
400 jQuery.fn.meltdown.defaults = { class in jQuery.fn.meltdown
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/publist/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
36 - Global defaults
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js42 options = $.extend({}, config.defaults, options);
84 config.defaults = {};
/plugin/publistf/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
36 - Global defaults
/plugin/publistx/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
36 - Global defaults

12345678910>>...16