Jump to content

Sandbox: Difference between revisions

From LabVIEW Wiki
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="width:100%; border:2px #A3B1BF solid;"
<syntaxhighlight lang="php">
|-
<?php
| colspan="2" style="background:#CEE0F2; text-align:center; padding:2px; border-bottom:1px #A3B1BF solid;" |
$v = "string";   // sample initialization
<h2 style="margin:.5em; margin-top:.1em; border-bottom:0; font-weight:bold;">A–Z Index</h2>
?>
|-
html text t
| style="background:#F5FAFF; padding:1.2em;" valign="top" |
<?    echo $v;         // end of php code
{{shortcut|[[WP:QI]]}}
?>
The [[MediaWiki]] software is [[case sensitive]]: Pages under <code>AA</code> will correspond to different pages compared with <code>Aa</code>.  On each index page, ''italics'' indicate [[Wikipedia:Redirect|redirects]]. To view the index at the precise starting point of your choosing, ''use'' '''''[[Special:Prefixindex|Prefix index]]'''''.
</syntaxhighlight>
:''See also:''  '''''[[Wikipedia:Contents]]'''''.


{| id="toc" style="margin:auto; width:100%;"
|No.
|:
|
|
|'''[[Special:Allpages/0|0]]'''
|
|'''[[Special:Allpages/1|1]]'''
|
|'''[[Special:Allpages/2|2]]'''
|
|'''[[Special:Allpages/3|3]]'''
|
|'''[[Special:Allpages/4|4]]'''
|
|'''[[Special:Allpages/5|5]]'''
|
|'''[[Special:Allpages/6|6]]'''
|
|'''[[Special:Allpages/7|7]]'''
|
|'''[[Special:Allpages/8|8]]'''
|
|'''[[Special:Allpages/9|9]]'''
|
|
|
|
|-
|&nbsp;
|'''-a'''<BR/>'''-A'''
|'''-b'''<BR/>'''-B'''
|'''-c'''<BR/>'''-C'''
|'''-d'''<BR/>'''-D'''
|'''-e'''<BR/>'''-E'''
|'''-f'''<BR/>'''-F'''
|'''-g'''<BR/>'''-G'''
|'''-h'''<BR/>'''-H'''
|'''-i'''<BR/>'''-I'''
|'''-j'''<BR/>'''-J'''
|'''-k'''<BR/>'''-K'''
|'''-l'''<BR/>'''-L'''
|'''-m'''<BR/>'''-M'''
|'''-n'''<BR/>'''-N'''
|'''-o'''<BR/>'''-O'''
|'''-p'''<BR/>'''-P'''
|'''-q'''<BR/>'''-Q'''
|'''-r'''<BR/>'''-R'''
|'''-s'''<BR/>'''-S'''
|'''-t'''<BR/>'''-T'''
|'''-u'''<BR/>'''-U'''
|'''-v'''<BR/>'''-V'''
|'''-w'''<BR/>'''-W'''
|'''-x'''<BR/>'''-X'''
|'''-y'''<BR/>'''-Y'''
|'''-z'''<BR/>'''-Z'''
|-


|-
{{ labviewconfigurationkey
{{quickindexnav|A}}
| keyname = WebServer.Enabled
|-
| example =WebServer.Enabled=TRUE
{{quickindexnav|B}}
| datatype =b
|-
| description =Enable Web Server
{{quickindexnav|C}}
| permitted_values =TRUE or FALSE
|-
| default =FALSE
{{quickindexnav|D}}
| LV1 = 5
|-
| LV2 = 6
{{quickindexnav|E}}
| LV3 = 7
|-
| LV4 = 8
{{quickindexnav|F}}
| LV5 =
|-
| LV6 =
{{quickindexnav|G}}
| OS1 =w
|-
| OS2 =m
{{quickindexnav|H}}
| OS3 =l
|-
| OS4 =u
{{quickindexnav|I}}
| notes =None
|-
}}
{{quickindexnav|J}}
 
|-
{{ labviewconfigurationkey
{{quickindexnav|K}}
| keyname = WebServer.LogEnabled
|-
| example =WebServer.LogEnabled=TRUE
{{quickindexnav|L}}
| datatype =b
|-
| description =Enable Log File
{{quickindexnav|M}}
| permitted_values =TRUE or FALSE
|-
| default =FALSE
{{quickindexnav|N}}
| LV1 = 5
|-
| LV2 = 6
{{quickindexnav|O}}
| LV3 = 7
|-
| LV4 = 8
{{quickindexnav|P}}
| LV5 =
|-
| LV6 =
{{quickindexnav|Q}}
| OS1 =w
|-
| OS2 =m
{{quickindexnav|R}}
| OS3 =l
|-
| OS4 =u
{{quickindexnav|S}}
| notes =None
|-
}}
{{quickindexnav|T}}
 
|-
[[Category:Sandbox]]
{{quickindexnav|U}}
|-
{{quickindexnav|V}}
|-
{{quickindexnav|W}}
|-
{{quickindexnav|X}}
|-
{{quickindexnav|Y}}
|-
{{quickindexnav|Z}}
|}
|} <!--end of main table-->
__NOTOC__ __NOEDITSECTION__

Latest revision as of 17:17, 7 August 2024

<?php
$v = "string";    // sample initialization
?>
html text t
<?     echo $v;         // end of php code
?>


WebServer.Enabled

Example WebServer.Enabled=TRUE
Description Enable Web Server
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

WebServer.LogEnabled

Example WebServer.LogEnabled=TRUE
Description Enable Log File
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None