Home
last modified time | relevance | path

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

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js15153 var fromArray = _toString.call(path) === '[object Array]';
15155 this.path = fromArray
15164 if (!fromArray) {
H A Dfabric.min.js8fromArray=_toString.call(path)==="[object Array]";this.path=fromArray?path:path.match&&path.match(…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js326 if (isArray(object)) return fromArray(that, object)
353 function fromArray (that, array) {
H A Dpdfmake.min.js.map1fromArray","TypeError","ArrayBuffer","fromTypedArray","fromArrayBuffer","fromArrayLike","fromJsonO…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php45 public static function fromArray(array $cookies, $domain) function in GuzzleHttp\\Cookie\\CookieJar
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php76 $configuration = ClientConfiguration::fromArray($config);
H A DClientConfiguration.php51 public static function fromArray(array $config): self function in Elastica\\ClientConfiguration
80 $clientConfiguration = self::fromArray(self::parseDsn($dsn));
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php199 return Auth_OpenID_KVForm::fromArray($data, $strict = true);
265 $kv = Auth_OpenID_KVForm::fromArray($pairs);
H A DKVForm.php81 static function fromArray($values) function in Auth_OpenID_KVForm
H A DMessage.php710 return Auth_OpenID_KVForm::fromArray($this->toArgs());
H A DServer.php203 return Auth_OpenID_KVForm::fromArray(
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md585 - How to handle DateTime serialization with fromArray method ? [\#723](https://github.com/schmittjo…
869 - Add toArray and fromArray methods to the serializer [\#435](https://github.com/schmittjoh/seriali…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst106 to be used with methods ``deserialize()`` and ``fromArray()``.
/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/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/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php36 public static function fromArray($array) function in geoPHP\\Geometry\\LineString
40 $points[] = Point::fromArray($point);
H A DMultiPoint.php42 public static function fromArray($array) function in geoPHP\\Geometry\\MultiPoint
46 $points[] = Point::fromArray($point);
H A DPoint.php70 public static function fromArray($coordinates) function in geoPHP\\Geometry\\Point
/plugin/gtime/gtlib/util/
H A DGTUtil.php399 public static function fromArray(array $array = null) { function in GTUtil
/plugin/ol3/
H A Dscript.js8 …totype.ofSize=function(t){this.array=new(Jc(this.type))(t)},t.prototype.fromArray=function(t){this… method in t
/plugin/openid/Auth/OpenID/
H A DAssociation.php200 return Auth_OpenID_KVForm::fromArray($data);
267 $kv = Auth_OpenID_KVForm::fromArray($pairs);
H A DKVForm.php86 static function fromArray($values) function in Auth_OpenID_KVForm
H A DMessage.php782 return Auth_OpenID_KVForm::fromArray($this->toArgs());

12