Home
last modified time | relevance | path

Searched refs:clone (Results 351 – 361 of 361) sorted by path

1...<<1112131415

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js78 if(FBL.Env.Options.enablePersistent){if(isChromeContext){FBL.FirebugChrome.clone(FBL.Env.FirebugChr…
2203 var clone=el.cloneNode(false);
2205 clone.appendChild(text);
2206 box.appendChild(clone);
2208 var marginTop=clone.offsetTop-box.offsetTop-1;
2209 var marginBottom=box.offsetHeight-clone.offsetHeight-2-marginTop;
2210 var marginLeft=clone.offsetLeft-box.offsetLeft-1;
2211 var marginRight=box.offsetWidth-clone.offsetWidth-2-marginLeft;
2265 }},clone:function(FBChrome){for(var name in FBChrome){var prop=FBChrome[name]; method in FBL.FirebugChrome
/plugin/webdav/vendor/sabre/http/
H A DREADME.md306 $subRequest = clone $request;
/plugin/webexteamsnotifier/
H A DREADME.md13 Or simply clone the repository into your DokuWiku plugins folder:
16 $ git clone https://github.com/greldinard/dokuwiki-rocketchat-integration.git /var/lib/dokuwiki/lib…
/plugin/widearea/widearea/
H A Dwidearea.js381 clone: function () {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js299 var clone, levelStartNode, levelClone, currentNode, currentSibling ;
302 clone = docFrag.RootNode ;
328 clone.appendChild( currentNode.cloneNode( true ) ) ;
336 clone.appendChild( currentNode ) ;
342 if ( clone )
343 clone = levelClone ;
347 clone = docFrag.RootNode ;
376 clone.insertBefore( currentNode.cloneNode( true ), clone.firstChild ) ;
384 clone.insertBefore( currentNode, clone.firstChild ) ;
391 if ( clone )
[all …]
/plugin/xlsx2dw/
H A DREADME.md10 - SSH: `git clone git@github.com:moevm/MSE-2023-moevm-doku_wiki-10.git`
11 - HTTPS: `git clone https://github.com/moevm/MSE-2023-moevm-doku_wiki-10.git`
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28173 Node.prototype.clone = function clone() {
28190 return clone[method].apply(clone, arguments);
29755 BN.prototype.clone = function clone() {
31923 x = x.clone();
32010 a = a.clone();
33366 BN.prototype.clone = function clone() {
35623 x = x.clone();
35710 a = a.clone();
46515 var t = k.clone();
48397 k1 = k1.clone();
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1043 this.clone = function() { method in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d01100.JSZip
1603 var ret = this.clone();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1clone","createEvent","delayShow","callEvent","tooltip_timeout","tooltip_hide_timeout","tooltipMana…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js393 var clone = event;
398 clone = document["createEventObject"](event);
400 return clone;
/plugin/yuriigantt/
H A DREADME.md25 …git clone --single-branch --branch master https://github.com/yurii-github/dokuwiki-plugin-yuriigan…

1...<<1112131415