Home
last modified time | relevance | path

Searched defs:y (Results 76 – 100 of 511) sorted by relevance

12345678910>>...21

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php119 public function add(PHP64 $y)
132 public function subtract(PHP64 $y)
145 public function multiply(PHP64 $y)
163 public function divide(PHP64 $y)
257 public function compare(PHP64 $y)
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js52 mxShapeMockupVideoPlayer.prototype.paintVertexShape = function(c, x, y, w, h) argument
250 mxShapeMockupAccordion.prototype.paintVertexShape = function(c, x, y, w, h) argument
444 mxShapeMockupBrowserWindow.prototype.paintVertexShape = function(c, x, y, w, h) argument
643 mxShapeMockupUserMale.prototype.paintVertexShape = function(c, x, y, w, h) argument
842 mxShapeMockupUserFemale.prototype.paintVertexShape = function(c, x, y, w, h) argument
1036 mxShapeMockupGroup.prototype.paintVertexShape = function(c, x, y, w, h) argument
1123 mxShapeMockupWindow.prototype.paintVertexShape = function(c, x, y, w, h) argument
1223 mxShapeMockupHorTabBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1496 mxShapeMockupVerTabBar.prototype.paintVertexShape = function(c, x, y, w, h) argument
1715 mxShapeMockupAlertBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverUpAction.php11 private $y; variable in Facebook\\WebDriver\\WebDriverUpAction
18 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument
H A DWebDriverPoint.php11 private $y; variable in Facebook\\WebDriver\\WebDriverPoint
13 public function __construct($x, $y) argument
[all...]
/plugin/diagramsnet/lib/shapes/
H A DmxAWS4.js35 mxShapeAws4ProductIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
126 mxShapeAws4ResourceIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
184 mxShapeAws4Group.prototype.paintVertexShape = function(c, x, y, w, h) argument
259 mxShapeAws4GroupCenter.prototype.paintVertexShape = function(c, x, y, w, h) argument
381 mxShapeAws4Group2.prototype.paintVertexShape = function(c, x, y, w, h) argument
H A DmxNetworks.js35 mxShapeNetworksBus.prototype.paintVertexShape = function(c, x, y, w, h) argument
43 mxShapeNetworksBus.prototype.background = function(c, x, y, w, h) argument
54 mxShapeNetworksBus.prototype.foreground = function(c, x, y, w, h) argument
H A DmxElectrical.js35 mxShapeElectricalTestPoint.prototype.paintVertexShape = function(c, x, y, w, h) argument
94 mxShapeElectricalStraightBus.prototype.paintVertexShape = function(c, x, y, w, h) argument
162 mxShapeElectricalTwoLineBusElbow.prototype.paintVertexShape = function(c, x, y, w, h) argument
525 mxShapeElectricalLogicGate.prototype.paintVertexShape = function(c, x, y, w, h) argument
659 mxShapeElectricalBuffer.prototype.paintVertexShape = function(c, x, y, w, h) argument
747 mxShapeElectricalDualInLineIC.prototype.paintVertexShape = function(c, x, y, w, h) argument
1129 mxShapeElectricalQFPIC.prototype.paintVertexShape = function(c, x, y, w, h) argument
1521 mxShapeElectricalMux.prototype.paintVertexShape = function(c, x, y, w, h) argument
1732 mxShapeElectricalBatteryStack.prototype.paintVertexShape = function(c, x, y, w, h) argument
1817 mxShapeElectricalDCSource3_v2.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
H A DmxDFD.js32 mxShapeDFDStart.prototype.paintVertexShape = function(c, x, y, w, h) argument
102 mxShapeDFDArchive.prototype.paintVertexShape = function(c, x, y, w, h) argument
170 mxShapeDFDCheck2.prototype.paintVertexShape = function(c, x, y, w, h) argument
257 mxShapeDFDDataStoreID.prototype.paintVertexShape = function(c, x, y, w, h) argument
310 mxShapeDFDExternalEntity.prototype.paintVertexShape = function(c, x, y, w, h) argument
417 mxShapeDFDLoop.prototype.paintVertexShape = function(c, x, y, w, h) argument
H A DmxUML25.js21 mxShapeUMLInputPin.prototype.paintVertexShape = function(c, x, y, w, h) argument
70 mxShapeUMLBehaviorAction.prototype.paintVertexShape = function(c, x, y, w, h) argument
161 mxShapeUMLAction.prototype.paintVertexShape = function(c, x, y, w, h) argument
223 mxShapeUMLActionParams.prototype.paintVertexShape = function(c, x, y, w, h) argument
H A DmxLeanMap.js31 mxLeanBoatShipment.prototype.paintVertexShape = function(c, x, y, w, h) argument
85 mxLeanSafetyStock.prototype.paintVertexShape = function(c, x, y, w, h) argument
156 mxLeanDataBox.prototype.paintVertexShape = function(c, x, y, w, h) argument
475 mxLeanWorkcell.prototype.paintVertexShape = function(c, x, y, w, h) argument
600 mxLeanPushArrow.prototype.paintVertexShape = function(c, x, y, w, h) argument
685 mxLeanSupermarket.prototype.paintVertexShape = function(c, x, y, w, h) argument
801 mxLeanFifoLane.prototype.paintVertexShape = function(c, x, y, w, h) argument
1411 mxLeanWarehouse.prototype.paintVertexShape = function(c, x, y, w, h) argument
1479 mxLeanTimeline.prototype.paintVertexShape = function(c, x, y, w, h) argument
1556 mxLeanCrossDock.prototype.paintVertexShape = function(c, x, y, w, h) argument
[all …]
/plugin/sketchcanvas/script/
H A Ddraw.js142 c[0] = { x:a1x, y:a1y }; global() property in l_vec.c
143 c[1] = { x:a2x, y:a2y }; global() property in l_vec.c
159 c[0] = { x:a1x, y:a1y }; global() property in l_vec9.c
160 c[1] = { x:a2x, y:a2y }; global() property in l_vec9.c
[all...]
H A DSketchCanvas.js151 function drawPos(x, y) { argument
239 function drawParts(tool, x, y) { argument
265 function hitRect(r, x, y){ argument
745 var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit test global() property in SketchCanvas.viewModeClick.m
839 pointHandle(x, y) global() argument
854 offset = {x:0, y:0}; global() property in SketchCanvas.resizeCanvas.offset
861 offset = {x:x1, y:y1}; global() property in SketchCanvas.resizeCanvas.offset
866 drawHandle(x, y, color, circle) global() argument
1400 checkMenu(x, y) global() argument
1412 choiceMenu(x, y) global() argument
1423 choiceTBox(x, y) global() argument
1441 choiceCBox(x, y) global() argument
1450 choiceHBox(x, y) global() argument
1842 appendPoint(x, y) global() argument
1843 addPoint(x, y) global() argument
1884 var coord = {x: mx, y: my}; global() property in Tool.mouseMove.coord
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverScrollFromElementAction.php11 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverScrollFromElementAction
23 $y argument
H A DWebDriverFlickFromElementAction.php17 private $y; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverFlickFromElementAction
34 $y, argument
H A DWebDriverTouchScreen.php35 public function down($x, $y); argument
79 public function move($x, $y); argument
113 public function up($x, $y); argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js11 function paintTableBackground(state, c, x, y, w, h, r) argument
152 TableShape.prototype.paintForeground = function(c, x, y, w, h) argument
202 var data = {y: 0, cells: graph.model. property in TableShape.paintTableForeground.data
754 SwitchShape.prototype.redrawPath = function(c, x, y, w, h) argument
1018 CardShape.prototype.redrawPath = function(c, x, y, w, h) argument
1036 TapeShape.prototype.redrawPath = function(c, x, y, w, h) argument
1733 StepShape.prototype.redrawPath = function(c, x, y, w, h) argument
3051 TeeShape.prototype.redrawPath = function(c, x, y, w, h) argument
3145 OrShape.prototype.redrawPath = function(c, x, y, w, h) argument
3162 XorShape.prototype.redrawPath = function(c, x, y, w, h) argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.position.php21 var $y; variable in BackgroundPosition
43 function BackgroundPosition($x, $x_percentage, $y, $y_percentage) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1Position.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Position
52 public function setY($y)
H A DGoogleCloudVisionV1p4beta1Position.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Position
52 public function setY($y)
H A DPosition.php29 public $y; variable in Google\\Service\\Vision\\Position
52 public function setY($y)
H A DGoogleCloudVisionV1p1beta1Position.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Position
52 public function setY($y)
H A DGoogleCloudVisionV1p2beta1Position.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Position
52 public function setY($y)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DTileCoordinates.php23 public $y; variable in Google\\Service\\SemanticTile\\TileCoordinates
34 public function setY($y)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollectionFeaturedProduct.php33 public $y; variable in Google\\Service\\ShoppingContent\\CollectionFeaturedProduct
66 public function setY($y)
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js199 mxJsCanvas.prototype.setGradient = function(color1, color2, x, y, w, h, direction, alpha1, alpha2) argument
437 mxJsCanvas.prototype.moveTo = function(x, y) argument
444 mxJsCanvas.prototype.lineTo = function(x, y) argument
458 mxJsCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
479 mxJsCanvas.prototype.rect = function(x, y, w, h) argument
490 mxJsCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) argument
504 mxJsCanvas.prototype.ellipse = function(x, y, w, h) argument
525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
537 function drawImage(ctx, image, x, y, w, h) argument
634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … argument

12345678910>>...21