Searched full:pathpart (Results 1 – 13 of 13) sorted by relevance
183 PATHPART: debug190 PATHPART: release197 PATHPART: debug204 PATHPART: release211 PATHPART: debug218 PATHPART: release225 PATHPART: debug232 PATHPART: release
92 curl="builds/libcurl-vc14-x64-${PATHPART}-dll-ssl-dll-ipv6-sspi/bin/curl.exe"104 curl="builds/libcurl-vc14.10-x64-${PATHPART}-dll-ssl-dll-ipv6-sspi/bin/curl.exe"
213 .pathPart("fooPath") in testResourceOperations()219 Assert.assertNotNull(createResourceResult.pathPart()); in testResourceOperations()220 Assert.assertEquals(createResourceResult.pathPart(), "fooPath"); in testResourceOperations()224 .path("/pathPart").value("updatedPath").build(); in testResourceOperations()238 Assert.assertNotNull(getResourceResult.pathPart()); in testResourceOperations()239 Assert.assertEquals(getResourceResult.pathPart(), "updatedPath"); in testResourceOperations()269 apiGateway.createResource(r -> r.restApiId(restApiId).pathPart("fooPath").parentId(".")); in resourceWithDotSignedCorrectly()274 apiGateway.createResource(r -> r.restApiId(restApiId).pathPart("fooPath").parentId("..")); in resourceWithDoubleDotSignedCorrectly()279 … apiGateway.createResource(r -> r.restApiId(restApiId).pathPart("fooPath").parentId("foo/../bar")); in resourceWithEncodedCharactersSignedCorrectly()
201 StringBuilder pathPart = new StringBuilder();212 pathPart.append(".");215 pathPart.append(partList.get(i).toString());217 return "{" + target + "#" + pathPart + "}";
209 StringBuilder pathPart = new StringBuilder(); in template() local220 pathPart.append("."); in template()223 pathPart.append(partList.get(i).toString()); in template()225 return "{" + target + "#" + pathPart + "}"; in template()
79 for (String pathPart : pathParts) { in file()80 f = new File(f, pathPart); in file()
156 for (String pathPart : pathParts) { in join()157 path = path.resolve(pathPart); in join()
220 for (String pathPart : getPathArray(realUri)) { in get()221 fileOrdirectory = new File(fileOrdirectory, pathPart); in get()
2066 char *pathPart = path.data(); /* Path from current resource to desired resource */ in getTableItemByKeyPath() local2068 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()2069 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath()2074 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()2077 const char *pathP = pathPart; in getTableItemByKeyPath()2080 pathPart = nextPathPart; in getTableItemByKeyPath()2082 if (*pathPart) { in getTableItemByKeyPath()
2064 char *pathPart = path.data(); /* Path from current resource to desired resource */ in getTableItemByKeyPath() local2066 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()2067 char *nextPathPart = uprv_strchr(pathPart, RES_PATH_SEPARATOR); in getTableItemByKeyPath()2072 nextPathPart = uprv_strchr(pathPart, 0); in getTableItemByKeyPath()2075 const char *pathP = pathPart; in getTableItemByKeyPath()2078 pathPart = nextPathPart; in getTableItemByKeyPath()2080 if (*pathPart) { in getTableItemByKeyPath()
539 for (String pathPart : mapPathPartToSet.getValue()) { in handleCheck()540 if (curVal.contains(pathPart)) { in handleCheck()
2785 "pathPart"2800 "pathPart":{ object6010 "pathPart":{ object
66652 - pathPart = `([.,:;?!]*[a-zA-Z0-9$'()*+&#=@~_/\-\[\]%])*`66654 - urlRx = protoPart + `://` + hostPart + pathPart