Home
last modified time | relevance | path

Searched refs:getFileName (Results 26 – 50 of 63) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DClassUtility.php24 $fileName = $reflector->getFileName();
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php123 public function getFileName() function in Facebook\\FileUpload\\FacebookFile
/plugin/openlayersmap/syntax/
H A Dolmap.php211 <td class="txt" colspan="3">KML track: ' . $this->getFileName($gmap ['kmlfile']) . '</td>
222 <td class="txt" colspan="3">GPX track: ' . $this->getFileName($gmap ['gpxfile']) . '</td>
233 <td class="txt" colspan="3">GeoJSON track: ' . $this->getFileName($gmap ['geojsonfile']) . '</td>
722 private function getFileName(string $mediaLink): string
747 private function getFileName(string $mediaLink): string { global() function in syntax_plugin_openlayersmap_olmap
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetails.php136 public function getFileName() function in Google\\Service\\YouTube\\VideoFileDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DStackFrame.php65 public function getFileName() function in Google\\Service\\CloudTrace\\StackFrame
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeed.php106 public function getFileName() function in Google\\Service\\ShoppingContent\\Datafeed
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DDfareportingFile.php97 public function getFileName() function in Google\\Service\\Dfareporting\\DfareportingFile
H A DReport.php165 public function getFileName() function in Google\\Service\\Dfareporting\\Report
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php114 $file->getFileName(),
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py54 def getFileName(filename): function
H A Dzope.py135 fileName = self.getFileName(file.filename)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php362 && $trait->getFileName() === $method->getFileName()
H A DFileCacheReader.php115 && (false !== $filename = $class->getFileName())
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php78 $path = $phpcsFile->getFileName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php255 $testSuite->setAttribute('file', $class->getFileName());
336 $testCase->setAttribute('file', $class->getFileName());
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php47 $fileName = $reflector->getFileName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php210 $file = $class->getFileName();
/plugin/rrdgraph/
H A Dhelper.php205 public function getFileName() { function in rrdgraph_image_info
582 …$svgBinding->createSVG($cacheInfo->getFileName(), array_merge($commandLine, $graphCommands), $bind…
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php308 $file = $r->getFileName();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php562 $code = file($method->getFileName());
1041 $filename = $reflector->getFileName();
/plugin/refnotes/
H A Daction.php535 $source = refnotes_localization::getInstance()->getFileName('__template');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php583 …if (file_exists($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->las…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php342 if ($class->getFileName() == $filename) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js45 …'error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
919 …message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+…
1114 var uri = getFileName(collection[i].href);
1578 fileName = getFileName(item.src||item.baseURI||"..");
1714 getFileName:function(_path){
2568 src = getFileName(script.src);

123