Searched refs:completion (Results 151 - 175 of 180) sorted by relevance

12345678

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsimple.el1057 ;; for the sake of completion of names like eval-region, eval-buffer.
1349 by the new completion."
1365 by the new completion."
4860 (defvar completion-list-mode-map nil
4861 "Local map for completion list buffers.")
4862 (or completion-list-mode-map
4864 (define-key map [mouse-2] 'mouse-choose-completion)
4867 (define-key map "\C-m" 'choose-completion)
4868 (define-key map "\e\e\e" 'delete-completion-window)
4869 (define-key map [left] 'previous-completion)
[all...]
H A Dinfo.el304 "Cached completion list for current Info file.")
1468 (defvar Info-read-node-completion-table)
1471 "Virtual completion table for file names input in Info node names.
1498 ;; add the unsuffixed name as a completion option.
1504 ((null action) (try-completion string names))
1505 (t (test-completion string names)))))
1507 ;; This function is used as the "completion table" while reading a node name.
1508 ;; It does completion using the alist in Info-read-node-completion-table
1517 (let ((comp (try-completion fil
[all...]
H A Diswitchb.el8 ;; Keywords: completion convenience
50 ;; the completion feedback in the minibuffer.
184 ;; Using iswitchb for other completion tasks.
187 ;; iswitchb for other completion tasks.
234 ;; example and see all buffer names ending in `c'. No completion
275 :group 'completion
320 (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help
322 The most useful values are `iswitchb-completion-help', which pops up a
323 window with completion alternatives, or `iswitchb-next-match' or
448 "Point where minibuffer input ends and completion inf
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbibtex.el1100 (lazy-completion-table bibtex-strings
1109 (lazy-completion-table bibtex-reference-keys
2301 If optional arg GLOBAL is non-nil, completion is based on the keys in
2303 (let (completion-ignore-case)
2310 (let ((completion-ignore-case t))
2527 of a word, all strings are listed. Return completion."
2536 (completion (try-completion part-of-word completions)))
2537 (cond ((not completion)
2538 (error "Can't find completion fo
[all...]
H A Dreftex.el168 ;; the index macros and enter the arguments with completion.
1392 (prompt (format "[%c-%c] Select TAB: Read prefix with completion"
1880 (defun reftex-sublist-nth (list nth predicate &optional completion)
1884 ;; list also a list, so that the result can be used for completion.
1888 (push (if completion
H A Dorg.el975 Org-mode file (offering completion for all stored links). When this
1603 (defvar org-last-tags-completion-table nil
1604 "The last used completion table for tags.")
9413 stored link. As SPC triggers completion in the minibuffer, you need to
9423 selected using completion. The path to the file will be relative to
9471 ;; Read link, with completion for stored links.
9532 (let ((minibuffer-local-completion-map
9533 (copy-keymap minibuffer-local-completion-map)))
9534 (define-key minibuffer-local-completion-map " " 'self-insert-command)
10792 "Perform completion o
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el149 ;; When forcing completion of method keywords, the initial
493 (defgroup idlwave-completion nil
507 (defcustom idlwave-completion-case '((routine . upcase)
514 words inserted into the buffer by completion. The preferred case can
531 routine. This was implemented to allow for mixed-case completion, in
540 lower case (but see the variable `idlwave-completion-force-default-case').
544 :group 'idlwave-completion
546 (cons (symbol :tag "Derive completion case for")
549 (defcustom idlwave-completion-force-default-case nil
550 "*Non-nil means, completion wil
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp130 the data, an offset to the disk and length (block aligned 64 bit numbers), and completion callback.
469 IOPolledCompletion completion; local
471 completion.target = 0;
472 completion.action = &IOHibernatePollerIOComplete;
473 completion.parameter = vars;
478 err = poller->startIO(operation, bufferOffset, deviceOffset + vars->block0, length, completion);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp5061 UInt32 size, int speed, FWAsyncStreamCallback completion, void *refcon)
5063 return createAsyncStreamCommand(generation, channel, sync, tag, hostMem, size, speed, completion, refcon, true);
5068 UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset)
5074 if(!cmd->initAll(this, generation, channel, sync, tag, hostMem,size,speed, completion, refcon, failOnReset)) {
5089 FWAsyncPHYCallback completion,
5099 if( !cmd->initAll( this, generation, data1, data2, completion, refcon, failOnReset ) )
5059 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void *refcon) argument
5066 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset) argument
5086 createAsyncPHYCommand( UInt32 generation, UInt32 data1, UInt32 data2, FWAsyncPHYCallback completion, void * refcon, bool failOnReset ) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m279 // try to synchronize asap, and invoke the handler on completion to take incoming changes.
482 [cui requestShowNotification:localNotificationDict completion:^ bool (CFDictionaryRef userResponses, int64_t flags)
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dsurvival.tex393 Emacs does command completion for you. Typing \kbd{M-x}
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl159 [list xferDoneCmd.arg $cfg(xferDoneCmd) {Callback for transfer completion notification. Optional}] \
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dlex.c1343 * inside $'...'; however in completion we
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeymap.c68 /* keymap used for minibuffers when doing completion */
72 /* keymap used for minibuffers when doing completion in filenames */
75 /* keymap used for minibuffers when doing completion in filenames
79 /* keymap used for minibuffers when doing completion and require a match */
4078 DEFVAR_LISP ("minibuffer-local-completion-map", &Vminibuffer_local_completion_map,
4079 doc: /* Local keymap for minibuffer input with completion. */);
4083 DEFVAR_LISP ("minibuffer-local-filename-completion-map",
4085 doc: /* Local keymap for minibuffer input with completion for filenames. */);
4092 doc: /* Local keymap for minibuffer input with completion, for exact match. */);
4099 doc: /* Local keymap for minibuffer input with completion fo
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dcsscomplete.vim1 " Vim completion script
H A Djavascriptcomplete.vim1 " Vim completion script
H A Dphpcomplete.vim1 " Vim completion script
7 " - Class aware completion:
9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
10 " - allow also for XML completion <- better do html_flavor for HTML
11 " completion
51 " If exists b:php_menu it means completion was already constructed we
135 " of 'kind' tag (not necessary in regular completion)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpine.vim270 syn keyword pineOption enable-tab-completion
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c2 * zle_tricky.c - expansion and completion
38 * expansion/completion system, we metafy the line from zleline into
42 * completion and expansion is done on the metafied line. Immediately
45 * changed during completion, so they can't be merely saved and
70 /* The line before completion was tried. */
77 /* Words on the command line, for use in completion */
90 /* These control the type of completion that will be done. They are *
98 /* != 0 if we would insert a TAB if we weren't calling a completion widget. */
103 /* != 0 if we are in the middle of a menu completion. May be == 2 to force *
104 * menu completion eve
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp.c94 /* Context used for commandline completion */
155 /* Type of completion */
1717 /* Determine length of pwd so we can trim completion display */
1814 /* tab-completion hook function, called via libedit */
1908 "Context sensitive argument completion", complete);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm148 + (BOOL)_addCompletion:(void(^)(BOOL))completion;
878 completion:^(BOOL finished){
1724 // The completion handler can pass nil if input does not match the actual text preceding the insertion point.
1802 // The completion handler should pass the rect of the correction text after replacing the input text, or nil if the replacement could not be performed.
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc.el384 ;; This is useful for ordered name completion.
1786 (let ((transforms '((pcomplete . completion))))
1791 (defcustom erc-modules '(netsplit fill button match track completion readonly
1822 (const :tag "completion: Complete nicknames and commands (programmable)"
1823 completion)
1866 ((string= req "erc-completion")
1869 (setq mod 'completion))
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2911 if (request->completion)
2912 (*request->completion)(request);
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp.el747 (defconst tramp-completion-function-alist-rsh
754 (defconst tramp-completion-function-alist-ssh
771 (defconst tramp-completion-function-alist-telnet
777 (defconst tramp-completion-function-alist-su
782 (defvar tramp-completion-function-alist nil
787 names from FILE for completion. The following predefined FUNCTIONs exists:
803 (tramp-set-completion-function
804 "rcp" tramp-completion-function-alist-rsh)
805 (tramp-set-completion-function
806 "scp" tramp-completion
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9138 if (request->completion)
9139 (*request->completion)(request);
10499 if (request->completion)
10500 (*request->completion)(request);

Completed in 782 milliseconds

12345678