Home
last modified time | relevance | path

Searched refs:fromArray (Results 1 – 25 of 34) sorted by relevance

12

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php42 public static function fromArray($array) function in geoPHP\\Geometry\\MultiPoint
46 $points[] = Point::fromArray($point);
H A DLineString.php36 public static function fromArray($array) function in geoPHP\\Geometry\\LineString
40 $points[] = Point::fromArray($point);
H A DPoint.php70 public static function fromArray($coordinates) function in geoPHP\\Geometry\\Point
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DArrayTransformerInterface.php32 public function fromArray(array $data, string $type, ?DeserializationContext $context = null); function
H A DSerializer.php213 public function fromArray(array $data, string $type, ?DeserializationContext $context = null) function in JMS\\Serializer\\Serializer
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php51 public static function fromArray(array $config): self function in Elastica\\ClientConfiguration
80 $clientConfiguration = self::fromArray(self::parseDsn($dsn));
H A DClient.php76 $configuration = ClientConfiguration::fromArray($config);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php268 * An alias of fromArray().
276 return self::fromArray($dn, $attributes); function in FreeDSx\\Ldap\\Entry\\Entry
286 public static function fromArray(string $dn, array $attributes = []): Entry
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php81 static function fromArray($values) function in Auth_OpenID_KVForm
H A DAssociation.php199 return Auth_OpenID_KVForm::fromArray($data, $strict = true);
265 $kv = Auth_OpenID_KVForm::fromArray($pairs);
H A DMessage.php710 return Auth_OpenID_KVForm::fromArray($this->toArgs());
H A DServer.php203 return Auth_OpenID_KVForm::fromArray(
/plugin/openid/Auth/OpenID/
H A DKVForm.php86 static function fromArray($values) function in Auth_OpenID_KVForm
H A DAssociation.php200 return Auth_OpenID_KVForm::fromArray($data);
267 $kv = Auth_OpenID_KVForm::fromArray($pairs);
H A DMessage.php782 return Auth_OpenID_KVForm::fromArray($this->toArgs());
H A DServer.php226 return Auth_OpenID_KVForm::fromArray(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php70 $result = $this->serializer->fromArray($data, 'JMS\Serializer\Tests\Fixtures\Order');
H A DSerializationContextFactoryTest.php116 $result = $serializer->fromArray(['value' => null], 'array');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php58 $entry = Entry::fromArray('', [
/plugin/stlviewer/stlviewer/
H A DProjector.js273 _line.vertexColors[ 0 ].fromArray( colors, a * 3 );
274 _line.vertexColors[ 1 ].fromArray( colors, b * 3 );
305 _face.normalModel.fromArray( normals, a * 3 );
311 normal.fromArray( normals, arguments[ i ] * 3 );
315 uv.fromArray( uvs, arguments[ i ] * 2 );
H A Dthree.min.js2fromArray=function(t,e){return void 0===e&&(e=0),this.x=t[e],this.y=t[e+1],this},e.toArray=functio… function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php45 public static function fromArray(array $cookies, $domain) function in GuzzleHttp\\Cookie\\CookieJar
/plugin/gtime/gtlib/util/
H A DGTUtil.php399 public static function fromArray(array $array = null) { function in GTUtil
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst106 to be used with methods ``deserialize()`` and ``fromArray()``.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.

12