Home
last modified time | relevance | path

Searched refs:fromArray (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/gtime/gtlib/util/
H A DGTUtil.php399 public static function fromArray(array $array = null) { function in GTUtil
/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/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js8fromArray=_toString.call(path)==="[object Array]";this.path=fromArray?path:path.match&&path.match(…
H A Dfabric.js15153 var fromArray = _toString.call(path) === '[object Array]';
15155 this.path = fromArray
15164 if (!fromArray) {
/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 DServer.php203 return Auth_OpenID_KVForm::fromArray(
H A DMessage.php710 return Auth_OpenID_KVForm::fromArray($this->toArgs());

12