Searched refs:const (Results 276 - 300 of 412) sorted by relevance

<<11121314151617

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Disearch.el101 :type '(choice (const :tag "off" nil)
102 (const not-yanks)
123 :type '(choice (const :tag "Find Spaces Literally" nil)
136 :type '(choice (const :tag "Match hidden text" t)
137 (const :tag "Open overlays" open)
138 (const :tag "Don't match hidden text" nil))
279 :type '(choice (const :tag "All" nil)
H A Dwoman.el678 :type '(repeat (choice string (const nil)))
695 :type '(choice (const :tag "Minimal" 1)
696 (const :tag "Default" 2)
697 (const :tag "Maximal" 3))
707 :type '(choice (const :tag "None" nil)
708 (const :tag "~/.wmncach.el" "~/.wmncach.el")
717 :type '(choice (const :tag "None" nil)
748 :type '(choice (const :tag "Yes" t)
749 (const :tag "No" nil))
756 :type '(choice (const
[all...]
H A Dgeneric-x.el154 :type '(choice (const :tag "Don't check file names" nil) regexp))
284 (push `(const ,mode) list)))
667 "const"
H A Dibuffer.el202 :type '(choice (const :tag "Last view time" :value recency)
203 (const :tag "Lexicographic" :value alphabetic)
204 (const :tag "Buffer size" :value size)
205 (const :tag "Major mode" :value major-mode))
296 :type '(choice (const :tag "Always" :value t)
297 (const :tag "Never" :value nil)
298 (const :tag "Always except minibuffer" :value :nomini))
317 :type '(choice (const :tag "Inherit" :value nil)
H A Dserver.el104 (const :tag "Local" nil))
163 :type '(choice (const :tag "Use selected window"
H A Dbookmark.el126 :type '(choice (const nil) integer (other t))
154 :type '(choice (const nil) (const never) (const nospecial)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcompile.el94 :type '(choice (const :tag "Default" nil)
388 (list 'const (car elt)))
470 :type '(repeat (choice (const :tag "Default" nil)
1264 :type '(choice (const :tag "Warnings and info" 2)
1265 (const :tag "Info" 1)
1266 (const :tag "None" 0))
1705 :type '(choice integer (const :tag "No window scrolling" nil))
H A Detags.el53 :type '(choice (const :tag "Case-sensitive" nil)
54 (const :tag "Case-insensitive" t)
96 :type '(choice (const :tag "Do" t)
97 (const :tag "Don't" nil)
145 :type '(choice (const nil) function))
H A Dvhdl-mode.el413 (const :tag "Built-in function" nil)
432 (const :tag "Not defined" nil)
440 (const :tag "None" identity)
441 (const :tag "Upcase" upcase)
442 (const :tag "Downcase" downcase))))))
452 (setq list (cons (list 'const (caar alist)) list))
585 (setq list (cons (list 'const (caar alist)) list))
597 (const :tag "Do not compile" nil))))))
620 (setq list (cons (list 'const (caar alist)) list))
622 (append '(choice (const
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el148 :type '(choice (const step) (const next) (const go)
149 (const Go-nonstop) (const trace)
150 (const Trace-fast) (const continue)
151 (const Continue-fast))
213 :type '(choice (const :tag "off")
217 (const
[all...]
H A Dadvice.el1848 :type '(choice (const accept) (const discard) (const warn)
1861 :type '(choice (const always) (const never) (const like-original)
H A Dfind-func.el129 :type '(choice (const :tag "Center" nil)
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorGObject.pm477 my $const = "read-only ";
480 $const = "read-only (due to custom functions needed in webkitdom)";
485 $const = "read-write ";
490 $long = "${const} ${type} ${interfaceName}.${propName}";
655 static void ${lowerCaseIfaceName}_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
940 my $const = $paramType eq "gchar*" ? "const " : "";
943 $functionSig .= ", ${const}$paramType $paramName";
1414 push(@cBodyProperties, "static gboolean webkit_dom_${decamelize}_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean bubble, gpointer userData)\n{\n");
1423 push(@cBodyProperties, "static gboolean webkit_dom_${decamelize}_remove_event_listener(WebKitDOMEventTarget* target, const cha
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Drmail.el112 :type '(choice (const nil) string))
118 (const :tag "Not Required" nil))
131 (const :tag "Not Required" nil))
247 :type '(choice regexp (const :tag "Your Name" nil))
306 :type '(choice regexp (const :tag "All"))
312 :type '(choice regexp (const nil :tag "None"))
332 :type '(choice (const :tag "Default" nil)
350 :type (list 'choice '(const :tag "Default" nil)
380 :type '(choice (const :tag "No confirmation" nil)
381 (const
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el101 :type '(choice (const :tag "Value of `fill-column'")
102 (const :tag "Full window width" window-width)
103 (const :tag "Full frame width" frame-width)
111 :type '(choice (const :tag "Dynamic" nil)
143 :type '(choice (const :tag "No truncation" nil)
171 (const nickserv)
175 (const chanserv)
180 (const bitlbee)
1083 (const :tag "Default" t))
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter64.asm26 const TagBitTypeOther = 0x2 label
27 const TagBitBool = 0x4 label
28 const TagBitUndefined = 0x8 label
29 const ValueEmpty = 0x0 label
30 const ValueFalse = TagBitTypeOther | TagBitBool label
31 const ValueTrue = TagBitTypeOther | TagBitBool | 1 label
32 const ValueUndefined = TagBitTypeOther | TagBitUndefined label
33 const ValueNull = TagBitTypeOther label
978 const protoCell = oldStructure # Reusing the oldStructure register for the proto
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndiary.el172 (const :format "%v" minute)
173 (const :format "%v" hour)
174 (const :format "%v" day)
175 (const :format "%v" week)
176 (const :format "%v" month)
177 (const :format "%v" year)))))
H A Dgnus-agent.el124 :type '(choice (const :tag "Always" t)
125 (const :tag "Never" nil)
126 (const :tag "Ask" ask))
133 :type '(choice (const :tag "Always" t)
134 (const :tag "Never" nil)
135 (const :tag "Ask" ask))
179 :type '(radio (const :format "Enable " ENABLE)
180 (const :format "Disable " DISABLE)))
205 :type '(radio (const :format "Always" always)
206 (const
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtex-mode.el63 :type '(choice (const :tag "None" nil)
82 :type '(choice (const :tag "None" nil)
91 :type '(choice (const :tag "None" nil)
140 :type '(radio (const :tag "Interactive \(nil\)" nil)
141 (const :tag "Nonstop \(\"\\nonstopmode\\input\"\)"
213 :type '(choice (const nil) string sexp)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabel.vim39 syn match abelDirective "@const"
H A Dfan.vim24 syn keyword fanStorageClass static const final
H A Dhaste.vim29 syn keyword hasteStatement cast chan const dataprobe do edge
H A Djavascript.vim59 syn keyword javaScriptReserved abstract boolean byte char class const debugger double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile
H A Dopl.vim25 syn keyword OPLStatement cmd$ committrans compact compress const continue
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl426 static const struct composition ${prefix}compose_seq[] = {
460 print "static const unsigned long ${prefix}decompose_seq[] = {\n";
494 print "static const unsigned long ${prefix}toupper_seq[] = {\n";
498 print "static const unsigned long ${prefix}tolower_seq[] = {\n";
521 print "static const unsigned long ${prefix}case_folding_seq[] = {\n";

Completed in 267 milliseconds

<<11121314151617