Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/zotero/tests/
H A DStubZoteroFeedReader.php6 private $fileName; variable in StubZoteroFeedReader
8 public function __construct($fileName = "TestEntries.xml")
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DSourceContext.php25 public $fileName; variable in Google\\Service\\ServiceConsumerManagement\\SourceContext
30 public function setFileName($fileName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DSourceContext.php25 public $fileName; variable in Google\\Service\\Monitoring\\SourceContext
30 public function setFileName($fileName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DSourceContext.php25 public $fileName; variable in Google\\Service\\ServiceManagement\\SourceContext
30 public function setFileName($fileName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DSourceContext.php25 public $fileName; variable in Google\\Service\\ServiceNetworking\\SourceContext
30 public function setFileName($fileName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DSourceContext.php25 public $fileName; variable in Google\\Service\\ServiceUsage\\SourceContext
30 public function setFileName($fileName)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php22 private $fileName; variable in Mustache_Source_FilesystemSource
32 public function __construct($fileName, array $statProps)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php52 protected $fileName; variable in Mustache_Loader_InlineLoader
73 public function __construct($fileName, $offset)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadAnswer.php29 public $fileName; variable in Google\\Service\\Forms\\FileUploadAnswer
52 public function setFileName($fileName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DManifest.php26 public $fileName; variable in Google\\Service\\Transcoder\\Manifest
39 public function setFileName($fileName)
H A DMuxStream.php34 public $fileName; variable in Google\\Service\\Transcoder\\MuxStream
73 public function setFileName($fileName)
/plugin/dx/src/
H A DStandardize.php64 private function deleteFileFromPlugin(string $pluginName, string $fileName): void
76 private function copyFileToPlugin(string $pluginName, string $fileName): void
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php100 private function buildDirectoryForFilename($fileName)
129 private function writeFile($fileName, $value)
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java15 protected HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Exception { in createRequest()
88 protected String bodyName(String fileName) { in bodyName()
H A DAbstractCaptureApplet.java219 String fileName, in post()
259 …protected abstract HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Excep… in createRequest()
261 protected abstract String bodyName(String fileName); in bodyName()
/plugin/refnotes/
H A Ddatabase.php187 private $fileName; variable in refnotes_reference_database_page
474 private $fileName; variable in refnotes_reference_database_cache
511 isCached($fileName) global() argument
528 getNamespaces($fileName) global() argument
535 update($fileName, $namespace) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php37 public $fileName; variable in Google\\Service\\FirebaseRules\\SourcePosition
88 public function setFileName($fileName)
/plugin/zotero/
H A DTextZoteroRepository.php14 private $fileName; variable in TextZoteroRepository
17 public function __construct($fileName, ZoteroConfig $config)
/plugin/rrdgraph/inc/
H A Dcontenttypes.php25 public static function get_content_type($fileName) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py33 def removeExtension(fileName): argument
38 def getExtension(fileName): argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetails.php44 public $fileName; variable in Google\\Service\\YouTube\\VideoFileDetails
129 public function setFileName($fileName)
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js220 oIcons.GetIcon = function( fileName ) argument
230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php15 protected function loadFile($fileName) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeed.php36 public $fileName; variable in Google\\Service\\ShoppingContent\\Datafeed
99 public function setFileName($fileName)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php64 function RemoveExtension( $fileName )
263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' )

1234