Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 25 of 113) sorted by relevance

12345

/external/libvpx/examples/includes/HTML-Toc-0.91/t/
DpodExamples.t533 'templateLevelBegin' => '"<ol>\n"',
534 'templateLevelEnd' => '"</ol>\n"',
542 <ol>
544 <ol>
546 </ol>
547 </ol>
608 'templateLevelBegin' => '"<ol class=toc_$groupId$level>\n"',
609 'templateLevelEnd' => '"</ol>\n"',
625 ol.toc_appendix1 { list-style-type: upper-alpha }
641 ol.toc_appendix1 { list-style-type: upper-alpha }
[all …]
DmanualTest.t124 'templateLevelBegin' => '"<ol>\n"',
125 'templateLevelEnd' => '"</ol>\n"',
135 'templateLevelBegin' => '"<ol>\n"',
136 'templateLevelEnd' => '"</ol>\n"',
246 <ol>
249 </ol>
256 <ol>
258 </ol>
354 'templateLevelBegin' => '"<ol>\n"',
355 'templateLevelEnd' => '"</ol>\n"',
[all …]
/external/clearsilver/util/
Dneo_net.c316 if (sock->ol) in ne_net_fill()
385 while (x < sock->ol) in ne_net_flush()
400 r = write(sock->fd, sock->obuf + x, sock->ol - x); in ne_net_flush()
407 sock->ol = 0; in ne_net_flush()
601 if (sock->ol < NET_BUFSIZE) in ne_net_write()
603 if (sock->ol + x <= NET_BUFSIZE) in ne_net_write()
609 l = NET_BUFSIZE - sock->ol; in ne_net_write()
612 memcpy(sock->obuf + sock->ol, b + blen - x, l); in ne_net_write()
613 sock->ol += l; in ne_net_write()
Dneo_net.h34 int ol; member
/external/dhcpcd/
Dshowlease.c192 uint8_t l, ol = 0; in get_option() local
209 memcpy(bp, op, ol); in get_option()
210 bp += ol; in get_option()
212 ol = *p; in get_option()
214 bl += ol; in get_option()
251 memcpy(bp, op, ol); in get_option()
Ddhcp.c261 uint8_t l, ol = 0; in get_option() local
278 memcpy(bp, op, ol); in get_option()
279 bp += ol; in get_option()
281 ol = *p; in get_option()
283 bl += ol; in get_option()
320 memcpy(bp, op, ol); in get_option()
/external/clearsilver/cgi/
Dhtml.c491 int ol = str->len; in strip_white_space_end() local
501 ol = strlen(str->buf); in strip_white_space_end()
502 while (ol && isspace(str->buf[ol-1])) in strip_white_space_end()
504 str->buf[ol - 1] = '\0'; in strip_white_space_end()
505 ol--; in strip_white_space_end()
507 str->len = ol; in strip_white_space_end()
518 memmove (str->buf + x, ptr, ol - i + 1); in strip_white_space_end()
522 ol = str->len; in strip_white_space_end()
/external/webkit/WebCore/css/
Dhtml.css236 ol { selector
247 ul ul, ol ul {
251 ol ol ul, ol ul ul, ul ol ul, ul ul ul {
269 ol ul, ul ol, ul ul, ol ol {
/external/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pod574 'templateLevelBegin' => '"<ol>\n"',
575 'templateLevelEnd' => '"</ol>\n"',
587 The formatted ToC now will contain C<ol> instead of C<ul> tags:
590 <ol>
592 <ol>
594 </ol>
595 </ol>
643 ol.toc_appendix1 { list-style-type: upper-alpha }
660 'templateLevelBegin' => '"<ol class=toc_$groupId$level>\n"',
661 'templateLevelEnd' => '"</ol>\n"',
[all …]
/external/icu4c/data/lang/
Dgl.txt58 es{"Español"}
59 es_419{"Español latinoamericano"}
Dff.txt24 es{"Español"}
Des.txt149 es{"español"}
150 es_419{"español latinoamericano"}
151 es_ES{"español de España"}
604 Olck{"ol ciki"}
Dto.txt120 or{"lea fakaʻinitia ʻolāea"}
219 Orya{"tohinima fakaʻinitia ʻolāea"}
/external/bluetooth/glib/tests/markups/
Dvalid-2.gmarkup30 Spanish (Español) ‎¡Hola!‎
Dexpected-231 Spanish (Español) ‎¡Hola!‎
Dfail-3.gmarkup30 Spanish (Español) ‎¡Hola!‎
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmltags.in84 ol
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_mgc5.pkb18 `�4�50�ԥ�P�RJɅm�eq,��h�:[�)�ᗫ�KɅA�^s|Uf2�����A�����;�4Ѯ�͞ol)Y�|o�.�q�;���p����8;
/external/chromium/third_party/icu/
Dicu4c.css9 body,p,li,ol,ul,th,td { selector
120 p,pre,table,ul,ol,dl { selector
/external/icu4c/
Dicu4c.css9 body,p,li,ol,ul,th,td { selector
120 p,pre,table,ul,ol,dl { selector
/external/webkit/WebCore/inspector/front-end/
Dinspector.css717 .console-group-messages .outline-disclosure > ol {
721 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
1097 .outline-disclosure ol:focus li.selected .selection {
1105 .outline-disclosure > ol {
1114 .outline-disclosure, .outline-disclosure ol {
1138 .outline-disclosure ol:focus li.selected {
1142 .outline-disclosure ol:focus li.selected * {
1167 .outline-disclosure ol:focus li.parent.selected::before {
1175 .outline-disclosure ol:focus li.parent.expanded.selected::before {
1179 .outline-disclosure ol.children {
[all …]
/external/icu4c/data/locales/
Dteo.txt175 "Omodok'king'ol",
Dmas.txt120 "-1"{"Ŋolé"}
/external/webkit/WebCore/html/
DHTMLTagNames.in85 ol interfaceName=HTMLOListElement, createWithNew
/external/libvpx/examples/includes/geshi/docs/
DTODO37 wrap and wants line numbers don't use <ol>, use the <table> method

12345