Home
last modified time | relevance | path

Searched defs:c (Results 476 – 500 of 694) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs_plugin-midi_6.0.0-beta.25-min.js3 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.abcjs=t():e.ABCJS=t()}(this,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=27)}([function(e,t){var n={clone:function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},cloneArray:function(e){for(var t=[],r=0;r<e.length;r++)t.push(n.clone(e[r]));return t},cloneHashOfHash:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=n.clone(e[r]));return t},cloneHashOfArrayOfHash:function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=n.cloneArray(e[r]));return t},gsub:function(e,t,n){return e.split(t).join(n)},strip:function(e){return e.replace(/^\s+/,"").replace(/\s+$/,"")},startsWith:function(e,t){return 0===e.indexOf(t)},endsWith:function(e,t){var n=e.length-t.length;return n>=0&&e.lastIndexOf(t)===n},each:function(e,t,n){for(var r=0,i=e.length;r<i;r++)t.apply(n,[e[r],r])},last:function(e){return 0===e.length?null:e[e.length-1]},compact:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},detect:function(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return!0;return!1}};try{[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))}catch(e){}e.exports=n},function(e,t){var n={FONTEM:360,FONTSIZE:30};n.STEP=93*n.FONTSIZE/720,n.SPACE=10,n.TOPNOTE=15,n.STAVEHEIGHT=100,n.INDENT=50,e.exports=n},function(e,t){var n=function(e,t,n,r,i){switch(i=i||{},this.x=0,this.c=e,this.dx=t,this.w=n,this.pitch=r,this.scalex=i.scalex||1,this.scaley=i.scaley||1,this.type=i.type||"symbol",this.pitch2=i.pitch2,this.linewidth=i.linewidth,this.klass=i.klass,this.top=r,void 0!==this.pitch2&&this.pitch2>this.top&&(this.top=this.pitch2),this.bottom=r,void 0!==this.pitch2&&this.pitch2<this.bottom&&(this.bottom=this.pitch2),i.thickness&&(this.top+=i.thickness/2,this.bottom-=i.thickness/2),i.stemHeight&&(i.stemHeight>0?this.top+=i.stemHeight:this.bottom+=i.stemHeight),i.dim&&(this.dim=i.dim),i.position&&(this.position=i.position),this.height=i.height?i.height:4,i.top&&(this.top=i.top),i.bottom&&(this.bottom=i.bottom),i.realWidth?this.realWidth=i.realWidth:this.realWidth=this.w,this.centerVertically=!1,this.type){case"debug":this.chordHeightAbove=this.height;break;case"lyric":i.position&&"below"===i.position?this.lyricHeightBelow=this.height:this.lyricHeightAbove=this.height;break;case"chord":i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height;break;case"text":void 0===this.pitch?i.position&&"below"===i.position?this.chordHeightBelow=this.height:this.chordHeightAbove=this.height:this.centerVertically=!0;break;case"part":this.partHeightAbove=this.height}};n.prototype.getChordDim=function(){if("debug"===this.type)return null;if(!this.chordHeightAbove&&!this.chordHeightBelow)return null;var e=this.dim.font.size/4;1===this.c.length&&(e/=2);var t="chord"===this.type?this.realWidth/2:0,n=this.x-t-e;return{left:n,right:n+this.realWidth+e}},n.prototype.invertLane=function(e){void 0===this.lane&&(this.lane=0),this.lane=e-this.lane-1},n.prototype.putChordInLane=function(e){this.lane=e,this.chordHeightAbove?this.chordHeightAbove=1.25*this.height*this.lane:this.chordHeightBelow=1.25*this.height*this.lane},n.prototype.getLane=function(){return void 0===this.lane?0:this.lane},n.prototype.setX=function(e){this.x=e+this.dx},e.exports=n},function(e,t){e.exports=function(e){return parseFloat(e.toFixed(2))}},function(e,t,n){var r=n(3);e.exports=function(e,t){var n,i=t.y;if(t.lane){var a=.25*t.dim.font.size;i+=(t.dim.font.size+a)*t.lane}t.dim?(n=t.dim).attr.class=t.klass:n=e.controller.getFontAndAttr.calc(t.type,t.klass),t.anchor&&(n.attr["text-anchor"]=t.anchor),n.attr.x=t.x,n.attr.y=i,t.centerVertically||(n.attr.y+=n.font.size),"debugfont"===t.type&&(console.log("Debug msg: "+t.text),n.attr.stroke="#ff0000");var s=t.text.replace(/\n\n/g,"\n \n");s=s.replace(/^\n/," \n"),n.font.box&&(e.paper.openGroup({klass:n.attr.class,fill:"#000000"}),"end"===n.attr["text-anchor"]?n.attr.x-=n.font.padding:"start"===n.attr["text-anchor"]&&(n.attr.x+=n.font.padding),n.attr.y+=n.font.padding,delete n.attr.class),t.noClass&&delete n.attr.class,n.attr.x=r(n.attr.x),n.attr.y=r(n.attr.y);var o=e.paper.text(s,n.attr);if(n.font.box){var c=o.getBBox(),l=0;"middle"===n.attr["text-anchor"]?l=c.width/2+n.font.padding:"end"===n.attr["text-anchor"]&&(l=c.width+2*n.font.padding);var h=0;t.centerVertically&&(h=c.height-n.font.padding),e.paper.rect({x:Math.round(t.x-l),y:Math.round(i-h),width:Math.round(c.width+2*n.font.padding),height:Math.round(c.height+2*n.font.padding)}),o=e.paper.closeGroup()}return o}},function(e,t,n){var r=n(1),i={0:{d:[["M",4.83,-14.97],["c", function
[all...]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4331 var o = {s:{c:0,r:0},e:{c:0,r:0}}; property in safe_decode_range.o.s
8746 var refguess = {s: {r:0, c:0}, e: {r:0, c:0} }; property in WK_.lotus_to_workbook_buf.refguess.e
8790 refguess = {s: {r:0, c:0}, e: {r:0, c:0} }; property in WK_.lotus_to_workbook_buf.AnonymousFunction701aad5b3300.refguess.s
8831 refguess = {s: {r:0, c:0}, e: {r:0, c:0} }; property in WK_.lotus_to_workbook_buf.AnonymousFunction701aad5b3400.refguess.s
19495 range = {s:{r:0,c:0},e:{r:0,c:0}}; property in range.s
21755 var range/*:Range*/ = {s:{r:0,c:0},e:{r:or_R,c:or_C}}; property in sheet_add_dom.range.s
22203 mrange = {s: {r:R,c:C}, e:{r:R + mR-1,c:C + mC-1}}; property in mrange.e
22216 mrange = {s: {r:R,c:C}, e:{r:R + mR-1,c:C + mC-1}}; property in mrange.s
24039 var range = { s: { r: 0, c: 0 }, e: { r: 0, c: 0 } }; property in parse_TST_TableModelArchive.range.e
26036 var r = {s:{r:0,c:0},e:{r:0,c:0}}; property in sheet_to_json.r.s
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest-form.js248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest-script-xml.js248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest.js248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java490 public Class<? extends Object> getColumnClass(int c) in createModel()
/plugin/refnotes/
H A Ddatabase.php235 parseTable($call, $calls, $c, $text) global() argument
[all...]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout }; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest-xml.js334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout }; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest-script-xml.js334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout }; property in JsHttpRequest.TIMEOUTS
H A DJsHttpRequest.js335 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout }; property in JsHttpRequest.TIMEOUTS
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …dler;const a=t.method;if(!o&&this.i.has(a)&&(o=this.i.get(a)),!o)return;let c;try{c=o.handle({url:… function
H A Dworkbox-f163abaa.js1 …dler;const a=t.method;if(!o&&this.i.has(a)&&(o=this.i.get(a)),!o)return;let c;try{c=o.handle({url:… function
H A Dworkbox-bed83ea8.js1 …dler;const a=t.method;if(!o&&this.i.has(a)&&(o=this.i.get(a)),!o)return;let c;try{c=o.handle({url:… class in AnonymousFunction118ed2d90100
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js53 MathJax.OutputJax["HTML-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.Ou… argument
57config:{inlineMath:[["\\(","\\)"]],displayMath:[["$$","$$"],["\\[","\\]"]],skipTags:["script","nos… argument
58 MathJax.Extension.mml2jax={version:"2.7.9",config:{preview:"mathml"},MMLnamespace:"http://www.w3.or… argument
59ciimath2jax={version:"2.7.9",config:{delimiters:[["`","`"]],skipTags:["script","noscript","style",… argument
60 (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… variable
62 (function(f,o,q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu… variable
63 MathJax.ElementJax.mml=MathJax.ElementJax({mimeType:"jax/mml"},{id:"mml",version:"2.7.9",directory:… variable
65 …ext-align":"left",color:"black",padding:"1px 3px",border:"1px solid"}});var c="\u00A0";MathJax.Ext… variable
68 …AMSmath"];var d=h.Definitions,f=h.Stack.Item,a=h.config.equationNumbers;var c=function(k){var n=[]… function
71 (function(aa){var g;var X=MathJax.Object.Subclass({firstChild:null,lastChild:null,Init:function(){t… argument
[all …]
/plugin/twofactorgoogleauth/
H A DQRCode.php592 protected function qr_mask($mask, $r, $c)
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19 MathJax.Extension["TeX/color"]={version:"2.7.9",config:MathJax.Hub.CombineConfig("TeX.color",{paddi… argument
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php664 function makeutf8($c) {
/plugin/confmanager/
H A Djquery.form.js730 var o = { s: this.selector, c: this.context }; property in $.fn.ajaxForm.o
/plugin/processing/
H A Dscript.js3740 var c = Math.cos(angle); variable in PMatrix2D
3924 var c = p.cos(angle); variable in PMatrix3D
3957 var c = p.cos(angle); variable in PMatrix3D
3963 var c = p.cos(angle); variable in PMatrix3D
6061 p.mag = function(a, b, c) { argument
8681 p.bezierPoint = function bezierPoint(a, b, c, d, t) { argument
8685 p.bezierTangent = function bezierTangent(a, b, c, d, t) { argument
8689 p.curvePoint = function curvePoint(a, b, c, d, t) { argument
8693 p.curveTangent = function curveTangent(a, b, c, d, t) { argument
9386 function set$3(x, y, c) { argument
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …y(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeo… property in demangle.basicTypes
6 function sa(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function ta(){return i|0}function ua(a… argument
15 …in":Math_min,"jsCall":jsCall,"invoke_vii":invoke_vii,"_fflush":_fflush,"_sysconf":_sysconf,"_abort… argument
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php66 function init(&$c)
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout}; property in JsHttpRequest.TIMEOUTS
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php38 function &cell($r, $c) {

1...<<11121314151617181920>>...28