Home
last modified time | relevance | path

Searched refs:defaults (Results 126 – 150 of 395) sorted by relevance

12345678910>>...16

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js35 this.init(diagram, _.defaults(options, {
163 this.init(diagram, _.defaults(options, {
H A Dtheme-snap.js31 _.defaults(options, {
256 _.defaults(options, {
/plugin/jorgchart/
H A Djquery.jOrgChart.js17 var opts = $.extend({}, $.fn.jOrgChart.defaults, options);
97 // Option defaults
98 $.fn.jOrgChart.defaults = { class in $.fn.jOrgChart
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dsemantic-enrich.js53 …var t = "mstyle" === this.type ? l.math.prototype.defaults : this.defaults, a = this.attrNames || …
/plugin/datatables/assets/datatables.net-buttons-bs/js/
H A Dbuttons.bootstrap.min.js
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/yearbox/
H A Dreadme.txt4 1. ns=<namespace> (defaults: current ns)
/plugin/showsamples/
H A Djquery.scrollTo.min.js7defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,… class in p
/plugin/mantisreporter/
H A Dsyntax.php423 $defaults = $this->readDefaultSettings();
426 foreach ($defaults as $key => $value) {
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js69 var defaults = { class in AnonymousFunction2b84e2700100
399 for ( var x in defaults ) {
400 if ( defaults.hasOwnProperty( x ) )
401 setDefault( obj, x, defaults[ x ] );
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst15 _.defaults({ 'a': 2, 'b': 2 })({ 'a': 1 });
21 _.defaults({ 'a': 1 }, { 'a': 2, 'b': 2 });
23 fp.defaults({ 'a': 2, 'b': 2 })({ 'a': 1 });
159 The placeholder argument, which defaults to `_`, may be used to fill in method
/plugin/plantuml/
H A Dplugin.history.txt26 * Remote image generation support (defaults to http://plantuml.no-ip.org/plantuml/uml)
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js35 defaults = { class in CirclePlayer
67 this.options = $.extend(true, {}, defaults, options); // Deep copy
/plugin/fedauth/lang/en/
H A Dadmproviders.txt26 When restoring defaults, your local configuration files are deleted. All of your custom providers a…
/plugin/datatables/assets/datatables.net-plugins/features/rowFill/
H A DdataTables.rowFill.min.js
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/quickstats/
H A DHOW-TO25 server. Quickstats defaults to geoPlugin, which means that quickstats is ready to use
119 …cked off quickstats will look in this directory for GeoLiteCity.dat (it defaults to /usr/local/sha…
120 … this option is checked the geoPlugin will be used for IP geo-locating (defaults to true); with th…
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php23 function __construct($pluginname,$meta,$defaults,$values){ argument
26 $this->_defaults = $defaults;
/plugin/sfauth/
H A DREADME.wiki49 * keep defaults
51 * keep defaults
/plugin/userimportextended/
H A DREADME3 You can import user passwords and set some defaults to , e.g. email
/plugin/metadisplay/
H A DREADME.md20 …amespace metadata namespace; the -n option with no namespace or dot [.] defaults
/plugin/advanced/admin/
H A Dconfig.php531 $defaults = array(
537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js5 var settings=$.extend({},$.fn.editable.defaults,{target:target},options);var plugin=$.editable.type…
26 if(settings.tooltip){$(self).attr('title',settings.tooltip);}}}};});};$.editable={types:{defaults:{… class in $.editable.types
38 …Type:function(name,input){$.editable.types[name]=input;}};$.fn.editable.defaults={name:'value',id:… class in $.fn.editable
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php120 $defaults = false

12345678910>>...16