Home
last modified time | relevance | path

Searched refs:defaults (Results 51 – 75 of 395) sorted by relevance

12345678910>>...16

/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js200 var defaults = { class
347 width: toNumber( rootData.width, defaults.width ),
348 height: toNumber( rootData.height, defaults.height ),
349 maxScale: toNumber( rootData.maxScale, defaults.maxScale ),
350 minScale: toNumber( rootData.minScale, defaults.minScale ),
351 perspective: toNumber( rootData.perspective, defaults.perspective ),
352 … transitionDuration: toNumber( rootData.transitionDuration, defaults.transitionDuration )
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js25 var defaults = { class in AnonymousFunctione2e345630200
34 this.core.s = $.extend({}, defaults, this.core.s);
H A Dlg-share.js25 var defaults = { class in AnonymousFunctionb56597270200
41 this.core.s = $.extend({}, defaults, this.core.s);
/plugin/bez/ctl/
H A Dthread.php101 $defaults = array('thread' => $thread); variable
105 $defaults['thread_comment'] = $thread_comment;
108 $task = $this->model->taskFactory->create_object($defaults);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst36 These defaults can be easily changed through the core extension:
46 The defaults set for ``number_format`` can be over-ridden upon each call using the
/plugin/gallery/action/
H A Dprosemirror.php46 $defaults = $this->getDefaults();
52 'defaults' => array_map(function ($default) {
54 }, $defaults),
56 $JSINFO['plugins']['gallery']['defaults']['namespace'] = ['default' => ''];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc55 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
73 $params['from'] = (number) skips a number of transform stats, defaults to 0
74 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
/plugin/timetrack/
H A Dscript.js10 jQuery.pnotify.defaults.styling = "jqueryui";
11 jQuery.pnotify.defaults.delay = 2000;
12 jQuery.pnotify.defaults.history = false;
/plugin/pureldap/classes/
H A DClient.php51 * Setup sane config defaults
61 $defaults = $conf;
62 $defaults['defaultgroup'] = 'user'; // we expect this to be passed from global conf
64 $config = array_merge($defaults, $config);
331 // defaults
/plugin/listusergroup/
H A Dhelper.php36 $this->defaults['namespace'] = $this->getConf('namespace');
37 $this->defaults['homeicon'] = $this->getConf('homeicon');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dyml_reference.rst12 access_type: public_method # defaults to property
45 access_type: public_method # defaults to property
/plugin/osm/
H A Dsyntax.php19 var $defaults = array variable in syntax_plugin_osm
99 $options = array_merge($this->defaults, $options);
/plugin/farmer/lang/en/
H A Dtab_config_help.txt17 Here you can specify what configuration settings made in the farmer should be used as defaults in the animals.
19 DokuWiki's default settings are the defaults for all animals as well.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnumber_format_default.test2 "number_format" filter with defaults.
/plugin/dwmenu/
H A DREADME.md9 The dwitem has two defaults parameters :
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.min.js
/plugin/batchedit/
H A Djs.cookie.js51 }, api.defaults, attributes);
151 api.defaults = {};
/plugin/botbouncer/lib/
H A Dbotbouncer.php334 private function defaults($item) { function in botBouncer
346 … if (!isset($data['ips']) || !is_array($data['ips'])) $data['ips'] = array($this->defaults('ip'));
479 …$data['user_ip'] = !empty($data['ips'][0]) ? $data['ips'][0]: $this->defaults('ip'); ## akismet on…
480 …$data['comment_author'] = !empty($data['username']) ? $data['username'] : $this->defaults('usernam…
481 …$data['comment_author_email'] = !empty($data['email']) ? $data['email'] : $this->defaults('email');
482 …$data['comment_content'] = !empty($data['content']) ? $data['content'] : $this->defaults('content'…
/plugin/tagfilter/script/select2/
H A Dselect2_locale_ja.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ko.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_fi.js6 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_hu.js7 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ka.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_ms.js9 $.extend($.fn.select2.defaults, {
H A Dselect2_locale_th.js9 $.extend($.fn.select2.defaults, {

12345678910>>...16