Home
last modified time | relevance | path

Searched refs:fileURI (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/JarURLConnection/
H A DTestDefaultBehavior.java75 URI fileURI = Path.of("test.jar").toUri(); in noEntry() local
76 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in noEntry()
84 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in noEntry()
91 URI fileURI = Path.of("test.jar").toUri(); in withEntry() local
100 assertEquals(jarURLConnection.getJarFileURL(), fileURI.toURL()); in withEntry()
107 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestNoEntry() local
108 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntry()
123 URI fileURI = Path.of("testWithManifest.jar").toUri(); in manifestWithEntry() local
139 URI fileURI = Path.of("testWithManifestAndAttr.jar").toUri(); in manifestNoEntryAttr() local
140 URL jarFileURL = URI.create("jar:" + fileURI + "!/").toURL(); in manifestNoEntryAttr()
[all …]
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A DdaeIOPluginCommon.cpp55 daeURI fileURI(*uri.getDAE(), uri.str(), true); in read() local
58 if ( database->isDocumentLoaded( fileURI.getURI() ) ) in read()
64 readFromMemory(docBuffer, fileURI) : in read()
65 readFromFile(fileURI); // Load from URI in read()
72 string("Failed to load ") + fileURI.str() + "\n"; in read()
82 int res = database->insertDocument(fileURI.getURI(),domObject,&document); in read()
91 daeZAEUncompressHandler zaeHandler(fileURI); in read()
95 daeURI rootFileURI(*fileURI.getDAE(), cdom::nativePathToUri(rootFilePath)); in read()
99 string msg = string("Failed to load ") + fileURI.str() + "\n"; in read()
110 string("Failed to load ") + fileURI.str() + "\n"; in read()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/cache_filesystem/
H A DFileSystemCache.cpp331 URI fileURI( key, _metaPath );
332 std::string path = fileURI.full() + OSG_EXT;
372 URI fileURI( key, _metaPath );
373 std::string path = fileURI.full() + OSG_EXT;
437 URI fileURI( key, _metaPath );
499 URI fileURI( key, _metaPath );
500 std::string path( fileURI.full() + OSG_EXT );
511 URI fileURI( key, _metaPath );
512 std::string path( fileURI.full() + OSG_EXT );
522 URI fileURI( key, _metaPath );
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DPublicSuffixList.jsm36 const fileURI = await this.CLIENT.attachments.download(records[0]);
38 this.notifyUpdate(fileURI);
53 getFilePath(fileURI) {
54 const uri = Services.io.newURI(fileURI);
59 notifyUpdate(fileURI) {
67 const filePath = this.getFilePath(fileURI);
95 let fileURI;
97 fileURI = await this.CLIENT.attachments.download(changed[0]);
104 this.notifyUpdate(fileURI);
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DPublicSuffixList.jsm36 const fileURI = await this.CLIENT.attachments.download(records[0]);
38 this.notifyUpdate(fileURI);
53 getFilePath(fileURI) {
54 const uri = Services.io.newURI(fileURI);
59 notifyUpdate(fileURI) {
67 const filePath = this.getFilePath(fileURI);
95 let fileURI;
97 fileURI = await this.CLIENT.attachments.download(changed[0]);
104 this.notifyUpdate(fileURI);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DPublicSuffixList.jsm36 const fileURI = await this.CLIENT.attachments.download(records[0]);
38 this.notifyUpdate(fileURI);
53 getFilePath(fileURI) {
54 const uri = Services.io.newURI(fileURI);
59 notifyUpdate(fileURI) {
67 const filePath = this.getFilePath(fileURI);
95 let fileURI;
97 fileURI = await this.CLIENT.attachments.download(changed[0]);
104 this.notifyUpdate(fileURI);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/dns/
H A DPublicSuffixList.jsm36 const fileURI = await this.CLIENT.attachments.download(records[0]);
38 this.notifyUpdate(fileURI);
53 getFilePath(fileURI) {
54 const uri = Services.io.newURI(fileURI);
59 notifyUpdate(fileURI) {
67 const filePath = this.getFilePath(fileURI);
95 let fileURI;
97 fileURI = await this.CLIENT.attachments.download(changed[0]);
104 this.notifyUpdate(fileURI);
/dports/net/mad_fcl/mad_fcl_v1.7_src/flute-http-repair-server/mbms-rel6-flute-repair/
H A Dparse_query_string.c125 char *fileURI = NULL; in parse_query_string() local
148 qs->fileURI = NULL; in parse_query_string()
152 fileURI = part; in parse_query_string()
164 part = strtok(fileURI, "="); in parse_query_string()
168 qs->fileURI = parse_uri(part, strlen(part)); in parse_query_string()
171 if(qs->fileURI == NULL) { in parse_query_string()
335 if(qs->fileURI != NULL) { in free_query_str()
336 free_uri(qs->fileURI); in free_query_str()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestDuplicateArchiveFileCachedURL.java63 URI fileURI = new URI(DUPLICATED_URL_CORE); in testArchivesFilesJobSubmisisions() local
70 testSubmission(fileURI, nonConflictingURI, NOLINK, NO_ERROR); in testArchivesFilesJobSubmisisions()
71 testSubmission(fileURI, nonConflictingURI, SYMLINK, NO_ERROR); in testArchivesFilesJobSubmisisions()
76 testSubmission(fileURI, fileURI, NOLINK, ERROR); in testArchivesFilesJobSubmisisions()
77 testSubmission(fileURI, symlinkURI, NOLINK, NO_ERROR); in testArchivesFilesJobSubmisisions()
78 testSubmission(fileURI, symlinkURI, SYMLINK, ERROR); in testArchivesFilesJobSubmisisions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/
H A DURIUtilTest.java224 URI fileURI = null; in testFileWithSpaces() local
226 fileURI = fileURL.toURI(); in testFileWithSpaces()
229 fileURI = URIUtil.toURI(fileURL); in testFileWithSpaces()
231 assertEquals("1.1", correctURI, fileURI); in testFileWithSpaces()
234 fileURI = new URI(fileURL.toString()); in testFileWithSpaces()
239 assertEquals("1.2", correctURI, fileURI); in testFileWithSpaces()
249 URI fileURI = null; in testFileWithBrackets() local
251 fileURI = fileURL.toURI(); in testFileWithBrackets()
254 fileURI = URIUtil.toURI(fileURL); in testFileWithBrackets()
256 assertEquals("1.1", correctURI, fileURI); in testFileWithBrackets()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaShaderFXShaderExporter.cpp496 URI fileURI(URI::nativePathToUri(filename.asChar())); in exportSamplerAndSurfaceInner() local
497 if (fileURI.getScheme().empty()) in exportSamplerAndSurfaceInner()
498 fileURI.setScheme(COLLADASW::URI::SCHEME_FILE); in exportSamplerAndSurfaceInner()
500 String mayaImageId = DocumentExporter::mayaNameToColladaName(fileURI.getPathFileBase().c_str()); in exportSamplerAndSurfaceInner()
506 colladaImageId = DocumentExporter::mayaNameToColladaName(fileURI.getPathFileBase().c_str()); in exportSamplerAndSurfaceInner()
514 …COLLADASW::Image* colladaImage = textureExporter.exportImage(mayaImageId, colladaImageId, fileURI); in exportSamplerAndSurfaceInner()
551 URI fileURI(URI::nativePathToUri(filename.asChar())); in exportTexture() local
552 if (fileURI.getScheme().empty()) in exportTexture()
553 fileURI.setScheme(COLLADASW::URI::SCHEME_FILE); in exportTexture()
555 effectExporter.exportTexturedParameter(mEffectId, &mEffectProfile, mTextureIndex, fileURI); in exportTexture()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DReaderWriterDAE.cpp149 std::string fileURI = ConvertFilePathToColladaCompatibleURI(fileName);
151 if ( ! daeReader.convert( fileURI ) )
161 *(std::string*)options->getPluginData("DAE-DocumentURI") = fileURI;
239 std::string fileURI = ConvertFilePathToColladaCompatibleURI(fname);
243 …osgDAE::daeWriter daeWriter(pDAE, fileURI, osgDB::getFilePath(fname), srcDirectory, options, trave…
250 if (pDAE->write(fileURI))
261 *(std::string*)options->getPluginData("DAE-DocumentURI") = fileURI;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DReaderWriterDAE.cpp167 std::string fileURI = ConvertFilePathToColladaCompatibleURI(fileName); in readNode() local
169 if ( ! daeReader.convert( fileURI ) ) in readNode()
179 *(std::string*)options->getPluginData("DAE-DocumentURI") = fileURI; in readNode()
262 std::string fileURI = ConvertFilePathToColladaCompatibleURI(fname); in writeNode() local
266 …osgDAE::daeWriter daeWriter(pDAE, fileURI, osgDB::getFilePath(fname), srcDirectory, options, trave… in writeNode()
273 if (pDAE->write(fileURI)) in writeNode()
284 *(std::string*)options->getPluginData("DAE-DocumentURI") = fileURI; in writeNode()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/actions/
H A DRecentFileAction.java99 URI fileURI; in createMenu() local
102 fileURI = file.toURI(); in createMenu()
103 f = new File(fileURI); in createMenu()
109 RecentFileAction action = INSTANCE_REGISTRY.get(fileURI); in createMenu()
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/fingerprint/
H A DCollection.cpp214 Collection::fileURI( const QString& filePath ) in fileURI() function in Collection
231 query.bindValue( ":uri", fileURI( filePath ) ); in getFingerprintId()
256 query.bindValue( ":uri", fileURI( filePath ) ); in setFingerprintId()
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dfopen_variation14.phpt40 foreach($fileURIs as $fileURI) {
41 echo "--- READ: $fileURI ---\n";
51 $h = fopen($fileURI, 'r');
63 echo "--- WRITE: $fileURI ---\n";
65 $h = fopen($fileURI, 'w');
H A Dfopen_variation15.phpt44 foreach($fileURIs as $fileURI) {
45 echo "--- READ: $fileURI ---\n";
55 $h = fopen($fileURI, 'r', true);
67 echo "--- WRITE: $fileURI ---\n";
69 $h = fopen($fileURI, 'w', true);
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dfopen_variation14.phpt40 foreach($fileURIs as $fileURI) {
41 echo "--- READ: $fileURI ---\n";
51 $h = fopen($fileURI, 'r');
63 echo "--- WRITE: $fileURI ---\n";
65 $h = fopen($fileURI, 'w');
H A Dfopen_variation15.phpt44 foreach($fileURIs as $fileURI) {
45 echo "--- READ: $fileURI ---\n";
55 $h = fopen($fileURI, 'r', true);
67 echo "--- WRITE: $fileURI ---\n";
69 $h = fopen($fileURI, 'w', true);

12345678910>>...20