Home
last modified time | relevance | path

Searched refs:localPath (Results 1 – 25 of 1302) sorted by relevance

12345678910>>...53

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/d4l3k/messagediff/
H A Dmessagediff.go46 localPath := make(Path, len(path))
47 copy(localPath, path)
54 d.Modified[&localPath] = nil
57 d.Modified[&localPath] = bVal.Interface()
114 localPath := append(localPath, SliceIndex(i))
121 localPath := append(localPath, SliceIndex(i))
127 localPath := append(localPath, SliceIndex(i))
136 localPath := append(localPath, MapKey{key.Interface()})
148 localPath := append(localPath, MapKey{key.Interface()})
149 d.Added[&localPath] = bI.Interface()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/d4l3k/messagediff/
H A Dmessagediff.go46 localPath := make(Path, len(path))
47 copy(localPath, path)
54 d.Modified[&localPath] = nil
57 d.Modified[&localPath] = bVal.Interface()
114 localPath := append(localPath, SliceIndex(i))
121 localPath := append(localPath, SliceIndex(i))
127 localPath := append(localPath, SliceIndex(i))
136 localPath := append(localPath, MapKey{key.Interface()})
148 localPath := append(localPath, MapKey{key.Interface()})
149 d.Added[&localPath] = bI.Interface()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/d4l3k/messagediff/
H A Dmessagediff.go46 localPath := make(Path, len(path))
47 copy(localPath, path)
54 d.Modified[&localPath] = nil
57 d.Modified[&localPath] = bVal.Interface()
114 localPath := append(localPath, SliceIndex(i))
121 localPath := append(localPath, SliceIndex(i))
127 localPath := append(localPath, SliceIndex(i))
136 localPath := append(localPath, MapKey{key.Interface()})
148 localPath := append(localPath, MapKey{key.Interface()})
149 d.Added[&localPath] = bI.Interface()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/d4l3k/messagediff/
H A Dmessagediff.go60 localPath := make(Path, len(path))
61 copy(localPath, path)
128 localPath := append(localPath, SliceIndex(i))
135 localPath := append(localPath, SliceIndex(i))
141 localPath := append(localPath, SliceIndex(i))
142 d.Added[&localPath] = bVal.Index(i).Interface()
150 localPath := append(localPath, MapKey{key.Interface()})
152 d.Removed[&localPath] = aI.Interface()
162 localPath := append(localPath, MapKey{key.Interface()})
163 d.Added[&localPath] = bI.Interface()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/sharedcache/
H A DTestSharedCacheUploader.java67 Path localPath = mock(Path.class); in testRenameFail() local
68 when(localPath.getName()).thenReturn("foo.jar"); in testRenameFail()
85 doReturn(localPath).when(spied).getActualPath(); in testRenameFail()
103 Path localPath = mock(Path.class); in testSuccess() local
104 when(localPath.getName()).thenReturn("foo.jar"); in testSuccess()
121 doReturn(localPath).when(spied).getActualPath(); in testSuccess()
142 Path localPath = mock(Path.class); in testNotifySCMFail() local
143 when(localPath.getName()).thenReturn("foo.jar"); in testNotifySCMFail()
178 Path localPath = mock(Path.class); in testVerifyAccessPublicResource() local
202 Path localPath = new Path("foo.jar"); in testGetActualPath() local
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Quarks/
H A DQuarks.sc40 this.unlink(q.localPath)
63 // localPath=url[@refspec]
85 localPath = this.asAbsolutePath(localPath, dir);
117 // localPath=url[@refspec]
123 localPath = this.asRelativePath(quark.localPath, dir);
148 var quark, localPath;
197 if(prev.notNil and: {prev.localPath != quark.localPath}, {
295 all[q.localPath] = q;
373 var git, localPath;
377 git = Git(localPath);
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSBundle/
H A Dresources2.m19 NSString *localPath;
28 localPath = [path stringByAppendingPathComponent:
30 PASS([arr containsObject: localPath],
32 localPath = [path stringByAppendingPathComponent:
34 PASS([arr containsObject: localPath],
49 PASS([arr containsObject: localPath],
53 PASS([arr containsObject: localPath],
63 PASS([arr containsObject: localPath],
67 PASS([arr containsObject: localPath],
77 PASS([arr containsObject: localPath],
[all …]
/dports/devel/critcl/critcl-3.1.18.1/test/suites/
H A Dcproc.test61 } -result [viewFile [localPath test/assets/cproc${suffix}/2.0]]
65 } -result [viewFile [localPath test/assets/cproc${suffix}/2.1]]
69 } -result [viewFile [localPath test/assets/cproc${suffix}/2.2]]
73 } -result [viewFile [localPath test/assets/cproc${suffix}/2.3]]
77 } -result [viewFile [localPath test/assets/cproc${suffix}/2.4]]
81 } -result [viewFile [localPath test/assets/cproc${suffix}/2.5]]
87 } -result [viewFile [localPath test/assets/cproc${suffix}/2.6]]
93 } -result [viewFile [localPath test/assets/cproc${suffix}/2.7]]
101 } -result [viewFile [localPath test/assets/cproc${suffix}/2.8]]
105 } -result [viewFile [localPath test/assets/cproc${suffix}/2.9]]
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSystemIdResolver.java37 public static String getAbsoluteURIFromRelative(String localPath) { in getAbsoluteURIFromRelative() argument
38 if (localPath == null || localPath.length() == 0) { in getAbsoluteURIFromRelative()
42 String absolutePath = localPath; in getAbsoluteURIFromRelative()
43 if (!isAbsolutePath(localPath)) { in getAbsoluteURIFromRelative()
45 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
48 return "file:" + localPath; in getAbsoluteURIFromRelative()
59 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
147 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
149 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
151 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSystemIdResolver.java37 public static String getAbsoluteURIFromRelative(String localPath) { in getAbsoluteURIFromRelative() argument
38 if (localPath == null || localPath.length() == 0) { in getAbsoluteURIFromRelative()
42 String absolutePath = localPath; in getAbsoluteURIFromRelative()
43 if (!isAbsolutePath(localPath)) { in getAbsoluteURIFromRelative()
45 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
48 return "file:" + localPath; in getAbsoluteURIFromRelative()
59 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
147 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
149 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
151 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtestsynccfapi.cpp21 QVERIFY(QFileInfo((folder).localPath() + (path)).exists()); \
22 QVERIFY(cfapi::isSparseFile((folder).localPath() + (path))); \
27 QVERIFY(QFileInfo((folder).localPath() + (path)).exists()); \
28 QVERIFY(!cfapi::isSparseFile((folder).localPath() + (path))); \
33 QVERIFY(!QFileInfo((folder).localPath() + (path)).exists()); \
146 QCOMPARE(QFileInfo(fakeFolder.localPath() + "A/a1").size(), 64); in testVirtualFileLifecycle()
155 QCOMPARE(QFileInfo(fakeFolder.localPath() + "A/a1").size(), 64); in testVirtualFileLifecycle()
207 QVERIFY(!QFileInfo(fakeFolder.localPath() + "A/a1").exists()); in testVirtualFileLifecycle()
223 QVERIFY(!QFileInfo(fakeFolder.localPath() + "A/a1m").exists()); in testVirtualFileLifecycle()
248 QVERIFY(!QFileInfo(fakeFolder.localPath() + "A/a3").exists()); in testVirtualFileLifecycle()
[all …]
/dports/www/matomo/piwik/core/
H A DConfig.php400 $localPath = $this->getLocalPath();
404 $success = is_writable($localPath);
406 $success = @file_put_contents($localPath, $output, LOCK_EX);
413 if (!$this->sanityCheck($localPath, $output)) {
415 …if (@file_put_contents($localPath, $output, LOCK_EX) === false || !$this->sanityCheck($localPath, …
425 * @param string $localPath Absolute path to the changed file on the server.
427 Piwik::postEvent('Core.configFileChanged', [$localPath]);
469 * @param string $localPath
476 clearstatcache(true, $localPath);
478 $content = @file_get_contents($localPath);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java63 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
65 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
70 String absolutePath = localPath; in getAbsoluteURIFromRelative()
71 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
75 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
80 return "file:" + localPath; in getAbsoluteURIFromRelative()
93 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
245 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
247 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
249 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java56 public static String getAbsoluteURIFromRelative(String localPath) in getAbsoluteURIFromRelative() argument
58 if (localPath == null || localPath.length() == 0) in getAbsoluteURIFromRelative()
63 String absolutePath = localPath; in getAbsoluteURIFromRelative()
64 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
68 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
73 return "file:" + localPath; in getAbsoluteURIFromRelative()
86 urlString = "file:" + localPath; in getAbsoluteURIFromRelative()
238 String localPath = systemId.substring(secondColonIndex-1); in getAbsoluteURI() local
240 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
242 getAbsolutePathFromRelativePath(localPath); in getAbsoluteURI()

12345678910>>...53