Home
last modified time | relevance | path

Searched refs:clone (Results 26 – 50 of 361) sorted by relevance

12345678910>>...15

/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1clone(),r={headers:new Headers(i.headers),status:i.status,statusText:i.statusText},o=e?e(r):r,a=fu…
H A Dworkbox-f163abaa.js1clone(),r={headers:new Headers(i.headers),status:i.status,statusText:i.statusText},o=e?e(r):r,a=fu…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dunmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
H A Dmocked_class.tpl.dist7 {clone}{mocked_methods}
/plugin/pwaoffline/
H A Dsw.js96 cache.put(request, response.clone());
108 cache.put(request, response.clone());
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js169 'clone': util.clone,
185 clone = helpers.clone,
354 result = clone(Object(object)),
363 nested[key] = clone(index == lastIndex ? value : Object(value));
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js835 var bpmnEventStyle = mxUtils.clone(styleCommonMap);
863 var bevelNodeStyle = mxUtils.clone(styleCommonMap);
886 var demoGroupStyle = mxUtils.clone(styleCommonMap);
911 var tableStyle = mxUtils.clone(styleCommonMap);
916 var imageNodeStyle = mxUtils.clone(styleCommonMap);
926 var svgNodeStyle = mxUtils.clone(styleCommonMap);
939 var groupNodeStyle = mxUtils.clone(styleCommonMap);
954 var tableNodeStyle = mxUtils.clone(styleCommonMap);
1706 var rowStyle = mxUtils.clone(defRowStyle);
1773 var colStyle = mxUtils.clone(defColStyle);
[all …]
/plugin/authplaincas/
H A DREADME.md6 clone this repository as "authplaincas" in the plugin directory
/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/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js1040 var clone = {}; //here is where we lose the prototype
1043 clone[ property ] = cloneWithoutPrototypes( obj[ property ] );
1046 return clone;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js249 'clone': util.clone,
265 clone = helpers.clone,
434 result = clone(Object(object)),
443 nested[key] = clone(index == lastIndex ? value : Object(value));
/plugin/oauthdoorkeeper/
H A DDockerfile5 git clone git://github.com/doorkeeper-gem/doorkeeper-provider-app.git /app && \
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js576 var clone = content.cloneNode(true);
577 clone.style.backgroundColor = '#ffffff';
578 clone.style.borderColor = 'transparent';
579 clone.style.width = '456px';
583 title2.outerHTML + clone.outerHTML + '</body>', 'text/html');
591 clone.style.position = 'absolute';
592 window.document.body.appendChild(clone);
593 var h = clone.clientHeight + 18;
594 clone.parentNode.removeChild(clone);
/plugin/piwik2/
H A DREADME.md33 Or you can clone it directly from repository:
36 $> git clone https://github.com/Bravehartk2/dokuwiki-piwik2.git
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js52 var clone = m.cloneNode(true);
53 f.appendChild(clone);
123 var clone = m.cloneNode(true);
124 f.appendChild(clone);
/plugin/prettyphoto/
H A Dplugin.info.txt12 … linked directly into the page using prettyPhoto (a jQuery based lightbox clone). All direct image…
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.list.js5 …/^\s*$/;var toolbar=jQuery('<div class="toolbar">');var rawCode=container.clone();rawCode.addClass…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DREADME.md1 # TikToken clone for PHP - PHP GPT3 tokenizer
/plugin/editions/
H A Dscript.js42 snippetMap[snippetMapKey] = jQuery(this).clone().html();
/plugin/abc2/abc-libraries/abc2svg/
H A Dclip-1.js56 case C.KEY:s2.p_v.key=this.clone(s2.as.u.key)
58 case C.METER:s2.p_v.meter=this.clone(s2.as.u.meter)
/plugin/matomo/
H A DREADME.md33 Or you can clone it directly from repository:
36 $> git clone https://github.com/Bravehartk2/dokuwiki-matomo
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php59 $clone = clone $this;
61 return $clone;
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5clone:function(e){var n=t.util.type(e);switch(n){case"Object":var r={};for(var i in e)e.hasOwnProp…
/plugin/diagramsnet/lib/plugins/
H A Danimation.js40 function mapCell(cell, clone, mapping) argument
43 mapping[cell.id] = clone;
49 mapCell(cell.getChildAt(i), clone.getChildAt(i), mapping);

12345678910>>...15