Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 – 25 of 9629) sorted by relevance

12345678910>>...386

/dports/databases/gnats4/gnats-4.1.0/
H A DTODO34 Duration: incomplete Priority: high
38 Duration: incomplete Priority: high
42 Duration: incomplete Priority: medium
58 Duration: incomplete Priority: medium
62 Duration: incomplete Priority: high
89 Duration: incomplete Priority: low
93 Duration: incomplete Priority: high
138 Duration: incomplete Priority: verylow
142 Duration: incomplete Priority: high
212 Duration: incomplete Priority: low
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/http/
H A DRequestParser.cpp64 return incomplete; in consume()
70 return incomplete; in consume()
79 return incomplete; in consume()
90 return incomplete; in consume()
96 return incomplete; in consume()
105 return incomplete; in consume()
111 return incomplete; in consume()
121 return incomplete; in consume()
131 return incomplete; in consume()
141 return incomplete; in consume()
[all …]
/dports/lang/cython/Cython-0.29.24/tests/errors/
H A De_badtypeuse.pyx9 cdef int spam[] # incomplete variable type
10 cdef Grail g # incomplete variable type
11 cdef void nada # incomplete variable type
13 cdef int a_spam[17][] # incomplete element type
20 cdef f(Grail g, # incomplete argument type
21 void v, # incomplete argument type
32 9:13: Variable type 'int []' is incomplete
33 10:11: Variable type 'Grail' is incomplete
34 11:10: Variable type 'void' is incomplete
38 18:9: Variable type 'int []' is incomplete
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/errors/
H A De_badtypeuse.pyx9 cdef int spam[] # incomplete variable type
10 cdef Grail g # incomplete variable type
11 cdef void nada # incomplete variable type
13 cdef int a_spam[17][] # incomplete element type
20 cdef f(Grail g, # incomplete argument type
21 void v, # incomplete argument type
32 9:13: Variable type 'int []' is incomplete
33 10:11: Variable type 'Grail' is incomplete
34 11:10: Variable type 'void' is incomplete
38 18:9: Variable type 'int []' is incomplete
[all …]
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_frontend/
H A Dcomplete.py79 if os.path.sep in incomplete:
80 split = incomplete.rsplit(os.path.sep, 1)
243 incomplete=incomplete)
267 if start_of_option(incomplete) and WORDBREAK in incomplete:
270 incomplete = partition_incomplete[2]
271 elif incomplete == WORDBREAK:
272 incomplete = ''
276 if start_of_option(incomplete):
309 if item.startswith(incomplete):
318 incomplete = cwords[cword]
[all …]
/dports/devel/R-cran-cli/cli/R/
H A Dprogress-bar.R12 incomplete <- paste(rep(chr_incomplete, width - complete_len), collapse = "") functionVar
13 paste0(complete, current, incomplete, " ")
24 incomplete = opu$incomplete %||% opt$incomplete %||% "\u00a0" nameattr
32 incomplete = opa$incomplete %||% opt$incomplete %||% "-" nameattr
76 incomplete = "\u00a0" nameattr
80 incomplete = "\u00a0" nameattr
84 incomplete = col_grey("\u2500"), nameattr
89 incomplete = col_grey("\u25a1") nameattr
93 incomplete = col_grey("\u2588") nameattr
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-incomplete-input.any.js.ini1 [decode-incomplete-input.any.html]
2 [incomplete input with error mode "fatal" should error the stream]
5 [incomplete input with error mode "replacement" should end with a replacement character]
9 [decode-incomplete-input.any.worker.html]
10 [incomplete input with error mode "fatal" should error the stream]
13 [incomplete input with error mode "replacement" should end with a replacement character]
17 [decode-incomplete-input.any.sharedworker.html]
18 [incomplete input with error mode "fatal" should error the stream]
25 [decode-incomplete-input.https.any.serviceworker.html]
28 [decode-incomplete-input.any.serviceworker.html]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-incomplete-input.any.js.ini1 [decode-incomplete-input.any.html]
2 [incomplete input with error mode "fatal" should error the stream]
5 [incomplete input with error mode "replacement" should end with a replacement character]
9 [decode-incomplete-input.any.worker.html]
10 [incomplete input with error mode "fatal" should error the stream]
13 [incomplete input with error mode "replacement" should end with a replacement character]
17 [decode-incomplete-input.any.sharedworker.html]
18 [incomplete input with error mode "fatal" should error the stream]
25 [decode-incomplete-input.https.any.serviceworker.html]
28 [decode-incomplete-input.any.serviceworker.html]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-incomplete-input.any.js.ini1 [decode-incomplete-input.any.html]
2 [incomplete input with error mode "fatal" should error the stream]
5 [incomplete input with error mode "replacement" should end with a replacement character]
9 [decode-incomplete-input.any.worker.html]
10 [incomplete input with error mode "fatal" should error the stream]
13 [incomplete input with error mode "replacement" should end with a replacement character]
17 [decode-incomplete-input.any.sharedworker.html]
18 [incomplete input with error mode "fatal" should error the stream]
25 [decode-incomplete-input.https.any.serviceworker.html]
28 [decode-incomplete-input.any.serviceworker.html]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/encoding/streams/
H A Ddecode-incomplete-input.any.js.ini1 [decode-incomplete-input.any.html]
2 [incomplete input with error mode "fatal" should error the stream]
5 [incomplete input with error mode "replacement" should end with a replacement character]
9 [decode-incomplete-input.any.worker.html]
10 [incomplete input with error mode "fatal" should error the stream]
13 [incomplete input with error mode "replacement" should end with a replacement character]
17 [decode-incomplete-input.any.sharedworker.html]
18 [incomplete input with error mode "fatal" should error the stream]
25 [decode-incomplete-input.https.any.serviceworker.html]
28 [decode-incomplete-input.any.serviceworker.html]
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A D_bashcomplete.py226 ctx=ctx, args=args, incomplete=incomplete
272 def get_choices(cli, prog_name, args, incomplete): argument
290 if start_of_option(incomplete) and WORDBREAK in incomplete:
293 incomplete = partition_incomplete[2]
294 elif incomplete == WORDBREAK:
295 incomplete = ""
298 if not has_double_dash and start_of_option(incomplete):
320 add_subcommand_completions(ctx, incomplete, completions)
330 incomplete = cwords[cword]
332 incomplete = ""
[all …]
/dports/devel/py-click7/click-7.1.2/src/click/
H A D_bashcomplete.py226 ctx=ctx, args=args, incomplete=incomplete
272 def get_choices(cli, prog_name, args, incomplete): argument
290 if start_of_option(incomplete) and WORDBREAK in incomplete:
293 incomplete = partition_incomplete[2]
294 elif incomplete == WORDBREAK:
295 incomplete = ""
298 if not has_double_dash and start_of_option(incomplete):
320 add_subcommand_completions(ctx, incomplete, completions)
330 incomplete = cwords[cword]
332 incomplete = ""
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A D_bashcomplete.py226 ctx=ctx, args=args, incomplete=incomplete
272 def get_choices(cli, prog_name, args, incomplete): argument
290 if start_of_option(incomplete) and WORDBREAK in incomplete:
293 incomplete = partition_incomplete[2]
294 elif incomplete == WORDBREAK:
295 incomplete = ""
298 if not has_double_dash and start_of_option(incomplete):
320 add_subcommand_completions(ctx, incomplete, completions)
330 incomplete = cwords[cword]
332 incomplete = ""
[all …]
/dports/devel/py-click-completion/click-completion-0.5.2/click_completion/
H A Dcore.py18 def startswith(string, incomplete): argument
56 def match(string, incomplete): argument
63 return fn(string, incomplete)
162 incomplete = cwords[cword]
164 incomplete = ''
193 incomplete = args[-1]
196 incomplete = ''
225 incomplete = args[-1]
228 incomplete = ''
264 incomplete = ''
[all …]
/dports/devel/py-click/click-8.0.3/src/click/
H A Dshell_completion.py272 obj, incomplete = _resolve_incomplete(ctx, args, incomplete)
337 incomplete = ""
339 return args, incomplete
359 incomplete = ""
361 return args, incomplete
380 if incomplete and args and args[-1] == incomplete:
383 return args, incomplete
552 if incomplete == "=":
553 incomplete = ""
554 elif "=" in incomplete and _start_of_option(incomplete):
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/shell/
H A Dcompleter.py34 location, incomplete = _click_resolve_command(root, parts)
36 if not text.endswith(' ') and not incomplete and text:
39 if incomplete and not incomplete[0:2].isalnum():
44 if opt.startswith(incomplete):
45 yield completion.Completion(opt, -len(incomplete), display_meta=param.help)
51 if command.startswith(incomplete):
53 yield completion.Completion(command, -len(incomplete), display_meta=cmd.short_help)
59 incomplete = ''
61 incomplete = part
71 incomplete = ''
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A D_bashcomplete.py188 incomplete=incomplete)
222 def get_choices(cli, prog_name, args, incomplete): argument
238 if start_of_option(incomplete) and WORDBREAK in incomplete:
239 partition_incomplete = incomplete.partition(WORDBREAK)
241 incomplete = partition_incomplete[2]
242 elif incomplete == WORDBREAK:
243 incomplete = ''
246 if start_of_option(incomplete):
263 add_subcommand_completions(ctx, incomplete, completions)
273 incomplete = cwords[cword]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A D_bashcomplete.py188 incomplete=incomplete)
222 def get_choices(cli, prog_name, args, incomplete): argument
238 if start_of_option(incomplete) and WORDBREAK in incomplete:
239 partition_incomplete = incomplete.partition(WORDBREAK)
241 incomplete = partition_incomplete[2]
242 elif incomplete == WORDBREAK:
243 incomplete = ''
246 if start_of_option(incomplete):
263 add_subcommand_completions(ctx, incomplete, completions)
273 incomplete = cwords[cword]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A D_bashcomplete.py188 incomplete=incomplete)
222 def get_choices(cli, prog_name, args, incomplete): argument
238 if start_of_option(incomplete) and WORDBREAK in incomplete:
239 partition_incomplete = incomplete.partition(WORDBREAK)
241 incomplete = partition_incomplete[2]
242 elif incomplete == WORDBREAK:
243 incomplete = ''
246 if start_of_option(incomplete):
263 add_subcommand_completions(ctx, incomplete, completions)
273 incomplete = cwords[cword]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A D_bashcomplete.py188 incomplete=incomplete)
222 def get_choices(cli, prog_name, args, incomplete): argument
238 if start_of_option(incomplete) and WORDBREAK in incomplete:
239 partition_incomplete = incomplete.partition(WORDBREAK)
241 incomplete = partition_incomplete[2]
242 elif incomplete == WORDBREAK:
243 incomplete = ''
246 if start_of_option(incomplete):
263 add_subcommand_completions(ctx, incomplete, completions)
273 incomplete = cwords[cword]
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click_completion/
H A Dcore.py25 def startswith(string, incomplete): argument
63 def match(string, incomplete): argument
70 return fn(string, incomplete)
169 incomplete = cwords[cword]
171 incomplete = ''
200 incomplete = args[-1]
203 incomplete = ''
232 incomplete = args[-1]
235 incomplete = ''
271 incomplete = ''
[all …]
/dports/archivers/libcomprex/libcomprex-0.3.3/
H A DTODO3 (added Mon Aug 12 21:15:26 2002, completed incomplete, priority high)
6 (added Tue Jul 23 01:15:10 2002, completed incomplete, priority veryhigh)
9 (added Tue Jul 23 01:15:33 2002, completed incomplete, priority high)
12 (added Tue Jul 23 01:13:53 2002, completed incomplete, priority low)
15 (added Mon Aug 12 21:14:53 2002, completed incomplete, priority medium)
18 (added Tue Jul 23 01:15:22 2002, completed incomplete, priority high)
21 (added Fri Aug 30 22:12:37 2002, completed incomplete, priority high)
24 (added Mon Aug 12 19:25:58 2002, completed incomplete, priority verylow)
27 (added Mon Aug 12 19:26:11 2002, completed incomplete, priority medium)
30 (added Mon Aug 12 19:26:18 2002, completed incomplete, priority medium)
[all …]
/dports/devel/py-toolz/toolz-0.11.2/toolz/tests/
H A Dtest_inspect_args.py59 assert check_valid(f) is incomplete
89 assert check_valid(f) is incomplete
97 assert check_valid(f) is incomplete
105 assert check_valid(f) is incomplete
121 assert check_valid(f) is incomplete
129 assert check_valid(f) is incomplete
144 assert check_valid(f) is incomplete
154 assert check_valid(f) is incomplete
164 assert check_valid(f) is incomplete
169 assert check_valid(f) is incomplete
[all …]
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/tests/
H A Dtest_inspect_args.py59 assert check_valid(f) is incomplete
89 assert check_valid(f) is incomplete
97 assert check_valid(f) is incomplete
105 assert check_valid(f) is incomplete
121 assert check_valid(f) is incomplete
129 assert check_valid(f) is incomplete
144 assert check_valid(f) is incomplete
154 assert check_valid(f) is incomplete
164 assert check_valid(f) is incomplete
169 assert check_valid(f) is incomplete
[all …]
/dports/mail/mailutils/mailutils-3.13/lib/gnu/
H A Dmbrtowc.c146 goto incomplete; in mbrtowc()
151 goto incomplete; in mbrtowc()
165 goto incomplete; in mbrtowc()
201 goto incomplete; in mbrtowc()
229 goto incomplete; in mbrtowc()
241 goto incomplete; in mbrtowc()
248 goto incomplete; in mbrtowc()
260 goto incomplete; in mbrtowc()
294 goto incomplete; in mbrtowc()
300 goto incomplete; in mbrtowc()
[all …]

12345678910>>...386