Home
last modified time | relevance | path

Searched refs:extend (Results 376 – 400 of 1051) sorted by relevance

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

/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17 …+e+h.slice(g.end);var i=g.start+d.length;u(a,i,g.text,f||"select")},a.fn.extend({getSelection:v(c,…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml85 contains spaces which extend past the indentation
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveFile.js13 mxUtils.extend(OneDriveFile, DrawioFile);
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js40 this.core.s = $.extend({}, defaults, this.core.s);
H A Dlg-video.min.js4 …){return this.core=a(b).data("lightGallery"),this.$el=a(b),this.core.s=a.extend({},e,this.core.s),…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js32 …ply(this,arguments);this.base=arguments.callee});h&&this.extend(b.prototype,h,!0);a&&this.extend(b…
214 …boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDITOR.tools.extend(this,d,{modes:{wys…
516 …,a)};CKEDITOR.dom.comment.prototype=new CKEDITOR.dom.node;CKEDITOR.tools.extend(CKEDITOR.dom.comme…
552 …radio_input",q=p+"_label",p=CKEDITOR.tools.extend({},a,{id:p,title:null,type:null},!0),h=CKEDITOR.…
563extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onClick:function(b,a){this.on("c…
624extend({id:"ok",type:"button",label:a.lang.common.ok,"class":"cke_dialog_ui_button_ok",onClick:fun…
662 …l:1,blockquote:1,div:1},r={},u={};CKEDITOR.tools.extend(r,t,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.
760 …"panel";CKEDITOR.ui.panel=function(a,b){b&&CKEDITOR.tools.extend(this,b);CKEDITOR.tools.extend(thi…
1160 CKEDITOR.tools.extend(f,h));c.addCommand("selectNextCell",k());c.addCommand("selectPreviousCell",k(…
1237extend(this,{editor:a,editable:a.editable(),doc:a.document,win:a.window},d,!0);this.inline=this.ed…
[all …]
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js5 (function(){function ka(a,f){CKEDITOR.tools.extend(this,f,{editor:a,id:"cke-"+CKEDITOR.tools.getUni…
23 g){return a.charAt(0).toUpperCase()+(g?a.slice(1):a.slice(1).toLowerCase())},extend:function(a){var…
30 …ply(this,arguments);this.base=arguments.callee});h&&this.extend(g.prototype,h,!0);a&&this.extend(g…
48 …y=CKEDITOR.tools.isArray}(),CKEDITOR.dtd=function(){var a=CKEDITOR.tools.extend,f=function(a,g){fo…
90 …e(!0));return a.innerHTML},getClientRect:function(){var a=CKEDITOR.tools.extend({},this.$.getBound…
505 …radio_input",z=r+"_label",r=CKEDITOR.tools.extend({},c,{id:r,title:null,type:null},!0),x=CKEDITOR.…
516extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onClick:function(a,b){this.on("c…
577extend(function(c){return a(c,b)},{type:"button"},!0)};return a}(),cancelButton:function(){var a=f…
613 …l:1,blockquote:1,div:1},l={},k={};CKEDITOR.tools.extend(l,e,{tr:1,p:1,div:1,li:1});CKEDITOR.tools.
704 b){b&&CKEDITOR.tools.extend(this,b);CKEDITOR.tools.extend(this,{className:"",css:[]});this.id=CKEDI…
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md100 object prophecy that our object should extend specific class, the second one says that
102 interfaces, but extend only one parent class.
113 The `$dummy` variable now holds a special dummy object. Dummy objects are objects that extend
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst126 ``.../templates/mysite``. And if you want to extend the original template, you
142 extend a template with an overriding version of itself we can reference its
355 Before Twig 1.22, you should extend ``\Twig\Environment`` instead::
H A Dadvanced.rst6 This section describes how to extend Twig as of **Twig 1.12**. If you are
11 operators, global variables, and functions. You can even extend the parser
16 The first section of this chapter describes how to extend Twig easily. If
97 Keep in mind the following when you want to extend Twig:
998 Testing the node visitors can be complex, so extend your test cases from
/plugin/diagramsnet/lib/
H A Dyarn.lock296 extend "^3.0.1"
356 extend@^3.0.1:
358 …resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019e…
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js73 function extend(a, b) { function
177 extend(getParsingFlags(m), flags);
304 return extend(function () {
370 var res = extend({}, parentConfig), prop;
375 extend(res[prop], parentConfig[prop]);
376 extend(res[prop], childConfig[prop]);
389 res[prop] = extend({}, res[prop]);
2525 extend(config, bestMoment || tempConfig);
3513 return extend({}, getParsingFlags(this));
/plugin/drawio/
H A DREADME.md50 ## How to extend this plugin?
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js133 var options = $.extend(true, defaults, settings);
H A Djquery.socialshareprivacy.min.js15 "//"+document.location.host+a),c=a);return c}b.fn.socialSharePrivacy=function(c){var a=b.extend(!0,…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst91 * Create two "intermediate" base templates that extend the master layout
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js372 opts = jQuery.extend(true, {}, defaults, userOptions);
/plugin/snap/
H A Dsyntax.php.ori18 * All DokuWiki plugins to extend the parser/rendering mechanism
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php356 public function extend(GTCertTokenResponse $certTokenResponse) { function in GTTimestamp
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt83 License. If you modify this font, you may extend this exception to your
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js30 CKEDITOR.tools.extend(CKEDITOR.ui.dialog,{scaytItemList:function(c,d,k){if(arguments.length){var n=…
31 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md99 Custom parsers/renderers can be bundled into extensions which extend CommonMark. Here are some that you may find interesting:
174 We'd also like to extend our sincere thanks the following sponsors who support ongoing development of this project:
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js29 …h(b[b.length-1])}else return b;return c}(k,d)};return f});CKEDITOR.tools.extend(CKEDITOR.ui.dialog…
30 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js6extend(this,hash),this.name="ParseError",this.message=message||""}function AssertException(message…

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