Searched refs:forms (Results 51 - 75 of 121) sorted by relevance

12345

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el103 (defmacro gnus-eval-in-buffer-window (buffer &rest forms)
118 ,@forms)
671 (defmacro gnus-bind-print-variables (&rest forms)
689 ,@forms))
841 (defmacro gnus-atomic-progn (&rest forms)
843 from being interrupted by the user. An error from the forms themselves
850 ,@forms))
854 (defmacro gnus-atomic-progn-assign (protect &rest forms)
881 (setq ,result (progn ,@forms))
H A Dnnoo.el47 (defmacro deffoo (func args &rest forms)
50 (defun ,func ,args ,@forms)
H A Dnntp.el589 (defmacro nntp-with-open-group (group server &optional connectionless &rest forms)
601 (setq forms (cons connectionless forms)
633 (progn ,@forms)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Ddelphi.el88 (defmacro with-current-buffer (buf &rest forms)
89 `(save-excursion (set-buffer ,buf) ,@forms)))
320 (defmacro delphi-save-match-data (&rest forms)
321 ;; Executes the forms such that the current match data is preserved, so as
325 (progn ,@forms)
328 (defmacro delphi-save-excursion (&rest forms)
329 ;; Executes the forms such that any movements have no effect, including
335 (progn ,@forms)))))
337 (defmacro delphi-save-state (&rest forms)
338 ;; Executes the forms suc
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/
H A DDNS.pm655 update packet. There are two forms, value-independent and
726 Use this method to delete RRs from a zone. There are three forms:
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl4 * Redistribution and use in source and binary forms, with or without
163 - (DOMHTMLCollection *)forms;
165 HRESULT forms([out, retval] IDOMHTMLCollection** collection);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt47 normalization forms such as NFC and NFD. We began supporting these normalization
/macosx-10.9.5/vim-53/runtime/syntax/
H A Delinks.vim42 syn keyword elinksPrefix document browse accesskey forms images links
H A Dsplint.vim39 " match flag expanded forms
H A Daml.vim30 syn keyword amlArcCmd contained fd[convert] featuregroup fg fie[lddata] file fill filt[er] fix[ownership] flip flipa[ngle] float floatg[rid] floo[r] flowa[ccumulation] flowd[irection] flowl[ength] fm[od] focalf[low] focalmaj[ority] focalmax focalmea[n] focalmed[ian] focalmin focalmino[rity] focalr[ange] focalst[d] focalsu[m] focalv[ariety] fonta[rc] fontco[py] fontcr[eate] fontd[elete] fontdump fontl[oad] fontload forc[e] form[edit] formedit forms fr[equency] ge geary general[ize] generat[e] gerbera[rc] gerberr[ead] gerberread gerberw[rite] gerberwrite get getz[factor] gi gi[rasarc] gnds grai[n] graphb[ar] graphe[xtent] graphi[cs] graphicimage graphicview graphlim[its] graphlin[e] graphp[oint] graphs[hade] gray[shade] gre[aterthan] grid grida[scii] gridcl[ip] gridclip gridco[mposite] griddesk[ew] griddesp[eckle] griddi[rection] gride[dit] gridfli[p] gridflo[at] gridim[age] gridin[sert] gridl[ine] gridma[jority] gridmi[rror] gridmo[ss] gridn[et] gridnodatasymbol gridpa[int] gridpoi[nt] gridpol[y]
52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
/macosx-10.9.5/CPAN-52/
H A DgenOSS.pl492 Redistribution and use in source and binary forms, with or without
/macosx-10.9.5/CPANInternal-140/Test-Exception/lib/Test/
H A DException.pm129 Tests to see that a specific exception is thrown. throws_ok() has two forms:
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddframe.el709 (defmacro dframe-with-attached-buffer (&rest forms)
715 ,@forms
H A Drecentf.el1077 (defmacro recentf-dialog (name &rest forms)
1088 ,@forms
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el77 ;; edebug-all-defs and edebug-all-forms need to be autoloaded
83 "*If non-nil, evaluating defining forms instruments for Edebug.
95 ;; edebug-all-defs and edebug-all-forms need to be autoloaded
100 (defcustom edebug-all-forms nil
101 "*Non-nil evaluation of all forms will instrument for Edebug.
103 Use the command `edebug-all-forms' to toggle the value of this option."
457 ;; read is redefined to maybe instrument forms.
458 ;; eval-defun is redefined to check edebug-all-forms and edebug-all-defs.
478 `edebug-all-forms'."
514 (let ((edebug-all-forms edebuggin
[all...]
H A Dbyte-opt.el63 ;; Simple defsubsts often produce forms like
136 ;; would do things the old way. (Or we could use CL "declare" forms.)
361 ;; we need to have special knowledge of the syntax of the special forms
362 ;; like let and defun (that's why they're special forms :-). (Actually,
388 ;; of a let or let*. This for depth-firstness: forms that
456 ;; take forms off the back until we can't any more.
458 ;; subexpressions of these forms are optimized in the reverse
481 ;; These forms are compiled as constants or by breaking out
580 ;; First, optimize all sub-forms of this one.
584 ;; optimize any further. This means that some forms wil
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorObjC.pm140 * Redistribution and use in source and binary forms, with or without
168 * Redistribution and use in source and binary forms, with or without
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.idl154 readonly attribute HTMLCollection forms;
H A Dmake_names.pl8 # Redistribution and use in source and binary forms, with or without
587 * Redistribution and use in source and binary forms, with or without
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges431 examples are provided (examples/forms/*)
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DDir.pm413 using the relative forms of parent directories.
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm79 forms of these methods.
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-prog.el391 (comps (get func 'math-compose-forms))
397 (put func 'math-compose-forms (delq entry comps)))
413 (put func 'math-compose-forms
1093 (if (get func 'math-compose-forms)
1096 " 'math-compose-forms '"
1097 (prin1-to-string (get func 'math-compose-forms))
1787 ;;; Compiling Lisp-like forms to use the math library.
2161 (defun math-define-cond (forms)
2162 (and forms
2163 (cons (math-define-list (car forms))
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges615 examples are provided (examples/forms/*)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges531 examples are provided (examples/forms/*)

Completed in 188 milliseconds

12345