Home
last modified time | relevance | path

Searched refs:fetchFile (Results 1 – 25 of 422) sorted by last modified time

12345678910>>...17

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extensionmanager/Classes/Utility/Repository/
H A DHelper.php114 * @see fetchFile()
118 $this->fetchFile($this->getRemoteExtListFile(), $this->getLocalExtListFile());
127 * @see fetchFile()
131 $this->fetchFile($this->getRemoteMirrorListFile(), $this->getLocalMirrorListFile());
143 protected function fetchFile($remoteResource, $localResource) function in TYPO3\\CMS\\Extensionmanager\\Utility\\Repository\\Helper
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extensionmanager/Classes/Utility/Repository/
H A DHelper.php111 * @see fetchFile()
115 $this->fetchFile($this->getRemoteExtListFile(), $this->getLocalExtListFile());
124 * @see fetchFile()
128 $this->fetchFile($this->getRemoteMirrorListFile(), $this->getLocalMirrorListFile());
141 protected function fetchFile($remoteResource, $localResource) function in TYPO3\\CMS\\Extensionmanager\\Utility\\Repository\\Helper
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkImageContainer.cpp707 fetchFile(); in loadImageThreaded()
711 void DkImageContainerT::fetchFile() { in fetchFile() function in nmc::DkImageContainerT
H A DDkImageLoader.cpp1860 mImages.at(idx)->fetchFile(); // TODO: crash detected here in updateCacher()
/dports/devel/dep/dep-0.5.4/vendor/golang.org/x/sys/unix/
H A Dmksysnum.go61 func fetchFile(URL string) io.Reader { func
111 syscalls = fetchFile(file)
/dports/mail/thunderbird/thunderbird-91.8.0/intl/l10n/
H A DL10nRegistry.jsm492 return source.fetchFile(locale, resourceId);
512 return source.fetchFile(locale, resourceId, {sync: true});
582 fetchFile(locale, path, options = {sync: false}) {
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/lib/
H A DRemoteL10n.jsm198 // `fetchFile` will return `false` and fall back to the packaged Fluent file.
199 const resource = await fs.fetchFile(appLocale, "asrouter.ftl");
/dports/www/firefox/firefox-99.0/dom/chrome-webidl/
H A DL10nRegistry.webidl128 Promise<FluentResource?> fetchFile(UTF8String locale, UTF8String path);
/dports/www/firefox-esr/firefox-91.8.0/intl/l10n/
H A DL10nRegistry.jsm492 return source.fetchFile(locale, resourceId);
512 return source.fetchFile(locale, resourceId, {sync: true});
582 fetchFile(locale, path, options = {sync: false}) {
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/lib/
H A DRemoteL10n.jsm198 // `fetchFile` will return `false` and fall back to the packaged Fluent file.
199 const resource = await fs.fetchFile(appLocale, "asrouter.ftl");
/dports/net/traefik/traefik-2.6.1/vendor/github.com/googleapis/gnostic/compiler/
H A Dreader.go145 return fetchFile(fileurl)
148 func fetchFile(fileurl string) ([]byte, error) { func
190 bytes, err := fetchFile(filename)
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/upload/
H A DUploadFromUrlTest.php223 $status = $upload->fetchFile();
246 $status = $upload->fetchFile();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/upload/
H A DUploadBase.php299 public function fetchFile() { function in UploadBase
H A DUploadFromUrl.php190 public function fetchFile( $httpOptions = [] ) { function in UploadFromUrl
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialUpload.php531 $status = $this->mUpload->fetchFile();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiUpload.php104 $status = $this->mUpload->fetchFile();
/dports/www/mediawiki137/mediawiki-1.37.1/
H A DHISTORY3182 * Parser::fetchFile(), deprecated in 1.32, has been removed. Use the method
4676 * Parser::fetchFile() is deprecated. Use ::fetchFileAndTitle() instead.
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/LocalisationUpdate/includes/
H A DUpdater.php128 $files = [ $path => $fetcher->fetchFile( $path ) ];
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/LocalisationUpdate/includes/
H A DUpdater.php128 $files = [ $path => $fetcher->fetchFile( $path ) ];
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/upload/
H A DUploadFromUrlTest.php226 $status = $upload->fetchFile();
249 $status = $upload->fetchFile();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/upload/
H A DUploadFromUrl.php190 public function fetchFile( $httpOptions = [] ) { function in UploadFromUrl
H A DUploadBase.php299 public function fetchFile() { function in UploadBase
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialUpload.php524 $status = $this->mUpload->fetchFile();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiUpload.php81 $status = $this->mUpload->fetchFile();
/dports/www/mediawiki136/mediawiki-1.36.3/
H A DHISTORY2166 * Parser::fetchFile(), deprecated in 1.32, has been removed. Use the method
3660 * Parser::fetchFile() is deprecated. Use ::fetchFileAndTitle() instead.

12345678910>>...17