Home
last modified time | relevance | path

Searched refs:clone (Results 176 – 200 of 361) sorted by relevance

12345678910>>...15

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js8 templateSettings = _.clone(_.templateSettings);
/plugin/etherpadlite/
H A DREADME.md67 git clone --recursive https://github.com/michael-dev/dokuwikietherpadlite lib/plugins/etherpadlite
/plugin/redissue/
H A DREADME.md20 git clone https://github.com/kbsali/php-redmine-api.git
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc24 * <<Elasticsearch_Namespaces_IndicesNamespaceclone_clone,`clone()`>>
134 .`clone(array $params = [])`
139 $params['index'] = (string) The name of the source index to clone
140 $params['target'] = (string) The name of the target index to clone into
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js925 geo = geo.clone();
961 geo = geo.clone();
1030 geo = geo.clone();
/plugin/c3chart/assets/
H A Dc3.min.js2clone=function(){return new window.SVGPathSegClosePath(void 0)},window.SVGPathSegMovetoAbs=functio…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js186 value = _.clone(array),
201 value = _.clone(array);
208 value = _.clone(array);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1clone();\n // Create a fresh `ResponseInit` object by cloning the headers.\n const responseI…
H A Dworkbox-9fe249eb.js.map1clone();\n // Create a fresh `ResponseInit` object by cloning the headers.\n const responseI…
H A Dworkbox-f163abaa.js.map1clone();\n // Create a fresh `ResponseInit` object by cloning the headers.\n const responseI…
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js749 this.parent&&(g=this.getParentOffset(g),b-=g.x,c-=g.y));if(e.x!=b||e.y!=c)e=e.clone(),e.x=b,e.y=c,d…
854 …this.maxChainDfs(b,g,f,mxUtils.clone(d,null,!0),0):b.swimlaneIndex==g.swimlaneIndex&&this.maxChain…
991clone=function(){var a=mxUtils.clone(this,this.mxTransient);a.setValue(this.cloneValue());return a… method in mxCell
1058clone=function(){var a=new mxCellState(this.view,this.cell,this.style);if(null!=this.absolutePoint… method in mxCellState
1200 …=a.shape.boundingBox.clone()),null!=a.text&&null!=a.text.boundingBox&&(null!=c?c.add(a.text.boundi…
1348 …s=function(a,b){if(null!=a){var c=this.model.getGeometry(a);null!=c&&(c=c.clone(),this.updateAlter…
1377 …his.model.getGeometry(a);null!=b&&null!=b.points&&0<b.points.length&&(b=b.clone(),b.points=[],this…
1902 …s.convertPoint(b[0].clone(),!1);a=this.convertPoint(a.clone(),!1);for(var d=[],e=1;e<b.length;e++)…
2485clone();g.height+=c;k.setGeometry(b,g);var p=k.getParent(b),t=k.getChildCells(p,!0);if(!e){var d=m…
2495clone(),n.height=f-m+n.height,t.setGeometry(q[q.length-1],n))}for(var u=p?null:this.getRowLayout(q…
[all …]
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js6 …tion t(a){var b=c.getSelection().getRanges()[0],d=c.editable();b&&!a?(a=b.clone(),a.collapse(!0)):…
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js822 .clone()
H A Djquery.swipebox.min.js2 …("#"))b.call(c("<div>",{"class":"swipebox-inline-container"}).append(c(a).clone().toggleClass(j.se…
/plugin/authhttp/
H A DREADME124 To follow development more closely, clone the GitHub repo at
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js7 …tion r(a){var b=c.getSelection().getRanges()[0],d=c.editable();b&&!a?(a=b.clone(),a.collapse(!0)):…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js1234 var clone = pageNode;
1239 clone = pageNode.cloneNode(false);
1247 clone.appendChild(mxUtils.parseXml(tmp).documentElement);
1253 clone = pageNode.cloneNode(false);
1258 clone = pageNode.cloneNode(true);
1261 node.appendChild(clone);
1385 var clone = doc.documentElement.cloneNode(false);
1387 if (clone.getAttribute('name') != null)
1389 clone.setAttribute('name', this.anonymizeString(clone.getAttribute('name')));
1392 patch[EditorUi.DIFF_INSERT][i].data = mxUtils.getXml(clone);
[all …]
H A DEditor.js6428 this.globalVars = (this.globalVars != null) ? mxUtils.clone(this.globalVars) : {};
6455 return (this.globalVars != null) ? mxUtils.clone(this.globalVars) : {};
6590 var clone = state.text.getContentNode();
6592 if (clone != null)
6594 clone = clone.cloneNode(true);
6597 if (clone.getElementsByTagNameNS)
6599 var ele = clone.getElementsByTagNameNS('http://www.w3.org/1998/Math/MathML', 'math');
6607 if (clone.innerHTML != null)
6610 state.text.value = clone.innerHTML;
H A DmxRuler.js409 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
/plugin/callflow/
H A Draphael.js795 function clone(obj) { function
801 res[key] = clone(obj[key]);
1975 return clone(pth.bbox);
2017 pth.bbox = clone(bb);
2021 var res = clone(pathArray);
2882 matrixproto.clone = function () {
3523 return clone(eldata[this.id] || {});
4123 elproto.clone = function () {
5374 setproto.clone = function (s) {
5377 s.push(this.items[i].clone());
[all …]
/plugin/advrack/
H A Draphael.js795 function clone(obj) { function
801 res[key] = clone(obj[key]);
1975 return clone(pth.bbox);
2017 pth.bbox = clone(bb);
2021 var res = clone(pathArray);
2882 matrixproto.clone = function () {
3523 return clone(eldata[this.id] || {});
4123 elproto.clone = function () {
5374 setproto.clone = function (s) {
5377 s.push(this.items[i].clone());
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js71 }).clone();
81 assert.equal(col.get(d.clone()), d);
84 assert.equal(col.get(c.clone()), c);
101 assert.equal(collection2.get(model.clone()), collection2.first());
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js131 this.state = mxUtils.clone(this.state);
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js

12345678910>>...15