Home
last modified time | relevance | path

Searched +refs:completion +refs:query +refs:items (Results 1 – 25 of 5506) sorted by relevance

12345678910>>...221

/dports/shells/bash-completion/bash-completion-2.11/doc/
H A Dinputrc1 # Readline init file for bash-completion test suite
10 # Don't query user about viewing the number of possible completions
11 set completion-query-items -1
16 # Print each completion on its own line
17 set completion-display-width 0
/dports/shells/bash-completion/bash-completion-2.11/test/config/
H A Dinputrc1 # Readline init file for bash-completion test suite
10 # Don't query user about viewing the number of possible completions
11 set completion-query-items -1
16 # Print each completion on its own line
17 set completion-display-width 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/app/spotlight/
H A Dspotlight_util.mm63 void DoWithRetry(BlockWithError completion,
65 DoWithRetry(completion, kMaxDeletionAttempts, blockName);
122 void DeleteItemsWithIdentifiers(NSArray* items, BlockWithError callback) {
125 deleteSearchableItemsWithIdentifiers:items
187 ClearAllSpotlightEntries(completion);
201 CSSearchQuery* query =
205 [query setFoundItemsHandler:^(NSArray<CSSearchableItem*>* items) {
206 if ([items count] == 1) {
207 CSSearchableItem* searchableItem = [items objectAtIndex:0];
213 completion(nil);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php71 $items = array();
79 $items[count($items)] = $sc_item;
84 return $items;
261 $items[count($items)] = $sc_item;
265 return $items;
311 $sco_set = $ilDB->query($query);
317 return $items;
331 $res = $ilDB->query($query);
372 $res = $ilDB->query($query);
1216 return $completion;
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php71 $items = array();
79 $items[count($items)] = $sc_item;
84 return $items;
261 $items[count($items)] = $sc_item;
265 return $items;
311 $sco_set = $ilDB->query($query);
317 return $items;
331 $res = $ilDB->query($query);
372 $res = $ilDB->query($query);
1216 return $completion;
[all …]
/dports/audio/beets/beets-1.4.9/docs/reference/
H A Dcli.rst25 Beets also offers shell completion. For bash, see the `completion`_
180 string <query>` that matches items from your library. In this case, the
181 ``-s`` (singleton) flag controls whether the query matches individual items
232 This command uses the same :doc:`query <query>` syntax as the ``list`` command.
248 Supply a :doc:`query <query>` matching the things you want to change and a
285 Move or copy items in your library.
289 destination directory with ``-d`` manually, you can move items matching a query
369 :doc:`query <query>`) or the matched items (if you do).
443 completion`` prints out a `bash`_ 3.2 script; to enable completion put a line
446 eval "$(beet completion)"
[all …]
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/Keys/
H A DKBKeyView.m55 completion();
58 completion();
66 completion();
69 completion();
139 options.query = _identifyKey.KID;
145 completion(error, keyInfo);
152 options.query = _identifyKey.KID;
157 [request pgpExportByKIDWithOptions:options completion:^(NSError *error, NSArray *items) {
158 KBRKeyInfo *keyInfo = items[0];
161 completion(error, keyInfo);
[all …]
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/RPC/
H A DKBRPC.h1037 @property NSString *query;
2322 @property KBRTLFQuery *query;
2325 @property KBRTLFQuery *query;
2328 @property KBRTLFQuery *query;
2331 @property KBRTLFQuery *query;
2334 @property KBRTLFQuery *query;
2417 @property NSString *query;
2768 - (void)deviceList:(void (^)(NSError *error, NSArray *items))completion;
3908 - (void)listTrackersSelf:(void (^)(NSError *error, NSArray *items))completion;
3947 - (void)loadMyPublicKeys:(void (^)(NSError *error, NSArray *items))completion;
[all …]
H A DKBRPC.m3886 NSDictionary *rparams = @{@"query": KBRValue(params.query)};
3898 NSDictionary *rparams = @{@"query": KBRValue(query)};
3910 NSDictionary *rparams = @{@"query": KBRValue(params.query)};
3922 NSDictionary *rparams = @{@"query": KBRValue(query)};
3934 NSDictionary *rparams = @{@"query": KBRValue(params.query)};
3946 NSDictionary *rparams = @{@"query": KBRValue(query)};
3974 NSDictionary *rparams = @{@"query": KBRValue(query)};
3998 NSDictionary *rparams = @{@"query": KBRValue(query)};
4376 - (void)searchWithQuery:(NSString *)query completion:(void (^)(NSError *error, NSArray *items))comp… argument
4377 NSDictionary *rparams = @{@"query": KBRValue(query)};
[all …]
/dports/devel/monotone/monotone-1.1/test/extra/bash_completion/
H A Dinputrc5 # Don't query user about viewing the number of possible completions
6 set completion-query-items -1
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dhistory.py119 for key, default in self.KEYS.items():
125 query = self.contains_query('key')
126 return query.run(val=key).value()
130 query = self.database.query('SELECT value FROM CompletionMetaInfo '
132 return query.run(key=key).value()
180 self.completion = CompletionHistory(database, parent=self)
302 self.completion.delete_all()
328 self.database.query('VACUUM').run()
331 self.completion.insert_batch(data, replace=True)
366 self.completion.delete_all()
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dsqlcomplete.vim56 " query and attempt to match on it.
83 " names in order to simplify the regexes used to pull out query table
147 " Default syntax items to precache
183 " for returning the completion list of items.
462 " Reset all cached items
557 " the syntax items.
580 " the syntax items.
870 let query = @y
871 let query = substitute(query, "\n", ' ', 'g')
874 " if query =~? '^\c\(select\)'
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dsqlcomplete.vim56 " query and attempt to match on it.
83 " names in order to simplify the regexes used to pull out query table
147 " Default syntax items to precache
183 " for returning the completion list of items.
462 " Reset all cached items
557 " the syntax items.
580 " the syntax items.
870 let query = @y
871 let query = substitute(query, "\n", ' ', 'g')
874 " if query =~? '^\c\(select\)'
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dmdfind.fish1 # completion for mdfind (macOS)
4 complete -c mdfind -o count -f -d 'Query only reports matching items count'
11 complete -c mdfind -o literal -f -d 'Force the provided query string to be taken as a literal'
12 complete -c mdfind -o interpret -f -d 'Interprete query string as Spotlight query'
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/local_search_service/public/mojom/
H A Dindex.mojom11 // runs a search function to find matching items for a given query.
15 // Returns number of data items.
18 // Adds or updates data and callbacks upon completion.
22 // Deletes data with |ids| and returns the number of items deleted.
33 Find(mojo_base.mojom.String16 query, uint32 max_results)
H A Dlocal_search_service_proxy.mojom29 // the Index for query search.
36 // runs a search function to find matching items for a given query.
40 // Returns number of data items.
43 // Adds or updates data and callbacks upon completion.
47 // Deletes data with |ids| and returns the number of items deleted.
54 Find(mojo_base.mojom.String16 query, uint32 max_results)
/dports/audio/beets/beets-1.4.9/extra/
H A D_beet11 zstyle ":completion:${curcontext}:" cache-policy _beet_check_cache
73 # create completion function for queries
74 …_regex_arguments _beet_query "$matchany" \# \( "$matchquery" ":query:query string:$queryelem" \) \#
77 beets_query_args=( \( "$matchquery" ":query:query string:{_beet_query}" \) \# )
79 # now build arguments for _beet and _beet_help completion functions
101 local sqlcmd="select distinct $1 from items;"
204 (*) # Other commands have options followed by a query
208 # Store completion function in a cache file
226 # Create main completion function
230 zstyle ":completion:${curcontext}:" tag-order '! options'
[all …]
/dports/www/midori/core-9.0/extensions/
H A Dbookmarks.vala43 …public async override List<Midori.DatabaseItem>? query (string? filter=null, int64 max_items=15, C…
60 var items = new List<Midori.DatabaseItem> ();
67 items.append (item);
69 uint src = Idle.add (query.callback);
78 return items;
80 critical ("Failed to query bookmarks: %s", error.message);
206 public Midori.Completion completion { owned get; set; }
210 completion.add (BookmarksDatabase.get_default ());
212 critical ("Failed to add bookmarks completion: %s", error.message);
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/
H A Dtest_qutescheme.py121 items = []
127 items.insert(0, entry)
129 return items
149 items = json.loads(data)
155 for item in items:
161 config_stub.val.completion.web_history.exclude = ['www.x.com']
165 items = json.loads(data)
166 assert items
289 query = QUrlQuery()
290 query.addQueryItem('filename', 'foo{}bar'.format(sep))
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/
H A Dpopups.pyj69 CLASS = 'popup-completion-items'
70 CURRENT_ITEM_CLASS = 'popup-completion-current-item'
78 self.items = []
93 def set_all_items(self, items):
94 self.items = list(items)
118 def set_query(self, query):
119 self.current_query = query
188 self.matches.push(self.items[i])
195 items = self.matches
197 items = reversed(items)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Dsource_test.go111 if len(items) == 0 {
116 URI: items[0].URI,
117 Range: items[0].Range,
301 list, surrounding, err := completion.Completion(r.ctx, r.snapshot, fh, protocol.Position{
305 if err != nil && !errors.As(err, &completion.ErrIsDefinition{}) {
314 var items []completion.CompletionItem
321 if numDeepCompletionsSeen >= completion.MaxDeepCompletions {
326 items = append(items, item)
866 r.callWorkspaceSymbols(t, query, source.SymbolCaseInsensitive, dirs, expectedSymbols)
870 r.callWorkspaceSymbols(t, query, source.SymbolFuzzy, dirs, expectedSymbols)
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dreadline-ask.inputrc16 set completion-query-items 5
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dreadline-ask.inputrc16 set completion-query-items 5
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/completion/
H A Dbasic.py19 from calibre.gui2.tweak_book.completion.utils import control, data, DataError
96 items = tuple(sorted(frozenset(itervalues(nmap)), key=numeric_sort_key))
99 return items, descriptions, {}
135 items, descriptions, matcher_kwargs = ans
136 fingerprint = hash(items)
138 _current_matcher = (fingerprint, matcher_kwargs, Matcher(items, **matcher_kwargs))
139 if request.query:
140 items = _current_matcher[-1](request.query, limit=50)
142 items = OrderedDict((i, ()) for i in _current_matcher[-1].items)
143 ans = items, descriptions
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/docs/
H A Dopenapi.yml106 completion.
117 description: "Result of the query: `true` if yes, `false` otherwise."
169 items:
335 items:
614 items:
643 items:
1029 Since /signature_help can be expensive, clients can query ycmd with
1039 in: query
1230 The set of candidates to sort of the query parameters.
1252 query:
[all …]

12345678910>>...221