Home
last modified time | relevance | path

Searched refs:clone (Results 326 – 350 of 361) sorted by last modified time

1...<<1112131415

/plugin/editions/
H A Dscript.js42 snippetMap[snippetMapKey] = jQuery(this).clone().html();
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js165 clone: function(object) {
893 clone: function() {
934 Array.prototype.toArray = Array.prototype.clone;
1024 return Object.clone(this._object);
1043 return this.clone().update(object);
1075 clone: function() {
1433 options = Object.clone(options);
2549 var methods = Object.clone(Methods),
2590 "FORM": Object.clone(Form.Methods),
2802 this.tokens.push([i, Object.clone(m)]);
[all …]
/plugin/widearea/widearea/
H A Dwidearea.js381 clone: function () {
/plugin/jorgchart/
H A Djquery.jOrgChart.js36 helper : 'clone',
122 var $nodeContent = $node.clone()
/plugin/advrack/
H A Djquery.qtip.js962 C.clone = function() { function
1850 clone: function(keepData) {
2233 this.qtip.cache.corner = c.clone();
2455 newCorner = this.corner.clone(),
2532 cache.corner = newCorner.clone();
3019 position[side1] = initialPos; newMy = my.clone();
3027 if(methodX !== 'shift' || methodY !== 'shift') { newMy = my.clone(); }
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/hipchat/
H A DREADME.md11 $ git clone https://github.com/jaguardesignstudio/dokuwiki-hipchat.git hipchat
/plugin/idoit/
H A DREADME.md9 Simply clone the repo to `lib/plugins` of your Dokuwiki installation root within a directory named …
11 …git clone https://github.com/oliverguenther/dokuwiki-idoit-syntax <path to dokuwiki>/lib/plugins/i…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.frag…
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1clone=function(){return i.fromPoints(this.start,this.end)},this.collapseRows=function(){return thi… method
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js46 },wrapAll:function(html){if(this[0]){jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0…
67 },clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)…
68 container.appendChild(clone);
72 var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined){this[expando]=null; variable
76 for(var type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type…
126 },domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;
132 jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.table.js5 …);var toolbar=jQuery('<div class="toolbar"></div>');var rawCode=container.clone();rawCode.addClass…
H A Djquery.syntax.layout.fixed.js5 …/^\s*$/;var toolbar=jQuery('<div class="toolbar">');var rawCode=container.clone();rawCode.addClass…
H A Djquery.syntax.layout.list.js5 …/^\s*$/;var toolbar=jQuery('<div class="toolbar">');var rawCode=container.clone();rawCode.addClass…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java265 mxRectangle bounds = (mxGeometry) cell.getGeometry().clone(); in addTemplate()
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js214 function clone(object) { function
255 clone: clone,
1028 function clone() {
1094 clone: clone,
1095 toArray: clone,
1200 function clone() { function
1220 clone: clone
1637 options = Object.clone(options);
3141 clone: function(element, deep) {
3144 clone._prototypeUID = void 0;
[all …]

1...<<1112131415