Home
last modified time | relevance | path

Searched defs:y (Results 226 – 250 of 511) sorted by relevance

12345678910>>...21

/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js23 function build_cell(cell,x,y,yl,hr){if(cell.length>1){abc.out_svg(abc2svg.grid.pl) argument
[all...]
/plugin/dokucrypt/
H A Dscript.js556 function mult_GF256(x, y) { argument
1437 function jcF(x, y, z) { argument
1441 function jcG(x, y, z) { argument
1445 function jcH(x, y, z) { argument
1449 function jcI(x, y, z) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js673 var huffquad_V = function (v, w, x, y, hlen) { argument
744 var V = function (x, y, hlen) { argument
4329 IMDCT.prototype.imdct36 = function(x, y) { argument
4352 IMDCT.prototype.dctIV = function(y, X) { argument
4407 function fastsdct(x, y, offset) { argument
/plugin/dokucrypt2/
H A Dscript.js628 function mult_GF256(x, y) { argument
1509 function jcF(x, y, z) { argument
1513 function jcG(x, y, z) { argument
1517 function jcH(x, y, z) { argument
1521 function jcI(x, y, z) { argument
/plugin/codemirror/dist/modes/
H A Dttcn.min.js1 (function(a){if(typeof exports=="object"&&typeof module=="object")a(require("../../lib/codemirror")… class
H A Djulia.min.js1 …Za-z\u00A1-\uFFFF]*"("")?))/;function x(a){return a.nestedArrays>0}function y(a){return a.nestedGe… function
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php262 private static function generateInlineAdd($x, $y, $result, $class)
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19 (function(q,e,D){var A="2.7.9";var c="AsanaMathJax_Alphabets",w="AsanaMathJax_Arrows",y="AsanaMathJ… variable
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js911 y: (y2 - y1) * r1 + y1 + yfactor property in wobble.p1
916 y: (y2 - y1) * r2 + y1 - yfactor property in wobble.p2
927 function handRect(x, y, w, h) { argument
1392 drawRect: function(x, y, w, h) { argument
1403 drawText: function(x, y, text, font, align) { argument
1459 drawRect: function(x, y, w, h) { argument
H A Dsequence-diagram-snap.js911 y: (y2 - y1) * r1 + y1 + yfactor property in wobble.p1
916 y: (y2 - y1) * r2 + y1 - yfactor property in wobble.p2
927 function handRect(x, y, w, h) { argument
1461 drawRect: function(x, y, w, h) { argument
1473 drawText: function(x, y, text, font, align) { argument
1549 drawRect: function(x, y, w, h) { argument
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java391 int y = rr.getLocation().y+getHeight()+1; in record() local
/plugin/encryptedpasswords/script/
H A Dmd5.min.js10 !function(){"use strict";function t(t){if(t)d[0]=d[16]=d[1]=d[2]=d[3]=d[4]=d[5]=d[6]=d[7]=d[8]=d[9]=d[10]=d[11]=d[12]=d[13]=d[14]=d[15]=0,this.blocks=d,this.buffer8=l;else if(a){var r=new ArrayBuffer(68);this.buffer8=new Uint8Array(r),this.blocks=new Uint32Array(r)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}var r="input is invalid type",e="object"==typeof window,i=e?window:{};i.JS_MD5_NO_WINDOW&&(e=!1);var s=!e&&"object"==typeof self,h=!i.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;h?i=global:s&&(i=self);var f=!i.JS_MD5_NO_COMMON_JS&&"object"==typeof module&&module.exports,o="function"==typeof define&&define.amd,a=!i.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,n="0123456789abcdef".split(""),u=[128,32768,8388608,-2147483648],y=[0,8,16,24],c=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),d=[],l;if(a){var A=new ArrayBuffer(68);l=new Uint8Array(A),d=new Uint32Array(A)}!i.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!a||!i.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});var b=function(r){return function(e){return new t(!0).update(e)[r]()}},v=function(){var r=b("hex");h&&(r=w(r)),r.create=function(){return new t},r.update=function(t){return r.create().update(t)};for(var e=0;e<c.length;++e){var i=c[e];r[i]=b(i)}return r},w=function(t){var e=eval("require('crypto')"),i=eval("require('buffer').Buffer"),s=function(s){if("string"==typeof s)return e.createHash("md5").update(s,"utf8").digest("hex");if(null===s||void 0===s)throw r;return s.constructor===ArrayBuffer&&(s=new Uint8Array(s)),Array.isArray(s)||ArrayBuffer.isView(s)||s.constructor===i?e.createHash("md5").update(new i(s)).digest("hex"):t(s)};return s};t.prototype.update=function(t){if(!this.finalized){var e,i=typeof t;if("string"!==i){if("object"!==i)throw r;if(null===t)throw r;if(a&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||a&&ArrayBuffer.isView(t)))throw r;e=!0}for(var s,h,f=0,o=t.length,n=this.blocks,u=this.buffer8;f<o;){if(this.hashed&&(this.hashed=!1,n[0]=n[16],n[16]=n[1]=n[2]=n[3]=n[4]=n[5]=n[6]=n[7]=n[8]=n[9]=n[10]=n[11]=n[12]=n[13]=n[14]=n[15]=0),e)if(a)for(h=this.start;f<o&&h<64;++f)u[h++]=t[f];else for(h=this.start;f<o&&h<64;++f)n[h>>2]|=t[f]<<y[3&h++];else if(a)for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?u[h++]=s:s<2048?(u[h++]=192|s>>6,u[h++]=128|63&s):s<55296||s>=57344?(u[h++]=224|s>>12,u[h++]=128|s>>6&63,u[h++]=128|63&s):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),u[h++]=240|s>>18,u[h++]=128|s>>12&63,u[h++]=128|s>>6&63,u[h++]=128|63&s);else for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?n[h>>2]|=s<<y[3&h++]:s<2048?(n[h>>2]|=(192|s>>6)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):s<55296||s>=57344?(n[h>>2]|=(224|s>>12)<<y[3&h++],n[h>>2]|=(128|s>>6&63)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),n[h>>2]|=(240|s>>18)<<y[3&h++],n[h>>2]|=(128|s>>12&63)<<y[ variable
[all...]
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js261 function moveXY(myObject, x, y) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php154 function set_y($y) {
/plugin/flowchartjs/styles/
H A Ddefault.json3 "y": 0, number
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php278 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1756 var srcP = {x: minX, y: minY}; property in mxVssxCodec.normalizeGraph.srcP
1869 function Row(index, x, y) { argument
6567 function ArcTo(index, x, y, a) { argument
6865 function InfiniteLine(index, x, y, a, b) { argument
6900 function LineTo(index, x, y) { argument
6949 function MoveTo(index, x, y) { argument
7201 function PolylineTo(index, x, y, a) { argument
7336 function RelLineTo(index, x, y) { argument
7380 function RelMoveTo(index, x, y) { argument
7426 function RelQuadBezTo(index, x, y, a, b) { argument
[all …]
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 var HTMLParser;var HTMLParserInstalled=true;var HTMLParser_Elements=new Array();(function(){var k=/… argument
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dde-at.js1 …ge",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem J… property in AnonymousFunction47a25bba0500.AnonymousFunction47a25bba0600.t.a
H A Dde-ch.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("moment")… property in AnonymousFunction47bff8300700.AnonymousFunction47bff8300800.t.a
H A Dde.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("moment")… property in AnonymousFunctionf8613db80700.AnonymousFunctionf8613db80800.t.a
H A Det.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("moment")… property in AnonymousFunctionf87b8fe80700.AnonymousFunctionf87b8fe80800.t.u
H A Dlb.js1 …tonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Jo… property in AnonymousFunctionf8f05c9d0600.AnonymousFunctionf8f05c9d0700.n.o
/plugin/diagramsnet/lib/plugins/
H A Danimation.js173 var AnimationWindow = function(editorUi, x, y, w, h) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php133 public static function checkInstance(self $x, self $y)

12345678910>>...21