'
16 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/lookups.fpt:
--------------------------------------------------------------------------------
1 | @
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # use glob syntax.
2 | syntax: glob
3 |
4 | # VFP generated files
5 | *.err
6 | *.ERR
7 | *.mpr
8 | *.MPR
9 |
10 | # VFP compiled files
11 | *.fxp
12 | *.FXP
13 | *.mpx
14 | *.MPX
15 | *.qpx
16 | *.QPX
17 |
18 | # VFP backup files
19 | *.bak
20 | *.BAK
21 | *.tbk
22 | *.TBK
23 |
24 | # Misc backup files
25 | *.orig
26 | *.ORIG
27 | *.save
28 | *.SAVE
29 | *.zip
30 | *.ZIP
31 |
32 | # Other files
33 | *.chw
34 | SDT/htmlhelp/*.htm
35 | SDT/htmlhelp/sdt_recover.*
36 | SDT/htmlhelp/index.xml
37 |
38 |
39 |
--------------------------------------------------------------------------------
/SDT/Utility/dummy.dct:
--------------------------------------------------------------------------------
1 | @
2 | date, ;
3 | lower(oUtility.JustStem(tcDBC
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/bootstrap/dist/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/bootstrap/dist/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/bootstrap/dist/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/bootstrap/dist/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/bootstrap/dist/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/SDT/htmlhelp/wwhelp.ini:
--------------------------------------------------------------------------------
1 | [wwHelp]
2 | Appname=West Wind HTML Help Builder
3 | Classopenpath=\TOOLS\SDT\HTMLHELP\
4 | Codefont=
5 | Editfont=
6 | Eventobjectprogid=
7 | Lastfile=
8 | Lastimagepath=\TOOLS\SDT\HTMLHELP\
9 | Lasttopic=
10 | Ltag=<<
11 | Outputpath=
12 | Projectopenpath=\TOOLS\SDT\HTMLHELP\
13 | Recentlist=
14 | Rtag=>>
15 | Templateeditor=Notepad.exe
16 | Lastbackup=08/07/01
17 | Lastversioncheck=10/18/02
18 | Autoinchelpid=On
19 | Autosavetopics=On
20 | Showhelpcontextid=Off
21 | Height=300
22 | Left=0
23 | Maxrecent=15
24 | Splitter=190
25 | Top=0
26 | Viewmode=1
27 | Width=400
28 |
--------------------------------------------------------------------------------
/SDT/Tutorial/copyclnt.prg:
--------------------------------------------------------------------------------
1 | close databases all
2 | copy file dev\testdata.dbc to client\testdata.dbc
3 | copy file dev\testdata.dct to client\testdata.dct
4 | copy file dev\testdata.dcx to client\testdata.dcx
5 | copy file dev\coremeta.dbf to client\coremeta.dbf
6 | copy file dev\coremeta.fpt to client\coremeta.fpt
7 | copy file dev\coremeta.cdx to client\coremeta.cdx
8 | copy file dev\sdtmeta.dbf to client\sdtmeta.dbf
9 | copy file dev\sdtmeta.cdx to client\sdtmeta.cdx
10 | copy file dev\sdtuser.dbf to client\sdtuser.dbf
11 | copy file dev\sdtuser.cdx to client\sdtuser.cdx
12 | copy file dev\dbcxreg.dbf to client\dbcxreg.dbf
13 | copy file dev\dbcxreg.fpt to client\dbcxreg.fpt
14 | copy file dev\dbcxreg.cdx to client\dbcxreg.cdx
15 |
--------------------------------------------------------------------------------
/SFCommon/execscript.prg:
--------------------------------------------------------------------------------
1 | lparameters tcCode, ;
2 | tuParm1, ;
3 | tuParm2, ;
4 | tuParm3
5 | local loUtility, ;
6 | luReturn
7 | if type('oUtility.Name') = 'C'
8 | loUtility = oUtility
9 | else
10 | loUtility = MakeObject('SFUtility', 'SFUtility.vcx')
11 | endif type('oUtility.Name') = 'C'
12 | do case
13 | case pcount() = 4
14 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1, ;
15 | tuParm2, tuParm3)
16 | case pcount() = 3
17 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1, ;
18 | tuParm2)
19 | case pcount() = 2
20 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1)
21 | otherwise
22 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'))
23 | endcase
24 | return luReturn
25 |
--------------------------------------------------------------------------------
/SDT/DBCX/validate.prg:
--------------------------------------------------------------------------------
1 | * Set up the environment and open the TESTDATA database.
2 |
3 | clear all
4 | close databases all
5 | set classlib to locfile('DBCXMGR.VCX', 'Visual Class Library (*.vcx):VCX')
6 | lcSampleDir = iif(type('_samples') = 'U', home() + 'samples\', _samples)
7 | open database (lcSampleDir + 'DATA\TESTDATA')
8 |
9 | * Instantiate DBCXMgr in "create" mode so the meta data tables are created (the
10 | * fourth parameter is .T. for "create" mode and the third parameter is the
11 | * directory to create the meta data tables in). Point DBCXMgr to the database,
12 | * turn on "show status" mode, and call its Validate method.
13 |
14 | oMeta = createobject('DBCXMgr', .F., '', .T.)
15 | oMeta.SetDatabase(dbc())
16 | oMeta.lShowStatus = .T.
17 | oMeta.Validate()
18 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/datastoredproc.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
14 |
15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
16 | <% ENDIF %>
17 |
18 | <% IF !EMPTY(oHelp.oTopic.Example) %>
19 | Example
20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
21 | <% ENDIF %>
22 |
23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
24 | See also
25 | <%= lcSeeAlsoTopics %>
26 | <% endif %>
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/whatsnew.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 | Remarks
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
26 | See also
27 | <%= lcSeeAlsoTopics %>
28 | <% endif %>
29 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/whatsnew.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 | Remarks
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
26 | See also
27 | <%= lcSeeAlsoTopics %>
28 | <% endif %>
29 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/whatsnew.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 | Remarks
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
26 | See also
27 | <%= lcSeeAlsoTopics %>
28 | <% endif %>
29 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/whatsnew.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 | Remarks
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
26 | See also
27 | <%= lcSeeAlsoTopics %>
28 | <% endif %>
29 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/datastoredproc.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
14 |
15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
16 | <% ENDIF %>
17 |
18 | <% IF !EMPTY(oHelp.oTopic.Example) %>
19 | Example
20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
21 | <% ENDIF %>
22 |
23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
24 | See also
25 | <%= lcSeeAlsoTopics %>
26 | <% endif %>
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/whatsnew.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 | Remarks
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
26 | See also
27 | <%= lcSeeAlsoTopics %>
28 | <% endif %>
29 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/datastoredproc.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
14 |
15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
16 | <% ENDIF %>
17 |
18 | <% IF !EMPTY(oHelp.oTopic.Example) %>
19 | Example
20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
21 | <% ENDIF %>
22 |
23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
24 | See also
25 | <%= lcSeeAlsoTopics %>
26 | <% endif %>
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/datastoredproc.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
14 |
15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
16 | <% ENDIF %>
17 |
18 | <% IF !EMPTY(oHelp.oTopic.Example) %>
19 | Example
20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
21 | <% ENDIF %>
22 |
23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
24 | See also
25 | <%= lcSeeAlsoTopics %>
26 | <% endif %>
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/datastoredproc.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
14 |
15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
16 | <% ENDIF %>
17 |
18 | <% IF !EMPTY(oHelp.oTopic.Example) %>
19 | Example
20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
21 | <% ENDIF %>
22 |
23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
24 | See also
25 | <%= lcSeeAlsoTopics %>
26 | <% endif %>
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/topic.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
19 |
20 | <% ENDIF %>
21 |
22 | <% IF !EMPTY(oHelp.oTopic.Example) %>
23 | Example
24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
25 | <% ENDIF %>
26 |
27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
28 | See also
29 | <%= lcSeeAlsoTopics %>
30 | <% endif %>
31 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/Compiled/index.PRG:
--------------------------------------------------------------------------------
1 | LOCAL CRLF
2 | CRLF = CHR(13) + CHR(10)
3 |
4 | IF (!wwScriptIsLayout)
5 | wwScriptIsLayout = .T.
6 | wwScript.RenderAspScript("~/templates/_Layout.wcs")
7 | RETURN
8 | ENDIF
9 | Response.Write([]+ CRLF +;
10 | []+ CRLF +;
11 | []+ CRLF +;
12 | [])
13 |
14 | Response.Write(TRANSFORM( EVALUATE([ oHelp.FormatHTML(oHelp.oTopic.Body) ]) ))
15 |
16 | Response.Write([]+ CRLF +;
17 | [
]+ CRLF +;
18 | [])
19 |
20 | IF !EMPTY(oHelp.oTopic.Remarks)
21 | Response.Write([]+ CRLF +;
22 | [Remarks
]+ CRLF +;
23 | [])
24 |
25 | Response.Write(TRANSFORM( EVALUATE([ oHelp.FormatHTML(oHelp.oTopic.Remarks) ]) ))
26 |
27 |
28 | ENDIF
29 |
30 | if !EMPTY(oHelp.oTopic.SeeAlso)
31 | Response.Write([]+ CRLF +;
32 | [See also
])
33 |
34 | Response.Write(TRANSFORM( EVALUATE([ lcSeeAlsoTopics ]) ))
35 |
36 |
37 | endif
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/topic.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
19 |
20 | <% ENDIF %>
21 |
22 | <% IF !EMPTY(oHelp.oTopic.Example) %>
23 | Example
24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
25 | <% ENDIF %>
26 |
27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
28 | See also
29 | <%= lcSeeAlsoTopics %>
30 | <% endif %>
31 |
--------------------------------------------------------------------------------
/SDT/Tutorial/corrupt.prg:
--------------------------------------------------------------------------------
1 | lparameters tcTable, ;
2 | tlMemoOnly
3 | local lcTable
4 | if type('tcTable') <> 'C' or empty(tcTable)
5 | wait window 'Please specify a table to corrupt.'
6 | return
7 | endif type('tcTable') <> 'C' ...
8 | lcTable = upper(tcTable)
9 | do case
10 | case file(lcTable)
11 | case not empty(dbc())
12 | lcTable = substr(lcTable, rat('\', lcTable) + 1)
13 | lcTable = fullpath(dbgetprop(lcTable, 'Table', 'Path'), dbc())
14 | otherwise
15 | lcTable = lcTable + '.DBF'
16 | endcase
17 | if not file(lcTable)
18 | wait window tcTable + ' was not found.'
19 | return
20 | endif not file(lcTable)
21 | close tables all
22 | lcMemo = left(lcTable, at('.', lcTable)) + 'FPT'
23 | if tlMemoOnly and file(lcMemo)
24 | lcTable = lcMemo
25 | endif tlMemoOnly ...
26 | lnHandle = fopen(lcTable, 2)
27 | if lnHandle < 0
28 | wait window 'Could not open table.'
29 | return
30 | endif lnHandle < 0
31 | = fwrite(lnHandle, replicate(chr(0), 10))
32 | = fclose(lnHandle)
33 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/topic.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
19 |
20 | <% ENDIF %>
21 |
22 | <% IF !EMPTY(oHelp.oTopic.Example) %>
23 | Example
24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
25 | <% ENDIF %>
26 |
27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
28 | See also
29 | <%= lcSeeAlsoTopics %>
30 | <% endif %>
31 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/topic.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
19 |
20 | <% ENDIF %>
21 |
22 | <% IF !EMPTY(oHelp.oTopic.Example) %>
23 | Example
24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
25 | <% ENDIF %>
26 |
27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
28 | See also
29 | <%= lcSeeAlsoTopics %>
30 | <% endif %>
31 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/topic.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
19 |
20 | <% ENDIF %>
21 |
22 | <% IF !EMPTY(oHelp.oTopic.Example) %>
23 | Example
24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
25 | <% ENDIF %>
26 |
27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
28 | See also
29 | <%= lcSeeAlsoTopics %>
30 | <% endif %>
31 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/header.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %>
13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
14 | <% else %>
15 | <%= ChildTopicsList() %>
16 | <% endif %>
17 |
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
20 |
21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
23 |
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
29 | <% ENDIF %>
30 |
31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
32 | See also
33 | <%= lcSeeAlsoTopics %>
34 | <% endif %>
35 |
--------------------------------------------------------------------------------
/SDT/DBCX/calcfld.prg:
--------------------------------------------------------------------------------
1 | * Set up the environment and open the TESTDATA database.
2 |
3 | clear all
4 | close databases all
5 | set classlib to locfile('DBCXMGR.VCX', 'Visual Class Library (*.vcx):VCX')
6 | lcSampleDir = iif(type('_samples') = 'U', home() + 'samples\', _samples)
7 | open database (lcSampleDir + 'DATA\TESTDATA')
8 |
9 | * Instantiate DBCXMgr and point it to the database. Note: this assumes you've
10 | * already run VALIDATE.PRG.
11 |
12 | oMeta = createobject('DBCXMgr')
13 | oMeta.SetDatabase(dbc())
14 |
15 | * Create a calculated field if it doesn't already exist.
16 |
17 | if isnull(oMeta.DBCXGetProp('orditems.total_price', 'User', 'Expression'))
18 | oMeta.AddRow('orditems.total_price', 'User')
19 | oMeta.DBCXSetProp('Expression', 'orditems.unit_price * orditems.quantity')
20 | endif isnull(oMeta.DBCXGetProp('orditems.total_price', 'User', 'Expression'))
21 |
22 | * Now browse the ORDITEMS table, displaying the calculated field.
23 |
24 | lcExpr = oMeta.DBCXGetProp('Expression')
25 | use ORDITEMS
26 | browse fields ORDER_ID, LINE_NO, UNIT_PRICE, QUANTITY, TOTAL_PRICE = &lcExpr
27 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/header.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %>
13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
14 | <% else %>
15 | <%= ChildTopicsList() %>
16 | <% endif %>
17 |
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
20 |
21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
23 |
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
29 | <% ENDIF %>
30 |
31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
32 | See also
33 | <%= lcSeeAlsoTopics %>
34 | <% endif %>
35 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/header.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %>
13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
14 | <% else %>
15 | <%= ChildTopicsList() %>
16 | <% endif %>
17 |
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
20 |
21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
23 |
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
29 | <% ENDIF %>
30 |
31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
32 | See also
33 | <%= lcSeeAlsoTopics %>
34 | <% endif %>
35 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/header.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %>
13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
14 | <% else %>
15 | <%= ChildTopicsList() %>
16 | <% endif %>
17 |
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
20 |
21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
23 |
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
29 | <% ENDIF %>
30 |
31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
32 | See also
33 | <%= lcSeeAlsoTopics %>
34 | <% endif %>
35 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/header.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %>
13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
14 | <% else %>
15 | <%= ChildTopicsList() %>
16 | <% endif %>
17 |
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
20 |
21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
23 |
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
29 | <% ENDIF %>
30 |
31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
32 | See also
33 | <%= lcSeeAlsoTopics %>
34 | <% endif %>
35 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/mono-blue.css:
--------------------------------------------------------------------------------
1 | /*
2 | Five-color theme from a single blue hue.
3 | */
4 | .hljs {
5 | display: block;
6 | overflow-x: auto;
7 | padding: 0.5em;
8 | background: #eaeef3;
9 | }
10 |
11 | .hljs {
12 | color: #00193a;
13 | }
14 |
15 | .hljs-keyword,
16 | .hljs-selector-tag,
17 | .hljs-title,
18 | .hljs-section,
19 | .hljs-doctag,
20 | .hljs-name,
21 | .hljs-strong {
22 | font-weight: bold;
23 | }
24 |
25 | .hljs-comment {
26 | color: #738191;
27 | }
28 |
29 | .hljs-string,
30 | .hljs-title,
31 | .hljs-section,
32 | .hljs-built_in,
33 | .hljs-literal,
34 | .hljs-type,
35 | .hljs-addition,
36 | .hljs-tag,
37 | .hljs-quote,
38 | .hljs-name,
39 | .hljs-selector-id,
40 | .hljs-selector-class {
41 | color: #0048ab;
42 | }
43 |
44 | .hljs-meta,
45 | .hljs-subst,
46 | .hljs-symbol,
47 | .hljs-regexp,
48 | .hljs-attribute,
49 | .hljs-deletion,
50 | .hljs-variable,
51 | .hljs-template-variable,
52 | .hljs-link,
53 | .hljs-bullet {
54 | color: #4c81c9;
55 | }
56 |
57 | .hljs-emphasis {
58 | font-style: italic;
59 | }
60 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/mono-blue.css:
--------------------------------------------------------------------------------
1 | /*
2 | Five-color theme from a single blue hue.
3 | */
4 | .hljs {
5 | display: block;
6 | overflow-x: auto;
7 | padding: 0.5em;
8 | background: #eaeef3;
9 | }
10 |
11 | .hljs {
12 | color: #00193a;
13 | }
14 |
15 | .hljs-keyword,
16 | .hljs-selector-tag,
17 | .hljs-title,
18 | .hljs-section,
19 | .hljs-doctag,
20 | .hljs-name,
21 | .hljs-strong {
22 | font-weight: bold;
23 | }
24 |
25 | .hljs-comment {
26 | color: #738191;
27 | }
28 |
29 | .hljs-string,
30 | .hljs-title,
31 | .hljs-section,
32 | .hljs-built_in,
33 | .hljs-literal,
34 | .hljs-type,
35 | .hljs-addition,
36 | .hljs-tag,
37 | .hljs-quote,
38 | .hljs-name,
39 | .hljs-selector-id,
40 | .hljs-selector-class {
41 | color: #0048ab;
42 | }
43 |
44 | .hljs-meta,
45 | .hljs-subst,
46 | .hljs-symbol,
47 | .hljs-regexp,
48 | .hljs-attribute,
49 | .hljs-deletion,
50 | .hljs-variable,
51 | .hljs-template-variable,
52 | .hljs-link,
53 | .hljs-bullet {
54 | color: #4c81c9;
55 | }
56 |
57 | .hljs-emphasis {
58 | font-style: italic;
59 | }
60 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/mono-blue.css:
--------------------------------------------------------------------------------
1 | /*
2 | Five-color theme from a single blue hue.
3 | */
4 | .hljs {
5 | display: block;
6 | overflow-x: auto;
7 | padding: 0.5em;
8 | background: #eaeef3;
9 | }
10 |
11 | .hljs {
12 | color: #00193a;
13 | }
14 |
15 | .hljs-keyword,
16 | .hljs-selector-tag,
17 | .hljs-title,
18 | .hljs-section,
19 | .hljs-doctag,
20 | .hljs-name,
21 | .hljs-strong {
22 | font-weight: bold;
23 | }
24 |
25 | .hljs-comment {
26 | color: #738191;
27 | }
28 |
29 | .hljs-string,
30 | .hljs-title,
31 | .hljs-section,
32 | .hljs-built_in,
33 | .hljs-literal,
34 | .hljs-type,
35 | .hljs-addition,
36 | .hljs-tag,
37 | .hljs-quote,
38 | .hljs-name,
39 | .hljs-selector-id,
40 | .hljs-selector-class {
41 | color: #0048ab;
42 | }
43 |
44 | .hljs-meta,
45 | .hljs-subst,
46 | .hljs-symbol,
47 | .hljs-regexp,
48 | .hljs-attribute,
49 | .hljs-deletion,
50 | .hljs-variable,
51 | .hljs-template-variable,
52 | .hljs-link,
53 | .hljs-bullet {
54 | color: #4c81c9;
55 | }
56 |
57 | .hljs-emphasis {
58 | font-style: italic;
59 | }
60 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/mono-blue.css:
--------------------------------------------------------------------------------
1 | /*
2 | Five-color theme from a single blue hue.
3 | */
4 | .hljs {
5 | display: block;
6 | overflow-x: auto;
7 | padding: 0.5em;
8 | background: #eaeef3;
9 | }
10 |
11 | .hljs {
12 | color: #00193a;
13 | }
14 |
15 | .hljs-keyword,
16 | .hljs-selector-tag,
17 | .hljs-title,
18 | .hljs-section,
19 | .hljs-doctag,
20 | .hljs-name,
21 | .hljs-strong {
22 | font-weight: bold;
23 | }
24 |
25 | .hljs-comment {
26 | color: #738191;
27 | }
28 |
29 | .hljs-string,
30 | .hljs-title,
31 | .hljs-section,
32 | .hljs-built_in,
33 | .hljs-literal,
34 | .hljs-type,
35 | .hljs-addition,
36 | .hljs-tag,
37 | .hljs-quote,
38 | .hljs-name,
39 | .hljs-selector-id,
40 | .hljs-selector-class {
41 | color: #0048ab;
42 | }
43 |
44 | .hljs-meta,
45 | .hljs-subst,
46 | .hljs-symbol,
47 | .hljs-regexp,
48 | .hljs-attribute,
49 | .hljs-deletion,
50 | .hljs-variable,
51 | .hljs-template-variable,
52 | .hljs-link,
53 | .hljs-bullet {
54 | color: #4c81c9;
55 | }
56 |
57 | .hljs-emphasis {
58 | font-style: italic;
59 | }
60 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/mono-blue.css:
--------------------------------------------------------------------------------
1 | /*
2 | Five-color theme from a single blue hue.
3 | */
4 | .hljs {
5 | display: block;
6 | overflow-x: auto;
7 | padding: 0.5em;
8 | background: #eaeef3;
9 | }
10 |
11 | .hljs {
12 | color: #00193a;
13 | }
14 |
15 | .hljs-keyword,
16 | .hljs-selector-tag,
17 | .hljs-title,
18 | .hljs-section,
19 | .hljs-doctag,
20 | .hljs-name,
21 | .hljs-strong {
22 | font-weight: bold;
23 | }
24 |
25 | .hljs-comment {
26 | color: #738191;
27 | }
28 |
29 | .hljs-string,
30 | .hljs-title,
31 | .hljs-section,
32 | .hljs-built_in,
33 | .hljs-literal,
34 | .hljs-type,
35 | .hljs-addition,
36 | .hljs-tag,
37 | .hljs-quote,
38 | .hljs-name,
39 | .hljs-selector-id,
40 | .hljs-selector-class {
41 | color: #0048ab;
42 | }
43 |
44 | .hljs-meta,
45 | .hljs-subst,
46 | .hljs-symbol,
47 | .hljs-regexp,
48 | .hljs-attribute,
49 | .hljs-deletion,
50 | .hljs-variable,
51 | .hljs-template-variable,
52 | .hljs-link,
53 | .hljs-bullet {
54 | color: #4c81c9;
55 | }
56 |
57 | .hljs-emphasis {
58 | font-style: italic;
59 | }
60 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #444;
12 | }
13 |
14 | .hljs-keyword,
15 | .hljs-selector-tag,
16 | .hljs-literal,
17 | .hljs-section,
18 | .hljs-link {
19 | color: white;
20 | }
21 |
22 | .hljs,
23 | .hljs-subst {
24 | color: #ddd;
25 | }
26 |
27 | .hljs-string,
28 | .hljs-title,
29 | .hljs-name,
30 | .hljs-type,
31 | .hljs-attribute,
32 | .hljs-symbol,
33 | .hljs-bullet,
34 | .hljs-built_in,
35 | .hljs-addition,
36 | .hljs-variable,
37 | .hljs-template-tag,
38 | .hljs-template-variable {
39 | color: #d88;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-deletion,
45 | .hljs-meta {
46 | color: #777;
47 | }
48 |
49 | .hljs-keyword,
50 | .hljs-selector-tag,
51 | .hljs-literal,
52 | .hljs-title,
53 | .hljs-section,
54 | .hljs-doctag,
55 | .hljs-type,
56 | .hljs-name,
57 | .hljs-strong {
58 | font-weight: bold;
59 | }
60 |
61 | .hljs-emphasis {
62 | font-style: italic;
63 | }
64 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #444;
12 | }
13 |
14 | .hljs-keyword,
15 | .hljs-selector-tag,
16 | .hljs-literal,
17 | .hljs-section,
18 | .hljs-link {
19 | color: white;
20 | }
21 |
22 | .hljs,
23 | .hljs-subst {
24 | color: #ddd;
25 | }
26 |
27 | .hljs-string,
28 | .hljs-title,
29 | .hljs-name,
30 | .hljs-type,
31 | .hljs-attribute,
32 | .hljs-symbol,
33 | .hljs-bullet,
34 | .hljs-built_in,
35 | .hljs-addition,
36 | .hljs-variable,
37 | .hljs-template-tag,
38 | .hljs-template-variable {
39 | color: #d88;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-deletion,
45 | .hljs-meta {
46 | color: #777;
47 | }
48 |
49 | .hljs-keyword,
50 | .hljs-selector-tag,
51 | .hljs-literal,
52 | .hljs-title,
53 | .hljs-section,
54 | .hljs-doctag,
55 | .hljs-type,
56 | .hljs-name,
57 | .hljs-strong {
58 | font-weight: bold;
59 | }
60 |
61 | .hljs-emphasis {
62 | font-style: italic;
63 | }
64 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #444;
12 | }
13 |
14 | .hljs-keyword,
15 | .hljs-selector-tag,
16 | .hljs-literal,
17 | .hljs-section,
18 | .hljs-link {
19 | color: white;
20 | }
21 |
22 | .hljs,
23 | .hljs-subst {
24 | color: #ddd;
25 | }
26 |
27 | .hljs-string,
28 | .hljs-title,
29 | .hljs-name,
30 | .hljs-type,
31 | .hljs-attribute,
32 | .hljs-symbol,
33 | .hljs-bullet,
34 | .hljs-built_in,
35 | .hljs-addition,
36 | .hljs-variable,
37 | .hljs-template-tag,
38 | .hljs-template-variable {
39 | color: #d88;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-deletion,
45 | .hljs-meta {
46 | color: #777;
47 | }
48 |
49 | .hljs-keyword,
50 | .hljs-selector-tag,
51 | .hljs-literal,
52 | .hljs-title,
53 | .hljs-section,
54 | .hljs-doctag,
55 | .hljs-type,
56 | .hljs-name,
57 | .hljs-strong {
58 | font-weight: bold;
59 | }
60 |
61 | .hljs-emphasis {
62 | font-style: italic;
63 | }
64 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #444;
12 | }
13 |
14 | .hljs-keyword,
15 | .hljs-selector-tag,
16 | .hljs-literal,
17 | .hljs-section,
18 | .hljs-link {
19 | color: white;
20 | }
21 |
22 | .hljs,
23 | .hljs-subst {
24 | color: #ddd;
25 | }
26 |
27 | .hljs-string,
28 | .hljs-title,
29 | .hljs-name,
30 | .hljs-type,
31 | .hljs-attribute,
32 | .hljs-symbol,
33 | .hljs-bullet,
34 | .hljs-built_in,
35 | .hljs-addition,
36 | .hljs-variable,
37 | .hljs-template-tag,
38 | .hljs-template-variable {
39 | color: #d88;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-deletion,
45 | .hljs-meta {
46 | color: #777;
47 | }
48 |
49 | .hljs-keyword,
50 | .hljs-selector-tag,
51 | .hljs-literal,
52 | .hljs-title,
53 | .hljs-section,
54 | .hljs-doctag,
55 | .hljs-type,
56 | .hljs-name,
57 | .hljs-strong {
58 | font-weight: bold;
59 | }
60 |
61 | .hljs-emphasis {
62 | font-style: italic;
63 | }
64 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #444;
12 | }
13 |
14 | .hljs-keyword,
15 | .hljs-selector-tag,
16 | .hljs-literal,
17 | .hljs-section,
18 | .hljs-link {
19 | color: white;
20 | }
21 |
22 | .hljs,
23 | .hljs-subst {
24 | color: #ddd;
25 | }
26 |
27 | .hljs-string,
28 | .hljs-title,
29 | .hljs-name,
30 | .hljs-type,
31 | .hljs-attribute,
32 | .hljs-symbol,
33 | .hljs-bullet,
34 | .hljs-built_in,
35 | .hljs-addition,
36 | .hljs-variable,
37 | .hljs-template-tag,
38 | .hljs-template-variable {
39 | color: #d88;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-deletion,
45 | .hljs-meta {
46 | color: #777;
47 | }
48 |
49 | .hljs-keyword,
50 | .hljs-selector-tag,
51 | .hljs-literal,
52 | .hljs-title,
53 | .hljs-section,
54 | .hljs-doctag,
55 | .hljs-type,
56 | .hljs-name,
57 | .hljs-strong {
58 | font-weight: bold;
59 | }
60 |
61 | .hljs-emphasis {
62 | font-style: italic;
63 | }
64 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/webservice.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %>
16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 |
19 | <% ENDIF %>
20 |
21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
22 |
23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %>
29 | <% ENDIF %>
30 |
31 |
32 | Web Service Methods
33 | <%= ClassMemberTableHtml(oHelp,.t.) %>
34 |
35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
36 | See also:
37 | <%= lcSeeAlsoTopics %>
38 | <% endif %>
39 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/webservice.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %>
16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 |
19 | <% ENDIF %>
20 |
21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
22 |
23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %>
29 | <% ENDIF %>
30 |
31 |
32 | Web Service Methods
33 | <%= ClassMemberTableHtml(oHelp,.t.) %>
34 |
35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
36 | See also:
37 | <%= lcSeeAlsoTopics %>
38 | <% endif %>
39 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/webservice.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %>
16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 |
19 | <% ENDIF %>
20 |
21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
22 |
23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %>
29 | <% ENDIF %>
30 |
31 |
32 | Web Service Methods
33 | <%= ClassMemberTableHtml(oHelp,.t.) %>
34 |
35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
36 | See also:
37 | <%= lcSeeAlsoTopics %>
38 | <% endif %>
39 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/webservice.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %>
16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 |
19 | <% ENDIF %>
20 |
21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
22 |
23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %>
29 | <% ENDIF %>
30 |
31 |
32 | Web Service Methods
33 | <%= ClassMemberTableHtml(oHelp,.t.) %>
34 |
35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
36 | See also:
37 | <%= lcSeeAlsoTopics %>
38 | <% endif %>
39 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/webservice.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %>
16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 |
19 | <% ENDIF %>
20 |
21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
22 |
23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
24 | <% ENDIF %>
25 |
26 | <% IF !EMPTY(oHelp.oTopic.Example) %>
27 | Example
28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %>
29 | <% ENDIF %>
30 |
31 |
32 | Web Service Methods
33 | <%= ClassMemberTableHtml(oHelp,.t.) %>
34 |
35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
36 | See also:
37 | <%= lcSeeAlsoTopics %>
38 | <% endif %>
39 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/codepen-embed.css:
--------------------------------------------------------------------------------
1 | /*
2 | codepen.io Embed Theme
3 | Author: Justin Perry
4 | Original theme - https://github.com/chriskempson/tomorrow-theme
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #222;
12 | color: #fff;
13 | }
14 |
15 | .hljs-comment,
16 | .hljs-quote {
17 | color: #777;
18 | }
19 |
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-tag,
23 | .hljs-regexp,
24 | .hljs-meta,
25 | .hljs-number,
26 | .hljs-built_in,
27 | .hljs-builtin-name,
28 | .hljs-literal,
29 | .hljs-params,
30 | .hljs-symbol,
31 | .hljs-bullet,
32 | .hljs-link,
33 | .hljs-deletion {
34 | color: #ab875d;
35 | }
36 |
37 | .hljs-section,
38 | .hljs-title,
39 | .hljs-name,
40 | .hljs-selector-id,
41 | .hljs-selector-class,
42 | .hljs-type,
43 | .hljs-attribute {
44 | color: #9b869b;
45 | }
46 |
47 | .hljs-string,
48 | .hljs-keyword,
49 | .hljs-selector-tag,
50 | .hljs-addition {
51 | color: #8f9c6c;
52 | }
53 |
54 | .hljs-emphasis {
55 | font-style: italic;
56 | }
57 |
58 | .hljs-strong {
59 | font-weight: bold;
60 | }
61 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/codepen-embed.css:
--------------------------------------------------------------------------------
1 | /*
2 | codepen.io Embed Theme
3 | Author: Justin Perry
4 | Original theme - https://github.com/chriskempson/tomorrow-theme
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #222;
12 | color: #fff;
13 | }
14 |
15 | .hljs-comment,
16 | .hljs-quote {
17 | color: #777;
18 | }
19 |
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-tag,
23 | .hljs-regexp,
24 | .hljs-meta,
25 | .hljs-number,
26 | .hljs-built_in,
27 | .hljs-builtin-name,
28 | .hljs-literal,
29 | .hljs-params,
30 | .hljs-symbol,
31 | .hljs-bullet,
32 | .hljs-link,
33 | .hljs-deletion {
34 | color: #ab875d;
35 | }
36 |
37 | .hljs-section,
38 | .hljs-title,
39 | .hljs-name,
40 | .hljs-selector-id,
41 | .hljs-selector-class,
42 | .hljs-type,
43 | .hljs-attribute {
44 | color: #9b869b;
45 | }
46 |
47 | .hljs-string,
48 | .hljs-keyword,
49 | .hljs-selector-tag,
50 | .hljs-addition {
51 | color: #8f9c6c;
52 | }
53 |
54 | .hljs-emphasis {
55 | font-style: italic;
56 | }
57 |
58 | .hljs-strong {
59 | font-weight: bold;
60 | }
61 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/codepen-embed.css:
--------------------------------------------------------------------------------
1 | /*
2 | codepen.io Embed Theme
3 | Author: Justin Perry
4 | Original theme - https://github.com/chriskempson/tomorrow-theme
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #222;
12 | color: #fff;
13 | }
14 |
15 | .hljs-comment,
16 | .hljs-quote {
17 | color: #777;
18 | }
19 |
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-tag,
23 | .hljs-regexp,
24 | .hljs-meta,
25 | .hljs-number,
26 | .hljs-built_in,
27 | .hljs-builtin-name,
28 | .hljs-literal,
29 | .hljs-params,
30 | .hljs-symbol,
31 | .hljs-bullet,
32 | .hljs-link,
33 | .hljs-deletion {
34 | color: #ab875d;
35 | }
36 |
37 | .hljs-section,
38 | .hljs-title,
39 | .hljs-name,
40 | .hljs-selector-id,
41 | .hljs-selector-class,
42 | .hljs-type,
43 | .hljs-attribute {
44 | color: #9b869b;
45 | }
46 |
47 | .hljs-string,
48 | .hljs-keyword,
49 | .hljs-selector-tag,
50 | .hljs-addition {
51 | color: #8f9c6c;
52 | }
53 |
54 | .hljs-emphasis {
55 | font-style: italic;
56 | }
57 |
58 | .hljs-strong {
59 | font-weight: bold;
60 | }
61 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/database.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 |
26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
27 |
28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
29 |
30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
31 | See also
32 | <%= lcSeeAlsoTopics %>
33 | <% endif %>
34 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/codepen-embed.css:
--------------------------------------------------------------------------------
1 | /*
2 | codepen.io Embed Theme
3 | Author: Justin Perry
4 | Original theme - https://github.com/chriskempson/tomorrow-theme
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #222;
12 | color: #fff;
13 | }
14 |
15 | .hljs-comment,
16 | .hljs-quote {
17 | color: #777;
18 | }
19 |
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-tag,
23 | .hljs-regexp,
24 | .hljs-meta,
25 | .hljs-number,
26 | .hljs-built_in,
27 | .hljs-builtin-name,
28 | .hljs-literal,
29 | .hljs-params,
30 | .hljs-symbol,
31 | .hljs-bullet,
32 | .hljs-link,
33 | .hljs-deletion {
34 | color: #ab875d;
35 | }
36 |
37 | .hljs-section,
38 | .hljs-title,
39 | .hljs-name,
40 | .hljs-selector-id,
41 | .hljs-selector-class,
42 | .hljs-type,
43 | .hljs-attribute {
44 | color: #9b869b;
45 | }
46 |
47 | .hljs-string,
48 | .hljs-keyword,
49 | .hljs-selector-tag,
50 | .hljs-addition {
51 | color: #8f9c6c;
52 | }
53 |
54 | .hljs-emphasis {
55 | font-style: italic;
56 | }
57 |
58 | .hljs-strong {
59 | font-weight: bold;
60 | }
61 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/codepen-embed.css:
--------------------------------------------------------------------------------
1 | /*
2 | codepen.io Embed Theme
3 | Author: Justin Perry
4 | Original theme - https://github.com/chriskempson/tomorrow-theme
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #222;
12 | color: #fff;
13 | }
14 |
15 | .hljs-comment,
16 | .hljs-quote {
17 | color: #777;
18 | }
19 |
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-tag,
23 | .hljs-regexp,
24 | .hljs-meta,
25 | .hljs-number,
26 | .hljs-built_in,
27 | .hljs-builtin-name,
28 | .hljs-literal,
29 | .hljs-params,
30 | .hljs-symbol,
31 | .hljs-bullet,
32 | .hljs-link,
33 | .hljs-deletion {
34 | color: #ab875d;
35 | }
36 |
37 | .hljs-section,
38 | .hljs-title,
39 | .hljs-name,
40 | .hljs-selector-id,
41 | .hljs-selector-class,
42 | .hljs-type,
43 | .hljs-attribute {
44 | color: #9b869b;
45 | }
46 |
47 | .hljs-string,
48 | .hljs-keyword,
49 | .hljs-selector-tag,
50 | .hljs-addition {
51 | color: #8f9c6c;
52 | }
53 |
54 | .hljs-emphasis {
55 | font-style: italic;
56 | }
57 |
58 | .hljs-strong {
59 | font-weight: bold;
60 | }
61 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/database.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 |
26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
27 |
28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
29 |
30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
31 | See also
32 | <%= lcSeeAlsoTopics %>
33 | <% endif %>
34 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/database.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 |
26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
27 |
28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
29 |
30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
31 | See also
32 | <%= lcSeeAlsoTopics %>
33 | <% endif %>
34 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/database.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 |
26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
27 |
28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
29 |
30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
31 | See also
32 | <%= lcSeeAlsoTopics %>
33 | <% endif %>
34 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/database.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 |
11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
13 |
14 |
15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
16 |
17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
18 | <% ENDIF %>
19 |
20 | <% IF !EMPTY(oHelp.oTopic.Example) %>
21 | Example
22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
23 | <% ENDIF %>
24 |
25 |
26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
27 |
28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %>
29 |
30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
31 | See also
32 | <%= lcSeeAlsoTopics %>
33 | <% endif %>
34 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/vs.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Visual Studio-like style based on original C# coloring by Jason Diamond
4 |
5 | */
6 | .hljs {
7 | display: block;
8 | overflow-x: auto;
9 | padding: 0.5em;
10 | background: white;
11 | color: black;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-quote,
16 | .hljs-variable {
17 | color: #008000;
18 | }
19 |
20 | .hljs-keyword,
21 | .hljs-selector-tag,
22 | .hljs-built_in,
23 | .hljs-name,
24 | .hljs-tag {
25 | color: #00f;
26 | }
27 |
28 | .hljs-string,
29 | .hljs-title,
30 | .hljs-section,
31 | .hljs-attribute,
32 | .hljs-literal,
33 | .hljs-template-tag,
34 | .hljs-template-variable,
35 | .hljs-type,
36 | .hljs-addition {
37 | color: #a31515;
38 | }
39 |
40 | .hljs-deletion,
41 | .hljs-selector-attr,
42 | .hljs-selector-pseudo,
43 | .hljs-meta {
44 | color: #2b91af;
45 | }
46 |
47 | .hljs-doctag {
48 | color: #808080;
49 | }
50 |
51 | .hljs-attr {
52 | color: #f00;
53 | }
54 |
55 | .hljs-symbol,
56 | .hljs-bullet,
57 | .hljs-link {
58 | color: #00b0e8;
59 | }
60 |
61 |
62 | .hljs-emphasis {
63 | font-style: italic;
64 | }
65 |
66 | .hljs-strong {
67 | font-weight: bold;
68 | }
69 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/vs.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Visual Studio-like style based on original C# coloring by Jason Diamond
4 |
5 | */
6 | .hljs {
7 | display: block;
8 | overflow-x: auto;
9 | padding: 0.5em;
10 | background: white;
11 | color: black;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-quote,
16 | .hljs-variable {
17 | color: #008000;
18 | }
19 |
20 | .hljs-keyword,
21 | .hljs-selector-tag,
22 | .hljs-built_in,
23 | .hljs-name,
24 | .hljs-tag {
25 | color: #00f;
26 | }
27 |
28 | .hljs-string,
29 | .hljs-title,
30 | .hljs-section,
31 | .hljs-attribute,
32 | .hljs-literal,
33 | .hljs-template-tag,
34 | .hljs-template-variable,
35 | .hljs-type,
36 | .hljs-addition {
37 | color: #a31515;
38 | }
39 |
40 | .hljs-deletion,
41 | .hljs-selector-attr,
42 | .hljs-selector-pseudo,
43 | .hljs-meta {
44 | color: #2b91af;
45 | }
46 |
47 | .hljs-doctag {
48 | color: #808080;
49 | }
50 |
51 | .hljs-attr {
52 | color: #f00;
53 | }
54 |
55 | .hljs-symbol,
56 | .hljs-bullet,
57 | .hljs-link {
58 | color: #00b0e8;
59 | }
60 |
61 |
62 | .hljs-emphasis {
63 | font-style: italic;
64 | }
65 |
66 | .hljs-strong {
67 | font-weight: bold;
68 | }
69 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/vs.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Visual Studio-like style based on original C# coloring by Jason Diamond
4 |
5 | */
6 | .hljs {
7 | display: block;
8 | overflow-x: auto;
9 | padding: 0.5em;
10 | background: white;
11 | color: black;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-quote,
16 | .hljs-variable {
17 | color: #008000;
18 | }
19 |
20 | .hljs-keyword,
21 | .hljs-selector-tag,
22 | .hljs-built_in,
23 | .hljs-name,
24 | .hljs-tag {
25 | color: #00f;
26 | }
27 |
28 | .hljs-string,
29 | .hljs-title,
30 | .hljs-section,
31 | .hljs-attribute,
32 | .hljs-literal,
33 | .hljs-template-tag,
34 | .hljs-template-variable,
35 | .hljs-type,
36 | .hljs-addition {
37 | color: #a31515;
38 | }
39 |
40 | .hljs-deletion,
41 | .hljs-selector-attr,
42 | .hljs-selector-pseudo,
43 | .hljs-meta {
44 | color: #2b91af;
45 | }
46 |
47 | .hljs-doctag {
48 | color: #808080;
49 | }
50 |
51 | .hljs-attr {
52 | color: #f00;
53 | }
54 |
55 | .hljs-symbol,
56 | .hljs-bullet,
57 | .hljs-link {
58 | color: #00b0e8;
59 | }
60 |
61 |
62 | .hljs-emphasis {
63 | font-style: italic;
64 | }
65 |
66 | .hljs-strong {
67 | font-weight: bold;
68 | }
69 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/vs.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Visual Studio-like style based on original C# coloring by Jason Diamond
4 |
5 | */
6 | .hljs {
7 | display: block;
8 | overflow-x: auto;
9 | padding: 0.5em;
10 | background: white;
11 | color: black;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-quote,
16 | .hljs-variable {
17 | color: #008000;
18 | }
19 |
20 | .hljs-keyword,
21 | .hljs-selector-tag,
22 | .hljs-built_in,
23 | .hljs-name,
24 | .hljs-tag {
25 | color: #00f;
26 | }
27 |
28 | .hljs-string,
29 | .hljs-title,
30 | .hljs-section,
31 | .hljs-attribute,
32 | .hljs-literal,
33 | .hljs-template-tag,
34 | .hljs-template-variable,
35 | .hljs-type,
36 | .hljs-addition {
37 | color: #a31515;
38 | }
39 |
40 | .hljs-deletion,
41 | .hljs-selector-attr,
42 | .hljs-selector-pseudo,
43 | .hljs-meta {
44 | color: #2b91af;
45 | }
46 |
47 | .hljs-doctag {
48 | color: #808080;
49 | }
50 |
51 | .hljs-attr {
52 | color: #f00;
53 | }
54 |
55 | .hljs-symbol,
56 | .hljs-bullet,
57 | .hljs-link {
58 | color: #00b0e8;
59 | }
60 |
61 |
62 | .hljs-emphasis {
63 | font-style: italic;
64 | }
65 |
66 | .hljs-strong {
67 | font-weight: bold;
68 | }
69 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/vs.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Visual Studio-like style based on original C# coloring by Jason Diamond
4 |
5 | */
6 | .hljs {
7 | display: block;
8 | overflow-x: auto;
9 | padding: 0.5em;
10 | background: white;
11 | color: black;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-quote,
16 | .hljs-variable {
17 | color: #008000;
18 | }
19 |
20 | .hljs-keyword,
21 | .hljs-selector-tag,
22 | .hljs-built_in,
23 | .hljs-name,
24 | .hljs-tag {
25 | color: #00f;
26 | }
27 |
28 | .hljs-string,
29 | .hljs-title,
30 | .hljs-section,
31 | .hljs-attribute,
32 | .hljs-literal,
33 | .hljs-template-tag,
34 | .hljs-template-variable,
35 | .hljs-type,
36 | .hljs-addition {
37 | color: #a31515;
38 | }
39 |
40 | .hljs-deletion,
41 | .hljs-selector-attr,
42 | .hljs-selector-pseudo,
43 | .hljs-meta {
44 | color: #2b91af;
45 | }
46 |
47 | .hljs-doctag {
48 | color: #808080;
49 | }
50 |
51 | .hljs-attr {
52 | color: #f00;
53 | }
54 |
55 | .hljs-symbol,
56 | .hljs-bullet,
57 | .hljs-link {
58 | color: #00b0e8;
59 | }
60 |
61 |
62 | .hljs-emphasis {
63 | font-style: italic;
64 | }
65 |
66 | .hljs-strong {
67 | font-weight: bold;
68 | }
69 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/far.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | FAR Style (c) MajestiC
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #000080;
12 | }
13 |
14 | .hljs,
15 | .hljs-subst {
16 | color: #0ff;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-attribute,
21 | .hljs-symbol,
22 | .hljs-bullet,
23 | .hljs-built_in,
24 | .hljs-builtin-name,
25 | .hljs-template-tag,
26 | .hljs-template-variable,
27 | .hljs-addition {
28 | color: #ff0;
29 | }
30 |
31 | .hljs-keyword,
32 | .hljs-selector-tag,
33 | .hljs-section,
34 | .hljs-type,
35 | .hljs-name,
36 | .hljs-selector-id,
37 | .hljs-selector-class,
38 | .hljs-variable {
39 | color: #fff;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-doctag,
45 | .hljs-deletion {
46 | color: #888;
47 | }
48 |
49 | .hljs-number,
50 | .hljs-regexp,
51 | .hljs-literal,
52 | .hljs-link {
53 | color: #0f0;
54 | }
55 |
56 | .hljs-meta {
57 | color: #008080;
58 | }
59 |
60 | .hljs-keyword,
61 | .hljs-selector-tag,
62 | .hljs-title,
63 | .hljs-section,
64 | .hljs-name,
65 | .hljs-strong {
66 | font-weight: bold;
67 | }
68 |
69 | .hljs-emphasis {
70 | font-style: italic;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/far.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | FAR Style (c) MajestiC
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #000080;
12 | }
13 |
14 | .hljs,
15 | .hljs-subst {
16 | color: #0ff;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-attribute,
21 | .hljs-symbol,
22 | .hljs-bullet,
23 | .hljs-built_in,
24 | .hljs-builtin-name,
25 | .hljs-template-tag,
26 | .hljs-template-variable,
27 | .hljs-addition {
28 | color: #ff0;
29 | }
30 |
31 | .hljs-keyword,
32 | .hljs-selector-tag,
33 | .hljs-section,
34 | .hljs-type,
35 | .hljs-name,
36 | .hljs-selector-id,
37 | .hljs-selector-class,
38 | .hljs-variable {
39 | color: #fff;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-doctag,
45 | .hljs-deletion {
46 | color: #888;
47 | }
48 |
49 | .hljs-number,
50 | .hljs-regexp,
51 | .hljs-literal,
52 | .hljs-link {
53 | color: #0f0;
54 | }
55 |
56 | .hljs-meta {
57 | color: #008080;
58 | }
59 |
60 | .hljs-keyword,
61 | .hljs-selector-tag,
62 | .hljs-title,
63 | .hljs-section,
64 | .hljs-name,
65 | .hljs-strong {
66 | font-weight: bold;
67 | }
68 |
69 | .hljs-emphasis {
70 | font-style: italic;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/far.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | FAR Style (c) MajestiC
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #000080;
12 | }
13 |
14 | .hljs,
15 | .hljs-subst {
16 | color: #0ff;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-attribute,
21 | .hljs-symbol,
22 | .hljs-bullet,
23 | .hljs-built_in,
24 | .hljs-builtin-name,
25 | .hljs-template-tag,
26 | .hljs-template-variable,
27 | .hljs-addition {
28 | color: #ff0;
29 | }
30 |
31 | .hljs-keyword,
32 | .hljs-selector-tag,
33 | .hljs-section,
34 | .hljs-type,
35 | .hljs-name,
36 | .hljs-selector-id,
37 | .hljs-selector-class,
38 | .hljs-variable {
39 | color: #fff;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-doctag,
45 | .hljs-deletion {
46 | color: #888;
47 | }
48 |
49 | .hljs-number,
50 | .hljs-regexp,
51 | .hljs-literal,
52 | .hljs-link {
53 | color: #0f0;
54 | }
55 |
56 | .hljs-meta {
57 | color: #008080;
58 | }
59 |
60 | .hljs-keyword,
61 | .hljs-selector-tag,
62 | .hljs-title,
63 | .hljs-section,
64 | .hljs-name,
65 | .hljs-strong {
66 | font-weight: bold;
67 | }
68 |
69 | .hljs-emphasis {
70 | font-style: italic;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/far.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | FAR Style (c) MajestiC
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #000080;
12 | }
13 |
14 | .hljs,
15 | .hljs-subst {
16 | color: #0ff;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-attribute,
21 | .hljs-symbol,
22 | .hljs-bullet,
23 | .hljs-built_in,
24 | .hljs-builtin-name,
25 | .hljs-template-tag,
26 | .hljs-template-variable,
27 | .hljs-addition {
28 | color: #ff0;
29 | }
30 |
31 | .hljs-keyword,
32 | .hljs-selector-tag,
33 | .hljs-section,
34 | .hljs-type,
35 | .hljs-name,
36 | .hljs-selector-id,
37 | .hljs-selector-class,
38 | .hljs-variable {
39 | color: #fff;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-doctag,
45 | .hljs-deletion {
46 | color: #888;
47 | }
48 |
49 | .hljs-number,
50 | .hljs-regexp,
51 | .hljs-literal,
52 | .hljs-link {
53 | color: #0f0;
54 | }
55 |
56 | .hljs-meta {
57 | color: #008080;
58 | }
59 |
60 | .hljs-keyword,
61 | .hljs-selector-tag,
62 | .hljs-title,
63 | .hljs-section,
64 | .hljs-name,
65 | .hljs-strong {
66 | font-weight: bold;
67 | }
68 |
69 | .hljs-emphasis {
70 | font-style: italic;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/far.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | FAR Style (c) MajestiC
4 |
5 | */
6 |
7 | .hljs {
8 | display: block;
9 | overflow-x: auto;
10 | padding: 0.5em;
11 | background: #000080;
12 | }
13 |
14 | .hljs,
15 | .hljs-subst {
16 | color: #0ff;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-attribute,
21 | .hljs-symbol,
22 | .hljs-bullet,
23 | .hljs-built_in,
24 | .hljs-builtin-name,
25 | .hljs-template-tag,
26 | .hljs-template-variable,
27 | .hljs-addition {
28 | color: #ff0;
29 | }
30 |
31 | .hljs-keyword,
32 | .hljs-selector-tag,
33 | .hljs-section,
34 | .hljs-type,
35 | .hljs-name,
36 | .hljs-selector-id,
37 | .hljs-selector-class,
38 | .hljs-variable {
39 | color: #fff;
40 | }
41 |
42 | .hljs-comment,
43 | .hljs-quote,
44 | .hljs-doctag,
45 | .hljs-deletion {
46 | color: #888;
47 | }
48 |
49 | .hljs-number,
50 | .hljs-regexp,
51 | .hljs-literal,
52 | .hljs-link {
53 | color: #0f0;
54 | }
55 |
56 | .hljs-meta {
57 | color: #008080;
58 | }
59 |
60 | .hljs-keyword,
61 | .hljs-selector-tag,
62 | .hljs-title,
63 | .hljs-section,
64 | .hljs-name,
65 | .hljs-strong {
66 | font-weight: bold;
67 | }
68 |
69 | .hljs-emphasis {
70 | font-style: italic;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/datacolumn.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% *** Parameters are overloaded to hold Data Type Info
14 | IF !EMPTY(oHelp.oTopic.Parameters) %>
15 | Data Type
16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%>
17 | <% ENDIF %>
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Returns) %>
20 | Attributes
21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
22 | <% ENDIF %>
23 |
24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
25 |
26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
27 | <% ENDIF %>
28 |
29 | <% IF !EMPTY(oHelp.oTopic.Example) %>
30 | Example
31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
32 | <% ENDIF %>
33 |
34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
35 | See also
36 | <%= lcSeeAlsoTopics %>
37 | <% endif %>
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/datacolumn.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% *** Parameters are overloaded to hold Data Type Info
14 | IF !EMPTY(oHelp.oTopic.Parameters) %>
15 | Data Type
16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%>
17 | <% ENDIF %>
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Returns) %>
20 | Attributes
21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
22 | <% ENDIF %>
23 |
24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
25 |
26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
27 | <% ENDIF %>
28 |
29 | <% IF !EMPTY(oHelp.oTopic.Example) %>
30 | Example
31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
32 | <% ENDIF %>
33 |
34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
35 | See also
36 | <%= lcSeeAlsoTopics %>
37 | <% endif %>
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/kavadocs.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Kava Docs Light Style
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #fafafa;
10 | color: black;
11 | line-height: 1.7;
12 | -ms-border-radius: 5px;
13 | border-radius: 5px;
14 | border: 1px solid #e7e7e7;
15 | }
16 |
17 | .hljs-comment,
18 | .hljs-quote,
19 | .hljs-variable {
20 | color: #008000;
21 | }
22 |
23 | .hljs-keyword,
24 | .hljs-selector-tag,
25 | .hljs-built_in,
26 | .hljs-name,
27 | .hljs-tag {
28 | color: #00f;
29 | }
30 |
31 | .hljs-string,
32 | .hljs-title,
33 | .hljs-section,
34 | .hljs-attribute,
35 | .hljs-literal,
36 | .hljs-template-tag,
37 | .hljs-template-variable,
38 | .hljs-type,
39 | .hljs-addition {
40 | color: #a31515;
41 | }
42 |
43 | .hljs-deletion,
44 | .hljs-selector-attr,
45 | .hljs-selector-pseudo,
46 | .hljs-meta {
47 | color: #2b91af;
48 | }
49 |
50 | .hljs-doctag {
51 | color: #808080;
52 | }
53 |
54 | .hljs-attr {
55 | color: #f00;
56 | }
57 |
58 | .hljs-symbol,
59 | .hljs-bullet,
60 | .hljs-link {
61 | color: #00b0e8;
62 | }
63 |
64 |
65 | .hljs-emphasis {
66 | font-style: italic;
67 | }
68 |
69 | .hljs-strong {
70 | font-weight: bold;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/datacolumn.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% *** Parameters are overloaded to hold Data Type Info
14 | IF !EMPTY(oHelp.oTopic.Parameters) %>
15 | Data Type
16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%>
17 | <% ENDIF %>
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Returns) %>
20 | Attributes
21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
22 | <% ENDIF %>
23 |
24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
25 |
26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
27 | <% ENDIF %>
28 |
29 | <% IF !EMPTY(oHelp.oTopic.Example) %>
30 | Example
31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
32 | <% ENDIF %>
33 |
34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
35 | See also
36 | <%= lcSeeAlsoTopics %>
37 | <% endif %>
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/datacolumn.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% *** Parameters are overloaded to hold Data Type Info
14 | IF !EMPTY(oHelp.oTopic.Parameters) %>
15 | Data Type
16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%>
17 | <% ENDIF %>
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Returns) %>
20 | Attributes
21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
22 | <% ENDIF %>
23 |
24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
25 |
26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
27 | <% ENDIF %>
28 |
29 | <% IF !EMPTY(oHelp.oTopic.Example) %>
30 | Example
31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
32 | <% ENDIF %>
33 |
34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
35 | See also
36 | <%= lcSeeAlsoTopics %>
37 | <% endif %>
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/datacolumn.wcs:
--------------------------------------------------------------------------------
1 | <% Layout="~/templates/_Layout.wcs" %>
2 |
3 |
4 |
5 | <%= iif(oHelp.oTopic.Static,[
],[]) %>
6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %>
7 |
8 |
9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
11 |
12 |
13 | <% *** Parameters are overloaded to hold Data Type Info
14 | IF !EMPTY(oHelp.oTopic.Parameters) %>
15 | Data Type
16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%>
17 | <% ENDIF %>
18 |
19 | <% IF !EMPTY(oHelp.oTopic.Returns) %>
20 | Attributes
21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
22 | <% ENDIF %>
23 |
24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %>
25 |
26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %>
27 | <% ENDIF %>
28 |
29 | <% IF !EMPTY(oHelp.oTopic.Example) %>
30 | Example
31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%>
32 | <% ENDIF %>
33 |
34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %>
35 | See also
36 | <%= lcSeeAlsoTopics %>
37 | <% endif %>
38 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/kavadocs.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Kava Docs Light Style
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #fafafa;
10 | color: black;
11 | line-height: 1.7;
12 | -ms-border-radius: 5px;
13 | border-radius: 5px;
14 | border: 1px solid #e7e7e7;
15 | }
16 |
17 | .hljs-comment,
18 | .hljs-quote,
19 | .hljs-variable {
20 | color: #008000;
21 | }
22 |
23 | .hljs-keyword,
24 | .hljs-selector-tag,
25 | .hljs-built_in,
26 | .hljs-name,
27 | .hljs-tag {
28 | color: #00f;
29 | }
30 |
31 | .hljs-string,
32 | .hljs-title,
33 | .hljs-section,
34 | .hljs-attribute,
35 | .hljs-literal,
36 | .hljs-template-tag,
37 | .hljs-template-variable,
38 | .hljs-type,
39 | .hljs-addition {
40 | color: #a31515;
41 | }
42 |
43 | .hljs-deletion,
44 | .hljs-selector-attr,
45 | .hljs-selector-pseudo,
46 | .hljs-meta {
47 | color: #2b91af;
48 | }
49 |
50 | .hljs-doctag {
51 | color: #808080;
52 | }
53 |
54 | .hljs-attr {
55 | color: #f00;
56 | }
57 |
58 | .hljs-symbol,
59 | .hljs-bullet,
60 | .hljs-link {
61 | color: #00b0e8;
62 | }
63 |
64 |
65 | .hljs-emphasis {
66 | font-style: italic;
67 | }
68 |
69 | .hljs-strong {
70 | font-weight: bold;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/kavadocs.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Kava Docs Light Style
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #fafafa;
10 | color: black;
11 | line-height: 1.7;
12 | -ms-border-radius: 5px;
13 | border-radius: 5px;
14 | border: 1px solid #e7e7e7;
15 | }
16 |
17 | .hljs-comment,
18 | .hljs-quote,
19 | .hljs-variable {
20 | color: #008000;
21 | }
22 |
23 | .hljs-keyword,
24 | .hljs-selector-tag,
25 | .hljs-built_in,
26 | .hljs-name,
27 | .hljs-tag {
28 | color: #00f;
29 | }
30 |
31 | .hljs-string,
32 | .hljs-title,
33 | .hljs-section,
34 | .hljs-attribute,
35 | .hljs-literal,
36 | .hljs-template-tag,
37 | .hljs-template-variable,
38 | .hljs-type,
39 | .hljs-addition {
40 | color: #a31515;
41 | }
42 |
43 | .hljs-deletion,
44 | .hljs-selector-attr,
45 | .hljs-selector-pseudo,
46 | .hljs-meta {
47 | color: #2b91af;
48 | }
49 |
50 | .hljs-doctag {
51 | color: #808080;
52 | }
53 |
54 | .hljs-attr {
55 | color: #f00;
56 | }
57 |
58 | .hljs-symbol,
59 | .hljs-bullet,
60 | .hljs-link {
61 | color: #00b0e8;
62 | }
63 |
64 |
65 | .hljs-emphasis {
66 | font-style: italic;
67 | }
68 |
69 | .hljs-strong {
70 | font-weight: bold;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/kavadocs.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Kava Docs Light Style
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #fafafa;
10 | color: black;
11 | line-height: 1.7;
12 | -ms-border-radius: 5px;
13 | border-radius: 5px;
14 | border: 1px solid #e7e7e7;
15 | }
16 |
17 | .hljs-comment,
18 | .hljs-quote,
19 | .hljs-variable {
20 | color: #008000;
21 | }
22 |
23 | .hljs-keyword,
24 | .hljs-selector-tag,
25 | .hljs-built_in,
26 | .hljs-name,
27 | .hljs-tag {
28 | color: #00f;
29 | }
30 |
31 | .hljs-string,
32 | .hljs-title,
33 | .hljs-section,
34 | .hljs-attribute,
35 | .hljs-literal,
36 | .hljs-template-tag,
37 | .hljs-template-variable,
38 | .hljs-type,
39 | .hljs-addition {
40 | color: #a31515;
41 | }
42 |
43 | .hljs-deletion,
44 | .hljs-selector-attr,
45 | .hljs-selector-pseudo,
46 | .hljs-meta {
47 | color: #2b91af;
48 | }
49 |
50 | .hljs-doctag {
51 | color: #808080;
52 | }
53 |
54 | .hljs-attr {
55 | color: #f00;
56 | }
57 |
58 | .hljs-symbol,
59 | .hljs-bullet,
60 | .hljs-link {
61 | color: #00b0e8;
62 | }
63 |
64 |
65 | .hljs-emphasis {
66 | font-style: italic;
67 | }
68 |
69 | .hljs-strong {
70 | font-weight: bold;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/kavadocs.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Kava Docs Light Style
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #fafafa;
10 | color: black;
11 | line-height: 1.7;
12 | -ms-border-radius: 5px;
13 | border-radius: 5px;
14 | border: 1px solid #e7e7e7;
15 | }
16 |
17 | .hljs-comment,
18 | .hljs-quote,
19 | .hljs-variable {
20 | color: #008000;
21 | }
22 |
23 | .hljs-keyword,
24 | .hljs-selector-tag,
25 | .hljs-built_in,
26 | .hljs-name,
27 | .hljs-tag {
28 | color: #00f;
29 | }
30 |
31 | .hljs-string,
32 | .hljs-title,
33 | .hljs-section,
34 | .hljs-attribute,
35 | .hljs-literal,
36 | .hljs-template-tag,
37 | .hljs-template-variable,
38 | .hljs-type,
39 | .hljs-addition {
40 | color: #a31515;
41 | }
42 |
43 | .hljs-deletion,
44 | .hljs-selector-attr,
45 | .hljs-selector-pseudo,
46 | .hljs-meta {
47 | color: #2b91af;
48 | }
49 |
50 | .hljs-doctag {
51 | color: #808080;
52 | }
53 |
54 | .hljs-attr {
55 | color: #f00;
56 | }
57 |
58 | .hljs-symbol,
59 | .hljs-bullet,
60 | .hljs-link {
61 | color: #00b0e8;
62 | }
63 |
64 |
65 | .hljs-emphasis {
66 | font-style: italic;
67 | }
68 |
69 | .hljs-strong {
70 | font-weight: bold;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/github-gist.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #969896;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #a71d5d;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #795da3;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/github-mm.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #6a737d;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #d73a49;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #6f42c1;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/github-mm.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #6a737d;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #d73a49;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #6f42c1;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/github-mm.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #6a737d;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #d73a49;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #6f42c1;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/github-gist.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #969896;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #a71d5d;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #795da3;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/github-mm.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #6a737d;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #d73a49;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #6f42c1;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/github-gist.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #969896;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #a71d5d;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #795da3;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/github-gist.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #969896;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #a71d5d;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #795da3;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/github-mm.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #6a737d;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #d73a49;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #6f42c1;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/github-gist.css:
--------------------------------------------------------------------------------
1 | /**
2 | * GitHub Gist Theme
3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
4 | */
5 |
6 | .hljs {
7 | display: block;
8 | background: #f6f8fa;
9 | padding: 0.5em;
10 | color: #333333;
11 | overflow-x: auto;
12 | }
13 |
14 | .hljs-comment,
15 | .hljs-meta {
16 | color: #969896;
17 | }
18 |
19 | .hljs-string,
20 | .hljs-variable,
21 | .hljs-template-variable,
22 | .hljs-strong,
23 | .hljs-emphasis,
24 | .hljs-quote {
25 | color: #df5000;
26 | }
27 |
28 | .hljs-keyword,
29 | .hljs-selector-tag,
30 | .hljs-type {
31 | color: #a71d5d;
32 | }
33 |
34 | .hljs-literal,
35 | .hljs-symbol,
36 | .hljs-bullet,
37 | .hljs-attribute {
38 | color: #0086b3;
39 | }
40 |
41 | .hljs-section,
42 | .hljs-name {
43 | color: #63a35c;
44 | }
45 |
46 | .hljs-tag {
47 | color: #333333;
48 | }
49 |
50 | .hljs-title,
51 | .hljs-attr,
52 | .hljs-selector-id,
53 | .hljs-selector-class,
54 | .hljs-selector-attr,
55 | .hljs-selector-pseudo {
56 | color: #795da3;
57 | }
58 |
59 | .hljs-addition {
60 | color: #55a532;
61 | background-color: #eaffea;
62 | }
63 |
64 | .hljs-deletion {
65 | color: #bd2c00;
66 | background-color: #ffecec;
67 | }
68 |
69 | .hljs-link {
70 | text-decoration: underline;
71 | }
72 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/monokai.css:
--------------------------------------------------------------------------------
1 | /*
2 | Monokai style - ported by Luigi Maselli - http://grigio.org
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #272822; color: #ddd;
10 | }
11 |
12 | .hljs-tag,
13 | .hljs-keyword,
14 | .hljs-selector-tag,
15 | .hljs-literal,
16 | .hljs-strong,
17 | .hljs-name {
18 | color: #f92672;
19 | }
20 |
21 | .hljs-code {
22 | color: #66d9ef;
23 | }
24 |
25 | .hljs-class .hljs-title {
26 | color: white;
27 | }
28 |
29 | .hljs-attribute,
30 | .hljs-symbol,
31 | .hljs-regexp,
32 | .hljs-link {
33 | color: #bf79db;
34 | }
35 |
36 | .hljs-string,
37 | .hljs-bullet,
38 | .hljs-subst,
39 | .hljs-title,
40 | .hljs-section,
41 | .hljs-emphasis,
42 | .hljs-type,
43 | .hljs-built_in,
44 | .hljs-builtin-name,
45 | .hljs-selector-attr,
46 | .hljs-selector-pseudo,
47 | .hljs-addition,
48 | .hljs-variable,
49 | .hljs-template-tag,
50 | .hljs-template-variable {
51 | color: #a6e22e;
52 | }
53 |
54 | .hljs-comment,
55 | .hljs-quote,
56 | .hljs-deletion,
57 | .hljs-meta {
58 | color: #75715e;
59 | }
60 |
61 | .hljs-keyword,
62 | .hljs-selector-tag,
63 | .hljs-literal,
64 | .hljs-doctag,
65 | .hljs-title,
66 | .hljs-section,
67 | .hljs-type,
68 | .hljs-selector-id {
69 | font-weight: bold;
70 | }
71 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/monokai.css:
--------------------------------------------------------------------------------
1 | /*
2 | Monokai style - ported by Luigi Maselli - http://grigio.org
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #272822; color: #ddd;
10 | }
11 |
12 | .hljs-tag,
13 | .hljs-keyword,
14 | .hljs-selector-tag,
15 | .hljs-literal,
16 | .hljs-strong,
17 | .hljs-name {
18 | color: #f92672;
19 | }
20 |
21 | .hljs-code {
22 | color: #66d9ef;
23 | }
24 |
25 | .hljs-class .hljs-title {
26 | color: white;
27 | }
28 |
29 | .hljs-attribute,
30 | .hljs-symbol,
31 | .hljs-regexp,
32 | .hljs-link {
33 | color: #bf79db;
34 | }
35 |
36 | .hljs-string,
37 | .hljs-bullet,
38 | .hljs-subst,
39 | .hljs-title,
40 | .hljs-section,
41 | .hljs-emphasis,
42 | .hljs-type,
43 | .hljs-built_in,
44 | .hljs-builtin-name,
45 | .hljs-selector-attr,
46 | .hljs-selector-pseudo,
47 | .hljs-addition,
48 | .hljs-variable,
49 | .hljs-template-tag,
50 | .hljs-template-variable {
51 | color: #a6e22e;
52 | }
53 |
54 | .hljs-comment,
55 | .hljs-quote,
56 | .hljs-deletion,
57 | .hljs-meta {
58 | color: #75715e;
59 | }
60 |
61 | .hljs-keyword,
62 | .hljs-selector-tag,
63 | .hljs-literal,
64 | .hljs-doctag,
65 | .hljs-title,
66 | .hljs-section,
67 | .hljs-type,
68 | .hljs-selector-id {
69 | font-weight: bold;
70 | }
71 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/monokai.css:
--------------------------------------------------------------------------------
1 | /*
2 | Monokai style - ported by Luigi Maselli - http://grigio.org
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #272822; color: #ddd;
10 | }
11 |
12 | .hljs-tag,
13 | .hljs-keyword,
14 | .hljs-selector-tag,
15 | .hljs-literal,
16 | .hljs-strong,
17 | .hljs-name {
18 | color: #f92672;
19 | }
20 |
21 | .hljs-code {
22 | color: #66d9ef;
23 | }
24 |
25 | .hljs-class .hljs-title {
26 | color: white;
27 | }
28 |
29 | .hljs-attribute,
30 | .hljs-symbol,
31 | .hljs-regexp,
32 | .hljs-link {
33 | color: #bf79db;
34 | }
35 |
36 | .hljs-string,
37 | .hljs-bullet,
38 | .hljs-subst,
39 | .hljs-title,
40 | .hljs-section,
41 | .hljs-emphasis,
42 | .hljs-type,
43 | .hljs-built_in,
44 | .hljs-builtin-name,
45 | .hljs-selector-attr,
46 | .hljs-selector-pseudo,
47 | .hljs-addition,
48 | .hljs-variable,
49 | .hljs-template-tag,
50 | .hljs-template-variable {
51 | color: #a6e22e;
52 | }
53 |
54 | .hljs-comment,
55 | .hljs-quote,
56 | .hljs-deletion,
57 | .hljs-meta {
58 | color: #75715e;
59 | }
60 |
61 | .hljs-keyword,
62 | .hljs-selector-tag,
63 | .hljs-literal,
64 | .hljs-doctag,
65 | .hljs-title,
66 | .hljs-section,
67 | .hljs-type,
68 | .hljs-selector-id {
69 | font-weight: bold;
70 | }
71 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/monokai.css:
--------------------------------------------------------------------------------
1 | /*
2 | Monokai style - ported by Luigi Maselli - http://grigio.org
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #272822; color: #ddd;
10 | }
11 |
12 | .hljs-tag,
13 | .hljs-keyword,
14 | .hljs-selector-tag,
15 | .hljs-literal,
16 | .hljs-strong,
17 | .hljs-name {
18 | color: #f92672;
19 | }
20 |
21 | .hljs-code {
22 | color: #66d9ef;
23 | }
24 |
25 | .hljs-class .hljs-title {
26 | color: white;
27 | }
28 |
29 | .hljs-attribute,
30 | .hljs-symbol,
31 | .hljs-regexp,
32 | .hljs-link {
33 | color: #bf79db;
34 | }
35 |
36 | .hljs-string,
37 | .hljs-bullet,
38 | .hljs-subst,
39 | .hljs-title,
40 | .hljs-section,
41 | .hljs-emphasis,
42 | .hljs-type,
43 | .hljs-built_in,
44 | .hljs-builtin-name,
45 | .hljs-selector-attr,
46 | .hljs-selector-pseudo,
47 | .hljs-addition,
48 | .hljs-variable,
49 | .hljs-template-tag,
50 | .hljs-template-variable {
51 | color: #a6e22e;
52 | }
53 |
54 | .hljs-comment,
55 | .hljs-quote,
56 | .hljs-deletion,
57 | .hljs-meta {
58 | color: #75715e;
59 | }
60 |
61 | .hljs-keyword,
62 | .hljs-selector-tag,
63 | .hljs-literal,
64 | .hljs-doctag,
65 | .hljs-title,
66 | .hljs-section,
67 | .hljs-type,
68 | .hljs-selector-id {
69 | font-weight: bold;
70 | }
71 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/monokai.css:
--------------------------------------------------------------------------------
1 | /*
2 | Monokai style - ported by Luigi Maselli - http://grigio.org
3 | */
4 |
5 | .hljs {
6 | display: block;
7 | overflow-x: auto;
8 | padding: 0.5em;
9 | background: #272822; color: #ddd;
10 | }
11 |
12 | .hljs-tag,
13 | .hljs-keyword,
14 | .hljs-selector-tag,
15 | .hljs-literal,
16 | .hljs-strong,
17 | .hljs-name {
18 | color: #f92672;
19 | }
20 |
21 | .hljs-code {
22 | color: #66d9ef;
23 | }
24 |
25 | .hljs-class .hljs-title {
26 | color: white;
27 | }
28 |
29 | .hljs-attribute,
30 | .hljs-symbol,
31 | .hljs-regexp,
32 | .hljs-link {
33 | color: #bf79db;
34 | }
35 |
36 | .hljs-string,
37 | .hljs-bullet,
38 | .hljs-subst,
39 | .hljs-title,
40 | .hljs-section,
41 | .hljs-emphasis,
42 | .hljs-type,
43 | .hljs-built_in,
44 | .hljs-builtin-name,
45 | .hljs-selector-attr,
46 | .hljs-selector-pseudo,
47 | .hljs-addition,
48 | .hljs-variable,
49 | .hljs-template-tag,
50 | .hljs-template-variable {
51 | color: #a6e22e;
52 | }
53 |
54 | .hljs-comment,
55 | .hljs-quote,
56 | .hljs-deletion,
57 | .hljs-meta {
58 | color: #75715e;
59 | }
60 |
61 | .hljs-keyword,
62 | .hljs-selector-tag,
63 | .hljs-literal,
64 | .hljs-doctag,
65 | .hljs-title,
66 | .hljs-section,
67 | .hljs-type,
68 | .hljs-selector-id {
69 | font-weight: bold;
70 | }
71 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/scripts/highlightjs/styles/darcula.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Darcula color scheme from the JetBrains family of IDEs
4 |
5 | */
6 |
7 |
8 | .hljs {
9 | display: block;
10 | overflow-x: auto;
11 | padding: 0.5em;
12 | background: #2b2b2b;
13 | }
14 |
15 | .hljs {
16 | color: #bababa;
17 | }
18 |
19 | .hljs-strong,
20 | .hljs-emphasis {
21 | color: #a8a8a2;
22 | }
23 |
24 | .hljs-bullet,
25 | .hljs-quote,
26 | .hljs-link,
27 | .hljs-number,
28 | .hljs-regexp,
29 | .hljs-literal {
30 | color: #6896ba;
31 | }
32 |
33 | .hljs-code,
34 | .hljs-selector-class {
35 | color: #a6e22e;
36 | }
37 |
38 | .hljs-emphasis {
39 | font-style: italic;
40 | }
41 |
42 | .hljs-keyword,
43 | .hljs-selector-tag,
44 | .hljs-section,
45 | .hljs-attribute,
46 | .hljs-name,
47 | .hljs-variable {
48 | color: #cb7832;
49 | }
50 |
51 | .hljs-params {
52 | color: #b9b9b9;
53 | }
54 |
55 | .hljs-string {
56 | color: #6a8759;
57 | }
58 |
59 | .hljs-subst,
60 | .hljs-type,
61 | .hljs-built_in,
62 | .hljs-builtin-name,
63 | .hljs-symbol,
64 | .hljs-selector-id,
65 | .hljs-selector-attr,
66 | .hljs-selector-pseudo,
67 | .hljs-template-tag,
68 | .hljs-template-variable,
69 | .hljs-addition {
70 | color: #e0c46c;
71 | }
72 |
73 | .hljs-comment,
74 | .hljs-deletion,
75 | .hljs-meta {
76 | color: #7f7f7f;
77 | }
78 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/darcula.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Darcula color scheme from the JetBrains family of IDEs
4 |
5 | */
6 |
7 |
8 | .hljs {
9 | display: block;
10 | overflow-x: auto;
11 | padding: 0.5em;
12 | background: #2b2b2b;
13 | }
14 |
15 | .hljs {
16 | color: #bababa;
17 | }
18 |
19 | .hljs-strong,
20 | .hljs-emphasis {
21 | color: #a8a8a2;
22 | }
23 |
24 | .hljs-bullet,
25 | .hljs-quote,
26 | .hljs-link,
27 | .hljs-number,
28 | .hljs-regexp,
29 | .hljs-literal {
30 | color: #6896ba;
31 | }
32 |
33 | .hljs-code,
34 | .hljs-selector-class {
35 | color: #a6e22e;
36 | }
37 |
38 | .hljs-emphasis {
39 | font-style: italic;
40 | }
41 |
42 | .hljs-keyword,
43 | .hljs-selector-tag,
44 | .hljs-section,
45 | .hljs-attribute,
46 | .hljs-name,
47 | .hljs-variable {
48 | color: #cb7832;
49 | }
50 |
51 | .hljs-params {
52 | color: #b9b9b9;
53 | }
54 |
55 | .hljs-string {
56 | color: #6a8759;
57 | }
58 |
59 | .hljs-subst,
60 | .hljs-type,
61 | .hljs-built_in,
62 | .hljs-builtin-name,
63 | .hljs-symbol,
64 | .hljs-selector-id,
65 | .hljs-selector-attr,
66 | .hljs-selector-pseudo,
67 | .hljs-template-tag,
68 | .hljs-template-variable,
69 | .hljs-addition {
70 | color: #e0c46c;
71 | }
72 |
73 | .hljs-comment,
74 | .hljs-deletion,
75 | .hljs-meta {
76 | color: #7f7f7f;
77 | }
78 |
--------------------------------------------------------------------------------
/SDT/htmlhelp/templates/github/scripts/highlightjs/styles/darcula.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Darcula color scheme from the JetBrains family of IDEs
4 |
5 | */
6 |
7 |
8 | .hljs {
9 | display: block;
10 | overflow-x: auto;
11 | padding: 0.5em;
12 | background: #2b2b2b;
13 | }
14 |
15 | .hljs {
16 | color: #bababa;
17 | }
18 |
19 | .hljs-strong,
20 | .hljs-emphasis {
21 | color: #a8a8a2;
22 | }
23 |
24 | .hljs-bullet,
25 | .hljs-quote,
26 | .hljs-link,
27 | .hljs-number,
28 | .hljs-regexp,
29 | .hljs-literal {
30 | color: #6896ba;
31 | }
32 |
33 | .hljs-code,
34 | .hljs-selector-class {
35 | color: #a6e22e;
36 | }
37 |
38 | .hljs-emphasis {
39 | font-style: italic;
40 | }
41 |
42 | .hljs-keyword,
43 | .hljs-selector-tag,
44 | .hljs-section,
45 | .hljs-attribute,
46 | .hljs-name,
47 | .hljs-variable {
48 | color: #cb7832;
49 | }
50 |
51 | .hljs-params {
52 | color: #b9b9b9;
53 | }
54 |
55 | .hljs-string {
56 | color: #6a8759;
57 | }
58 |
59 | .hljs-subst,
60 | .hljs-type,
61 | .hljs-built_in,
62 | .hljs-builtin-name,
63 | .hljs-symbol,
64 | .hljs-selector-id,
65 | .hljs-selector-attr,
66 | .hljs-selector-pseudo,
67 | .hljs-template-tag,
68 | .hljs-template-variable,
69 | .hljs-addition {
70 | color: #e0c46c;
71 | }
72 |
73 | .hljs-comment,
74 | .hljs-deletion,
75 | .hljs-meta {
76 | color: #7f7f7f;
77 | }
78 |
--------------------------------------------------------------------------------