Home
last modified time | relevance | path

Searched refs:REPL (Results 1 – 25 of 1684) sorted by relevance

12345678910>>...68

/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/xt/author/
H A Deol.t11 'lib/Devel/REPL.pm',
12 'lib/Devel/REPL/Error.pm',
13 'lib/Devel/REPL/Meta/Plugin.pm',
14 'lib/Devel/REPL/Overview.pod',
15 'lib/Devel/REPL/Plugin.pm',
17 'lib/Devel/REPL/Plugin/Colors.pm',
26 'lib/Devel/REPL/Plugin/DDC.pm',
27 'lib/Devel/REPL/Plugin/DDS.pm',
37 'lib/Devel/REPL/Plugin/PPI.pm',
45 'lib/Devel/REPL/Profile.pm',
[all …]
H A Dno-tabs.t11 'lib/Devel/REPL.pm',
12 'lib/Devel/REPL/Error.pm',
13 'lib/Devel/REPL/Meta/Plugin.pm',
14 'lib/Devel/REPL/Overview.pod',
15 'lib/Devel/REPL/Plugin.pm',
17 'lib/Devel/REPL/Plugin/Colors.pm',
26 'lib/Devel/REPL/Plugin/DDC.pm',
27 'lib/Devel/REPL/Plugin/DDS.pm',
37 'lib/Devel/REPL/Plugin/PPI.pm',
45 'lib/Devel/REPL/Profile.pm',
[all …]
H A D00-compile.t12 'Devel/REPL.pm',
13 'Devel/REPL/Error.pm',
14 'Devel/REPL/Meta/Plugin.pm',
15 'Devel/REPL/Plugin.pm',
17 'Devel/REPL/Plugin/Colors.pm',
18 'Devel/REPL/Plugin/Commands.pm',
22 'Devel/REPL/Plugin/History.pm',
25 'Devel/REPL/Plugin/Peek.pm',
28 'Devel/REPL/Plugin/Timing.pm',
30 'Devel/REPL/Profile.pm',
[all …]
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/
H A DMANIFEST13 lib/Devel/REPL.pm
14 lib/Devel/REPL/Error.pm
15 lib/Devel/REPL/Meta/Plugin.pm
16 lib/Devel/REPL/Overview.pod
17 lib/Devel/REPL/Plugin.pm
19 lib/Devel/REPL/Plugin/Colors.pm
28 lib/Devel/REPL/Plugin/DDC.pm
29 lib/Devel/REPL/Plugin/DDS.pm
39 lib/Devel/REPL/Plugin/PPI.pm
47 lib/Devel/REPL/Profile.pm
[all …]
H A DMETA.yml23 name: Devel-REPL
75 Devel::REPL:
76 file: lib/Devel/REPL.pm
78 Devel::REPL::Error:
81 Devel::REPL::Meta::Plugin:
84 Devel::REPL::Plugin:
117 Devel::REPL::Plugin::DDC:
120 Devel::REPL::Plugin::DDS:
150 Devel::REPL::Plugin::PPI:
174 Devel::REPL::Profile:
[all …]
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/t/
H A Dload_core.t9 _use_ok('Devel::REPL');
10 _use_ok('Devel::REPL::Script');
11 _use_ok('Devel::REPL::Plugin::Colors');
12 _use_ok('Devel::REPL::Plugin::Commands');
33 _use_ok('Devel::REPL::Plugin::DumpHistory');
36 _use_ok('Devel::REPL::Plugin::History');
47 _use_ok('Devel::REPL::Plugin::Packages');
48 _use_ok('Devel::REPL::Plugin::Peek');
56 _use_ok('Devel::REPL::Plugin::ShowClass');
57 _use_ok('Devel::REPL::Plugin::Timing');
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/REPL/
H A DMonad.hs20 REPL(..), runREPL
226 newtype REPL a = REPL { unREPL :: IORef RW -> IO a } type
278 where q u (REPL b) = REPL (\ref -> u (b ref))
282 where q u (REPL b) = REPL (\ref -> u (b ref))
347 catch :: REPL a -> (REPLException -> REPL a) -> REPL a
350 finally :: REPL a -> REPL b -> REPL a
466 stop :: REPL ()
469 unlessBatch :: REPL () -> REPL ()
476 asBatch :: REPL a -> REPL a
511 setUpdateREPLTitle :: REPL () -> REPL ()
[all …]
/dports/math/curv/curv-0.5/ideas/ui/repl/
H A DREPL1 The REPL should support:
14 the state of the UI, has a corresponding REPL command.
16 representable as REPL commands.
20 Undo can be invoked from the REPL.
46 from the REPL.
79 The debugger will also be controlled from the REPL.
87 * Some editors have Clojure REPL integrations.
92 REPL automation.
96 * How do you get these bindings into the REPL?
99 * Do we need user-defined REPL procedures for mutating REPL state?
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/cryptol/REPL/
H A DHaskeline.hs14 module REPL.Haskeline where module
16 import Cryptol.REPL.Command
17 import Cryptol.REPL.Monad
18 import Cryptol.REPL.Trie
151 setHistoryFile :: Settings REPL -> IO (Settings REPL)
187 instance MonadException REPL where
198 setREPLTitle :: REPL ()
210 shouldSetREPLTitle :: REPL Bool
216 canDisplayColor :: REPL Bool
275 completeExpr :: CompletionFunc REPL
[all …]
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/
H A DOverview.pod5 Devel::REPL::Overview - overview of Devel::REPL.
45 $ cpan Devel::REPL
54 Devel::REPL
174 L<Devel::REPL::Plugin::History>
179 L<Devel::REPL::Plugin::!LexEnv>
184 L<Devel::REPL::Plugin::DDS>
189 L<Devel::REPL::Plugin::Packages>
194 L<Devel::REPL::Plugin::Commands>
267 * L<Devel::REPL>
268 * L<Devel::REPL::Plugin>
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/repl/
H A Dbasic_usage.adoc4 CIDER comes with a powerful REPL that complements the interactive
5 development functionality in `cider-mode`. Using the CIDER REPL you
14 * persistent REPL history
15 * powerful REPL history browser
17 * highly customizable REPL prompt
19 == Interacting with the REPL
21 Interacting with CIDER's REPL is pretty simple - most of the time
32 * You can clear the REPL buffer with kbd:[C-u C-c C-o]
46 == Quitting a REPL
50 TIP: Avoid killing REPL buffers with kbd:[C-c C-k]. This will forgo
[all …]
H A Dconfiguration.adoc1 = REPL Configuration
6 Normally, when you first establish a REPL connection, the REPL buffer is
27 REPL buffer in the current window:
34 == Customizing the REPL prompt
121 == Auto-trimming the REPL buffer
141 or the REPL shortcut `trim`.
161 == Set ns in REPL
245 == Pretty printing in the REPL
271 == Displaying images in the REPL
290 == REPL type detection
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
159 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
446 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
159 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
443 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/repl/
H A Drepl.go33 type REPL struct { struct
78 return &REPL{
268 func (r *REPL) DisableMultiLineBuffering(yes bool) *REPL { argument
275 func (r *REPL) DisableUndefinedOutput(yes bool) *REPL { argument
281 func (r *REPL) WithRuntime(term *ast.Term) *REPL { argument
361 func (r *REPL) cmdExit() error { argument
442 func (r *REPL) metricsEnabled() bool { argument
449 func (r *REPL) cmdMetrics() error { argument
474 func (r *REPL) cmdProfile() error { argument
483 func (r *REPL) cmdTypes() error { argument
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/examples/
H A Dgsl_repl3 use Devel::REPL;
5 package Devel::REPL::Plugin::GSL;
6 use Devel::REPL::Plugin;
9 package Devel::REPL::Plugin::Packages::DefaultScratchpad;
19 package Devel::REPL::Plugin::GSL;
24 my $repl = Devel::REPL->new;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Expression/
H A DREPL.cpp25 REPL::REPL(LLVMCastKind kind, Target &target) : m_target(target), m_kind(kind) { in REPL() function in REPL
33 REPL::~REPL() = default;
52 std::string REPL::GetSourcePath() { in GetSourcePath()
66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler()
70 debugger, IOHandler::Type::REPL, in GetIOHandler()
109 const char *REPL::IOHandlerGetFixIndentationCharacters() { in IOHandlerGetFixIndentationCharacters()
113 ConstString REPL::IOHandlerGetControlSequence(char ch) { in IOHandlerGetControlSequence()
121 const char *REPL::IOHandlerGetHelpPrologue() { in IOHandlerGetHelpPrologue()
160 int REPL::IOHandlerFixIndentation(IOHandler &io_handler, in IOHandlerFixIndentation()
486 void REPL::IOHandlerComplete(IOHandler &io_handler, in IOHandlerComplete()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/cryptol/
H A DMain.hs17 import Cryptol.REPL.Monad (REPL,updateREPLTitle,setUpdateREPLTitle,
19 import qualified Cryptol.REPL.Monad as REPL
22 import REPL.Haskeline
23 import REPL.Logo
254 setupREPL :: Options -> REPL ()
267 smoke <- REPL.smokeTest
292 [l] -> loadCmd l `REPL.catch` \x -> do
299 REPL.setEditPath l
300 REPL.setLoadedMod REPL.LoadedModule
301 { REPL.lName = Nothing function
[all …]

12345678910>>...68