Searched +refs:set +refs:device +refs:class (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/gnuserv-7/gnuserv/
H A Ddevices.el1 ;;; devices.el -- XEmacs device API emulation
30 ;; This is a complete implementation of all the device-* functions found in
31 ;; XEmacs 19.14. A 'device' for Emacs 19 is just a frame, from which we can
37 (set 'byte-optimize nil)))
42 (defalias 'selected-device 'ignore)
43 (defalias 'device-or-frame-p 'framep)
44 (defalias 'device-console 'ignore)
45 (defalias 'device-sound-enabled-p 'ignore)
46 (defalias 'device-live-p 'frame-live-p)
48 (defalias 'frame-device 'identit
[all...]
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundles.h37 #include <set>
43 class DriverBundles : public CodeRepository<DriverBundle>
45 friend class DriverBundle;
51 bool find(Device &device) const;
56 class ProductMatchInfo
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim25 set iskeyword=38,42,43,45,47-58,60-62,64-90,97-122,_
29 set ignorecase
175 syn keyword lispFunc boole-set last set
176 syn keyword lispFunc boole-xor lcm set-char-bit
177 syn keyword lispFunc boolean ldb set-difference
178 syn keyword lispFunc both-case-p ldb-test set-dispatch-macro-character
179 syn keyword lispFunc boundp ldiff set-exclusive-or
180 syn keyword lispFunc break least-negative-double-float set-macro-character
181 syn keyword lispFunc broadcast-stream least-negative-long-float set
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex50 % For this you need a dvi device driver that can print sideways.
161 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
380 \key{set mark here}{C-@ {\rm or} C-SPC}
383 \key{set mark {\it arg\/} {\bf words} away}{M-@}
453 \key{set fill column}{C-x f}
454 \key{set prefix each line starts with}{C-x .}
456 \key{set face}{M-o}
561 \threecol{{\bf class of characters}}{{\bf match these}}{{\bf match others}}
562 \threecol{explicit set}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
572 \key{set codin
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el74 ;; common base functionality, and a common set of bindings, with all
163 ;; (sql-set-product 'xyz))
193 ;; (set-buffer (apply 'make-comint "SQL" sql-xyz-program
238 (defvar font-lock-set-defaults)
248 ;; These four variables will be used as defaults, if set.
418 If set to the symbol `semicolon', then hitting `;' will send current
420 If set to the symbol `go', then hitting `go' on a line by itself will
422 If set to nil, then you must use \\[comint-send-input] in order to send
455 This is used to set `imenu-generic-expression' when SQL mode is
465 You have to set thi
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim72 " Complete class name
76 \ 'v:val =~ "class\\s\\+[a-zA-Z_\\x7f-\\xff][a-zA-Z_0-9\\x7f-\\xff]*\\s*("')
79 let int_values = split(jfile, 'class\s\+')
139 " Get name of the class
142 " Get location of class definition, we have to iterate through all
225 let class = ' '
227 let class = i.' class '
231 \ 'info':class.all_values[i],
343 let class
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm130 No 'getline' method is defined for object of class $ref
147 No 'print' method is defined for object of class $ref
1230 # set output file permissions
1236 # Thus we retain whatever executable flags were set.
1395 "Final parameter set for this run\n");
1477 # However, they are included in the option set so that they will
2149 # set the defaults by passing the above list through GetOptions
2162 # and set to Getopt::Long defaults. Use eval to avoid
2510 # see if user set a non-negative logfile-gap
2527 # set shor
[all...]

Completed in 271 milliseconds