Home
last modified time | relevance | path

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

123

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DMultiPoint.php42 public static function fromArray($array) function in geoPHP\\Geometry\\MultiPoint
46 $points[] = Point::fromArray($point);
DLineString.php36 public static function fromArray($array) function in geoPHP\\Geometry\\LineString
40 $points[] = Point::fromArray($point);
DPoint.php70 public static function fromArray($coordinates) function in geoPHP\\Geometry\\Point
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DArrayTransformerInterface.php32 public function fromArray(array $data, string $type, ?DeserializationContext $context = null); function
DSerializer.php213 public function fromArray(array $data, string $type, ?DeserializationContext $context = null) function in JMS\\Serializer\\Serializer
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClientConfiguration.php51 public static function fromArray(array $config): self function in Elastica\\ClientConfiguration
80 $clientConfiguration = self::fromArray(self::parseDsn($dsn));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php276 return self::fromArray($dn, $attributes);
286 public static function fromArray(string $dn, array $attributes = []): Entry function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/openid/Auth/OpenID/
DKVForm.php86 static function fromArray($values) function in Auth_OpenID_KVForm
DAssociation.php200 return Auth_OpenID_KVForm::fromArray($data);
267 $kv = Auth_OpenID_KVForm::fromArray($pairs);
/plugin/fedauth/Auth/OpenID/
DKVForm.php81 static function fromArray($values) function in Auth_OpenID_KVForm
DAssociation.php199 return Auth_OpenID_KVForm::fromArray($data, $strict = true);
265 $kv = Auth_OpenID_KVForm::fromArray($pairs);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DArrayTest.php70 $result = $this->serializer->fromArray($data, 'JMS\Serializer\Tests\Fixtures\Order');
DSerializationContextFactoryTest.php116 $result = $serializer->fromArray(['value' => null], 'array');
/plugin/asciidocjs/node_modules/source-map/lib/
Darray-set.js26 ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { function in ArraySet
Dsource-map-consumer.js334 this._names = ArraySet.fromArray(names.map(String), true);
335 this._sources = ArraySet.fromArray(sources, true);
390 var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);
391 var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Darray-set.js26 ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { function in ArraySet
Dsource-map-consumer.js324 this._names = ArraySet.fromArray(names.map(String), true);
325 this._sources = ArraySet.fromArray(sources, true);
347 var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);
348 var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DZipper.php36 static public function fromArray($array) { function in HTMLPurifier_Zipper
/plugin/stlviewer/stlviewer/
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 );
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php58 $entry = Entry::fromArray('', [
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DNodeList.php191 public function fromArray(iterable $nodes = null) { function in DOMWrap\\NodeList
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dread-sources.js37 return fromArray(input, context, callback);
51 function fromArray(input, context, callback) { function
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php48 public static function fromArray(array $cookies, string $domain): self function in GuzzleHttp\\Cookie\\CookieJar
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DCookieJar.php45 public static function fromArray(array $cookies, $domain) function in GuzzleHttp\\Cookie\\CookieJar
/plugin/gtime/gtlib/util/
DGTUtil.php399 public static function fromArray(array $array = null) { function in GTUtil

123