Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1068 $lastdir = ''; variable
1072 if ($lastdir != dirname($row['filename'])) {
1073 …ng")) document.getElementById("Autofixing").innerHTML = "'.htmlentities($lastdir, ENT_QUOTES).'";<…
2058 $lastdir = ''; variable
2063 if (strtolower($lastdir) != strtolower(str_replace('/', '\\', dirname($row['filename'])))) {
2064 $lastdir = str_replace('/', '\\', dirname($row['filename'])); variable
2065 echo 'cd "'.$lastdir.'"'."\n";