Lines Matching refs:trim

299 …$thisfile_riff_WAVE_bext_0['title']          =                         trim(substr($thisfile_riff_…
300 …$thisfile_riff_WAVE_bext_0['author'] = trim(substr($thisfile_riff_…
301 …$thisfile_riff_WAVE_bext_0['reference'] = trim(substr($thisfile_riff_…
307 …$thisfile_riff_WAVE_bext_0['coding_history'] = explode("\r\n", trim(substr($thisfile_riff_…
348 …$thisfile_riff_WAVE_cart_0['title'] = trim(substr($thisfile…
349 …$thisfile_riff_WAVE_cart_0['artist'] = trim(substr($thisfile…
350 …$thisfile_riff_WAVE_cart_0['cut_id'] = trim(substr($thisfile…
351 …$thisfile_riff_WAVE_cart_0['client_id'] = trim(substr($thisfile…
352 …$thisfile_riff_WAVE_cart_0['category'] = trim(substr($thisfile…
353 …$thisfile_riff_WAVE_cart_0['classification'] = trim(substr($thisfile…
354 …$thisfile_riff_WAVE_cart_0['out_cue'] = trim(substr($thisfile…
355 …$thisfile_riff_WAVE_cart_0['start_date'] = trim(substr($thisfile…
356 …$thisfile_riff_WAVE_cart_0['start_time'] = trim(substr($thisfile…
357 …$thisfile_riff_WAVE_cart_0['end_date'] = trim(substr($thisfile…
358 …$thisfile_riff_WAVE_cart_0['end_time'] = trim(substr($thisfile…
359 …$thisfile_riff_WAVE_cart_0['producer_app_id'] = trim(substr($thisfile…
360 …$thisfile_riff_WAVE_cart_0['producer_app_version'] = trim(substr($thisfile…
361 …$thisfile_riff_WAVE_cart_0['user_defined_text'] = trim(substr($thisfile…
367 …$thisfile_riff_WAVE_cart_0['url'] = trim(substr($thisfile_riff_WAVE_c…
368 …$thisfile_riff_WAVE_cart_0['tag_text'] = explode("\r\n", trim(substr($thisfile_riff_WAVE_c…
1273 …$thisfile_riff['comments']['title'][] = trim(substr($thisfile_riff_WAVE['DISP'][count($thisfile_ri…
1745 $info['riff']['comments']['junk'][] = trim($matches[1]);
1822 if (trim($RIFFchunk[$chunkname][$thisindex]['parsed'][$key])) {
1961 if (trim($commentdata['data']) != '') {
1963 $CommentsTargetArray[$value][] = trim($commentdata['data']);
1965 $CommentsTargetArray[$value] = array(trim($commentdata['data']));
2149 $parsed['title'] = trim(substr($DIVXTAG, 0, 32));
2150 $parsed['artist'] = trim(substr($DIVXTAG, 32, 28));
2151 $parsed['year'] = intval(trim(substr($DIVXTAG, 60, 4)));
2152 $parsed['comment'] = trim(substr($DIVXTAG, 64, 48));
2153 $parsed['genre_id'] = intval(trim(substr($DIVXTAG, 112, 3)));