User:Kate Racaza/test page: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Replaced content with '=DRAFT=')
 
(74 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>Gets a list of all existing local models in the current project (does not include global or reference models). Returns a '''[[NameIdPair_Class|NameIdPair]]''' object array that contains the model names and their ID numbers.<includeonly>[[Image:DeprecatedAPI.png]]</includeonly><onlyinclude>
=DRAFT=
 
=========
 
{{User:Kate_Racaza/test_page}}
 
 
 
<!--
===Properties===
{|class="wikitable sortable toptextcells"; border="0"; cellpadding="5"; cellspacing="0"; style="border-collapse: collapse; text-align: left; width:{{{1|80%}}}; cellborder; valign:top"
|- style="background:#D8D8D8;"
!<span style="color:#585858;">Name</span>
!<span style="color:#585858;">Description</span>
|-
|style="width: 30%;"|FileName
|'''String'''. The complete path to the Synthesis Repository you will connect to.dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
|-
|FileName||'''String'''. The complete path to the Synthesis Repository you will connect to.
|}
 
<br/>
<br/>
<br/>
 
====================
<br/>
<br/>
<br/>
 
 
 
==TEST PAGE==
__NOTOC__
 
 
'''VBA'''
'Connect to a repository
Dim Success As Boolean = False
Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")}}
 
<div style="width: 98%; border:1px solid #819FF7; padding: 0px 10px 10px 10px;text-align: left; border-radius:10px">
{{Font|VBA|8|Calibri|Bold|#424242}}
 
{{APIComment|'Connect to a Synthesis repository.}}<br/>
Dim Success {{APIPrefix|As}} Boolean<br/>
Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")
 
</div>
 
 
<blockquote style="color: lightgrey; border: solid thin gray; border-radius:10px; padding: 10px; text-align: left;">
{{Font|VBA|8|Calibri|Bold|#6E6E6E}}
 
asdfsdfssdf
sdafasfsdaf
asdfdsa  asdfadsfdsa
</blockquote>
 
 
{|
| width="48" height="15" | column 1
| width="48" | column 2
| width="48" | column 3
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 1
| align="right" | 4
| align="right" | 7
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 2
| align="right" | 5
| align="right" | 8
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 3
| align="right" | 6
| align="right" | 9
 
|}
 
 
 
 
The first possibility<ref name="Dog" /> is the probability of a successful trial, <math>(1-p)</math>, where <math>p</math> is the probability of failure in trial <math>n-1</math>, while being in the unreliable state, <math>P_{n-1}(0)</math>, before the <math>n-1</math> trial, or:
 
::<math>(1-p)P_{n-1}(0)</math>
 
::<math>ax^2 + bx + c = 0</math>
 
 
==References==
<ref name="Dog"> This is the dog reference.</ref>
 
 
'''Examples of expressions that are always rendered as PNG images'''
 
<math>x={-b\pm\sqrt{b^2-4ac} \over 2a}</math>
 
<math>2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
 
 
Use <nowiki>\textstyle</nowiki> markup to make it smaller:
<math>\textstyle 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
 
 
<hr>
Regular size formula:
:The formula <math>\sum_{n=1}^\infty 1/n^2 = \pi^2/6 </math> is used for...
 
<nowiki>\textstyle</nowiki> markup:
:The formula <math>\textstyle\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math> is used for...
 
<hr>
 
Mix of HTML and TeX markup:
 
TPH = <math>\tau</math>(DTO<sub>4</sub> – DTR<sub>1</sub>)
 
 
All TeX markup:
 
<math>TPH = \tau(DTO_{4}-DTR_{1})</math>
<noinclude>
-->

Latest revision as of 15:37, 7 September 2016

DRAFT