Home
last modified time | relevance | path

Searched defs:x (Results 26 – 50 of 546) sorted by relevance

12345678910>>...22

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js46 mxShapeMockupBarChart.prototype.paintVertexShape = function(c, x, y, w, h) argument
68 mxShapeMockupBarChart.prototype.bars = function(c, x, y, w, h) argument
169 mxShapeMockupColumnChart.prototype.bars = function(c, x, y, w, h) argument
247 mxShapeMockupLineChart.prototype.paintVertexShape = function(c, x, y, w, h) argument
269 mxShapeMockupLineChart.prototype.bars = function(c, x, y, w, h) argument
343 mxShapeMockupPieChart.prototype.paintVertexShape = function(c, x, y, w, h) argument
357 mxShapeMockupPieChart.prototype.foreground = function(c, x, y, w, h) argument
560 mxShapeMockupBubbleChart.prototype.bars = function(c, x, y, w, h) argument
664 mxShapeMockupGauge.prototype.paintVertexShape = function(c, x, y, w, h) argument
848 mxShapeMockupPlotChart.prototype.foreground = function(c, x, y, w, h) argument
[all …]
H A DmxMockupButtons.js48 mxShapeMockupMultiButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
62 mxShapeMockupMultiButton.prototype.background = function(c, x, y, w, h) argument
155 mxShapeMockupButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
166 mxShapeMockupButton.prototype.background = function(c, x, y, w, h) argument
248 mxShapeMockupHorButtonBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
693 mxShapeMockupOnOffButton.prototype.background = function(c, x, y, w, h) argument
700 mxShapeMockupOnOffButton.prototype.foreground = function(c, x, y, w, h) argument
770 mxShapeMockupRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
811 mxShapeMockupAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
851 mxShapeMockupTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js48 mxShapePidFan.prototype.paintVertexShape = function(c, x, y, w, h) argument
56 mxShapePidFan.prototype.background = function(c, x, y, w, h) argument
62 mxShapePidFan.prototype.foreground = function(c, x, y, w, h) argument
160 mxShapePidColumn.prototype.paintVertexShape = function(c, x, y, w, h) argument
168 mxShapePidColumn.prototype.background = function(c, x, y, w, h) argument
181 mxShapePidColumn.prototype.foreground = function(c, x, y, w, h) argument
456 mxShapePidConveyor.prototype.paintVertexShape = function(c, x, y, w, h) argument
463 mxShapePidConveyor.prototype.background = function(c, x, y, w, h) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
115 protected static function prepareReduce(array $x, array $n, $class)
130 protected static function multiplyReduce(array $x, array $y, array $n, $class)
145 protected static function squareReduce(array $x, array $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
83 protected static function prepareReduce($x, $n, $class)
98 protected static function multiplyReduce($x, $y, $n, $class)
112 protected static function squareReduce($x, $n, $class)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php37 protected static function prepareReduce(array $x, array $n, $class)
59 protected static function reduce(array $x, array $n, $class)
118 protected static function modInverse67108864(array $x, $class) // 2**26 == 67,108,864
/plugin/statdisplay/pchart/
H A DPoint.php7 public function __construct($x, $y) {
29 public function addIncrement($x, $y) {
37 private $x; variable in Point
/plugin/statistics/inc/pchart/
H A DPoint.php7 public function __construct($x, $y) { argument
31 public function addIncrement($x, $y) { argument
39 private $x; global() variable in Point
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
247 function circle($x, $y, $r) { }
252 function dash($x, $y) { }
259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ }
261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ }
271 function image($image, $x, $y, $scale) {}
272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { }
276 function lineto($x, $y) { }
277 function moveto($x, $y) { }
284 function setlinewidth($x) { }
[all …]
H A Dbox.list-item.php174 function mb_string(&$viewport, $x, $y) {
181 function mb_disc(&$viewport, $x, $y) {
191 function mb_circle(&$viewport, $x, $y) {
202 function mb_square(&$viewport, $x, $y) {
211 function mb_image(&$viewport, $x, $y) {
H A Doutput.pdflib.class.php68 function circle($x, $y, $r) {
86 function dash($x, $y) {
126 function image($image, $x, $y, $scale) {
135 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
250 function lineto($x, $y) {
254 function moveto($x, $y) {
365 function rect($x, $y, $w, $h) {
393 function setlinewidth($x) {
[all …]
H A Doutput.fastps.l2.class.php8 function image($image, $x, $y, $scale) {
12 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
66 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
H A Dpath.point.php4 var $x; variable in Point
7 function Point($x, $y) {
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js114 Psvg.prototype.strw=strw;function arc(x,y,r,a1,a2,arcn){var x1,y1,x2,y2 argument
138 Psvg.prototype.arcn=function(x, argument
143 curveto(x1,y1,x2,y2,x,y) global() argument
151 lineto(x,y) global() argument
159 moveto(x,y) global() argument
163 rcurveto(x1,y1,x2,y2,x,y) global() argument
167 rlineto(x,y) global() argument
175 rmoveto(x,y) global() argument
221 translate(x,y) global() argument
222 arp(val,x,y) global() argument
223 ltr(val,x,y) global() argument
224 xygl(x,y,gl) global() argument
225 xygls(str,x,y,gl) global() argument
226 xyglv(val,x,y,gl) global() argument
237 pscall(f,x,y,script) global() argument
240 psdeco(f,x,y,de) global() argument
255 psxygl(x,y,gl) global() argument
260 svgcall(f,x,y,v1,v2) global() argument
387 psdeco(of,f,x,y,de) global() argument
389 psxygl(of,x,y,gl) global() argument
[all...]
H A Dabc2svg-1.js103 function y_get(st,up,x,w){var y,p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0 argument
115 function y_set(st,up,x,w,y){var p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0 argument
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,} global() property in draw_deco_near.create_deco.de
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),} global() property in draw_deco_near.create_dh.de
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true}} global() property in draw_deco_near.ll_deco.de2
993 draw_lstaff(x) global() argument
994 draw_sysbra(x,st,flag) global() argument
1044 draw_acc(x,y,a) global() argument
1054 set_hl(p_st,n,x,dx1,dx2) global() argument
1102 draw_keysig(x,s) global() argument
1137 nrep_out(x,y,n) global() argument
1251 draw_basic_note(x,s,m,y_tb) global() argument
6871 xy_str(x,y,str,action,w,wh) global() argument
6913 put_inf2r(x,y,str1,str2,action) global() argument
6967 put_wline(p,x) global() argument
7168 var tgls={"mtr ":{x:0,y:0,c:"\u0020"},brace:{x:0,y:0,c:"\ue000"},lphr:{x:0,y:24,c:"\ue030"},mphr:{x:0,y:24,c:"\ue038"},sphr:{x:0,y:27,c:"\ue039"},rdots:{x:-1,y:0,c:"\ue043"}, global() property in tgls.ltr
7276 out_XYAB(str,x,y,a,b) global() argument
7282 g_open(x,y,rot,sx,sy) global() argument
7293 sx(x) global() argument
7307 ax(x) global() argument
7314 out_sxsy(x,sep,y) global() argument
7315 out_sxsy(x,y,fill) global() argument
7344 xygl(x,y,gl) global() argument
7350 out_acciac(x,y,dx,dy,up) global() argument
7352 out_brace(x,y,h) global() argument
7354 out_bracket(x,y,h) global() argument
7358 out_hyph(x,y,w) global() argument
7365 out_stem(x,y,h,grace,nflags,straight) global() argument
7387 out_trem(x,y,ntrem) global() argument
7393 out_tubr(x,y,dx,dy,up) global() argument
7394 out_tubrn(x,y,dx,dy,up,str) global() argument
7400 out_wln(x,y,w) global() argument
7402 out_deco_str(x,y,name,str) global() argument
7407 out_arp(x,y,val) global() argument
7410 out_cresc(x,y,val,defl) global() argument
7416 out_dim(x,y,val,defl) global() argument
7422 out_ltr(x,y,val) global() argument
7424 out_lped(x,y,val,defl) global() argument
7427 out_8va(x,y,val,defl) global() argument
7433 out_8vb(x,y,val,defl) global() argument
7439 out_15ma(x,y,val,defl) global() argument
7445 out_15mb(x,y,val,defl) global() argument
7451 lped(x,y,val,defl) global() argument
7452 out_deco_val(x,y,name,val,defl) global() argument
7463 out_deco_long(x,y,de) global() argument
7526 writempo(s,x,y) global() argument
8618 if(user.anno_start||user.anno_stop){s2={st:s.st,istart:ly.istart,iend:ly.iend,x:x0,y:y,ymn:y,ymx:y+gene.curfont.size,wl:0,wr:w} global() property in draw_lyric_line.s2
8796 AnonymousFunction3d431c4b0800(x) global() argument
8828 draw_gchord(i,s,x,y) global() argument
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxBootstrap.js40 mxShapeBootstrapRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
85 mxShapeBootstrapTopButton.prototype.paintVertexShape = function(c, x, y, w, h) argument
469 mxShapeBootstrapArrow.prototype.paintVertexShape = function(c, x, y, w, h) argument
518 mxShapeBootstrapTabTop.prototype.paintVertexShape = function(c, x, y, w, h) argument
583 mxShapeBootstrapImage.prototype.paintVertexShape = function(c, x, y, w, h) argument
653 mxShapeBootstrapCheckbox.prototype.paintVertexShape = function(c, x, y, w, h) argument
927 mxShapeBootstrapUserTwo.prototype.paintVertexShape = function(c, x, y, w, h) argument
999 mxShapeBootstrapRating.prototype.paintVertexShape = function(c, x, y, w, h) argument
1130 mxShapeBoostrapAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
1306 mxShapeBootstrapSwitch.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
H A DmxSysML.js21 mxShapeSysMLComposite.prototype.paintForeground = function(c, x, y, w, h) argument
31 shape.prototype.paintVertexShape.call(tmp, c, x, y, w, h); argument
176 mxShapeSysMLPackage.prototype.background = function(c, x, y, w, h) argument
182 mxShapeSysMLPackage.prototype.foreground = function(c, x, y, w, h) argument
260 mxShapeSysMLPackage2.prototype.background = function(c, x, y, w, h) argument
266 mxShapeSysMLPackage2.prototype.foreground = function(c, x, y, w, h) argument
538 mxShapeSysMLPortThree.prototype.drawIn = function(c, x, y, w, h) argument
549 mxShapeSysMLPortThree.prototype.drawOut = function(c, x, y, w, h) argument
757 mxShapeSysMLItemFlow.prototype.drawDown = function(c, x, y, w, h) argument
768 mxShapeSysMLItemFlow.prototype.drawLeft = function(c, x, y, w, h) argument
[all …]
H A DmxAndroid.js42 mxShapeAndroidTabBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
194 mxShapeAndroidPhone.prototype.paintVertexShape = function(c, x, y, w, h) argument
207 mxShapeAndroidPhone.prototype.foreground = function(c, x, y, w, h, rSize) argument
250 mxShapeAndroidStatusBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
258 mxShapeAndroidStatusBar.prototype.background = function(c, x, y, w, h) argument
264 mxShapeAndroidStatusBar.prototype.foreground = function(c, x, y, w, h) argument
476 mxShapeAndroidRadioGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
592 mxShapeAndroidMenuBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
784 mxShapeAndroidAnchor.prototype.paintVertexShape = function(c, x, y, w, h) argument
820 mxShapeAndroidRRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/diagramsnet/lib/plugins/
H A DrackF5.js35 mxRackF5BigIp1600.prototype.paintVertexShape = function(c, x, y, w, h) argument
113 mxRackF5BigIp2x00.prototype.paintVertexShape = function(c, x, y, w, h) argument
191 mxRackF5BigIp3600.prototype.paintVertexShape = function(c, x, y, w, h) argument
269 mxRackF5BigIp3900.prototype.paintVertexShape = function(c, x, y, w, h) argument
347 mxRackF5BigIp4x00.prototype.paintVertexShape = function(c, x, y, w, h) argument
425 mxRackF5BigIp5x00.prototype.paintVertexShape = function(c, x, y, w, h) argument
503 mxRackF5Em4000.prototype.paintVertexShape = function(c, x, y, w, h) argument
581 mxRackF5BigIp6900.prototype.paintVertexShape = function(c, x, y, w, h) argument
645 mxRackF5BigIp89x0.prototype.paintVertexShape = function(c, x, y, w, h) argument
709 mxRackF5BigIp7x00.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js33 mxShapeEREntity.prototype.paintVertexShape = function(c, x, y, w, h) argument
148 mxShapeEREntityExt.prototype.paintVertexShape = function(c, x, y, w, h) argument
425 mxShapeERHas.prototype.paintVertexShape = function(c, x, y, w, h) argument
520 mxShapeERCloud.prototype.paintVertexShape = function(c, x, y, w, h) argument
777 mxShapeERNote.prototype.paintVertexShape = function(c, x, y, w, h) argument
870 mxShapeERChen.prototype.paintVertexShape = function(c, x, y, w, h) argument
883 mxShapeERChen.prototype.background = function(c, x, y, w, h) argument
991 mxShapeERBachman.prototype.background = function(c, x, y, w, h) argument
1136 mxShapeERInfEng.prototype.paintVertexShape = function(c, x, y, w, h) argument
1148 mxShapeERInfEng.prototype.background = function(c, x, y, w, h) argument
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php64 public function __construct($x = 0, $base = 10)
200 public function multiply(GMP $x)
272 public function equals(GMP $x)
349 public function bitwise_and(GMP $x)
363 public function bitwise_or(GMP $x)
377 public function bitwise_xor(GMP $x)
494 protected static function randomRangePrimeInner(Engine $x, Engine $min, Engine $max)
673 public function testBit($x)
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js72 mxShapeIOS7AppBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
80 mxShapeIOS7AppBar.prototype.background = function(c, x, y, w, h) argument
86 mxShapeIOS7AppBar.prototype.foreground = function(c, x, y, w, h) argument
255 mxShapeIOS7Slider.prototype.paintVertexShape = function(c, x, y, w, h) argument
406 mxShapeIOS7Icon.prototype.paintVertexShape = function(c, x, y, w, h) argument
755 mxShapeIOS7phone.prototype.paintVertexShape = function(c, x, y, w, h) argument
768 mxShapeIOS7phone.prototype.foreground = function(c, x, y, w, h, rSize) argument
878 mxShapeIOS7URL.prototype.paintVertexShape = function(c, x, y, w, h) argument
973 mxShapeIOS7Actiondialog.prototype.background = function(c, x, y, w, h) argument
1062 mxShapeIOS7RRect.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js80 'core_md5' : function(x, len) argument
177 'md5_cmn' : function(q, a, b, x, s, t) argument
182 'md5_ff' : function(a, b, c, d, x, s, t) argument
187 'md5_gg' : function(a, b, c, d, x, s, t) argument
192 'md5_hh' : function(a, b, c, d, x, s, t) argument
197 'md5_ii' : function(a, b, c, d, x, s, t) argument
229 'safe_add' : function(x, y) argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md901 ### Guzzle\Service\Inspector
957 ### Convert XML Service Descriptions to JSON
1094 ### Guzzle\Service\Description\ServiceDescription
1122 ### Guzzle\Common\Inflection\Inflector
1126 ### Guzzle\Http\Plugin
1130 ### Guzzle\Http\Plugin\LogPlugin and Guzzle\Common\Log
1161 ### Guzzle\Http\Plugin\CurlAuthPlugin
1165 ### Guzzle\Http\Plugin\ExponentialBackoffPlugin
1195 ### Known Issues
/plugin/securelogin/
H A Drsalib.js126 function bnpFromInt(x) { argument
274 function nbits(x) { argument
513 function cConvert(x) { argument
519 function cRevert(x) { argument
522 function cReduce(x) { argument
525 function cMulTo(x, y, r) { argument
529 function cSqrTo(x, r) { argument
578 function montConvert(x) { argument
588 function montRevert(x) { argument
596 function montReduce(x) { argument
[all …]

12345678910>>...22