/external/chromium_org/third_party/re2/doc/ |
mksyntaxwiki | 18 ,x v/<tr>/ s!.*!<tr><td colspan="2">&</td></tr>! 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr> 28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr> 29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
|
mksyntaxhtml | 19 ,x v/<tr>/ s!.*!<tr><td colspan=2>&</td></tr>! 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr> 32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr> 33 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
|
/external/regex-re2/doc/ |
mksyntaxwiki | 18 ,x v/<tr>/ s!.*!<tr><td colspan="2">&</td></tr>! 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr> 28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr> 29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
|
mksyntaxhtml | 19 ,x v/<tr>/ s!.*!<tr><td colspan=2>&</td></tr>! 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr> 32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr> 33 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
|
/external/doclava/res/assets/templates/ |
hierarchy.cs | 29 <td class="jd-hierarchy-data" colspan="<?cs var:cl.colspan ?>"> 53 <th class="jd-hierarchy-data" colspan="<?cs var:colspan ?>">Class</th>
|
class.cs | 103 <?cs set:colspan = subcount(class.inheritance) ?> 105 <?cs if:colspan == 2 ?> 114 <?cs set:colspan = colspan-1 ?> 123 <?cs set:colspan = subcount(class.inheritance) ?> 126 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?> 127 <td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> ↳<?cs /if ?></td> 129 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs 130 if:colspan == [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 32 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
|
consoleLogs.php | 32 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Console
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 99 <td colspan=3 valign=bottom> <br> 115 <td colspan=3 valign=bottom> <br> 119 <td colspan=2><tt>Hello and goodbye<br> </tt></td></tr> 127 <td colspan=3 valign=bottom> <br> 145 <td colspan=3 valign=bottom> <br> 157 <td colspan=3 valign=bottom> <br> 166 <td colspan=3 valign=bottom> <br> 173 <td colspan=3 valign=bottom> <br>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 99 <td colspan=3 valign=bottom> <br> 115 <td colspan=3 valign=bottom> <br> 119 <td colspan=2><tt>Hello and goodbye<br> </tt></td></tr> 127 <td colspan=3 valign=bottom> <br> 145 <td colspan=3 valign=bottom> <br> 157 <td colspan=3 valign=bottom> <br> 166 <td colspan=3 valign=bottom> <br> 173 <td colspan=3 valign=bottom> <br>
|
/build/tools/droiddoc/templates-ds/ |
class.cs | 113 <?cs set:colspan = subcount(class.inheritance) ?> 115 <?cs if:colspan == 2 ?> 124 <?cs set:colspan = colspan-1 ?> 133 <?cs set:colspan = subcount(class.inheritance) ?> 136 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?> 137 <td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> ↳<?cs /if ?></td> 139 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs 140 if:colspan == [all...] |
/build/tools/droiddoc/templates-sac/ |
class.cs | 113 <?cs set:colspan = subcount(class.inheritance) ?> 115 <?cs if:colspan == 2 ?> 124 <?cs set:colspan = colspan-1 ?> 133 <?cs set:colspan = subcount(class.inheritance) ?> 136 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?> 137 <td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> ↳<?cs /if ?></td> 139 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs 140 if:colspan == [all...] |
/build/tools/droiddoc/templates-sdk/ |
class.cs | 113 <?cs set:colspan = subcount(class.inheritance) ?> 115 <?cs if:colspan == 2 ?> 124 <?cs set:colspan = colspan-1 ?> 133 <?cs set:colspan = subcount(class.inheritance) ?> 136 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?> 137 <td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> ↳<?cs /if ?></td> 139 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs 140 if:colspan == [all...] |
/external/chromium_org/third_party/re2/benchlog/ |
mktable | 16 <tr height=5><td colspan=3></td></tr>
|
/external/chromium_org/tools/code_coverage/ |
croc_html.py | 197 table.E('tr').E('th', e_class='secdesc', colspan=8).Text(caption) 205 sec_hdr.E('th', e_class='section', colspan=3).Text( 219 sec_hdr.E('th', e_class='section', colspan=2) 283 row.E('td', colspan=2)
|
/external/regex-re2/benchlog/ |
mktable | 16 <tr height=5><td colspan=3></td></tr>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiSeparatorAttributeNode.java | 82 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 270 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; 351 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 19 </table><table border=0 cellspacing=5 cellpadding=2 width="100%" > <tr> <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Latest
|
/system/media/camera/docs/ |
html.mako | 171 <tr><td colspan="7" id="section_${section.name}" class="section">${section.name}</td></tr> 178 <tr><td colspan="7" class="kind">${kind.name}</td></tr>
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.cc | 1183 int colspan; local 1537 int colspan; local 1620 int colspan; local 1837 int colspan; local [all...] |
/external/chromium_org/third_party/lcov/bin/ |
genhtml | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 379 // The Section composite seems to ignore colspan when assigned a TableWrapData so 381 // is inserted to respect colspan. 387 twd.colspan = parentNumCol;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 142 '<th sortValue=flakiness colspan=10000><div class=table-header-content><span></span><span class=header-text>flakiness (numbers are runtimes in seconds)</span></div></th>' +
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery-1.4.2.min.js | 37 s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, [all...] |