/plugin/directorylist/syntax/ |
H A D | SplFileArray.php | 85 if ( $a->getFilename() == $b->getFilename() ) 89 return ($a->getFilename() < $b->getFilename()) ? +1 : -1; 91 return ($a->getFilename() > $b->getFilename()) ? +1 : -1;
|
H A D | directorylist.php | 237 $link .= ' title="'.$file->getFilename().'"'; 239 $link .= utf8_encode($file->getFilename());
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | ClassMetadataTest.php | 29 touch($ref->getFilename()); 33 $metadata->fileResources[] = $ref->getFilename(); 37 clearstatcache(!!$ref->getFilename()); 38 touch($ref->getFilename());
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Directory.php | 65 $result[$key] = $file->getFilename(); 110 ->string($result->getFilename()) 118 ->string($result->getFilename()) 144 $result[] = $file->getFilename(); 186 $result[] = $file->getFilename(); 230 $result[] = $file->getFilename();
|
H A D | FileSystem.php | 70 $result[basename($pathname)] = $file->getFilename(); 105 $result[] = $file->getFilename();
|
/plugin/zip/pear/File/Archive/ |
H A D | Reader.php | 72 $sourceName = $this->getFilename(); 118 function getFilename() function in File_Archive_Reader 135 $result[] = $this->getFilename(); 161 return File_Archive_Reader_GetMime($this->getFilename()); 290 $this->getFilename(),
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | ChangeName.php | 89 function getFilename() function in File_Archive_Reader_AddBaseName 91 return $this->modifyName(parent::getFilename()); 186 function getFilename() function in File_Archive_Reader_ChangeBaseName 188 return $this->modifyName(parent::getFilename());
|
H A D | Relay.php | 60 function getFilename() { return $this->source->getFilename(); } function in File_Archive_Reader_Relay
|
H A D | Uncompress.php | 119 $filename = $this->source->getFilename(); 180 $filename = $this->source->getFilename(); 226 return strlen($this->getFilename())>strlen($baseDir);
|
H A D | Directory.php | 137 function getFilename() { return $this->symbolic . parent::getFilename(); } function in File_Archive_Reader_Directory
|
/plugin/zip/pear/File/Archive/Predicate/ |
H A D | Duplicate.php | 70 $filename = $source->getFilename(); 99 $filename = $source->getFilename();
|
H A D | Ereg.php | 55 return ereg($this->ereg, $source->getFilename());
|
H A D | Eregi.php | 57 return eregi($this->ereg, $source->getFilename());
|
H A D | MaxDepth.php | 58 $url = parse_url($source->getFilename());
|
H A D | Extension.php | 59 $filename = $source->getFilename();
|
/plugin/mediathumbnails/ |
H A D | thumbnail.php | 144 protected function getFilename() { function in thumbnail 150 return dirname($this->source_filepath) . DIRECTORY_SEPARATOR . $this->getFilename(); 155 …ubstr($this->source_mediapath,0,strrpos($this->source_mediapath,':')) . ":" . $this->getFilename();
|
/plugin/deletehistory/ |
H A D | helper.php | 59 if ($file->isDir() && !in_array($file->getFilename(), ['.', '..'])) { 82 … if (!$file->isDir() && $file->getExtension() === 'changes' && $file->getFilename()[0] !== '_') {
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Files.php | 61 function getFilename($filename) function in File_Archive_Writer_Files 178 $this->filename = $this->getFilename($filename); 202 $complete = $this->getFilename($filename);
|
/plugin/rrdgraph/ |
H A D | helper.php | 577 …if (rrd_graph($cacheInfo->getFilename(), array_merge($commandLine, $graphCommands)) === false) thr… 591 if (is_file($cacheInfo->getFilename())) { 595 $contentType = ContentType::get_content_type($cacheInfo->getFilename()); 603 readfile($cacheInfo->getFilename()); 607 ErrorImage::outputErrorImage("File not found", $cacheInfo->getFilename());
|
/plugin/jdraw/lib/ |
H A D | httpmime-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpmime-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | CreateAssetRequest.php | 37 public function getFilename() function in Google\\Service\\DisplayVideo\\CreateAssetRequest
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | EdgeConfigstoreBundleBadBundleViolation.php | 55 public function getFilename() function in Google\\Service\\Apigee\\EdgeConfigstoreBundleBadBundleViolation
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
H A D | NullDriver.php | 16 $fileResource = $class->getFilename();
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/ |
H A D | LowercasedFilenameSniff.php | 53 $filename = $phpcsFile->getFilename();
|