Home
last modified time | relevance | path

Searched refs:sFileUrl (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dcommands.php294 $sFileUrl = CombinePaths(GetResourceTypePath($resourceType, $sCommand), $currentFolder);
295 $sFileUrl = CombinePaths($sFileUrl, $sFileName);
303 SendUploadResults($sErrorNumber, $sFileUrl, $sFileName);
308 $sFileUrl,
H A Dio.php412 * @param string $sFileUrl sFileUrl
416 function SendCKEditorResults($callback, $sFileUrl, $customMsg = '') argument
422 …echo 'window.parent.CKEDITOR.tools.callFunction("'.$callback.'","'.strtr($sFileUrl, $rpl).'", "'.s…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dcommands.php284 $sFileUrl = CombinePaths(GetResourceTypePath($resourceType, $sCommand), $currentFolder);
285 $sFileUrl = CombinePaths($sFileUrl, $sFileName);
292 SendUploadResults($sErrorNumber, $sFileUrl, $sFileName);
297 $sFileUrl,
H A Dio.php424 * @param string $sFileUrl sFileUrl
428 function SendCKEditorResults($callback, $sFileUrl, $customMsg = '') argument
434 …echo 'window.parent.CKEDITOR.tools.callFunction("'.$callback.'","'.strtr($sFileUrl, $rpl).'", "'.s…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_bookmarks.py147 sFileUrl = os.path.join(tempdir, "Bookmarktest.{}".format(sExtension))
148 sFileUrl = systemPathToFileUrl(sFileUrl)
150 self.xDoc.storeToURL(sFileUrl, store_props)
153 return desktop.loadComponentFromURL(sFileUrl, "_default", 0, load_props)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_bookmarks.py147 sFileUrl = os.path.join(tempdir, "Bookmarktest.{}".format(sExtension))
148 sFileUrl = systemPathToFileUrl(sFileUrl)
150 self.xDoc.storeToURL(sFileUrl, store_props)
153 return desktop.loadComponentFromURL(sFileUrl, "_default", 0, load_props)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dcommands.php273 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
274 $sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
276 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbasystem.cxx238 OUString sFileUrl; in PrivateProfileString() local
245 sFileUrl = rFilename; in PrivateProfileString()
247 osl::FileBase::getFileURLFromSystemPath( rFilename, sFileUrl); in PrivateProfileString()
252 maPrivateProfileStringListener.Initialize( sFileUrl, aGroupName, aKey ); in PrivateProfileString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbasystem.cxx239 OUString sFileUrl; in PrivateProfileString() local
246 sFileUrl = rFilename; in PrivateProfileString()
248 osl::FileBase::getFileURLFromSystemPath( rFilename, sFileUrl); in PrivateProfileString()
253 maPrivateProfileStringListener.Initialize( sFileUrl, aGroupName, aKey ); in PrivateProfileString()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/asp/
H A Dcommands.asp191 dim sFileUrl variable
192 sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , currentFolder )
193 sFileUrl = CombinePaths( sFileUrl, sFileName )
196 SendUploadResults sErrorNumber, sFileUrl, sFileName, ""
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DXMLFontAutoStylePool.cxx475 OUString sFileUrl = EmbeddedFontsHelper::fontFileUrl( in exportXML() local
479 if (sFileUrl.isEmpty()) in exportXML()
486 if (!fontFilesMap.count(sFileUrl)) in exportXML()
489 … lcl_checkFontFile(sFileUrl) : embedFontFile(sFileUrl, pEntry->GetFamilyName()); in exportXML()
491 fontFilesMap[sFileUrl] = docUrl; in exportXML()
496 aEmbeddedFont.aURL = sFileUrl; in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DXMLFontAutoStylePool.cxx455 OUString sFileUrl = EmbeddedFontsHelper::fontFileUrl( in exportXML() local
459 if (sFileUrl.isEmpty()) in exportXML()
466 if (!fontFilesMap.count(sFileUrl)) in exportXML()
469 … lcl_checkFontFile(sFileUrl) : embedFontFile(sFileUrl, pEntry->GetFamilyName()); in exportXML()
471 fontFilesMap[sFileUrl] = docUrl; in exportXML()
476 aEmbeddedFont.aURL = sFileUrl; in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/
H A Dmacros-test.cxx327 OUString sFileUrl; in testVba() local
329 osl::FileBase::getFileURLFromSystemPath( sFilePath, sFileUrl ); in testVba()
330 if ( !sFileUrl.isEmpty() ) in testVba()
331 osl::File::remove( sFileUrl ); in testVba()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dcommands.pl183 local($sErrorNumber, $sFileUrl, $sFileName, $customMsg) = @_;
195 …print 'window.parent.OnUploadCompleted(' . $sErrorNumber . ',"' . JS_cnv($sFileUrl) . '","' . JS_c…
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm34 <cfset var sFileUrl = "">
126 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT…
127 <cfset sFileUrl = CombinePaths( sFileUrl , sFileName ) >
140 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openvr/src/src/vrcommon/
H A Dpathtools_public.cpp832 std::string Path_UrlToFilePath( const std::string & sFileUrl ) in Path_UrlToFilePath() argument
834 if ( !strnicmp( sFileUrl.c_str(), FILE_URL_PREFIX, strlen( FILE_URL_PREFIX ) ) ) in Path_UrlToFilePath()
836 char *pchBuffer = (char *)alloca( sFileUrl.length() ); in Path_UrlToFilePath()
837 V_URLDecodeNoPlusForSpace( pchBuffer, (int)sFileUrl.length(), in Path_UrlToFilePath()
838sFileUrl.c_str() + strlen( FILE_URL_PREFIX ), (int)( sFileUrl.length() - strlen( FILE_URL_PREFIX )… in Path_UrlToFilePath()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp749 std::string Path_UrlToFilePath(const std::string &sFileUrl) in Path_UrlToFilePath() argument
751 if (!strnicmp(sFileUrl.c_str(), FILE_URL_PREFIX, strlen(FILE_URL_PREFIX))) in Path_UrlToFilePath()
753 return sFileUrl.c_str() + strlen(FILE_URL_PREFIX); in Path_UrlToFilePath()
H A Dpathtools.h94 std::string Path_UrlToFilePath(const std::string &sFileUrl);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/openvr/src/
H A Dpathtools_public.cpp769 std::string Path_UrlToFilePath( const std::string & sFileUrl ) in Path_UrlToFilePath() argument
771 if ( !strnicmp( sFileUrl.c_str(), FILE_URL_PREFIX, strlen( FILE_URL_PREFIX ) ) ) in Path_UrlToFilePath()
773 return sFileUrl.c_str() + strlen( FILE_URL_PREFIX ); in Path_UrlToFilePath()
H A Dpathtools_public.h95 std::string Path_UrlToFilePath( const std::string & sFileUrl );
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp749 std::string Path_UrlToFilePath(const std::string &sFileUrl) in Path_UrlToFilePath() argument
751 if (!strnicmp(sFileUrl.c_str(), FILE_URL_PREFIX, strlen(FILE_URL_PREFIX))) in Path_UrlToFilePath()
753 return sFileUrl.c_str() + strlen(FILE_URL_PREFIX); in Path_UrlToFilePath()
H A Dpathtools.h94 std::string Path_UrlToFilePath(const std::string &sFileUrl);
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.h106 std::string Path_UrlToFilePath( const std::string & sFileUrl );
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.h106 std::string Path_UrlToFilePath( const std::string & sFileUrl );
/dports/www/firefox/firefox-99.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.h106 std::string Path_UrlToFilePath( const std::string & sFileUrl );

12