Searched +refs:custom +refs:buffer (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dgitcommit.vim6 " Only do this when not done yet for this buffer
33 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
65 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffcached(<bang>0,b:git_dir,<f-args>)
H A Dsql.vim60 " Only do this when not done yet for this buffer
165 " Do not specify a buffer local variable if it is
193 command! -nargs=* -complete=custom,SQL_GetList SQLSetType :call SQL_SetType(<q-args>)
212 " echo 'sourcing buffer ftplugin/'.b:sql_type_override.'.vim'
234 " Don't load another plugin for this buffer
338 nmap <buffer> <silent> ]] :call search('\\c^\\s*begin\\>', 'W' )<CR>
339 nmap <buffer> <silent> [[ :call search('\\c^\\s*begin\\>', 'bW' )<CR>
340 nmap <buffer> <silent> ][ :call search('\\c^\\s*end\\W*$', 'W' )<CR>
341 nmap <buffer> <silent> [] :call search('\\c^\\s*end\\W*$', 'bW' )<CR>
342 vmap <buffer> <silen
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-undo.el53 (require 'custom)
123 (defun gnus-disable-undo (&optional buffer)
124 "Disable undoing in the current buffer."
127 (when buffer
128 (set-buffer buffer))
180 (error "Undoing is not enabled in this buffer"))
H A Dgnus-util.el38 (require 'custom)
47 (defvar gnus-original-article-buffer)
55 (autoload 'gnus-get-buffer-window "gnus-win")
103 (defmacro gnus-eval-in-buffer-window (buffer &rest forms)
109 (,buf ,buffer)
110 (,w (gnus-get-buffer-window ,buf 'visible)))
116 (set-buffer (window-buffer ,w)))
117 (pop-to-buffer ,bu
[all...]
H A Dnnmail.el32 (require 'gnus) ; for macro gnus-kill-buffer, at least
35 (require 'custom)
41 (autoload 'gnus-add-buffer "gnus")
42 (autoload 'gnus-kill-buffer "gnus"))
195 called in a buffer narrowed to the message in question. The function
319 The hook is run in a buffer with all the new, incoming mail."
355 The functions in this hook are free to modify the buffer
356 contents in any way they choose -- the buffer contents are
462 the buffer containing the message headers. The return value FUNCTION
548 This variable can also be a function. It will be called from a buffer
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dimap.c414 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
415 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
416 (strcmp(imap->custom, "STORE") ||
418 strcmp(imap->custom, "SELECT") &&
419 strcmp(imap->custom, "EXAMINE")))
739 * Sends a LIST command or an alternative custom request.
748 if(imap->custom)
749 /* Send the custom request */
750 result = imap_sendf(conn, "%s%s", imap->custom,
2200 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; local
[all...]
H A Dpop3.c767 char *chlg64 = data->state.buffer;
820 char *chlg64 = data->state.buffer;
939 data->state.buffer + 2,
1068 (pop3->custom && pop3->custom[0] != '\0' ?
1069 pop3->custom : command), pop3->id);
1072 (pop3->custom && pop3->custom[0] != '\0' ?
1073 pop3->custom : command));
1378 Curl_safefree(pop3->custom);
1539 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwid-browse.el33 (require 'custom)
49 (define-key widget-browse-mode-map "q" 'bury-buffer))
125 ;; Create the buffer.
127 (let ((buffer (format "*Browse %s Widget*" widget)))
128 (kill-buffer (get-buffer-create buffer))
129 (switch-to-buffer (get-buffer-create buffer)))
[all...]
H A Ddframe.el35 ;; a program/buffer combination that resides in a dedicated frame.
43 ;; * Frame/buffer killing hooks
50 ;; o working with an associated buffer
73 ;; -buffer, -frame, -cached-frame -- Variables used to track your
74 ;; applications buffer, frame, or frame cache (when hidden). See
83 ;; a) create a buffer
89 ;; your-mode -- Set up the major mode of the buffer for your app.
122 ;; From custom web page for compatibility between versions of custom
126 (require 'custom)
[all...]
H A Diswitchb.el38 ;; The buffer at the start of the list will be the one visited when
40 ;; narrowed down so that gradually the buffer you want will be at the
42 ;; buffer names in the list until the one you want is at the top of
47 ;; <cook@sightpath.com> wrote a similar buffer switching package, but
48 ;; does exact matching rather than substring matching on buffer names.
74 ;; If I want the first buffer in the list, I simply press RET. If I
81 ;; Since there is only one matching buffer left, it is given in [] and we
83 ;; to that buffer.
88 ;; prompted to create a new buffer called "234a".
91 ;; can specify the buffer usin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DSimpleFontData.h81 virtual bool fillSVGGlyphPage(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const = 0;
267 bool m_isCustomFont; // Whether or not we are custom font loaded via @font-face
268 bool m_isLoading; // Whether or not this custom font is still in the act of loading.
302 DerivedFontData(bool custom) argument
303 : forCustomFont(custom)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.h204 dispatch_source_t custom; member in struct:mDNS_PlatformSupport_struct
252 extern ssize_t myrecvfrom(const int s, void *const buffer, const size_t max,
H A Ddaemon.c219 char buffer[512]; local
222 buffer[mDNS_vsnprintf((char *)buffer, sizeof(buffer), format, ptr)] = 0;
224 LogMsg("!!!! %s !!!!", buffer);
225 NotifyOfElusiveBug("Memory Corruption", buffer);
591 char buffer[MAX_ESCAPED_DOMAIN_NAME]; local
616 ConvertDomainNameToCString(&answer->rdata->u.name, buffer);
617 status = DNSServiceDomainEnumerationReply_rpc(x->ClientMachPort, rt, buffer, 0, MDNS_MM_TIMEOUT);
1602 /* allocate a reply buffer */
1839 mDNSPlatformLogToFile(int log_level, const char *buffer) argument
2592 char buffer[100]; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTest.c645 "custom option",
754 {TK_OPTION_CUSTOM, "-custom", NULL, NULL,
980 char *custom;
1030 {TK_OPTION_CUSTOM, "-custom", NULL, NULL, "",
1031 -1, Tk_Offset(InternalRecord, custom),
1069 recordPtr->custom = NULL;
1636 char buffer[100];
1639 sprintf(buffer, "%s get", timPtr->imageName);
1640 Tcl_SetVar(timPtr->interp, timPtr->varName, buffer,
1683 char buffer[20
972 char *custom; member in struct:InternalRecord
1621 char buffer[100]; local
1667 char buffer[200 + TCL_INTEGER_SPACE * 6]; local
1712 char buffer[200]; local
1746 char buffer[100]; local
1975 char buffer[30]; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTest.c663 "custom option",
794 "-custom", (char *) NULL, (char *) NULL,
1042 char *custom;
1110 "-custom", (char *) NULL, (char *) NULL,
1111 "", -1, Tk_Offset(InternalRecord, custom),
1150 recordPtr->custom = NULL;
1784 char buffer[100];
1787 sprintf(buffer, "%s get", timPtr->imageName);
1788 Tcl_SetVar(timPtr->interp, timPtr->varName, buffer,
1831 char buffer[20
1034 char *custom; member in struct:InternalRecord
1769 char buffer[100]; local
1815 char buffer[200 + TCL_INTEGER_SPACE * 6]; local
1860 char buffer[200]; local
1894 char buffer[100]; local
2122 char buffer[30]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el38 ;; - The index preview buffer helps to check and edit index entries.
50 ;; To turn RefTeX Mode on and off in a buffer, use `M-x reftex-mode'.
103 ;; To turn RefTeX Mode on and off in a particular buffer, use `M-x
115 ;; document. This buffer can display sections, labels and index
116 ;; entries defined in the document. From the buffer, you can jump
144 ;; original buffer.
157 ;; into an alphabetically sorted `*Index*' buffer which you can use
177 ;; To display the compiled index in a special buffer, type `C-c
178 ;; >' (`reftex-display-index'). From that buffer you can check
204 ;; selection buffer, th
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex287 \key{rotate entire buffer between states}{S-TAB}
290 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-k}
315 \key{narrow buffer to current subtree}{C-x n s}
386 \key{edit formulas in separate buffer}{C-c '}
445 \metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
486 \key{shortcut to end of buffer (cursor at buf-start)}{RET}
491 In-buffer completion completes TODO keywords at headline start, TeX
550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
582 \key{configure custom commands}{C-c a C$^1$}
593 {\bf Commands available in an agenda buffer}
[all...]
H A DviperCard.tex341 \metax{restore a buffer }{:e!\ {\rm or} M-x revert-buffer}
375 \key{{\bf switch} to a buffer in the current window}{C-x {\sl buffer}}
376 \metax{{\bf switch} to a buffer in another window}{:n, :b, {\rm or} C-x 4 {\sl buf}}
377 \key{{\bf kill} a buffer}{:q! {\rm or} C-x k}
385 \key{{\bf save} buffer to the associated file}{:w {\rm or} C-xC-s}
386 \metax{{\bf write} buffer to a specified file}{:w {\sl file} {\rm or} C-xC-w}
409 \key{set mark at buffer beginning}{m <}
410 \key{set mark at buffer en
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcheckdoc.el36 ;; 1) Periodically use `checkdoc' or `checkdoc-current-buffer'.
38 ;; `checkdoc-current-buffer'
41 ;; or [menu-bar emacs-lisp eval-buffer]. Additional key-bindings
53 ;; state in a status buffer.
139 ;; tests through buffer local variables.
161 ;; Requires custom for Emacs v20.
165 ;; warnings in the byte-compiler's warning/error buffer.
178 ;; From custom web page for compatibility between versions of custom:
181 (require 'custom)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp-smb.el36 (require 'custom)
107 "Holds the share name for the current buffer.
108 This variable is local to each buffer.")
109 (make-variable-buffer-local 'tramp-smb-share)
112 "Caches the share names accessible to host related to the current buffer.
113 This variable is local to each buffer.")
114 (make-variable-buffer-local 'tramp-smb-share-cache)
159 ;; `get-file-buffer' performed by default handler
240 (tramp-message-for-buffer
245 (tramp-message-for-buffer
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm659 code for custom conversion specifiers
1137 # Message changed? Print buffer.
1176 If there's still messages in the buffer, they should be printed out
1216 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1245 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1349 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1370 The last four statements in the configuration above are defining a custom
1386 For details on custom filters, check L<Log::Log4perl::Filter>.
1460 buffer size and the size of your messages, there's a small chance of
1468 to run uninterrupted) instead of C<print()> which might buffer
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-shell.el101 (defvar idlwave-shell-have-new-custom nil)
104 (condition-case () (require 'custom) (error nil))
105 (if (and (featurep 'custom)
106 (fboundp 'custom-declare-variable)
109 (setq idlwave-shell-have-new-custom t)
110 ;; We have the old or no custom-library, hack around it!
129 process buffer.
136 "*Name to be associated with the IDL process. The buffer for the
144 "*Non-nil means, never replace the shell frame with another buffer."
149 "*Non-nil means, IDLWAVE should use a special frame to display shell buffer
[all...]
H A Didlwave.el178 (condition-case () (require 'custom) (error nil))
179 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
181 ;; We have the old or no custom-library, hack around it!
194 :link '(custom-manual "(idlwave)Top")
388 current Scan only the current buffer, but no other buffers."
391 (const :tag "No buffer" nil)
393 (const :tag "Current buffer only" 'current)))
404 '(find-file save-buffer kill-buffer compil
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim22 " :MatchDebug to activate debugging for the current buffer
23 " This saves the values of several key script variables as buffer-local
35 " TODO: Add a level of indirection, so that custom % scripts can use my
598 " script is run, buffer variables will be saved. These can be used directly
737 " either from a buffer variable or passed as arguments.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm661 code for custom conversion specifiers
1139 # Message changed? Print buffer.
1178 If there's still messages in the buffer, they should be printed out
1218 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1247 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1351 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1372 The last four statements in the configuration above are defining a custom
1388 For details on custom filters, check L<Log::Log4perl::Filter>.
1465 buffer size and the size of your messages, there's a small chance of
1473 to run uninterrupted) instead of C<print()> which might buffer
[all...]

Completed in 339 milliseconds

12