Searched refs:specs (Results 101 - 117 of 117) sorted by relevance

12345

/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacselect.c1637 static const EventTypeSpec specs[] =
1643 GetEventTypeCount (specs), specs, NULL, NULL);
1629 static const EventTypeSpec specs[] = local
1635 GetEventTypeCount (specs), specs, NULL, NULL); local
H A Dmacterm.c3861 specs, and its default is
9801 static const EventTypeSpec specs[] =
9808 GetEventTypeCount (specs), specs,
9771 static const EventTypeSpec specs[] = local
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwid-edit.el632 specs)
635 (push (list :type (car elt) :file (concat image ext)) specs)))
636 (setq specs (nreverse specs))
637 (find-image specs)))
H A Dsubr.el167 (defmacro declare (&rest specs)
1740 ;; This should be used by `call-interactively' for `n' specs.
2867 ;;;; invisibility specs
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c2941 const char *specs[1000]; /* Specifiers for profiles */ local
3043 specs[i]);
3057 specs[num_profiles] = attr->spec;
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t241 can find a valid list of type and sc specs in $0. */
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t241 can find a valid list of type and sc specs in $0. */
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem.rb25 def assert_activate expected, *specs
26 specs.each do |spec|
1400 "Wrong specs for #{_name}"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcss.vim70 " FIXME: These are actually case-insentivie too, but (a) specs recommend using
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DDir.pm482 I<specs>, not whether C<$dir> actually contains C<$other> on the
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dmod_dav.h854 ** spec->name == NULL is the defined end-sentinel for a list of specs.
873 const dav_liveprop_spec *specs; member in struct:__anon5930
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl2941 # FIRST, get the list of option specs from the widget.
2943 if {[catch {$comp configure} specs]} {
2967 foreach spec $specs {
H A Dmain1_83.tcl2965 # FIRST, get the list of option specs from the widget.
2967 if {[catch {$comp configure} specs]} {
2991 foreach spec $specs {
H A Dmain2.tcl2830 # FIRST, get the list of option specs from the widget.
2832 if {[catch {$comp configure} specs]} {
2856 foreach spec $specs {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js259 var gutters = cm.display.gutters, specs = cm.options.gutters;
261 for (var i = 0; i < specs.length; ++i) {
262 var gutterClass = specs[i];
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el2773 (defun org-compatible-face (specs)
2781 (while (setq e (pop specs))
2792 specs))

Completed in 502 milliseconds

12345