Home
last modified time | relevance | path

Searched refs:str_replace (Results 201 – 225 of 23626) sorted by path

12345678910>>...946

/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/languages/src/
H A DCategory.php102 foreach (explode(',', str_replace(' ', '', $examples)) as $range) {
H A DCldrData.php251 $key = str_replace('-', '_', $key);
H A DFormulaConverter.php84 $gettextAtom = str_replace(' = ', ' == ', $gettextAtom);
85 $gettextAtom = str_replace('i', 'n', $gettextAtom);
H A DLanguage.php343 return str_replace(' == ', ' != ', $formula);
346 return str_replace(' != ', ' == ', $formula);
349 return trim(str_replace(array(' == ', ' || '), array(' != ', ' && '), $formula), '()');
H A Dautoloader.php8 …$file = __DIR__ . str_replace('\\', DIRECTORY_SEPARATOR, substr($class, strlen('Gettext\\Languages…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/guzzle/src/
H A DClient.php256 $cleanedNoProxy = str_replace(' ', '', $noProxy);
H A DUriTemplate.php235 return str_replace(self::$delimsPct, self::$delims, $string);
H A Dfunctions.php52 return str_replace('double(', 'float(', rtrim(ob_get_clean()));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/psr7/src/
H A DFnStream.php45 throw new \BadMethodCallException(str_replace('_fn_', '', $name)
H A DQuery.php30 return rawurldecode(str_replace('+', ' ', $value));
H A DServerRequest.php176 …$protocol = isset($_SERVER['SERVER_PROTOCOL']) ? str_replace('HTTP/', '', $_SERVER['SERVER_PROTOCO…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php113 $listdirectory = str_replace(DIRECTORY_SEPARATOR, '/', $listdirectory.'/');
131 …$currentfulldir = str_replace(DIRECTORY_SEPARATOR, '/', $listdirectory).'/'; // this mostly just g…
161 $ParentDir = str_replace(DIRECTORY_SEPARATOR, '/', $ParentDir);
238 …echo htmlentities(str_replace(DIRECTORY_SEPARATOR, '/', realpath($dirname.$filename)), ENT_QUOTES …
299 …echo '<a href="#" onClick="alert(\''.htmlentities(str_replace("'", "\\'", preg_replace('#[\r\n\t]+…
303 …echo '<a href="#" onClick="alert(\''.htmlentities(str_replace("'", "\\'", preg_replace('#[\r\n\t]+…
474 $returnstring .= '<tr><td valign="top"><b>'.str_replace("\x00", ' ', $key).'</b></td>'."\n";
531 …$returnstring .= ($wrap_in_td ? '<td>' : '').nl2br(htmlspecialchars(str_replace("\x00", ' ', $vari…
596 $ar1 = str_replace($key, $val, $ar1);
597 $ar2 = str_replace($key, $val, $ar2);
[all …]
H A Ddemo.dirscan.php97 $dir = str_replace(array('///', '//'), array('/', '/'), $dir);
163 $t[] = str_replace(array('///', '//'), array('/', '/'), $file);
H A Ddemo.mp3header.php48 $returnstring .= '<tr><td valign="top"><b>'.str_replace(chr(0), ' ', $key).'</b></td>';
91 $variable = str_replace(chr(0), ' ', $variable);
113 $returnstring .= nl2br(htmlspecialchars(str_replace(chr(0), ' ', $variable)));
180 $ar1 = str_replace($key, $val, $ar1);
181 $ar2 = str_replace($key, $val, $ar2);
259 $binarypointnumber = str_replace('.', '', $binarypointnumber);
547 return str_replace(chr(0xFF).chr(0x00), chr(0xFF), $data);
565 $data = str_replace(chr(0xFF).chr(0x00), chr(0xFF).chr(0x00).chr(0x00), $data);
H A Ddemo.mysqli.php160 return str_replace('/', '\\', $filename);
1799 …$Track = (string) intval(str_replace(' [', '', str_replace(']', '', strstr($ThisFileInfo['comments…
2093 $BaseFilename = str_replace('_', ' ', $BaseFilename);
2095 $BaseFilename = str_replace('(', ' (', $BaseFilename);
2096 $BaseFilename = str_replace('( ', '(', $BaseFilename);
2097 $BaseFilename = str_replace(')', ') ', $BaseFilename);
2098 $BaseFilename = str_replace(' )', ')', $BaseFilename);
2099 $BaseFilename = str_replace(' \'\'', ' “', $BaseFilename);
2103 $BaseFilename = str_replace(' ', ' ', $BaseFilename);
2143 $UCstring = str_replace(' From “', ' from “', $UCstring);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php166 $binarypointnumber = str_replace('.', '', $binarypointnumber);
1531 return str_replace(array('image/', 'x-', 'jpeg'), array('', '', 'jpg'), $mime_type);
1633 …$ThisFileInfo['comments_html'][$field][$index] = str_replace('&#0;', '', self::MultiByteCharString…
1776 foreach (explode('/', str_replace('\\', '/', $filename)) as $part) {
H A Dgetid3.php45 $temp_dir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $temp_dir);
46 $open_basedir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $open_basedir);
572 $filename = str_replace('/', DIRECTORY_SEPARATOR, $filename);
601 $filename = str_replace('\\', '/', $filename);
602 $this->info['filepath'] = str_replace('\\', '/', realpath(dirname($filename)));
2124 $this->dependency_to = str_replace('getid3_', '', $call_module);
2396 …$dir = rtrim(str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $this->getid3->option_save_attachm…
H A Dmodule.audio-video.asf.php370 … $thisfile_audio['bitrate'] = (int) trim(str_replace('kbps', '', $AudioCodecBitrate)) * 1000;
378 $AudioCodecFrequency = (int) trim(str_replace('kHz', '', $AudioCodecFrequency));
807 $thisfile_asf_comments['track_number'][$key] = intval(str_replace("\x00", '', $value));
903 …$thisfile_asf_comments[str_replace('wm/', '', strtolower($this->TrimConvert($thisfile_asf_extended…
1961 if (preg_match('#^WM/Picture$#', str_replace("\x00", '', trim($descriptionRecord['name'])))) {
H A Dmodule.audio-video.nsv.php207 $info['nsv']['NSVf']['metadata'] = str_replace('`', "\x01", $info['nsv']['NSVf']['metadata']);
212 $info['nsv']['comments'][strtolower($key)][] = trim(str_replace("\x01", '', $value));
H A Dmodule.audio-video.quicktime.php1677 …@$info['quicktime']['comments'][str_replace('com.apple.quicktime.', '', $atom_structure['key_name'…
H A Dmodule.audio-video.riff.php1594 …$chunkname = str_replace("\x00", '_', substr($chunknamesize, 0, 4)); // note: chunk names of 4 nu…
H A Dmodule.audio.flac.php144 …$info['audio']['encoder'] = str_replace('reference ', '', $info['flac']['VORBIS_COMMENT']['vendor'…
423 str_replace('/', '_', $picture['picturetype']).'_'.$this->ftell(),
H A Dmodule.audio.mp3.php729 …$thisfile_mpeg_audio_lame['numeric_version'] = str_replace('LAME', '', $thisfile_mpeg_audio_lame['…
H A Dmodule.audio.shorten.php136 $commandline = str_replace('/', '\\', $commandline);
H A Dmodule.audio.voc.php89 …$thisfile_voc['compressed_bits_per_sample'] = getid3_lib::CastAsInt(str_replace('-bit', '', $ThisB…

12345678910>>...946