HomeSort by relevance Sort by last modified time
    Searched refs:footnote (Results 1 - 13 of 13) sorted by null

  /external/markdown/markdown/extensions/
footnotes.py 4 This section adds footnote handling to markdown. It can be used as
9 footnotes. All footnote functionality is provided separately and
12 Footnote functionality is attached by calling extendMarkdown()
20 [^1]: This is a footnote
21 [^label]: A footnote on "label"
22 [^!DEF]: The footnote for definition
35 """ Footnote Extension. """
60 md.preprocessors.add("footnote", FootnotePreprocessor(self),
64 md.inlinePatterns.add("footnote", FootnotePattern(FOOTNOTE_RE, self),
66 # Insert a tree-processor that would actually add the footnote di
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 29 # Optional title attribute for footnote links and backlinks.
33 # Optional class attribute for footnote links and backlinks.
104 # Add a footnote id prefix to posts when inside a loop.
2695 $footnote = reset($this->footnotes_ordered); variable
2700 $footnote = $this->runBlockGamut("$footnote\\n"); variable
2701 $footnote = preg_replace_callback('{F\\x1Afn:(.*?)\\x1A:}', variable
2710 $footnote = substr($footnote, 0, -4) . "&#160;$backlink<\/p>"; variable
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 63 * Whether footnotes are displayed. Footnote is shown when hardware keyboard
176 * Used to draw footnote.
507 String footnote = null; local
509 footnote = Integer.toString(i + 1);
510 footnoteSize = mFootnotePaint.measureText(footnote);
536 // Draw footnote
538 canvas.drawText(footnote, xPos + (candMargin - footnoteSize)
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 475 # Always use `end' footnote style, since the `separate' style
481 | $makeinfo --footnote-style=end -I "$filename_dir" $miincludes \
texinfo.tex 85 \let\ptexfootnote=\footnote
    [all...]
  /external/blktrace/btt/doc/
btt.tex 118 This is also broken down into two component times\footnote{On
139 Referred to as \emph{I2D} time\footnote{The \emph{issue} trace
159 of IOs during the run\footnote{One of the areas that needs some
171 example\footnote{As with this display, the author has taken some liberty
192 IO\footnote{It should be noted that incoming requests either go through:
481 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/}
570 some real-world analysis\footnote{Note the logarithmic nature of the
586 some real-world analysis\footnote{Note the logarithmic nature of the
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 49 \texttt{blktrace}\footnote{\texttt{git://git.kernel.dk/blktrace.git}}
135 kernel\footnote{Attempts to do them individually resulted in too large of a
161 while the other thread manages reclaiming AIOs completed\footnote{We
221 machine\footnote{The notion of an offset and device size to replay on
  /external/dropbear/libtommath/
bn.tex 90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MPI
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
416 pointer\footnote{The ``dp'' member.} within the mp\_int to \textbf{NULL} which is used to prevent double free situations.
548 When an mp\_int is in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess
856 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} completes
914 If this program\footnote{This function uses the mp\_neg() function which is discussed in section \ref{sec:NEG}.} completes
    [all...]
  /external/grub/docs/
texinfo.tex 87 \let\ptexfootnote=\footnote
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
445 the same buffer. For the encrypt function \textit{pt}\footnote{pt stands for plaintext.} is the input and
446 \textit{ct}\footnote{ct stands for ciphertext.} is the output. For the decryption function it's the opposite. They both
447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As published in their design papers.}
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 186 that base device or fallback tunnel cannot be replicated.\footnote{
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/blktrace/doc/
blktrace.tex 120 each boot\footnote{Note: after adding the entry to /etc/fstab, you
    [all...]

Completed in 506 milliseconds