/external/chromium_org/third_party/markdown/extensions/ |
extra.py | 71 'abbr',
|
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
tzfile.h | 59 char tzh_charcnt[4]; /* coded number of abbr. chars */
|
/external/okhttp/website/static/ |
html5shiv.min.js | 7 "undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",version:"3.6.2pre",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 198 .allowElements("abbr").allowAttributes("title").onElements("abbr") 337 .allowAttributes("abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", 347 .allowAttributes("abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan",
|
/external/chromium_org/chrome/common/extensions/api/ |
declarative_content.json | 62 "description": "Declarative event action that sets the 19-<abbr title=\"device-independent pixel\">dip</abbr> square icon for the extension's $ref:[pageAction page action] or $ref:[browserAction browser action] while the corresponding conditions are met. This action can be used without <a href=\"declare_permissions.html#host-permissions\">host permissions</a>, but the extension must have page or browser action.<p>Exactly one of <code>imageData</code> or <code>path</code> must be specified. Both are dictionaries mapping a number of pixels to an image representation. The image representation in <code>imageData</code> is an<a href=\"https://developer.mozilla.org/en-US/docs/Web/API/ImageData\">ImageData</a> object, for example from a <code><canvas></code> element, while the image representation in <code>path</code> is the path to an image file relative to he extension's manifest. If <code>scale</code> screen pixels fit into a device-independent pixel, the <code>scale * 19</code> icon will be used. If that scale is missing, the other image will be resized to the needed size.",
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_defs.h | 734 * abbr - New entry to add. 743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) { 789 array_[num - 1] = abbr; 796 * abbr - New entry to add. 800 bool add(const Dwarf_Abbr_DIE* abbr) { 801 return add(abbr, abbr->get_abbr_num());
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | 52 sanitize("<abbr title=\"United Kingdom\">UK</abbr>", 53 "<abbr title=\"United Kingdom\">UK</abbr>"); [all...] |
/bionic/libc/tzcode/ |
tzfile.h | 49 char tzh_charcnt[4]; /* coded number of abbr. chars */
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.cpp | 142 const AtomicString& HTMLTableCellElement::abbr() const function in class:blink::HTMLTableCellElement
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdapi.c | 23 /* test abbr */ 48 /* abbr should return */ 155 /* abbr should return */ 163 /* test abbr */
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzfile.h | 59 char tzh_charcnt[4]; /* coded number of abbr. chars */
|
/external/icu/icu4c/source/test/cintltst/ |
cucdapi.c | 23 /* test abbr */ 48 /* abbr should return */ 155 /* abbr should return */ 163 /* test abbr */
|
/external/chromium_org/styleguide/c++/ |
c++11.css | 45 abbr, 201 abbr,
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.cpp | 167 // cells have borders, or use attributes like headers, abbr, scope or axis 235 if (!cellElement.headers().isEmpty() || !cellElement.abbr().isEmpty()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 95 print "<a href=\"" . cvsfile($row["cvsname"]) . "\"><abbr title=\"{$row['cvsname']}\">$file</abbr></a> ({$row['branch']} " . showrev($row['revision'], $row["cvsname"]) . ")";
|
/external/icu/icu4c/source/i18n/ |
filteredbrk.cpp | 299 const UnicodeString &abbr = *i; local 300 ustrs[n] = abbr;
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HTML4.java | 169 ABBR_ELEMENT = addElement("ABBR", "", HTML.Element.Flow.INLINE), 264 ABBR_ATTRIBUTE = addAttribute("ABBR"),
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFCompileUnit.cpp | 81 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev(); local 92 if (length_OK && version_OK && addr_size_OK && abbr_offset_OK && abbr != NULL) 94 m_abbrevs = abbr->GetAbbreviationDeclarationSet(abbr_offset); [all...] |
/external/chromium_org/third_party/icu/ |
icu4c.css | 406 abbr {
|
/external/icu/icu4c/ |
icu4c.css | 406 abbr {
|
/external/markdown/ |
test-markdown.py | 326 tester.test_directory("tests/extensions-x-abbr")
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
EbayPolicyExample.java | 172 .allowAttributes("abbr").matching(PARAGRAPH)
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser.cpp | 478 static CFX_ByteStringC _PDF_FindFullName(const _FX_BSTR* table, int count, FX_BSTR abbr)
482 if (abbr.GetLength() == table[i + 1].m_Size && FXSYS_memcmp32(abbr.GetPtr(), table[i + 1].m_Ptr, abbr.GetLength()) == 0) {
[all...] |
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssTokensTest.java | 787 "/* An example of style for HTML 4.0\'s ABBR/ACRONYM elements */\n" 789 + "ABBR, ACRONYM { font-variant: small-caps; letter-spacing: 0.1em }\n" 792 "ABBR", ",", " ", "ACRONYM", " ", "{", [all...] |