Home
last modified time | relevance | path

Searched refs:getFilename (Results 1 – 25 of 101) sorted by last modified time

12345

/plugin/batchedit/
H A Dengine.php544 $expired[pathinfo($fileInfo->getFilename(), PATHINFO_FILENAME)] = TRUE;
/plugin/dev/
H A DLangProcessor.php121 return $file->getFilename()[0] !== '.';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php121 return substr($item->getFilename(), 0, 1) === '.';
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php134 $node = $entry->getFilename();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DAttachment.php83 public function getFilename() function in Google\\Service\\CloudSupport\\Attachment
H A DMedia.php344 public function getFilename() function in Google\\Service\\CloudSupport\\Media
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php224 public function getFilename() function in Google\\Service\\CloudBuild\\BuildTrigger
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DEdgeConfigstoreBundleBadBundleViolation.php55 public function getFilename() function in Google\\Service\\Apigee\\EdgeConfigstoreBundleBadBundleViolation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCreateAssetRequest.php37 public function getFilename() function in Google\\Service\\DisplayVideo\\CreateAssetRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php344 public function getFilename() function in Google\\Service\\YouTubeReporting\\GdataMedia
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessagePart.php66 public function getFilename() function in Google\\Service\\Gmail\\MessagePart
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2013 …filename||mxResources.get("drawing",[Editor.pageCounter])+".xml"};this.getFilename=function(){retu… method in AnonymousFunctioncbe8b5111dd00.Editor
H A Dviewer.min.js2013 …filename||mxResources.get("drawing",[Editor.pageCounter])+".xml"};this.getFilename=function(){retu… method in AnonymousFunction39177abc1dd00.Editor
H A Dapp.min.js2047 …filename||mxResources.get("drawing",[Editor.pageCounter])+".xml"};this.getFilename=function(){retu… method in AnonymousFunction9bd35d6b24100.Editor
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js22 this.getFilename = function() method in Editor
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1326 LocalFile.prototype.getFilename = function() method in LocalFile
1347 LocalLibrary.prototype.getFilename = LocalFile.prototype.getFilename; method in LocalLibrary
1452 var name = this.getFilename();
1498 var name = this.getFilename();
/plugin/mediathumbnails/
H A Dthumbnail.php144 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 Dhelper.php59 if ($file->isDir() && !in_array($file->getFilename(), ['.', '..'])) {
82 … if (!$file->isDir() && $file->getExtension() === 'changes' && $file->getFilename()[0] !== '_') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php134 $nodes[] = $this->getChild($entry->getFilename());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php116 …:typeToEnglish($token->getType()), $token->getValue()), $token->getLine(), $stream->getFilename());
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php150 && (false !== $filename = $class->getFilename())
185 && (false !== $filename = $class->getFilename())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php42 $this->assertEquals('foo', $stream->getFilename());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php198 public function getFilename() function in PHPUnit_Util_Configuration

12345