Home
last modified time | relevance | path

Searched refs:w (Results 701 – 725 of 1563) sorted by relevance

1...<<21222324252627282930>>...63

/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1w=0;I.dM.buffer="";do{var z=t(E,w);var v=F(z[0],z[1],z[2]);w+=z[0].length;if(!v){w+=z[1].length}}w…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt35 standard <img src="phpThumb.php?src=pic.jpg&w=100"> manner
79 $url = 'phpThumb.php?src='.$pic.'&w='.$max_w.'&h='.$max_h;
199 Q: Is it possible to set the parameters (like w/h/fltr[]) in
267 A: phpThumb fits the rotated image into the 'w' and 'h' dimensions.
268 Try not specifying a 'w' parameter: phpThumb.php?src=file.png&ra=15
354 /phpThumb.php?src=http%3A%2F%2Fsourceforge.net%2Fsflogo.php%3Fgroup_id%3D106407%26type%3D5&w=100
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1w=this.snapGridSize,x=this.snapStrength,y=x/(v*v),z=this.numGridSnapNodes,i=0;i<z;++i)for(d=0;d<th…
2w=function(a,b,c,d){s[a][b]=s[b][a]=c,v[a][b]=v[b][a]=d};this._groups.forEach(function(a){w(l,l+1,…
3 …a,b,c){this.v=a,this.r=b,this.pos=c,this.prev=h(),this.next=h()}return a}(),w=function(){function …
/plugin/dokucrypt/
H A Dscript.js985 function addEntropy32(w) { argument
989 addEntropyByte(w & 0xFF);
990 w >>= 8;
1159 var i, w = 0, nbytes = Math.floor((n + 7) / 8);
1162 w = (w << 8) | this.next();
1164 return w & ((1 << n) - 1);
/plugin/dokucrypt2/
H A Dscript.js1057 function addEntropy32(w) { argument
1061 addEntropyByte(w & 0xFF);
1062 w >>= 8;
1231 var i, w = 0, nbytes = Math.floor((n + 7) / 8);
1234 w = (w << 8) | this.next();
1236 return w & ((1 << n) - 1);
/plugin/projects/
H A Dcodemirror-compressed.js1w=kt[p];w<e.line?m.push(w):w>t.line&&m.push(w+y)}var E=e.line+Math.min(n.length,500);ui(e.line,E),… variable
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D25.25.js.map1 … [/^\\[[^\\]]*\\]/, 'metatag'],\n // keys\n [/(^\\w+)(\\s*)(\\=)/, ['key…
H A D62.62.js1 …,[/[;]/,"delimiter"],[/[.]/,{token:"delimiter",next:"@params"}],[/[a-zA-Z_]\w*/,{cases:{"@operator…
H A D20.20.js.map1w*/,\n {\n cases: {\n '@keywords': { toke…
H A D37.37.js.map1w*)|([^\\`\\~\\!\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\…
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp53 %token id \w+
/plugin/katex/_assets/
H A Dkatex.min.js1w=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armen… function
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php22 function add_link($x, $y, $w, $h, $target) { argument
24 $x, $y, $x+$w, $y-$h, $this->_string($target)));
/plugin/statistics/
H A Dadmin.php563 $value = strtolower(preg_replace('/[^\w]+/', '', $value));
567 $w = 18;
570 $w = 16;
574 echo '<img src="' . DOKU_BASE . $file . '" alt="' . hsc($value) . '" width="' . $w . '" height="' . $h . '" />';
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js7564 if (isNaN(w) || isNaN(h))
7569 w = parseFloat(viewBox[2]);
7575 w = w || 100;
7736 var w = img.width;
7740 if (w == 0 && h == 0)
7755 success(reader.result, w, h);
7908 var w = Math.round(img.width * s);
9604 graph.insertImage(data, w, h);
9905 var w = Math.max(1, img.width);
11067 var w = 0;
[all …]
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1w\\$_\\xa1-\\uffff]/,\n // An optional function that takes a {string} token and returns true …
H A Dvelocity.min.js.map1w\\.]/);\n return \"number\";\n }\n // multi line comment?\n else …
H A Dhaskell.min.js.map1w","current","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],"mappings":"CAGA,SA…
H A Dpug.min.js1w(a,b){if(a.match(/^include\b/)){b.restOfLine="string";return c}}function x(a,b){if(a.match(/^incl… function
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js357 if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))
359 …this.graph2.view.scale = Math.round(Math.min(this.maxTooltipWidth / w, this.maxTooltipHeight / h) …
383 if (maxSize && w > 0 && h > 0 && (bounds.width > w || bounds.height > h))
385 var s = Math.round(Math.min(w / bounds.width, h / bounds.height) * 100) / 100;
500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel) argument
514 this.createTooltip(elt, cells, w, h, title, showLabel);
592 data, img.w, img.h, '', img.title || '', false, false, true)
602 cells, img.w, img.h, img.title || '', true, false, true);
3890 …oadStencilSet(stencilFile, mxUtils.bind(this, function(packageName, stencilName, displayName, w, h) argument
3903 Math.round(w * scale), Math.round(h * scale), '', stencilName.replace(/_/g, ' '), null, null,
[all …]
/plugin/chordsheets/js/
H A Djtab.min.js1 …l.fn.increment_offset=function(t){w=void 0===t?this.chord_width:t,this.debug&&this.debug_grid(w),t…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js2w=Object.prototype.hasOwnProperty;function _(e){return void 0!==e}function x(e){return"[object Arr…
16w(e,t){return"function"==n(e)?e.apply(t&&t[0]||o,t):e}function _(e,t){return e===o?t:e}function x(… function
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14493 …if (typeof w === 'number' || w instanceof Number || typeof w === 'string' || w instanceof String) {
14501 var w = 0, h = 0;
14508 w = Math.max(w, vector.x + vector.r1);
14512 w = Math.max(w, vector.x + vector.w);
14516 w = Math.max(w, vector.x1, vector.x2);
14521 w = Math.max(w, vector.points[i2].x);
28470 this.quadraticCurveTo(x + w, y, x + w, y + r);
28472 this.quadraticCurveTo(x + w, y + h, x + w - r, y + h);
65228 w = bw;
65232 w = bh * ip;
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dmdnn-1.js8 abc2svg.mdnn={cde2fcg:new Int8Array([0,2,4,-1,1,3,5]),cgd2cde:new Int8Array([0,-4,-1,-5,-2,-6,-3,0,-4,-1,-5,-2,-6,-3,0]),acc_tb:["aff","af","n","s","ss"],glyphs:{n1:'<text id="n1" class="bn" x="-1.5" y="16">1</text>',n2:'<text id="n2" class="bn" x="-1.5" y="16">2</text>',n3:'<text id="n3" class="bn" x="-1.5" y="16">3</text>',n4:'<text id="n4" class="bn" x="-1.5" y="16">4</text>',n5:'<text id="n5" class="bn" x="-1.5" y="16">5</text>',n6:'<text id="n6" class="bn" x="-1.5" y="16">6</text>',n7:'<text id="n7" class="bn" x="-1.5" y="16">7</text>',nq:'<text id="nq" class="bn" x="8" y="16">\'</text>',nc:'<text id="nc" class="bn" x="8" y="16">,</text>',nh:'<path id="nh" class="stroke" d="m3.5 0l-7.2 0 0 -6.2 7.2 0"/>',nw:'<path id="nw" class="stroke" d="m6 -5l-7.2 0 0 -6.2 7.2 0 0 6.2"/>',aff:'<text id="aff" class="music" x="-8" y="11">&#xe264;</text>',af:'<text id="af" class="music" x="-8" y="11">&#xe260;</text>',nn:'<text id="nn" class="music" x="-8" y="11">&#xe261;</text>',ns:'<text id="ns" class="music" x="-8" y="11">&#xe262;</text>',nss:'<text id="nss" class="music" x="-8" y="11">&#xe263;</text>'},decos:{n1:"9 n1 0 0 0",n2:"9 n2 0 0 0",n3:"9 n3 0 0 0",n4:"9 n4 0 0 0",n5:"9 n5 0 0 0",n6:"9 n6 0 0 0",n7:"9 n7 0 0 0",q:"0 nq 0 0 0",c:"0 nc 0 0 0",h:"0 nh 0 0 0",w:"0 nw 0 0 0",aff:"0 aff 0 0 0",af:"0 af 0 0 0",n:"0 nn 0 0 0",s:"0 ns 0 0 0",ss:"0 nss 0 0 0"},output_music:function(of){var C=abc2svg.C,abc=this,cfmt=abc.cfmt(),cur_sy=abc.get_cur_sy(),voice_tb=abc.get_voice_tb(),sf=voice_tb[0].key.k_sf,delta=abc2svg.mdnn.cgd2cde[sf+7]-2 property in abc2svg.mdnn.decos
44 note.a_dcn.push(s.dur>=C.BLEN?'w':'h')}
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2w(e,t){let n=[];return g(e,(function(e,i){n.push(t(e,i))})),n}function S(e){return e&&Object.keys(… function
7w=y.t+jt((_[x]-y[x])/(g[x]-y[x]))*(g.t-y.t);E>=0&&E<=1&&w>=0&&w<=1&&(n?l++:l.push({x:_.x,y:_.y,t1:… function
12 …m(e.participants,(function(e){return e.processRef===r}))}));var o=[r];n&&(o=w(n.participants,(func…
27w(e,t,n){n=f(n);var i=ke("path",{...n,d:t});return ye(e,i),i}function S(e,t,n,i){return w(t,n,L({"… function
33w(e,t){for(;e;){if(e==t)return!0;e=e.parentNode}return!1}function S(e,t){return e.indexOf(t)>-1}fu… function
105 …))}))}),[f]),[b,x]=vc(g(u,v)),[_,E]=vc(b[0]),w=_c((e=>{_&&e.includes(_)||E(e[0]),x(e)}),[_,x,E]);y…
194w(e.waypoints,(function(e){return{x:e.x-o.x-o.width/2,y:e.y-o.y-o.height/2}}))),L(e,{x:e.x-o.x-o.w…

1...<<21222324252627282930>>...63