Searched refs:pathInfo (Results 1 – 10 of 10) sorted by relevance
207 private String pathInfo; in doService()215 pathInfo = requestUri.substring(getContextPath().length()).replaceAll("[/]{2,}", "/"); in doService()217 if (pathInfo.startsWith(servletPath)) { in doService()218 pathInfo = pathInfo.substring(servletPathLength); in doService()221 if (pathInfo.isEmpty() && servletPathLength > 0) { in doService()222 pathInfo = null; in doService()225 pathInfo = new URI(pathInfo).getPath(); in doService()231 pathInfo = null; // we know nothing additional about the URI. in doService()236 return pathInfo; in doService()
274 final PathInfo pathInfo = englishInfo.getPathInfo(trunkPath); in compareFiles() local276 if (pathInfo == null) { in compareFiles()283 description = pathInfo.getDescription(); in compareFiles()459 for (PathInfo pathInfo : englishInfo) { in writeFile()460 if (false && pathInfo.id == 46139888945574604L) { // for debugging in writeFile()463 String path = pathInfo.getPath(); in writeFile()466 value = pathInfo.englishValue; in writeFile()494 String starred = pathInfo.getStarredPath(); in writeFile()537 countItems.put(countLessPath, Row.of(pathInfo, value)); in writeFile()540 if (!isEnglish && pathInfo.changedEnglish) { in writeFile()[all …]
1540 for (WritingInfo pathInfo : rows) { in writeTables()1541 String header = pathInfo.codeOutput.getHeader(); in writeTables()1542 Set<Choice> choicesForPath = pathInfo.problems; in writeTables()1570 for (WritingInfo pathInfo : rows) { in writeTables()1571 String header = pathInfo.codeOutput.getHeader(); in writeTables()1572 String code = pathInfo.codeOutput.getCode(); in writeTables()1573 String path = pathInfo.codeOutput.getOriginalPath(); in writeTables()1574 Set<Choice> choicesForPath = pathInfo.problems; in writeTables()1625 .append(pathInfo.getUrl(locale)) // .append(c)baseUrl + "?_=") in writeTables()1638 if (!pathInfo.htmlMessage.isEmpty()) { in writeTables()[all …]
386 void updateCurrentInfo(const PathInfo& pathInfo) { in updateCurrentInfo() argument388 fCurrDX = static_cast<float>(pathInfo.fDevToAtlasOffset.x()); in updateCurrentInfo()389 fCurrDY = static_cast<float>(pathInfo.fDevToAtlasOffset.y()); in updateCurrentInfo()390 fCurrStrokeRadius = pathInfo.fStrokeRadius; in updateCurrentInfo()391 fCurrNextInstances = &fNextInstances[(int)pathInfo.fScissorTest]; in updateCurrentInfo()392 SkDEBUGCODE(fCurrEndInstances = &fEndInstances[(int)pathInfo.fScissorTest]); in updateCurrentInfo()
91 private JDWP.VirtualMachine.ClassPaths pathInfo; field in VirtualMachineImpl1371 if (pathInfo == null) { in getClasspath()1373 pathInfo = JDWP.VirtualMachine.ClassPaths.process(vm); in getClasspath()1378 return pathInfo; in getClasspath()
516 for (Entry<String, Counter<Level>> pathInfo : abstactPaths.entrySet()) { in TestAbstractPaths()517 String path = pathInfo.getKey(); in TestAbstractPaths()518 Counter<Level> counter = pathInfo.getValue(); in TestAbstractPaths()
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...