Home
last modified time | relevance | path

Searched +defs:r +defs:c (Results 276 – 300 of 383) sorted by relevance

1...<<111213141516

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js2 var XLSX={};(function make_xlsx(XLSX){XLSX.version="0.8.0";var current_codepage=1200,current_cptabl… argument
3 jj=j*4&modulus;if(ssz<4+jj)throw"FAT boundary crossed: "+j+" 4 "+ssz;j=__readInt32LE(sectors[addr],… argument
5 var parse_Window2=parsenoop;var parse_Backup=parsebool;var parse_Blank=parse_XLSCell;var parse_Bott… argument
6c":delete y[0];if(y.i)i=y.i;else y.i=i;d.push(y);break}});return d}function write_cc_xml(data,opts… property
7 var FtabArgc={2:1,3:1,15:1,16:1,17:1,18:1,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33… property
8ction write_sty(data,name,opts){return(name.substr(-4)===".bin"?write_sty_bin:write_sty_xml)(data,… property
9 var evert_RE=evert_key(XLSBRecordEnum,"n");var XLSRecordEnum={3:{n:"BIFF2NUM",f:parse_BIFF2NUM},4:{… property
Dxlsx.js94 function fill(c,l) { var o = ""; while(o.length < l) o+=c; return o; } argument
377 function write_num_f1(r, aval, sign) { argument
382 function write_num_f2(r, aval, sign) { argument
1380 …regex, function($$) { return encodings[$$]; }).replace(coderegex,function(m,c) {return String.from… argument
1500 'r': 'http://schemas.openxmlformats.org/officeDocument/2006/relationships', property
1907 function write_UncheckedRfX(r, o) { argument
4245 function parse_r(r) { argument
4703 [[5,8],[23,26],[41,44],[63,66],[164,392]].forEach(function(r) { argument
4743 cellXfs.forEach(function(c) { o[o.length] = (writextag('xf', null, c)); }); argument
5213 var o = {a: comment.author, t: comment.t, r: comment.r}; property
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js1231 function fn(a, b, c) { argument
1366 var expected = { 'a': 1, 'b': 2, 'c': 3 }; property
1367 assert.deepEqual(func({ 'a': 1 }, { 'b': 2 }, { 'c': 3 }), expected); property
1368 assert.deepEqual(func({ 'a': 1 }, { 'b': 2, 'c': 2 }, { 'c': 3 }), expected); property
1374 var expected = { 'a': 3, 'b': 2, 'c': 1 }; property
1381 var expected = { 'a': null, 'b': undefined, 'c': null }; property
1399 'c': NaN, property
1475 var actual = func({ 'a': 1, 'b': 2 }, { 'a': 3, 'c': 3 }, function(a, b) { property
1479 assert.deepEqual(actual, { 'a': 1, 'b': 2, 'c': 3 }); property
1496 object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; property
[all …]
/plugin/jsontable/script/
Dhandsontable.full.min.js29rts&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Hand… function
/plugin/katex/_assets/
Dkatex.min.js1ction(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof… property
/plugin/vegalite/
H A Dvega-lite.min.js1rts&&"undefined"!=typeof module?t(exports,require("vega")):"function"==typeof define&&define.amd?d… argument
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1c,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,… field in o.E.constructor.tM.of.ij.iY.i4.ensureHandlers.no.nV
/plugin/xlsx2dw/packages/jszip/
Djszip.js13 (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(… argument
228 c = n; property
230 c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); property
2789 c = str.charCodeAt(m_pos); property
2793 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2809 c = str.charCodeAt(m_pos); property
2813 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2879 c = buf[i++]; property
2891 c = (c << 6) | (buf[i++] & 0x3f); property
2901 c -= 0x10000; field
[all …]
/plugin/datatables/assets/jszip/
Djszip.js13 (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(… argument
228 c = n; property
230 c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); property
2789 c = str.charCodeAt(m_pos); property
2793 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2809 c = str.charCodeAt(m_pos); property
2813 c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); property
2879 c = buf[i++]; property
2891 c = (c << 6) | (buf[i++] & 0x3f); property
2901 c -= 0x10000; field
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js3646 function Matrix(a, b, c, d, e, f) { argument
3687 matrixproto.add = function (a, b, c, d, e, f) { argument
3933 Snap.matrix = function (a, b, c, d, e, f) { argument
4657 proto.circle = function (cx, cy, r) { argument
4665 r: r property
5187 function gradientRadial(defs, cx, cy, r, fx, fy) { argument
5196 r: r property
5250 proto.gradientRadial = function (cx, cy, r, fx, fy) { argument
5757 function rectPath(x, y, w, h, r) { argument
5953 r[0] = pa0.toUpperCase(); field
[all …]
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5rict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==t… variable
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.min.js33ry","./jquery.fancytree.ui-deps"],e):"object"==typeof module&&module.exports?(require("./jquery.fa… argument
37 /*! Extension 'jquery.fancytree.clones.min.js' */!function(e){"function"==typeof define&&define.amd… argument
39ry.fancytree.dnd.min.js' */!function(e){"function"==typeof define&&define.amd?define(["jquery","jq… argument
41 /*! Extension 'jquery.fancytree.dnd5.min.js' */!function(e){"function"==typeof define&&define.amd?d… argument
47 /*! Extension 'jquery.fancytree.glyph.min.js' */!function(e){"function"==typeof define&&define.amd?… argument
53 /*! Extension 'jquery.fancytree.persist.min.js' */!function(e){"function"==typeof define&&define.am… argument
55 /*! Extension 'jquery.fancytree.table.min.js' */!function(e){"function"==typeof define&&define.amd?… argument
/plugin/processing/
Dscript.js630 this.removeAll = function(c) { argument
643 this.retainAll = function(c) { argument
3740 var c = Math.cos(angle); variable in PMatrix2D
3924 var c = p.cos(angle); variable in PMatrix3D
4686 p.color.toInt = function(r, g, b, a) { argument
6061 p.mag = function(a, b, c) { argument
6522 p.ambientLight = function(r, g, b, x, y, z) { argument
6542 p.directionalLight = function(r, g, b, nx, ny, nz) { argument
6573 p.lightSpecular = function lightSpecular(r, g, b) { argument
6592 p.pointLight = function(r, g, b, x, y, z) { argument
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js2rts&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t)… function
7r wt=/,?([a-z]),?/gi,St=parseFloat,Ct=Math,Tt=Ct.PI,Rt=Ct.min,Pt=Ct.max,At=Ct.pow,kt=Ct.abs,Mt=/([… argument
28r t,n;e=F({},Tr,e),this._moddle=this._createModdle(e),this._container=this._createContainer(e),t=t… argument
33 …T license */!function(e){!function(t,n,i,r){var o,a=["","webkit","Moz","MS","ms","o"],s=n.createEl… function
34cssescape v1.5.1 by @mathias | MIT license */!function(t,n){var i;i=e,t.exports=function(e){if(e.C… function
/plugin/aceeditor/
Dbuild.js1 var requirejs,require,define;(function(e){function c(e,t){return f.call(e,t)}function h(e,t){var n, property
/plugin/diagramsnet/lib/
Dworkbox-f163abaa.js1r extends i{constructor(t,e,s){super((({url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===locatio… function
Dworkbox-9fe249eb.js1r extends i{constructor(t,e,s){super((({url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===locatio… function
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_undo.js13 …,a.l=!0,a.exports}return e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{enum… function
/plugin/katex/_assets/contrib/
Dmhchem.min.js1ction(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex"))… argument
/plugin/jirainfo/src/
Dpopper.min.js4ction(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typ… function
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4ction(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typ… function
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4ction(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typ… function
/plugin/fuzzysearch/
H A Dfuse.min.js9r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescript… function
/plugin/diagramsnet/lib/math/config/
DAccessible-full.js60 MathJax.OutputJax["HTML-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.Ou… argument
63 (function(c,g){var f="2.7.0";var a=MathJax.Hub.CombineConfig("MMLorHTML",{prefer:{MSIE:"MML",Firefo… argument
64 MathJax.Extension.tex2jax={version:"2.7.9",config:{inlineMath:[["\\(","\\)"]],displayMath:[["$$","$… argument
65 MathJax.Extension.mml2jax={version:"2.7.9",config:{preview:"mathml"},MMLnamespace:"http://www.w3.or… argument
66 (function(d,h,l,g,m,b,j){var p="2.7.9";var i=MathJax.Extension;var c=i.MathEvents={version:p};var k… argument
67 (function(a,d,f,c,j){var k="2.7.9";var i=a.CombineConfig("MathZoom",{styles:{"#MathJax_Zoom":{posit… argument
68 (function(f,o,q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu… argument
73c,j){var i,h="\u00A0";var k=function(m){return MathJax.Localization._.apply(MathJax.Localization,[… argument
74rsion:"2.7.9",number:0,startNumber:0,IDs:{},eqIDs:{},labels:{},eqlabels:{},refs:[]};MathJax.Hub.Re… function
76 (function(c,d){var a;var b=function(e){return MathJax.Localization._.apply(MathJax.Localization,[["… argument
[all …]
/plugin/statistics/js/
H A Dchart.js7 …unction r(t,e){return a(t)?t:e}function l(t,e){return void 0===t?e:t}const h=(t,e)=>"string"==type… function
13ction _t(t){return t+.5|0}const yt=(t,e,i)=>Math.max(Math.min(t,i),e);function vt(t){return yt(_t(… constant

1...<<111213141516