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

  /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)