Home
last modified time | relevance | path

Searched +refs:completion +refs:quote +refs:character (Results 1 – 25 of 5773) sorted by relevance

12345678910>>...231

/dports/devel/ccls/ccls-0.20210330/src/messages/
H A DtextDocument_completion.cc64 if (quote != '"') in decorateIncludePaths()
78 std::string quote; member
119 int max_num = g_config->completion.maxNum; in filterCandidates()
132 std::max(overwrite_len, end.character - start.character); in filterCandidates()
157 edits[0].range.end.character - edits[0].range.start.character; in filterCandidates()
176 if (!g_config->completion.filterAndSort) { in filterCandidates()
351 if (g_config->completion.duplicateOptional) { in buildItem()
464 if (!g_config->completion.placeholder) { in ProcessCodeCompleteResults()
472 if (!g_config->completion.detailedLabel) { in ProcessCodeCompleteResults()
554 if (quote == '\0' || (item.quote_kind_ & 1 && quote == '"') || in textDocument_completion()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionRCompletions.R402 dirPaths <- character()
1041 results = character(),
1103 results <- character()
1287 names <- character()
2817 return(character())
2822 character()
3356 completion$exports <- c(completion$exports, completion$datasets)
3357 completion$types <- c(completion$types, datasetTypes)
3358 completion$datasets <- NULL
3359 completion
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A Dprintf5 function completion/printf {
12 command -f completion//parseoptions -es
15 command -f completion//completeoptions
18 command -f completion//getoperands
20 command -f completion/printf::backslash printf ||
21 command -f completion/printf::percent
30 function completion/printf::backslash {
47 complete -T -P "$PREFIX" -D "double-quote" '\"'
48 complete -T -P "$PREFIX" -D "single-quote" '\'"'"
61 function completion/printf::percent {
[all …]
H A Dtree6 function completion/tree {
14 "--charset:; specify a character set to print in"
42 "Q; double-quote filenames"
61 command -f completion//parseoptions -en
64 command -f completion//completeoptions
78 if command -vf completion//completestrftime >/dev/null 2>&1 ||
79 . -AL completion/date; then
80 command -f completion//completestrftime
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dcompwid.yo115 contains the double quote. If the tt(-q) option of tt(compset) is used
147 characters are a single quote or a double quote for strings quoted with
150 quote character. The first character in the value always corresponds to the
233 character.
368 vindex(quote, compstate)
369 item(tt(quote))(
371 (i.e. either a single quote, a double quote, or a backtick). Otherwise it
688 code not to quote any metacharacters in the words when inserting them
914 which character sequences in the trial completion. Any sequence of
976 only themselves, question marks match any character, and character
[all …]
/dports/devel/cquery/cquery-20180718/src/messages/
H A Dtext_document_completion.cc106 std::string quote; member
258 int c = position.character; in IsOpenParenOrBracket()
318 if (character == "\"" || character == "<" || character == "/") { in Run()
327 else if ((character == ">" || character == ":") && preceding_index < 0) { in Run()
335 did_fail_check = (preceding != '-' && character == ">") || in Run()
336 (preceding != ':' && character == ":"); in Run()
361 if (result.quote.empty() && result.pattern.empty()) { in Run()
370 g_config->completion.filterAndSort); in Run()
382 g_config->completion.filterAndSort); in Run()
388 item.textEdit->range.start.character = 0; in Run()
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Durl-quote-magic2 # you type, the input character is analyzed and, if it may need quoting,
5 # the input character.
8 # autoload -Uz url-quote-magic
9 # zle -N self-insert url-quote-magic
32 # '>' and the first character of $histchars.
41 # allowing them to affect command-line parsing, completion, etc. The
74 zstyle -m ':url-quote-magic:\*' url-seps '*' ||
77 zstyle -m :url-quote-magic url-globbers '*' ||
78 zstyle -e :url-quote-magic url-globbers \
115 function url-quote-magic {
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/util/
H A Dprompt.jl25 prompt-backward-character
26 prompt-forward-character
245 "Move to next non-word character."
256 "Move to previous non-word character."
265 (define (prompt-forward-character)
266 "Move forward one character."
269 (define (prompt-backward-character)
270 "Move backward one character."
374 - `completion-fun' is a function used for tab completion.
391 prompt-completion-fun completion-fun
[all …]
/dports/audio/musicpc/mpc-0.33/
H A DNEWS37 * format: add escape character to escape sequences
49 * bash completion: escape '&'
61 * optimize tab completion commands
62 * do character set conversion for tab completion commands
74 * do character set conversions on client-to-client messages
108 * fixed bash completion
111 * don't quote spaces in the "load" and "lstab"
112 * revert "disable character set conversion to/from pipe"
137 * fixed special character handling in bash completion
140 * disable character set conversion to/from pipe
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-job-RunScript.rst.inc45 Before executing the specified command, Bareos performs character substitution of the following cha…
78 Some character substitutions are not available in all situations. The Job Exit Status code %e edits…
121 …s you are fully specifying the name, so you must also explicitly add the three character extension.
146 #. The batch file should explicitly ’exit 0’ on successful completion.
165 … is processed as a command line, where the following logic is used to process quote (") characters:
167 #. If all of the following conditions are met, then quote characters on the command line are preser…
171 - exactly two quote characters.
173 …- no special characters between the two quote characters, where special is one of: |configCharsTo…
175 - there are one or more whitespace characters between the the two quote characters.
177 - the string between the two quote characters is the name of an executable file.
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/doc/
H A Drltech.texi1182 uppercase character.
1675 A pointer to a function that will quote a filename in an
1683 insert a closing quote character. The @var{quote_pointer} is a pointer
1684 to any opening quote character the user typed. Some functions choose
1729 remove any quote characters from the directory name, because its result will
1787 A list of quote characters which can cause a word break.
1806 A list of characters which can be used to quote a substring of the line.
1834 line, this character is appended to the inserted completion text. The
1857 If non-zero, Readline does not append a matching quote character when
1893 and Readline attempts to quote completed filenames if they contain any
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/doc/
H A Drltech.texi1131 uppercase character.
1136 lowercase character.
1617 A pointer to a function that will quote a filename in an
1625 insert a closing quote character. The @var{quote_pointer} is a pointer
1626 to any opening quote character the user typed. Some functions choose
1695 A list of quote characters which can cause a word break.
1714 A list of characters which can be used to quote a substring of the line.
1742 line, this character is appended to the inserted completion text. The
1765 If non-zero, Readline does not append a matching quote character when
1801 and Readline attempts to quote completed filenames if they contain any
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A DCHANGES49 by a multi-character key sequence to not be inserted.
66 character in the prompt if the \[\] sequence is empty.
102 completion list.
136 multibyte character code.
213 next-to-last character.
223 when a non-ascii character was the last character on a line.
272 than one completion and partial completion cannot be performed.
288 quote character readline finds before it calls the application completion
293 attempt to append a closing quote to a completed word.
485 e. Fixed a bug in the completion code that allowed a backslash to quote a
[all …]
/dports/shells/bash/bash-5.1/lib/readline/doc/
H A Drltech.texi1994 A pointer to a function that will quote a filename in an
2002 insert a closing quote character. The @var{quote_pointer} is a pointer
2003 to any opening quote character the user typed. Some functions choose
2048 remove any quote characters from the directory name, because its result will
2077 This function does not need to remove quote characters from the filename.
2122 A list of quote characters which can cause a word break.
2141 A list of characters which can be used to quote a substring of the line.
2169 line, this character is appended to the inserted completion text. The
2194 If non-zero, Readline does not append a matching quote character when
2230 and Readline attempts to quote completed filenames if they contain any
[all …]

12345678910>>...231