| /third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/ |
| D | extra.css | 2 .md-grid { 3 max-width: 90%; 6 text-align: justify; 14 font-family: monospace; 15 background-color: #D6E8FF; 17 overflow-x:auto; 20 font-family: monospace; 21 text-align: left; 22 white-space: pre; 25 .md-typeset pre>code { [all …]
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_text.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 44 if (opts.indent_step >= 0) text += '\n'; in AddNewLine() 47 void AddIndent(int ident) { text.append(ident, ' '); } in AddIndent() 53 if (opts.strict_json) text += '\"'; in OutputIdentifier() 54 text += name; in OutputIdentifier() 55 if (opts.strict_json) text += '\"'; in OutputIdentifier() 58 // Print (and its template specialization below for pointers) generate text 64 text += val != 0 ? "true" : "false"; in PrintScalar() 71 text += '\"'; in PrintScalar() 72 text += ev->name; in PrintScalar() [all …]
|
| /third_party/iptables/iptables/ |
| D | iptables.xslt | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!-- Converts from simple xml iptables format to iptables-save format 8 iptables-save | iptables-xml -c | xsltproc iptables.xslt - 9 --> 11 <xsl:output method = "text" /> 12 <xsl:strip-space elements="*" /> 14 <!-- output conditions of a rule but not an action --> 15 <xsl:template match="iptables-rules/table/chain/rule/conditions/*"> 16 <!-- <match> is the pseudo module when a match module doesn't need to be loaded 17 and when -m does not need to be inserted --> [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 2 identity TEXT PRIMARY KEY, 3 methods TEXT, 4 password TEXT, 5 remediation TEXT, 10 CREATE TABLE wildcards( 11 identity TEXT PRIMARY KEY, 12 methods TEXT 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',… [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 2 identity TEXT PRIMARY KEY, 3 methods TEXT, 4 password TEXT, 5 remediation TEXT, 10 CREATE TABLE wildcards( 11 identity TEXT PRIMARY KEY, 12 methods TEXT 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',… [all …]
|
| /third_party/icu/tools/release/java/ |
| D | icu4c.css | 7 * Copyright (C) 2005-2010, International Business Machines 14 font-size: 10pt; 15 font-family: "Arial", "Helvetica", sans-serif; 23 background-image: url(images/draftbg.png); 35 margin-bottom: .5em; 36 margin-top: .5em; 37 padding-bottom: .5em; 38 padding-top: .5em; 39 font-weight: 700; 40 font-size: 20pt; [all …]
|
| /third_party/icu/icu4c/ |
| D | icu4c.css | 5 * Copyright (C) 2005-2014, International Business Machines 12 font-size: 1em; 13 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 21 background-image: url(images/draftbg.png); 24 body .only-milestone, 25 body .only-draft, 26 body .only-rc { 30 body.milestone .only-milestone { 34 body.draft .only-draft { 38 body.rc .only-rc { [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | icu4c.css | 3 * Copyright (C) 2005-2014, International Business Machines 10 font-size: 1em; 11 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 19 background-image: url(images/draftbg.png); 22 body .only-milestone, 23 body .only-draft, 24 body .only-rc { 28 body.milestone .only-milestone { 32 body.draft .only-draft { 36 body.rc .only-rc { [all …]
|
| /third_party/skia/m133/third_party/externals/icu/ |
| D | icu4c.css | 3 * Copyright (C) 2005-2014, International Business Machines 10 font-size: 1em; 11 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 19 background-image: url(images/draftbg.png); 22 body .only-milestone, 23 body .only-draft, 24 body .only-rc { 28 body.milestone .only-milestone { 32 body.draft .only-draft { 36 body.rc .only-rc { [all …]
|
| /third_party/glfw/docs/ |
| D | extra.scss | 4 // npm install -g sass 7 // sass --style=compressed extra.scss extra.css 12 // Default text color for page contents 13 $default-text-color: hsl(0,0%,30%); 15 // Page header, footer, table rows, inline codes and definition lists 16 $header-footer-background-color: hsl(0,0%,95%); 19 $header-footer-link-color: hsl(0,0%,40%); 22 $navbar-link-color: $header-footer-background-color; 25 $content-background-color: hsl(0,0%,100%); 27 // Bold, italic, h1, h2, ... and table of contents [all …]
|
| /third_party/python/Lib/msilib/ |
| D | schema.py | 1 from . import Table 3 _Validation = Table('_Validation') 4 _Validation.add_field(1,'Table',11552) 15 ActionText = Table('ActionText') 20 AdminExecuteSequence = Table('AdminExecuteSequence') 25 Condition = Table('Condition') 30 AdminUISequence = Table('AdminUISequence') 35 AdvtExecuteSequence = Table('AdvtExecuteSequence') 40 AdvtUISequence = Table('AdvtUISequence') 45 AppId = Table('AppId') [all …]
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | structoboe_1_1_version.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh… 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <meta http-equiv="X-UA-Compatible" content="IE=9"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1"/> 9 <link href="tabs.css" rel="stylesheet" type="text/css"/> 10 <script type="text/javascript" src="jquery.js"></script> 11 <script type="text/javascript" src="dynsections.js"></script> 12 <link href="search/search.css" rel="stylesheet" type="text/css"/> 13 <script type="text/javascript" src="search/searchdata.js"></script> 14 <script type="text/javascript" src="search/search.js"></script> [all …]
|
| D | classoboe_1_1_default_stream_values.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh… 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <meta http-equiv="X-UA-Compatible" content="IE=9"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1"/> 9 <link href="tabs.css" rel="stylesheet" type="text/css"/> 10 <script type="text/javascript" src="jquery.js"></script> 11 <script type="text/javascript" src="dynsections.js"></script> 12 <link href="search/search.css" rel="stylesheet" type="text/css"/> 13 <script type="text/javascript" src="search/searchdata.js"></script> 14 <script type="text/javascript" src="search/search.js"></script> [all …]
|
| D | classes.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh… 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 5 <meta http-equiv="X-UA-Compatible" content="IE=9"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1"/> 9 <link href="tabs.css" rel="stylesheet" type="text/css"/> 10 <script type="text/javascript" src="jquery.js"></script> 11 <script type="text/javascript" src="dynsections.js"></script> 12 <link href="search/search.css" rel="stylesheet" type="text/css"/> 13 <script type="text/javascript" src="search/searchdata.js"></script> 14 <script type="text/javascript" src="search/search.js"></script> [all …]
|
| /third_party/EGL/sdk/docs/man/html/ |
| D | eglGetSyncAttrib.xhtml | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 4 <title xmlns:xlink="http://www.w3.org/1999/xlink">eglGetSyncAttrib - EGL Reference Pages</title> 5 <link rel="stylesheet" type="text/css" href="khronos-man.css"/> 21 <table style="border: 0; cellspacing: 0; cellpadding: 0;" class="funcprototype-table"> 40 </table> 41 <div class="funcprototype-spacer"> </div> 105 of sync object, as shown in table 106 …<a class="xref" href="#tab-syncattr" title="Table 1. Attributes accepted by eglGetSyncAttrib">Tab… 113 <div class="table" id="tab-syncattr"> 114 <div class="table-title">Table 1. [all …]
|
| /third_party/cups/doc/ |
| D | cups-printable.css | 2 font-family: lucida grande, geneva, helvetica, arial, sans-serif; 6 font-family: lucida grande, geneva, helvetica, arial, sans-serif; 9 h1 { font-size: 2em; } 10 h2 { font-size: 1.75em; } 11 h3 { font-size: 1.5em; } 12 h4 { font-size: 1.25em; } 15 font-family: monaco, courier, monospace; 16 font-weight: bold; 20 font-family: monaco, courier, monospace; 24 border-left: solid 2px #777; [all …]
|
| D | cups.css | 2 .cups-header { 4 box-shadow: 0 2px 5px rgba(0,0,0,0.25); 7 margin-bottom: 20px; 14 .cups-header ul { 15 list-style: none; 17 -webkit-margin-before: 0; 18 -webkit-margin-after: 0; 19 -webkit-margin-start: 0; 20 -webkit-margin-end: 5px; 21 -webkit-padding-start: 0; [all …]
|
| /third_party/ffmpeg/doc/ |
| D | decoders.texi | 9 manually via the corresponding @code{--enable-lib} option. You can list all 10 available decoders using the configure option @code{--list-decoders}. 13 @code{--disable-decoders} and selectively enable / disable single decoders 14 with the options @code{--enable-decoder=@var{DECODER}} / 15 @code{--disable-decoder=@var{DECODER}}. 17 The option @code{-decoders} of the ff* tools will display the list of 34 @table @option 37 Select an operating point of a scalable AV1 bitstream (0 - 31). Default is 0. 39 @end table 49 @table @option [all …]
|
| D | bootstrap.min.css | 3 * Copyright 2011-2014 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a… selector
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
| D | khronos.css | 6 /** Correct `inline-block` display not defined in IE 8/9. */ 7 audio, canvas, video { display: inline-block; } 18 /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation cha… 19 html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjus… 35 /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4… 36 h1 { font-size: 2em; margin: 0.67em 0; } 39 abbr[title] { border-bottom: 1px dotted; } 42 b, strong { font-weight: bold; } 45 dfn { font-style: italic; } 48 hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } [all …]
|
| /third_party/icu/icu4j/ |
| D | stylesheet7.css | 15 background-color:#ffffff; 17 font-family:Arial, Helvetica, sans-serif; 18 font-size:76%; 22 text-decoration:none; 26 text-decoration:none; 30 text-decoration:none; 37 text-decoration:none; 41 font-size:1.3em; 44 font-size:1.8em; 47 font-size:1.5em; [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/build_tests/expectations/ |
| D | core-1.0.html | 4 <meta charset="UTF-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 9 <title>Test® 1.2.3 -</title> 16 /** Correct `inline-block` display not defined in IE 8/9. */ 17 audio, canvas, video { display: inline-block; } 28 /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation cha… 29 html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjus… 45 /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4… 46 h1 { font-size: 2em; margin: 0.67em 0; } [all …]
|
| /third_party/bzip2/ |
| D | bz-fo.xsl | 1 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- sgml -*- --> 6 <xsl:import href="bz-common.xsl"/> 8 <!-- set indent = yes while debugging, then change to NO --> 11 <!-- ensure only passivetex extensions are on --> 13 <!-- fo extensions: PDF bookmarks and index terms --> 21 <!-- ensure we are using single sided --> 24 <!-- insert cross references to page numbers --> 27 <!-- <?custom-pagebreak?> inserts a page break at this point --> 28 <xsl:template match="processing-instruction('custom-pagebreak')"> 29 <fo:block break-before='page'/> [all …]
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
| D | test.html | 4 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 5 <link rel="stylesheet" type="text/css" href="test.css"/> 6 <script type='text/javascript' src="/lws-common.js"></script> 7 <script type='text/javascript' src='test.js'></script> 15 <table><tr><td> 17 <table width=800px> 21 <img src="libwebsockets.org-logo.svg"></a> 23 <td><img src="strict-csp.svg"></td> 32 </table> 42 <input type="radio" id="tab-1" name="tab-group-1" checked> [all …]
|
| /third_party/libwebsockets/test-apps/ |
| D | test.html | 4 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 5 <link rel="stylesheet" type="text/css" href="test.css"/> 6 <script type='text/javascript' src="/lws-common.js"></script> 7 <script type='text/javascript' src='test.js'></script> 15 <table><tr><td> 17 <table width=600px> 21 <img src="libwebsockets.org-logo.svg"></a></td><td> 29 </table> 39 <input type="radio" id="tab-1" name="tab-group-1" checked> 40 <label for="tab-1">Dumb Increment Demo</label> [all …]
|