Skip to content

Commit d964fba

Browse files
committed
updates
1 parent b8354c6 commit d964fba

File tree

1 file changed

+19
-74
lines changed

1 file changed

+19
-74
lines changed

Prototypes/PacletInfo.m

Lines changed: 19 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -10,80 +10,25 @@
1010
{ "Documentation", MainPage -> "Guides/Prototypes", Language -> "English"},
1111
{ "Kernel",
1212
Symbols -> {
13-
"Prototypes`InformationDataset",
14-
"Prototypes`ImportFiles",
15-
"Prototypes`ImportDirectory",
16-
"Prototypes`GetFiles",
17-
"Prototypes`DirectoryFileList",
18-
"Prototypes`DirectoryByteCount",
19-
"Prototypes`DirectorySize",
20-
"Prototypes`ToStringFileName",
21-
"Prototypes`URLHash",
22-
"Prototypes`$InputDirectoryName",
23-
"Prototypes`$ExtensionToFormat",
24-
"Prototypes`$FormatToExtension",
25-
"Prototypes`SystemStringOpen",
26-
"Prototypes`CreateGIFAnimation",
27-
"Prototypes`UnmatchQ",
28-
"Prototypes`By",
29-
"Prototypes`MeanBy",
30-
"Prototypes`StandardDeviationBy",
31-
"Prototypes`MedianBy",
32-
"Prototypes`VarianceBy",
33-
"Prototypes`CommonestBy",
34-
"Prototypes`MinBy",
35-
"Prototypes`MaxBy",
36-
"Prototypes`RarestBy",
37-
"Prototypes`Rarest",
38-
"Prototypes`DatasetMap",
39-
"Prototypes`DatasetImport",
40-
"Prototypes`DatasetImportFiles",
41-
"Prototypes`MakeString",
42-
"Prototypes`StringFirst",
43-
"Prototypes`StringLast",
44-
"Prototypes`StringRest",
45-
"Prototypes`StringMost",
46-
"Prototypes`RandomGeoPosition",
47-
"Prototypes`ImageStrictlyPortraitQ",
48-
"Prototypes`ImagePortraitQ",
49-
"Prototypes`ImageStrictlyLandscapeQ",
50-
"Prototypes`ImageLandscapeQ",
51-
"Prototypes`ImageSquareQ",
52-
"Prototypes`Image3DCubeQ",
53-
"Prototypes`ImageCropResize",
54-
"Prototypes`AlphaChannelQ",
55-
"Prototypes`Uniconize",
56-
"Prototypes`BoxSyntaxQ",
57-
"Prototypes`ClickToCopy",
58-
"Prototypes`PacletInformationDataset",
59-
"Prototypes`BuildWikiDocumentation",
60-
"Prototypes`$BuildInfo",
61-
"Prototypes`BuildInfo",
62-
"Prototypes`DockButton",
63-
"Prototypes`$DockButtons",
64-
"Prototypes`EvaluationServer",
65-
"Prototypes`EvaluationServerObject",
66-
"Prototypes`EvaluationRequest",
67-
"Prototypes`$LocalResourceObjects",
68-
"Prototypes`ResourceObjectManager",
69-
"Prototypes`ResourceObjectDataset",
70-
"Prototypes`DeletePersistentObjects",
71-
"Prototypes`Second",
72-
"Prototypes`Third",
73-
"Prototypes`Fourth",
74-
"Prototypes`Fifth",
75-
"Prototypes`Sixth",
76-
"Prototypes`Seventh",
77-
"Prototypes`Eighth",
78-
"Prototypes`Ninth",
79-
"Prototypes`Tenth",
80-
"Prototypes`NextToLast",
81-
"Prototypes`Ultimate",
82-
"Prototypes`Penultimate",
83-
"Prototypes`Antepenultimate",
84-
"Prototypes`ElapsedTime",
85-
"Prototypes`CreateNotebookIndex",
86-
"Prototypes`QuickSearch"
13+
"Prototypes`InformationDataset", "Prototypes`ImportFiles", "Prototypes`ImportDirectory", "Prototypes`GetFiles",
14+
"Prototypes`DirectoryFileList", "Prototypes`DirectoryByteCount", "Prototypes`DirectorySize", "Prototypes`ToStringFileName",
15+
"Prototypes`URLHash", "Prototypes`$InputDirectoryName", "Prototypes`$ExtensionToFormat", "Prototypes`$FormatToExtension",
16+
"Prototypes`SystemStringOpen", "Prototypes`CreateGIFAnimation", "Prototypes`UnmatchQ", "Prototypes`By",
17+
"Prototypes`MeanBy", "Prototypes`StandardDeviationBy", "Prototypes`MedianBy", "Prototypes`VarianceBy",
18+
"Prototypes`CommonestBy", "Prototypes`MinBy", "Prototypes`MaxBy", "Prototypes`RarestBy",
19+
"Prototypes`Rarest", "Prototypes`DatasetMap", "Prototypes`DatasetImport", "Prototypes`DatasetImportFiles",
20+
"Prototypes`MakeString", "Prototypes`StringFirst", "Prototypes`StringLast", "Prototypes`StringRest",
21+
"Prototypes`StringMost", "Prototypes`RandomGeoPosition", "Prototypes`ImageStrictlyPortraitQ", "Prototypes`ImagePortraitQ",
22+
"Prototypes`ImageStrictlyLandscapeQ", "Prototypes`ImageLandscapeQ", "Prototypes`ImageSquareQ", "Prototypes`Image3DCubeQ",
23+
"Prototypes`ImageCropResize", "Prototypes`AlphaChannelQ", "Prototypes`Uniconize", "Prototypes`BoxSyntaxQ",
24+
"Prototypes`ClickToCopy", "Prototypes`PacletInformationDataset", "Prototypes`BuildWikiDocumentation", "Prototypes`$BuildInfo",
25+
"Prototypes`BuildInfo", "Prototypes`DockButton", "Prototypes`$DockButtons", "Prototypes`EvaluationServer",
26+
"Prototypes`EvaluationServerObject", "Prototypes`EvaluationRequest", "Prototypes`$LocalResourceObjects", "Prototypes`ResourceObjectManager",
27+
"Prototypes`ResourceObjectDataset", "Prototypes`DeletePersistentObjects", "Prototypes`Second", "Prototypes`Third",
28+
"Prototypes`Fourth", "Prototypes`Fifth", "Prototypes`Sixth", "Prototypes`Seventh",
29+
"Prototypes`Eighth", "Prototypes`Ninth", "Prototypes`Tenth", "Prototypes`NextToLast",
30+
"Prototypes`Ultimate", "Prototypes`Penultimate", "Prototypes`Antepenultimate", "Prototypes`ElapsedTime",
31+
"Prototypes`CreateNotebookIndex", "Prototypes`QuickSearch"
8732
},
8833
Context -> {"Prototypes`"} }
8934
}

0 commit comments

Comments
 (0)