Searched defs:fileURL (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
D | test-url-fileurltopath.js | 57 { path: 'C:\\foo', fileURL: 'file:///C:/foo' }, property 59 { path: 'C:\\FOO', fileURL: 'file:///C:/FOO' }, property 61 { path: 'C:\\dir\\foo', fileURL: 'file:///C:/dir/foo' }, property 63 { path: 'C:\\dir\\', fileURL: 'file:///C:/dir/' }, property 65 { path: 'C:\\foo.mjs', fileURL: 'file:///C:/foo.mjs' }, property 67 { path: 'C:\\foo bar', fileURL: 'file:///C:/foo%20bar' }, property 69 { path: 'C:\\foo?bar', fileURL: 'file:///C:/foo%3Fbar' }, property 71 { path: 'C:\\foo#bar', fileURL: 'file:///C:/foo%23bar' }, property 73 { path: 'C:\\foo&bar', fileURL: 'file:///C:/foo&bar' }, property 75 { path: 'C:\\foo=bar', fileURL: 'file:///C:/foo=bar' }, property [all …]
|
D | test-url-pathtofileurl.js | 7 const fileURL = url.pathToFileURL('test/').href; constant 13 const fileURL = url.pathToFileURL('test\\').href; constant 22 const fileURL = url.pathToFileURL('test/%').href; constant 41 const fileURL = url.pathToFileURL('\\\\nas\\share\\path.txt').href; constant
|