Searched +refs:custom +refs:comment +refs:show (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom-type 'hook)
157 (put 'custom-define-hook 'standard-value '(nil))
158 (custom-add-to-group 'customize 'custom
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim153 syn keyword pineConfig show-all-characters
304 syn keyword pineOption print-offers-custom-cmd-prompt
319 syn keyword pineOption quell-timezone-comment-when-sending
331 syn keyword pineOption show-cursor
332 syn keyword pineOption show-plain-text-internally
333 syn keyword pineOption show-selected-in-boldface
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
233 (require 'custom)
803 ["Show SQLi buffer" sql-show-sqli-buffer t]
1075 "column" "column_value" "columns" "comment" "commit" "committed"
1197 "remark" "repfooter" "repheader" "run" "save" "show" "shutdown"
1218 "shift\\(inout\\)?\\|show\\(mode\\)?\\|"
1279 "checkpoint" "class" "close" "cluster" "column" "comment" "commit"
1301 "session" "set" "sfunc" "share" "show" "similar" "some" "sort1"
1366 "clear" "close" "column" "comment" "commi
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm285 # ',' character is a token, and so is an entire side comment. It handles
1392 if ( $rOpts->{'DEBUG'} || $rOpts->{'show-options'} ) {
1550 # to hide from tidyview (which does not show category 0 flags):
1616 $add_option->( 'closing-side-comment-else-flag', 'csce', '=i' );
1617 $add_option->( 'closing-side-comment-interval', 'csci', '=i' );
1618 $add_option->( 'closing-side-comment-list', 'cscl', '=s' );
1619 $add_option->( 'closing-side-comment-maximum-text', 'csct', '=i' );
1620 $add_option->( 'closing-side-comment-prefix', 'cscp', '=s' );
1621 $add_option->( 'closing-side-comment-warnings', 'cscw', '!' );
1630 $add_option->( 'fixed-position-side-comment', 'fps
[all...]

Completed in 121 milliseconds