Searched defs:markup (Results 1 - 7 of 7) sorted by relevance
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
H A D | HtmlLexerTest.java | 148 private static void assertTokens(String markup, String... golden) { argument 149 HtmlLexer lexer = new HtmlLexer(markup); 153 actual.add(t.type + ": " + markup.substring(t.start, t.end));
|
/external/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 55 StringRef MCInstPrinter::markup(StringRef s) const { function in class:MCInstPrinter 61 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const { function in class:MCInstPrinter
|
/external/clang/include/clang/Basic/ |
H A D | PlistSupport.h | 18 namespace markup { namespace in namespace:clang
|
/external/pdfium/core/src/fxcodec/codec/ |
H A D | fx_codec_fax.cpp | 526 int markup = run - run % 64; local 528 p += (markup / 64 - 1) * 2;
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
H A D | __init__.py | 650 def markup(f): function 671 def get_description(f, markup=markup): 673 txt = "Set files with the %s type, if you want to " % markup(f)
|
H A D | gui.py | 883 name = self.markup(f) 884 equiv = self.markup(edict[f]["equiv"]) 1185 path = self.markup(path) 1186 file_class = self.markup(selinux_label) 1187 file_class = self.markup(file_class) 1193 def markup(self, f): member in class:SELinuxGui 1208 desc = sepolicy.get_description(app, markup=self.markup) 1289 markup = '<span foreground="blue"><u>%s</u></span>' 1291 self.transitions_from_treestore.set_value(niter, 2, (_("To disable this transition, go to the " + markup [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 124 milliseconds