Home
last modified time | relevance | path

Searched refs:prompt_style (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/pspp/pspp-1.4.1/src/ui/terminal/
H A Dterminal-reader.c78 static bool readline_read (struct substring *, enum prompt_style);
140 enum prompt_style prompt_style) in terminal_reader_read() argument
152 if (! readline_read (&r->s, prompt_style)) in terminal_reader_read()
210 readline_prompt (enum prompt_style style) in readline_prompt()
340 readline_read (struct substring *line, enum prompt_style style) in readline_read()
442 readline_read (struct substring *line, enum prompt_style style) in readline_read()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dprompt.h20 enum prompt_style enum
30 const char *prompt_style_to_string (enum prompt_style);
H A Dprompt.c22 prompt_style_to_string (enum prompt_style style) in prompt_style_to_string()
/dports/devel/py-ptpython/ptpython-3.0.20/examples/
H A Dpython-embed-with-custom-prompt.py7 from ptpython.prompt_style import PromptStyle
30 repl.prompt_style = "custom"
/dports/math/oleo/oleo-1.99.16/src/
H A Dargs.h49 struct prompt_style struct
82 struct prompt_style NAME = \
90 #define DEFSTYLE(NAME,VER,DEST,REP,KEYMAP) extern struct prompt_style NAME
H A Dcmd.h146 struct prompt_style * style; /* The editting mode for this argument. */
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/dialoguer-0.8.0/src/
H A Dtheme.rs218 pub prompt_style: Style, field
259 prompt_style: Style::new().for_stderr().bold(), in default()
289 self.prompt_style.apply_to(prompt) in format_prompt()
318 self.prompt_style.apply_to(prompt) in format_input_prompt()
345 self.prompt_style.apply_to(prompt) in format_confirm_prompt()
385 self.prompt_style.apply_to(prompt) in format_confirm_prompt_selection()
417 self.prompt_style.apply_to(prompt) in format_input_prompt_selection()
450 self.prompt_style.apply_to(prompt) in format_multi_select_prompt_selection()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-lex-reader.c79 enum prompt_style prompt_style UNUSED) in lex_gtk_text_buffer_read()
/dports/devel/py-ptpython/ptpython-3.0.20/ptpython/
H A Dipython.py33 from ptpython.prompt_style import PromptStyle
187 self.prompt_style = "ipython"
239 python_input.prompt_style = "ipython" # Don't take from config.
H A Dpython_input.py69 from .prompt_style import ClassicPrompt, IPythonPrompt, PromptStyle
313 self.prompt_style: str = "classic" # The currently active style.
322 self.prompt_style
326 self.prompt_style
717 get_current_value=lambda: self.prompt_style,
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/
H A Dpgstyle.py79 prompt_style = TOKEN_TO_PROMPT_STYLE[token_type]
80 prompt_styles.append((prompt_style, style_value))
/dports/databases/py-litecli/litecli-1.6.0/litecli/
H A Dclistyle.py77 prompt_style = TOKEN_TO_PROMPT_STYLE[token_type]
78 prompt_styles.append((prompt_style, style_value))
/dports/databases/py-mycli/mycli-1.23.2/mycli/
H A Dclistyle.py109 prompt_style = TOKEN_TO_PROMPT_STYLE[token_type]
110 prompt_styles.append((prompt_style, style_value))
/dports/misc/clifm/clifm-1.3/src/
H A Dprompt.c521 if (prompt_style == CUSTOM_PROMPT_STYLE) { in prompt()
556 if (prompt_style == DEF_PROMPT_STYLE) { in prompt()
572 if (prompt_style == DEF_PROMPT_STYLE) { in prompt()
H A Dconfig.c1943 prompt_style = DEF_PROMPT_STYLE; in read_config()
1945 prompt_style = CUSTOM_PROMPT_STYLE; in read_config()
1947 prompt_style = DEF_PROMPT_STYLE; in read_config()
2385 prompt_style = UNSET; in reset_variables()
H A Dmain.c172 prompt_style = UNSET, variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/permission_bubble/
H A Dpermission_prompt_bubble_view.h23 PermissionPromptStyle prompt_style);
H A Dpermission_prompt_bubble_view.cc50 PermissionPromptStyle prompt_style) in PermissionPromptBubbleView() argument
129 if (prompt_style == PermissionPromptStyle::kBubbleOnly) { in PermissionPromptBubbleView()
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dsegment.h124 enum prompt_style segmenter_get_prompt (const struct segmenter *);
H A Dlexer.h73 enum prompt_style style);
H A Dlexer.c1189 enum prompt_style prompt = segmenter_get_prompt (&src->segmenter); in lex_source_read__()
1627 enum prompt_style prompt_style UNUSED) in lex_file_read()
1721 enum prompt_style prompt_style UNUSED) in lex_string_read()
/dports/devel/py-ptpython/ptpython-3.0.20/examples/ptpython_config/
H A Dconfig.py76 repl.prompt_style = "classic" # 'classic' or 'ipython'
/dports/math/pspp/pspp-1.4.1/tests/language/lexer/
H A Dsegment-test.c269 enum prompt_style prompt; in check_segmentation()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dprompt.c.gcov950 509: 502: if (prompt_style == CUSTOM_PROMPT_STYLE) {
1026 -: 534:/* if (unicode || prompt_style == CUSTOM_PROMPT_STYLE)
1033 509: 541: if (prompt_style == DEF_PROMPT_STYLE) {
1088 509: 556: if (prompt_style == DEF_PROMPT_STYLE) {
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/sourcecode/
H A Dbase.py1345 self.prompt_style = ConsoleFontStyle(
1349 self.traceback_link_style, self.prompt_style)
1414 insert_text_to(cursor, text, self.prompt_style.format)

12