Lines Matching refs:cs
1 <?cs # THIS CREATES THE COMPAT CONFIG DOCS FROM compatconfig.xml ?>
2 <?cs include:"macros.cs" ?>
3 <?cs include:"macros_override.cs" ?>
5 <?cs include:"doctype.cs" ?>
6 <html<?cs if:devsite ?> devsite<?cs /if ?>>
7 <?cs include:"head_tag.cs" ?>
8 <?cs include:"body_tag.cs" ?>
10 <?cs include:"header.cs" ?>
11 <?cs # Includes api-info-block DIV at top of page. Standard Devsite uses right nav. ?>
12 <?cs if:dac ?><?cs include:"page_info.cs" ?><?cs /if ?>
13 <?cs # This DIV spans the entire document to provide scope for some scripts ?>
16 <?cs each:change=change ?>
17 <h3 class="api-name" id="<?cs var:change.name ?>"><?cs var:change.name ?></h3>
18 <div>Value: <?cs var:change.id ?></div>
20 <?cs if:change.loggingOnly ?>
22 <?cs else ?>
23 <?cs if:change.disabled ?>
25 <?cs else ?>
27 <?cs if:change.enableSinceTargetSdk ?>
29 <?cs var:change.enableSinceTargetSdk ?>.
30 <?cs else ?>
32 <?cs /if ?>
33 <?cs /if ?>
34 <?cs /if ?>
37 <?cs call:description(change) ?>
38 <?cs /each ?>
41 <?cs if:!devsite ?>
42 <?cs include:"footer.cs" ?>
43 <?cs include:"trailer.cs" ?>
44 <?cs /if ?>