Home
last modified time | relevance | path

Searched refs:completion (Results 1 – 25 of 14813) sorted by relevance

12345678910>>...593

/dports/editors/texstudio/texstudio-4.1.2/
H A Dcompletion.qrc3 <file>completion/abc.cwl</file>
4 <file>completion/abntcite.cwl</file>
5 <file>completion/abstract.cwl</file>
6 <file>completion/academicons.cwl</file>
7 <file>completion/accsupp.cwl</file>
8 <file>completion/Acorn.cwl</file>
9 <file>completion/acro.cwl</file>
10 <file>completion/acronym.cwl</file>
11 <file>completion/actcodes.cwl</file>
16 <file>completion/adforn.cwl</file>
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkentrycompletion.c502 completion->column = gtk_tree_view_column_new_with_area (completion->cell_area); in gtk_entry_completion_constructed()
676 (* completion->match_notify) (completion->match_data); in gtk_entry_completion_finalize()
686 if (completion->entry) in gtk_entry_completion_dispose()
766 ret = (* completion->match_func) (completion, in gtk_entry_completion_visible_func()
836 return completion; in gtk_entry_completion_new()
858 return completion; in gtk_entry_completion_new_with_area()
874 return completion->entry; in gtk_entry_completion_get_entry()
905 completion->filter_model = in gtk_entry_completion_set_model()
964 (* completion->match_notify) (completion->match_data); in gtk_entry_completion_set_match_func()
2072 completion->changed_id = in connect_completion_signals()
[all …]
H A Dgtkemojicompletion.c149 g_signal_handler_block (completion->entry, completion->changed_id); in emoji_activated()
155 g_signal_handler_unblock (completion->entry, completion->changed_id); in emoji_activated()
219 emoji_activated (completion->active_variation, completion); in activate_active_row()
221 emoji_activated (completion->active, completion); in activate_active_row()
313 show_variations (completion, completion->active, FALSE); in key_press_cb()
318 populate_completion (completion, completion->text, offset); in key_press_cb()
324 show_variations (completion, completion->active, FALSE); in key_press_cb()
332 show_variations (completion, completion->active, FALSE); in key_press_cb()
348 show_variations (completion, completion->active, TRUE); in key_press_cb()
356 show_variations (completion, completion->active, FALSE); in key_press_cb()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/common/include/linux/
H A Dcompletion.h57 struct completion { struct
81 init_completion(struct completion *completion) in init_completion() argument
93 destroy_completion(struct completion *completion) in destroy_completion() argument
104 complete(struct completion *completion) in complete() argument
126 complete_all(struct completion *completion) in complete_all() argument
154 INIT_COMPLETION_blorp(struct completion *completion) in INIT_COMPLETION_blorp() argument
164 _completion_claim(struct completion *completion) in _completion_claim() argument
223 wait_for_completion_interruptible(struct completion *completion) in wait_for_completion_interruptible() argument
231 error = cv_wait_sig(&completion->c_cv, &completion->c_lock); in wait_for_completion_interruptible()
254 wait_for_completion_killable(struct completion *completion) in wait_for_completion_killable() argument
[all …]
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/
H A Dgtksourcecompletion.c1828 completion); in connect_view()
1834 completion); in connect_view()
1840 completion); in connect_view()
3027 completion); in initialize_ui()
3032 completion); in initialize_ui()
3041 completion); in initialize_ui()
3046 completion); in initialize_ui()
3074 completion); in initialize_ui()
3079 completion); in initialize_ui()
3084 completion); in initialize_ui()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkentrycompletion.c507 completion->priv = gtk_entry_completion_get_instance_private (completion); in gtk_entry_completion_init()
508 priv = completion->priv; in gtk_entry_completion_init()
543 completion); in gtk_entry_completion_constructed()
546 completion); in gtk_entry_completion_constructed()
549 completion); in gtk_entry_completion_constructed()
900 ret = (* completion->priv->match_func) (completion, in gtk_entry_completion_visible_func()
1116 if (completion->priv->device) in gtk_entry_completion_popup()
1165 return completion; in gtk_entry_completion_new()
1187 return completion; in gtk_entry_completion_new_with_area()
1298 (* completion->priv->match_notify) (completion->priv->match_data); in gtk_entry_completion_set_match_func()
[all …]
H A Dgtkemojicompletion.c148 g_signal_handler_block (completion->entry, completion->changed_id); in emoji_activated()
154 g_signal_handler_unblock (completion->entry, completion->changed_id); in emoji_activated()
235 emoji_activated (completion->active_variation, completion); in activate_active_row()
237 emoji_activated (completion->active, completion); in activate_active_row()
349 show_variations (completion, completion->active, FALSE); in entry_key_press()
354 populate_completion (completion, completion->text, offset); in entry_key_press()
360 show_variations (completion, completion->active, FALSE); in entry_key_press()
368 show_variations (completion, completion->active, FALSE); in entry_key_press()
384 show_variations (completion, completion->active, TRUE); in entry_key_press()
392 show_variations (completion, completion->active, FALSE); in entry_key_press()
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcecompletion.c1752 completion, in connect_buffer()
1782 completion, in connect_buffer()
1788 completion, in connect_buffer()
1810 completion, in connect_view()
1816 completion, in connect_view()
1822 completion, in connect_view()
1828 completion, in connect_view()
1834 completion, in connect_view()
1842 completion, in connect_view()
2058 completion); in init_tree_view()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcecompletion.c1757 completion, in connect_buffer()
1787 completion, in connect_buffer()
1793 completion, in connect_buffer()
1815 completion, in connect_view()
1821 completion, in connect_view()
1827 completion, in connect_view()
1833 completion, in connect_view()
1839 completion, in connect_view()
1847 completion, in connect_view()
2063 completion); in init_tree_view()
[all …]
/dports/x11-toolkits/kf5-kcompletion/kcompletion-5.89.0/autotests/
H A Dkcompletioncoretest.cpp35 KCompletion completion; in isEmpty() local
42 KCompletion completion; in insertionOrder() local
77 KCompletion completion; in sortedOrder() local
113 KCompletion completion; in weightedOrder() local
152 KCompletion completion; in substringCompletion_Insertion() local
186 KCompletion completion; in substringCompletion_Sorted() local
220 KCompletion completion; in substringCompletion_Weighted() local
254 KCompletion completion; in allMatches_Insertion() local
280 KCompletion completion; in allMatches_Sorted() local
306 KCompletion completion; in allMatches_Weighted() local
[all …]
/dports/devel/util-linux/util-linux-2.36/bash-completion/
H A DMakemodule.am4 dist_bashcompletion_DATA += bash-completion/blkid
121 bash-completion/fsck.minix \
122 bash-completion/mkfs.minix
127 bash-completion/fsck.cramfs \
128 bash-completion/mkfs.cramfs
132 bash-completion/addpart \
133 bash-completion/delpart \
134 bash-completion/resizepart \
135 bash-completion/partx
162 bash-completion/chfn \
[all …]
/dports/devel/devhelp/devhelp-41.2/unit-tests/
H A Dtest-completion.c11 DhCompletion *completion; in test_empty() local
14 completion = dh_completion_new (); in test_empty()
15 dh_completion_sort (completion); in test_empty()
20 g_object_unref (completion); in test_empty()
26 DhCompletion *completion; in test_empty_string() local
31 dh_completion_sort (completion); in test_empty_string()
38 g_object_unref (completion); in test_empty_string()
63 g_object_unref (completion); in test_empty_string()
69 DhCompletion *completion; in test_complete_simple() local
111 g_object_unref (completion); in test_complete_simple()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/bash-completion/
H A DMakemodule.am4 dist_bashcompletion_DATA += bash-completion/blkid
100 bash-completion/fsck.minix \
101 bash-completion/mkfs.minix
106 bash-completion/fsck.cramfs \
107 bash-completion/mkfs.cramfs
111 bash-completion/addpart \
112 bash-completion/delpart \
113 bash-completion/resizepart \
114 bash-completion/partx
141 bash-completion/chfn \
[all …]
/dports/misc/vifm/vifm-0.11/tests/cmds/
H A Dcmds_completion.c67 char *completion; in TEST() local
76 free(completion); in TEST()
79 free(completion); in TEST()
82 free(completion); in TEST()
87 char *completion; in TEST() local
96 free(completion); in TEST()
99 free(completion); in TEST()
104 char *completion; in TEST() local
113 free(completion); in TEST()
122 free(completion); in TEST()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkentrycompletion.c426 priv = completion->priv = GTK_ENTRY_COMPLETION_GET_PRIVATE (completion); in gtk_entry_completion_init()
443 completion); in gtk_entry_completion_init()
446 completion); in gtk_entry_completion_init()
449 completion); in gtk_entry_completion_init()
459 completion); in gtk_entry_completion_init()
486 completion); in gtk_entry_completion_init()
489 completion); in gtk_entry_completion_init()
821 ret = (* completion->priv->match_func) (completion, in gtk_entry_completion_visible_func()
1001 return completion; in gtk_entry_completion_new()
1112 (* completion->priv->match_notify) (completion->priv->match_data); in gtk_entry_completion_set_match_func()
[all …]
/dports/shells/bash-completion/bash-completion-2.11/test/t/
H A Dtest_tar.py17 def test_1(self, completion): argument
18 assert completion
22 def test_2(self, completion): argument
26 def test_3(self, completion): argument
30 def test_4(self, completion): argument
34 def test_5(self, completion): argument
38 def test_6(self, completion): argument
44 assert completion
80 assert completion == "e="
85 assert completion == "x"
[all …]
H A Dtest_perl.py7 def test_1(self, completion): argument
8 assert completion
12 assert not completion
16 assert completion
20 assert completion
26 assert completion
30 assert completion
34 assert completion
38 assert completion
42 assert completion
[all …]
H A Dtest_dnssec_keygen.py9 def test_1(self, completion): argument
10 assert completion
14 def test_2(self, completion): argument
15 assert completion
21 def test_3(self, completion): argument
22 assert completion
28 def test_4(self, completion): argument
29 assert completion
34 def test_5(self, completion): argument
35 assert not completion
[all …]
H A Dtest_ssh_keygen.py7 def test_1(self, completion): argument
8 assert completion
12 assert completion
17 assert completion
23 assert completion
29 assert not completion
33 assert not completion
41 assert completion
45 assert not completion
49 assert completion
[all …]
H A Dtest_sudo.py8 def test_1(self, completion): argument
9 assert completion
12 def test_2(self, completion): argument
13 assert completion == "o.d/"
17 def test_3(self, completion): argument
18 assert completion == "d/"
22 def test_4(self, completion): argument
23 assert completion == "ault/"
27 def test_5(self, completion): argument
77 assert not completion
[all …]
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/RPC/
H A DKBRPC.h2447 - (void)start:(KBRStartRequestParams *)params completion:(void (^)(NSError *error))completion;
2630 - (void)setPathWithPath:(NSString *)path completion:(void (^)(NSError *error))completion;
2642 - (void)clearValueWithPath:(NSString *)path completion:(void (^)(NSError *error))completion;
2719 - (void)stop:(KBRStopRequestParams *)params completion:(void (^)(NSError *error))completion;
2964 - (void)didCounterSignWithSig:(NSData *)sig completion:(void (^)(NSError *error))completion;
2996 - (void)log:(KBRLogRequestParams *)params completion:(void (^)(NSError *error))completion;
3309 - (void)userChangedWithUid:(NSString *)uid completion:(void (^)(NSError *error))completion;
3630 - (void)rekeySyncWithForce:(BOOL)force completion:(void (^)(NSError *error))completion;
3668 - (void)revokeKeyWithKeyID:(NSString *)keyID completion:(void (^)(NSError *error))completion;
3766 - (void)closeWithS:(KBRStream *)s completion:(void (^)(NSError *error))completion;
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkEntryCompletion.t22 ginterfaces_ok($completion);
24 $entry->set_completion ($completion);
26 is ($completion->get_entry, $entry);
29 $completion->set_model (undef);
32 $completion->set_model ($model);
33 is ($completion->get_model, $model);
34 $completion->set_text_column (0);
41 $completion->complete;
48 $completion->complete;
50 $completion->delete_action (0);
[all …]
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/addressline/autotests/
H A Dbaloocompletionemailtest.cpp36 completion.setEmailList(emailList); in shouldReturnSameListWhenNotExclude()
50 completion.setEmailList(emailList); in shouldReturnSameListIfBlackListDoesntInterceptEmail()
57 completion.setBlackList(blackList); in shouldReturnSameListIfBlackListDoesntInterceptEmail()
71 completion.setEmailList(emailList); in shouldReturnUniqueEmail()
85 completion.setEmailList(emailList); in shouldReturnEmptyListWhenAllBlackListed()
86 completion.setBlackList(emailList); in shouldReturnEmptyListWhenAllBlackListed()
100 completion.setEmailList(emailList); in shouldExcludeDomain()
106 completion.setEmailList(emailList); in shouldExcludeDomain()
124 completion.setEmailList(emailList); in shouldReturnEmailListWhenDomainListIsNotNull()
155 completion.setEmailList(emailList); in shouldExcludeDuplicateEntryWithDisplayName()
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A Dgit-svn6 function completion/git-svn {
8 command -f completion//reexecute
11 function completion/git::svn:arg
48 command -f completion//parseoptions
75 command -f completion//parseoptions
105 command -f completion//parseoptions
129 command -f completion//parseoptions
138 command -f completion//getoperands
202 command -f completion//parseoptions
234 command -f completion//parseoptions
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dcompletion.h27 struct completion { struct
36 static inline void complete_acquire(struct completion *x) {} in complete_acquire() argument
57 struct completion work = COMPLETION_INITIALIZER(work)
109 extern void wait_for_completion(struct completion *);
110 extern void wait_for_completion_io(struct completion *);
118 struct completion *x, unsigned long timeout);
120 struct completion *x, unsigned long timeout);
122 extern bool completion_done(struct completion *x);
124 extern void complete(struct completion *);
125 extern void complete_all(struct completion *);
[all …]

12345678910>>...593