/usr/lib/cli/fsharp/FSharp.Compiler.Interactive.Settings.xml is in fsharp 4.0.0.4+dfsg2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>FSharp.Compiler.Interactive.Settings</name></assembly>
<members>
<member name="P:FSInteractiveSettings.SR.SwallowResourceText(System.Boolean)">
<summary>
If set to true, then all error messages will just return the filled 'holes' delimited by ',,,'s - this is for language-neutral testing (e.g. localization-invariant baselines).
</summary>
</member>
<member name="P:FSInteractiveSettings.SR.SwallowResourceText">
<summary>
If set to true, then all error messages will just return the filled 'holes' delimited by ',,,'s - this is for language-neutral testing (e.g. localization-invariant baselines).
</summary>
</member>
<member name="M:FSInteractiveSettings.SR.RunStartupValidation">
<summary>
Call this method once to validate that all known resources are valid; throws if not
</summary>
</member>
<member name="M:Microsoft.FSharp.Compiler.Interactive.IEventLoop.ScheduleRestart">
<summary>Schedule a restart for the event loop.</summary>
</member>
<member name="M:Microsoft.FSharp.Compiler.Interactive.IEventLoop.Run">
<summary>Run the event loop.</summary>
<returns>True if the event loop was restarted; false otherwise.</returns>
</member>
<member name="M:Microsoft.FSharp.Compiler.Interactive.IEventLoop.Invoke``1(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,``0})">
<summary>Request that the given operation be run synchronously on the event loop.</summary>
<returns>The result of the operation.</returns>
</member>
<member name="T:Microsoft.FSharp.Compiler.Interactive.IEventLoop">
<summary>An event loop used by the currently executing F# Interactive session to execute code
in the context of a GUI or another event-based system.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowProperties(System.Boolean)">
<summary>When set to 'false', disables the display of properties of evaluated objects in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowIEnumerable(System.Boolean)">
<summary>When set to 'false', disables the display of sequences in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowDeclarationValues(System.Boolean)">
<summary>When set to 'false', disables the display of declaration values in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintWidth(System.Int32)">
<summary>Get or set the print width of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintSize(System.Int32)">
<summary>Get or set the total print size of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintLength(System.Int32)">
<summary>Get or set the total print length of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintDepth(System.Int32)">
<summary>Get or set the print depth of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.FormatProvider(System.IFormatProvider)">
<summary>Get or set the format provider used in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.FloatingPointFormat(System.String)">
<summary>Get or set the floating point format used in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.EventLoop(Microsoft.FSharp.Compiler.Interactive.IEventLoop)">
<summary>Gets or sets a the current event loop being used to process interactions.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.CommandLineArgs(System.String[])">
<summary>The command line arguments after ignoring the arguments relevant to the interactive
environment and replacing the first argument with the name of the last script file,
if any. Thus 'fsi.exe test1.fs test2.fs -- hello goodbye' will give arguments
'test2.fs', 'hello', 'goodbye'. This value will normally be different to those
returned by System.Environment.GetCommandLineArgs.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowProperties">
<summary>When set to 'false', disables the display of properties of evaluated objects in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowIEnumerable">
<summary>When set to 'false', disables the display of sequences in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.ShowDeclarationValues">
<summary>When set to 'false', disables the display of declaration values in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintWidth">
<summary>Get or set the print width of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintSize">
<summary>Get or set the total print size of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintLength">
<summary>Get or set the total print length of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.PrintDepth">
<summary>Get or set the print depth of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.FormatProvider">
<summary>Get or set the format provider used in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.FloatingPointFormat">
<summary>Get or set the floating point format used in the output of the interactive session.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.EventLoop">
<summary>Gets or sets a the current event loop being used to process interactions.</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.CommandLineArgs">
<summary>The command line arguments after ignoring the arguments relevant to the interactive
environment and replacing the first argument with the name of the last script file,
if any. Thus 'fsi.exe test1.fs test2.fs -- hello goodbye' will give arguments
'test2.fs', 'hello', 'goodbye'. This value will normally be different to those
returned by System.Environment.GetCommandLineArgs.</summary>
</member>
<member name="M:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.AddPrinter``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.String})">
<summary>Register a printer that controls the output of the interactive session.</summary>
</member>
<member name="M:Microsoft.FSharp.Compiler.Interactive.InteractiveSession.AddPrintTransformer``1(Microsoft.FSharp.Core.FSharpFunc{``0,System.Object})">
<summary>Register a print transformer that controls the output of the interactive session.</summary>
</member>
<member name="T:Microsoft.FSharp.Compiler.Interactive.InteractiveSession">
<summary>Operations supported by the currently executing F# Interactive session.</summary>
</member>
<member name="T:Microsoft.FSharp.Compiler.Interactive.RuntimeHelpers">
<summary>Hooks (test use only, may change without notice).</summary>
</member>
<member name="P:Microsoft.FSharp.Compiler.Interactive.Settings.fsi">
<summary>The settings associated with the interactive session.</summary>
</member>
</members>
</doc>
|