HomeSort by relevance Sort by last modified time
    Searched refs:markup (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
__init__.py 104 The final markup may or may not actually present this tag as
122 def feed(self, markup):
125 def prepare_markup(self, markup, user_specified_encoding=None,
127 return markup, None, None, False
178 def feed(self, markup):
_html5lib.py 27 def prepare_markup(self, markup, user_specified_encoding):
30 yield (markup, None, None, False)
33 def feed(self, markup):
37 doc = parser.parse(markup, encoding=self.user_specified_encoding)
40 if isinstance(markup, unicode):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 1 % Complete documentation on the extended LaTeX markup used for Python
63 %The \code{\e appendix} markup need not be repeated for additional
  /external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 11 import com.sun.tools.doclets.formats.html.markup.RawHtml;
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 343 * Removes all html markup from the text and replaces links with the the text and a text version
345 * @param htmlText HTML markup text
350 final Spanned markup = Html.fromHtml(htmlText); local
351 final String strippedText = markup.toString();
353 final URLSpan[] links = markup.getSpans(0, markup.length() - 1, URLSpan.class);
356 final int spanStart = markup.getSpanStart(link);
357 final int spanEnd = markup.getSpanEnd(link);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
content.py 191 # analyze the markup lines to check whether they contain paragraphs,
291 ## DOC MARKUP CLASS
430 self.markup = None
434 """Add a new markup section."""
435 if self.markup and self.markup_lines:
437 # get rid of last line of markup if it's empty
442 m = DocMarkup( self.markup, self.markup_lines )
446 self.markup = None
452 markup = None
463 line = " " * prefix + line[prefix:] # remove markup from lin
    [all...]
  /external/pcre/dist/
132html 209 my($markup) = $1;
214 print TEMP "$_$markup\n";
  /external/clang/include/clang/Basic/
PlistSupport.h 18 namespace markup { namespace in namespace:clang
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in class:ServerHTMLDoc
104 doc = self.markup(
121 doc = self.markup(package_documentation, self.preformat, fdict)
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in class:ServerHTMLDoc
104 doc = self.markup(
121 doc = self.markup(package_documentation, self.preformat, fdict)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in class:ServerHTMLDoc
104 doc = self.markup(
121 doc = self.markup(package_documentation, self.preformat, fdict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}): member in class:ServerHTMLDoc
104 doc = self.markup(
121 doc = self.markup(package_documentation, self.preformat, fdict)
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_tree.py 8 same markup, but all Beautiful Soup trees can be traversed with the
571 markup = '''<html>
585 markup = re.compile("\n\s*").sub("", markup)
586 self.tree = self.soup(markup)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 17 using namespace markup;
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 85 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">");
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 19 using namespace markup;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /external/testng/doc/
prettify.js 81 /** token style for a markup declaration such as a DOCTYPE. */
127 * markup punctuation characters in html.
219 /** split markup into chunks of html tags (style null) and
367 /** splits markup tokens into declarations, tags, and source chunks.
747 /** split a group of chunks of markup.
871 /** identify regions of markup that are really source code, and recursivley
    [all...]
  /external/iputils/doc/
docbook2man-spec.pl 15 manpages from RefEntry markup.
26 This program does not come close to supporting all the possible markup
28 markup.
467 # up the roff markup.
653 # MARKUP
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /dalvik/docs/
prettify.js 164 /** token style for a markup declaration such as a DOCTYPE. */
174 * A class that indicates a section of markup that is not code, e.g. to allow
433 /** split markup into chunks of html tags (style null) and
624 /** split markup on tags, comments, application directives, and other top
829 /** identify regions of markup that are really source code, and recursivley
837 // Recurse using the non-markup lexer
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_string.py 167 # it's markup
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_string.py 167 # it's markup

Completed in 1742 milliseconds

12 3 4 5