forked from parklab/nozzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
129 lines (129 loc) · 2.99 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
export(addRelatedReport)
export(addTo)
export(addToInput)
export(addToIntroduction)
export(addToMeta)
export(addToMethods)
export(addToOverview)
export(addToReferences)
export(addToResults)
export(addToSummary)
export(asCode)
export(asEmph)
export(asFilename)
export(asLink)
export(asParameter)
export(asReference)
export(asStrong)
export(asSummary)
export(asValue)
export(DEFAULT.DOI.RESOLVER)
export(DEFAULT.REPORT.FILENAME)
export(DEFAULT.SIGNIFICANT.ENTITY)
export(getCollectionDate)
export(getCollectionVersion)
export(getContactInformationEmail)
export(getContactInformationLabel)
export(getContactInformationMessage)
export(getContactInformationSubject)
export(getCopyrightOwner)
export(getCopyrightStatement)
export(getCopyrightUrl)
export(getCopyrightYear)
export(getCreatorDate)
export(getCreatorName)
export(getCustomPrintCss)
export(getCustomScreenCss)
export(getDoi)
export(getDoiCreator)
export(getDoiPublisher)
export(getDoiResolver)
export(getDoiTitle)
export(getDoiVersion)
export(getDoiYear)
export(getExportedElement)
export(getExportedElementIds)
export(getFigureFile)
export(getFigureFileHighRes)
export(getGoogleAnalyticsId)
export(getLogo)
export(getMaintainerAffiliation)
export(getMaintainerEmail)
export(getMaintainerName)
export(getRendererDate)
export(getRendererName)
export(getReportId)
export(getReportSubTitle)
export(getReportTitle)
export(getSignificantEntity)
export(getSignificantResultsCount)
export(getSoftwareName)
export(getSoftwareVersion)
export(getSummary)
export(getTableFile)
export(HTML.FRAGMENT)
export(HTML.REPORT)
export(IMAGE.TYPE.PDF)
export(IMAGE.TYPE.RASTER)
export(IMAGE.TYPE.SVG)
export(isFigure)
export(isTable)
export(LOGO.BOTTOM.CENTER)
export(LOGO.BOTTOM.LEFT)
export(LOGO.BOTTOM.RIGHT)
export(LOGO.TOP.CENTER)
export(LOGO.TOP.LEFT)
export(LOGO.TOP.RIGHT)
export(newCitation)
export(newCustomReport)
export(newFigure)
export(newHtml)
export(newJournalCitation)
export(newList)
export(newParagraph)
export(newParameterList)
export(newReport)
export(newResult)
export(newSection)
export(newSubSection)
export(newSubSubSection)
export(newTable)
export(newWebCitation)
export(PROTECTION.GROUP)
export(PROTECTION.PRIVATE)
export(PROTECTION.PUBLIC)
export(PROTECTION.TCGA)
export(RDATA.REPORT)
export(SECTION.CLASS.META)
export(SECTION.CLASS.RESULTS)
export(setCollectionDate)
export(setCollectionVersion)
export(setContactInformation)
export(setCopyright)
export(setCustomPrintCss)
export(setCustomScreenCss)
export(setDoi)
export(setDoiCreator)
export(setDoiPublisher)
export(setDoiResolver)
export(setDoiTitle)
export(setDoiVersion)
export(setDoiYear)
export(setFigureFile)
export(setFigureFileHighRes)
export(setGoogleAnalyticsId)
export(setLogo)
export(setMaintainerAffiliation)
export(setMaintainerEmail)
export(setMaintainerName)
export(setNextReport)
export(setParentReport)
export(setPreviousReport)
export(setReportSubTitle)
export(setReportTitle)
export(setSignificantEntity)
export(setSoftwareName)
export(setSoftwareVersion)
export(setTableFile)
export(TABLE.SIGNIFICANT.DIGITS)
export(writeReport)