Home
last modified time | relevance | path

Searched refs:point (Results 51 – 75 of 259) sorted by last modified time

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc650 $params['index'] = (list) A comma-separated list of index names the alias should point to (supports wildcards); use `_all` to perform the operation on all indices. (Required)
/plugin/latexcaption/
H A DREADME.md105 You can set the counter to any integer value at any point on the page.
/plugin/achart/assets/
H A Dapexcharts.min.js6 …,e){return this.destination=new a.Point(t,e),this}}}),a.extend(a.Element,{point:function(t,e){retu…
14point:this.transformPoint(t,i),box:a,transform:this.el.transform()},SVG.on(window,"mousemove.drag"…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md883 …ipboard. Internal and cross-editor paste is safe due to the change explained in the previous point.
/plugin/discussion/lang/fr/
H A Dconfirmsubscribe.txt2 Vous êtes sur le point de souscrire aux commentaires de la page @PAGE@ du wiki @TITLE@.
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2point:Dn.clone(),object:t}}function Bn(t,e,n,r,i,a,o,s,c,l,u,h){_n.fromBufferAttribute(i,l),bn.fro…
/plugin/wrap/
H A Dexample.txt130 When the ''emulatedHeadlines'' config option is enabled, every ''%%//**__text like this__**//%%'' or ''%%//**like that**//%%'' will create an "emulated headline" within a wrap. This feature is deprecated and will be removed at some point as standard headlines within wraps are supported for a while now.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js426 function constrainPoint(point, rect) {
428 left: Math.min(Math.max(point.left, rect.left), rect.right),
429 top: Math.min(Math.max(point.top, rect.top), rect.bottom)
1838 var point;
1843 point = origPoint;
1847 point = util_1.constrainPoint(point, subjectRect);
1849 this.origHit = this.queryHit(point.left, point.top);
1858 point = util_1.getRectCenter(subjectRect);
1860 this.coordAdjust = util_1.diffPoints(point, origPoint); // point - origPoint
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md216 * Updated copyright links to point to http://sabre.io/
/plugin/pot/
H A DREADME.md74 | decimals | | (0) how many numbers after the decimal point | |
165 …tions and name assignments are made from top to bottom. Possibly, at some point, a variant with ja…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php234 $curve->setBasePoint(...$point);
261 $curve->setBasePoint(...$point);
294 $point = $curve->recoverX($y, $sign);
295 if (!$curve->verifyPoint($point)) {
298 return $point;
324 $point = [
329 if (!$curve->verifyPoint($point)) {
333 return $point;
439 $point = $curve->getBasePoint();
440 $x = $point[0]->toBytes();
[all …]
H A DXML.php193 $point = [
197 if (!$curve->verifyPoint($point)) {
200 return $point;
271 $point = self::extractPoint("\0" . $base, $curve);
272 $curve->setBasePoint(...$point);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php66 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
67 $point = $this->curve->multiplyPoint($point, $this->dA);
68 return strrev($point[0]->toBytes(true));
73 $point = PKCS1::extractPoint($coordinates, $this->curve);
74 $point = $this->curve->multiplyPoint($point, $this->dA);
76 return $this->curve->encodePoint($point);
78 if (empty($point)) {
81 return "\4" . $point[0]->toBytes(true) . $point[1]->toBytes(true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1beta2NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1p2beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p2beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
H A DGoogleCloudVideointelligenceV1p3beta1DetectedLandmark.php64 public function setPoint(GoogleCloudVideointelligenceV1p3beta1NormalizedVertex $point) argument
66 $this->point = $point;
73 return $this->point;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md501 methods and a way in which to modify the transaction at that specific point in
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md71 Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You sh…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php296 $point = $private->multiply($public);
300 $secret = $point;
304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php191 * @param array $point
194 public function encodePoint($point) argument
196 list($x, $y) = $point;
H A DEd448.php133 * @param array $point
136 public function encodePoint($point) argument
138 list($x, $y) = $point;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataset.php101 public function setPoint($point) argument
103 $this->point = $point;
110 return $this->point;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md109 to create a concrete class for a simple extension point.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugSessionTransaction.php47 public function setPoint($point) argument
49 $this->point = $point;
56 return $this->point;

1234567891011