Lines Matching refs:std
296 $std = File_Archive_Reader::getStandardURL($URL);
299 $slashPos = strrpos($std, '/');
302 $realSymbolic = $std;
304 $realSymbolic = substr($std, $slashPos+1);
310 $baseFile = substr($std, 0, $slashPos+1);
311 $lastFile = substr($std, $slashPos+1);
314 $lastFile = $std;
341 new File_Archive_Reader_Directory($std, '', $directoryDepth),
345 $result = new File_Archive_Reader_Directory($std, '', $directoryDepth);
380 $realPath = $std;
425 $isDir = $result->setBaseDir($std);
441 substr_count(substr($std, $pos+1), '/')
449 if ($std != $realSymbolic) {
454 $std,