Searched refs:getConfigOption (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
H A D | Reporter.py | 45 def getValue(self,r,bugtype,getConfigOption): argument 46 return getConfigOption(r.getName(),self.getName()) 51 def getHTML(self,r,bugtype,getConfigOption): argument 56 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption)) 63 def getHTML(self,r,bugtype,getConfigOption): argument 64 default = self.getValue(r,bugtype,getConfigOption) 167 def getValue(self,r,bugtype,getConfigOption): argument
|
H A D | ScanView.py | 511 def getConfigOption(section, field): function 540 active = int(getConfigOption('ScanView','reporter')) 550 options = '\n'.join([ o.getHTML(r,title,getConfigOption) for o in r.getParameters()])
|