Home
last modified time | relevance | path

Searched refs:extend (Results 426 – 450 of 1051) sorted by relevance

1...<<11121314151617181920>>...43

/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17extend(e,e.initials),e.activeBreakpoint=null,e.animType=null,e.animProp=null,e.breakpoints=[],e.br…
/plugin/bookcreator/
H A Dscript.js312 jQuery.extend(BookManager.cache, pages.selection);
670 //just extend the form
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md8 * Ability to double Throwable, or methods that extend it (@ciaranmcnulty)
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1137 deep-extend@~0.4.0:
1139 …resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f96877…
1319 extend@~3.0.0:
1321 …resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83…
2537 deep-extend "~0.4.0"
2688 extend "~3.0.0"
2735 extend "~3.0.0"
/plugin/dropfiles/
H A Dyarn.lock652 deep-extend@~0.4.0:
654 …resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892…
970 extend@~3.0.0:
972 …resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019e…
2277 deep-extend "~0.4.0"
2376 extend "~3.0.0"
/plugin/c3chart/assets/
H A Djs-yaml.min.js2extend:function(e,t){var n,i,r,o;if(t)for(n=0,i=(o=Object.keys(t)).length;n<i;n+=1)e[r=o[n]]=t[r];… method in d
/plugin/achart/assets/
H A Djs-yaml.min.js2extend:function(e,t){var n,i,r,o;if(t)for(n=0,i=(o=Object.keys(t)).length;n<i;n+=1)e[r=o[n]]=t[r];… method in AnonymousFunction97ce029b0100.n
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js149 _.extend(BaseTheme.prototype, {
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2 …up:function(){this===n.document&&u("'ready' event is deprecated")}},s.fn.extend({bind:function(e,t…
H A Djquery-migrate-3.1.0.js548 jQuery.fn.extend( {
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js12 mxUtils.extend(TrelloClient, DrawioClient);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md61 - create a class and ``extend splitbrain\phpcli\CLI``
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js47 this.core.s = $.extend({}, defaults, this.core.s);
H A Dlg-zoom.min.js4 …},d=function(b){return this.core=a(b).data("lightGallery"),this.core.s=a.extend({},c,this.core.s),…
/plugin/metaeditor/
H A Djstree.js104 options = $.extend(true, {}, $.jstree.defaults, options);
1337 s = $.extend(true, {}, s);
1915 data.data = tmp ? $.extend(true, {}, tmp) : null;
3256 this.set_state($.extend(true, {}, this._data.core.state), function () {
3398 'li_attr' : $.extend(true, {}, obj.li_attr),
3399 'a_attr' : $.extend(true, {}, obj.a_attr),
3401 'data' : options && options.no_data ? false : $.extend(true, {}, obj.data)
6359 s = $.extend(true, {}, s);
6541 a = $.extend({}, a);
6653 options = $.extend({}, $.vakata.search.defaults, options);
[all …]
/plugin/webdav/vendor/sabre/http/
H A DREADME.md124 It may be useful to extend the `Request` and `Response` objects in your
133 1. You may want to extend the objects with new behaviors differently, in
/plugin/davcal/vendor/sabre/http/
H A DREADME.md124 It may be useful to extend the `Request` and `Response` objects in your
133 1. You may want to extend the objects with new behaviors differently, in
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js887 mxUtils.extend(LinkDialog, origLinkDialog);
1277 mxUtils.extend(NewDialog, origNewDialog);
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc370 CKEDITOR.tools.extend( CKEDITOR.config,
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md113 Most exceptions in Hoa extend `Hoa\Exception\Exception`, which fire themselves
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst176 * Because of the removal of ``Twig_NodeInterface`` in 2.0, you need to extend
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md232 - Can now extend Uri.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc370 CKEDITOR.tools.extend( CKEDITOR.config,
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1888 mxUtils.extend(Graph, mxGraph);
4903 mxUtils.extend(HoverIcons, mxEventSource);
5949 Graph.prototype.setTableRowHeight = function(row, dy, extend) argument
5951 extend = (extend != null) ? extend : true;
5970 if (!extend)
5996 if (!extend)
5998 extend = row == rows[rows.length - 1];
6001 if (extend)
6026 extend = (extend != null) ? extend : false;
6072 if (!extend)
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js951 extend = convert('extend', _.extend),
952 actual = extend(object)(new Foo);

1...<<11121314151617181920>>...43