Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 1365) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Vertex.php29 public $y; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudDocumentaiV1beta1Vertex.php29 public $y; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudDocumentaiV1beta2Vertex.php29 public $y; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudDocumentaiV1beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1NormalizedVertex.php29 public $y; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVideointelligenceV1beta2NormalizedVertex.php29 public $y; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVideointelligenceV1p1beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVideointelligenceV1p3beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p4beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVisionV1p1beta1Vertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVisionV1p3beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVisionV1p4beta1Vertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVisionV1p2beta1Vertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DVertex.php29 public $y; variable in Google\\Service\\Vision\\Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
H A DGoogleCloudVisionV1p1beta1NormalizedVertex.php29 public $y; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1NormalizedVertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1Vertex.php29 public $y; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1Vertex
48 public function setY($y) argument
50 $this->y = $y;
57 return $this->y;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php177 $y = ($this->get_top() + $this->get_bottom()) / 2;
190 $driver->moveto($x - $size, $y + $size);
191 $driver->lineto($x + $size, $y + $size);
192 $driver->lineto($x + $size, $y - $size);
193 $driver->lineto($x - $size, $y - $size);
204 $y + $size,
217 $driver->moveto($x - $check_size, $y + $check_size);
218 $driver->lineto($x + $check_size, $y - $check_size);
221 $driver->moveto($x + $check_size, $y + $check_size);
222 $driver->lineto($x - $check_size, $y - $check_size);
H A Ddoc.anchor.class.php41 var $y; variable in Anchor
49 * @param int $y Y-coordinate of the anchor on the selected page
51 function Anchor($name, $page, $x, $y) { argument
55 $this->y = $y;
H A Dlayout.vertical.php10 function apply_clear($box, $y, &$context) { argument
22 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
34 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
39 return $y;
/plugin/weiqi/
H A Dweiqi_parser.php202 $y=0;
204 $y++;
251 function weiqi_code($str, $x, $y, $width, $height) { argument
260 if ( $x==$width && $y==1 ) return 'ur';
261 if ( $x==1 && $y==1 ) return 'ul';
262 if ( $x==1 && $y==$height ) return 'dl';
263 if ( $x==$width && $y==$height ) return 'dr';
265 if ( $y==1 ) return 'u';
266 if ( $y==$height ) return 'd';
376 if ( $y==1 ) return 'u'.$ch2;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchScreen.php32 * @param int $y
35 public function down($x, $y); argument
76 * @param int $y
79 public function move($x, $y); argument
110 * @param int $y
113 public function up($x, $y); argument
/plugin/ckgedit/lang/vi/
H A Dscayt.txt1y chọn cấu hình: on (bật), off (tất), disabled (vô hiệu hóa). Bây giờ, cài đặt mặc định sẽ là **of…
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php178 for ($y = 0, $yMax = imagesy($gdimg); $y < $yMax; $y++) {
214 for ($y = 0, $yMax = imagesy($gdimg); $y < $yMax; $y++) {
260 for ($y = 0, $yMax = imagesy($gdimg); $y < $yMax; $y++) {
361 for ($y = 0; $y < $tempImageHeight; $y++) {
532 for ($y = 0; $y < $ImageSY; $y++) {
613 for ($y = 0; $y < $ImageSY; $y++) {
777 for ($y = 0; $y < $imageY; $y++) {
877 for ($y = 0; $y < $ImageSY; $y++) {
969 for ($y = 0; $y < $ImageSY; $y++) {
1018 for ($y = 0; $y < $height; $y++) {
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCloudSimple_Nodes.svg1y="35.71" rx=".6"/><rect width="7.201" height="1.2" x="36.314" y="33.673" rx=".6"/><rect width="7.…

12345678910>>...55