Home
last modified time | relevance | path

Searched refs:CreateDeepArray (Results 1 – 9 of 9) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.rar.php42 …= getid3_lib::array_merge_clobber($info['rar']['files'], getid3_lib::CreateDeepArray($entry->getNa…
H A Dmodule.archive.tar.php120 …= getid3_lib::array_merge_clobber($info['tar']['files'], getid3_lib::CreateDeepArray($info['tar'][…
H A Dmodule.archive.gzip.php201 … getid3_lib::array_merge_clobber($info['gzip']['files'], getid3_lib::CreateDeepArray($thisInfo['fi…
H A Dmodule.archive.zip.php64 …= getid3_lib::array_merge_clobber($info['zip']['files'], getid3_lib::CreateDeepArray($centraldirec…
H A Dmodule.misc.iso.php336 …= getid3_lib::array_merge_clobber($info['iso']['files'], getid3_lib::CreateDeepArray($ThisDirector…
H A Dgetid3.lib.php660 public static function CreateDeepArray($ArrayPath, $Separator, $Value) { function in getid3_lib
669 …$ReturnedArray[substr($ArrayPath, 0, $pos)] = self::CreateDeepArray(substr($ArrayPath, $pos + 1), …
/plugin/jukebox/id3/
H A Dgetid3.lib.php470 function CreateDeepArray($ArrayPath, $Separator, $Value) { function in getid3_lib
481 …$ReturnedArray[substr($ArrayPath, 0, $pos)] = getid3_lib::CreateDeepArray(substr($ArrayPath, $pos …
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1064 function CreateDeepArray($ArrayPath, $Separator, $Value) { function
1075 …$ReturnedArray[substr($ArrayPath, 0, $pos)] = CreateDeepArray(substr($ArrayPath, $pos + 1), $Separ…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt265 * Bugfix: (#1423) optimized CreateDeepArray function
1514 * Bugfix: CreateDeepArray() was returning an empty-string key as
1916 * Bugfix: CreateDeepArray() was broken for non-nested cases, which