Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php31 foreach ($GUIDarray as $GUIDname => $hexstringvalue) {
32 if (!defined($GUIDname)) {
33 define($GUIDname, $this->GUIDtoBytestring($hexstringvalue));
974 if ($this->GUIDname($NextObjectGUIDtext)) {
975 …$this->warning('unhandled GUID "'.$this->GUIDname($NextObjectGUIDtext).'" {'.$NextObjectGUIDtext.'…
1331 if ($this->GUIDname($NextObjectGUIDtext)) {
1332 …$this->warning('unhandled GUID "'.$this->GUIDname($NextObjectGUIDtext).'" {'.$NextObjectGUIDtext.'…
1590 public static function GUIDname($GUIDstring) { function in getid3_asf
1755 $thisObject['guid_name'] = $this->GUIDname($thisObject['guid_text']);
1974 if ($this->GUIDname($thisObject['guid_text'])) {
[all …]