Home
last modified time | relevance | path

Searched +full:text +full:- +full:table (Results 1 – 25 of 1179) sorted by relevance

12345678910>>...48

/external/perfetto/infra/ci/frontend/static/
Dstyle.css2 box-sizing: border-box;
6 font-size: 13px;
17 grid-template-columns: 1fr;
18 grid-template-rows: 50px 1fr;
21 font-family: 'Source Sans Pro', sans-serif;
28 line-height: 50px;
31 grid-template-rows: 1fr;
32 grid-template-columns: fit-content(250px) 1fr;
36 font-size: 20px;
37 font-weight: 100;
[all …]
/external/apache-xml/test/tests/conf/mdocs/
Dterms.xml2 <table>
3 <!-- FileName: terms.xml -->
4 <!-- Purpose: To be referenced by tests such as mdocs16 -->
6 <gentext key="TableofContents" text="TOC"/>
7 <gentext key="tableofcontents" text="TOC"/>
10 <gentext key="Abstract" text="Abstract"/>
11 <gentext key="abstract" text="Abstract"/>
12 <gentext key="Bibliography" text="Bibliography"/>
13 <gentext key="bibliography" text="Bibliography"/>
14 <gentext key="Book" text="Book"/>
[all …]
/external/openscreen/tools/cddl/
Dsema.cc2 // Use of this source code is governed by a BSD-style license that can be
26 if (!this->TypesWithId_.size()) { in TypesWithId()
27 for (const std::unique_ptr<CppType>& ptr : this->cpp_types) { in TypesWithId()
28 if (ptr->type_key == absl::nullopt) { in TypesWithId()
31 this->TypesWithId_.emplace_back(ptr.get()); in TypesWithId()
34 return this->TypesWithId_; in TypesWithId()
142 CddlType* AddCddlType(CddlSymbolTable* table, CddlType::Which which) { in AddCddlType() argument
143 table->types.emplace_back(new CddlType); in AddCddlType()
144 CddlType* value = table->types.back().get(); in AddCddlType()
145 value->which = which; in AddCddlType()
[all …]
/external/flatbuffers/src/
Didl_gen_text.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
35 if (opts.indent_step >= 0) text += '\n'; in AddNewLine()
38 void AddIndent(int ident) { text.append(ident, ' '); } in AddIndent()
44 if (opts.strict_json) text += '\"'; in OutputIdentifier()
45 text += name; in OutputIdentifier()
46 if (opts.strict_json) text += '\"'; in OutputIdentifier()
49 // Print (and its template specialization below for pointers) generate text
55 text += val != 0 ? "true" : "false"; in PrintScalar()
62 text += '\"'; in PrintScalar()
63 text += ev->name; in PrintScalar()
[all …]
/external/freetype/docs/markdown/stylesheets/
Dextra.css2 .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 …]
/external/tensorflow/tensorflow/lite/toco/logging/
Dtemplate.html4 <meta charset="UTF-8">
6 <!-- If IE use the latest rendering engine -->
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <!-- Set the page to the width of the device and set the zoon level -->
10 <meta name="viewport" content="width = device-width, initial-scale = 1">
12 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bo…
16 background-color:#2E2D88;
20 .tab-content {
21 border-left: 1px solid #ddd;
22 border-right: 1px solid #ddd;
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCLDRFilePseudolocalizer.java1 // Copyright 2011-2017 Google Inc. All Rights Reserved.
68 public String fragment(String text) { in fragment() argument
69 return text; in fragment()
124 Map<Integer, String> table = new HashMap<>(); in buildReplacementsTable() local
125 table.put((int) ' ', "\u2003"); in buildReplacementsTable()
126 table.put((int) '!', "\u00a1"); in buildReplacementsTable()
127 table.put((int) '"', "\u2033"); in buildReplacementsTable()
128 table.put((int) '#', "\u266f"); in buildReplacementsTable()
129 table.put((int) '$', "\u20ac"); in buildReplacementsTable()
130 table.put((int) '%', "\u2030"); in buildReplacementsTable()
[all …]
/external/iptables/iptables/
Diptables.xslt1 <?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 …]
/external/tensorflow/tensorflow/lite/toco/logging/testdata/
Dgenerated.html4 <meta charset="UTF-8">
6 <!-- If IE use the latest rendering engine -->
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <!-- Set the page to the width of the device and set the zoon level -->
10 <meta name="viewport" content="width = device-width, initial-scale = 1">
12 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bo…
16 background-color:#2E2D88;
20 .tab-content {
21 border-left: 1px solid #ddd;
22 border-right: 1px solid #ddd;
[all …]
/external/fonttools/Tests/ttLib/tables/
DT_S_I__1_test.py15 table = table_T_S_I__0()
16 table.set(
18 (0, 1, 0), # gid 0, length=1, offset=0, text='a'
19 (1, 5, 1), # gid 1, length=5, offset=1, text='bcdef'
20 (2, 0, 1), # gid 2, length=0, offset=1, text=''
21 (3, 0, 1), # gid 3, length=0, offset=1, text=''
23 ], # gid 4, length=8, offset=6, text='ghijklmn'
25 (0xFFFA, 2, 14), # 'ppgm', length=2, offset=14, text='op'
26 (0xFFFB, 4, 16), # 'cvt', length=4, offset=16, text='qrst'
27 (0xFFFC, 6, 20), # 'reserved', length=6, offset=20, text='uvxywz'
[all …]
D_m_e_t_a_test.py17 # The 'dlng' and 'slng' tag with text data containing "augmented" BCP 47
18 # comma-separated or comma-space-separated tags. These should be UTF-8 encoded
19 # text.
31 table = table__m_e_t_a()
32 table.decompile(META_DATA, ttFont={"meta": table})
33 self.assertEqual({"TEST": b"\xCA\xFE\xBE\xEF"}, table.data)
36 table = table__m_e_t_a()
37 table.data["TEST"] = b"\xCA\xFE\xBE\xEF"
38 self.assertEqual(META_DATA, table.compile(ttFont={"meta": table}))
41 table = table__m_e_t_a()
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/doc/
Dstyle.css12 margin-top: 0;
17 margin-bottom: 0;
26 text-decoration: none; /* no underline */
31 text-decoration: underline;
46 .copyright-footer
69 text-decoration: none;
72 a.subsection-title:link,
73 a.subsection-title:active,
74 a.subsection-title:visited,
75 a.subsection-title:hover
[all …]
/external/eigen/doc/
Deigendoxy.css20 max-width:60em;
21 text-align:justify;
25 max-width:55em;
26 text-align:justify;
34 display:table; /* this allows the element to be larger than its parent */
48 table.example, table.manual, table.manual-vl, table.manual-hl {
49 max-width:100%;
50 border-collapse: collapse;
51 border-style: solid;
52 border-width: 1px;
[all …]
/external/toolchain-utils/cros_utils/
Dhtml_tools.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
11 """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
12 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
15 <style type="text/css">
16 table
18 border-collapse:collapse;
20 table, td, th
25 <script type="text/javascript">
45 def GetListItem(text): argument
[all …]
/external/cldr/docs/rfc/
Ddraft-davis-u-langtag-ext-00.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <style type='text/css'><!--
9 font-family: verdana, charcoal, helvetica, arial, sans-serif;
10 font-size: small; color: #000; background-color: #FFF;
14 font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
15 font-weight: bold; font-style: normal;
17 h1 { color: #900; background-color: transparent; text-align: right; }
18 h3 { color: #333; background-color: transparent; }
21 font-size: x-small; text-decoration: none;
[all …]
/external/python/cpython3/Lib/msilib/
Dschema.py1 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 …]
/external/libcups/doc/
Dcups.css4 box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
7 margin-bottom: 20px;
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;
32 text-decoration: none !important;
37 text-decoration: none !important;
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1-family:sans-serif;font-size:1em}body{background-color:#f3f3f3;background-image:url(images/page-ba…
/external/python/google-api-python-client/docs/epy/
Dgoogleapiclient.schema._SchemaToStruct-class.html2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
13 <!-- ==================== NAVIGATION BAR ==================== -->
14 <table class="navbar" border="0" width="100%" cellpadding="0"
17 <!-- Home link -->
19 href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
21 <!-- Tree link -->
[all …]
/external/icu/icu4c/
Dicu4c.css5 * 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 …]
/external/cronet/third_party/icu/
Dicu4c.css3 * 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 …]
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user_sqlite1 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 …]
/external/python/cpython2/Tools/msi/
Dschema.py1 from msilib 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 …]
/external/python/cpython2/Lib/msilib/
Dschema.py1 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 …]
/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/
DTextGenerator.java8 * http://www.apache.org/licenses/LICENSE-2.0
25 * A generator for any text content.
31 private Grid table; field in TextGenerator
32 private final TextArea text = new TextArea(); field in TextGenerator
35 text.addStyleName(StylesDefs.INPUT_FIELD_REQUIRED); in TextGenerator()
36 text.addChangeHandler(handler); in TextGenerator()
37 text.setVisibleLines(5); in TextGenerator()
42 return "Text"; in getName()
51 String input = text.getText(); in getTextField()
53 throw new GeneratorException("Text should be at least 1 character."); in getTextField()
[all …]

12345678910>>...48