Searched +refs:diff +refs:file +refs:kill (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
43 ;; printing and sharing of notes, an Org-mode file can be exported as a
44 ;; structured ASCII file, as HTML, or (todo and agenda items only) as an
45 ;; iCalendar file. It can also serve as a publishing tool for a set of
56 ;; The documentation of Org-mode can be found in the TeXInfo file. The
74 ;; the file noutline.el being loaded.
87 "The version number of the file org.el.")
116 This can also be configured on a per-file basis by adding one of
136 "Non-nil means, align all tables when visiting a file
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dfr-survival.tex21 \errmessage{This file requires `plain' format to be typeset correctly}
28 % This file is part of GNU Emacs.
41 % along with GNU Emacs; see the file COPYING. If not, write to
220 \key{M-w} copie la r\'egion dans le 'kill-ring'
376 \mkey{M-x find-file-literally} visite un fichier sans aucune conversion
406 Emacs utilise diff\'erents {\it modes}, chacun d'eux personnalisant
407 Emacs pour l'\'edition de textes de diff\'erents types. La ligne de mode
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
2793 // Might be a file drop, in which case we simply extract the text
2797 var loadFile = function(file,
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
2149 var index = findViewIndex(cm, oldN), diff, view = cm.display.view;
2157 diff = (n + view[index].size) - oldN;
2160 diff = n - oldN;
2162 oldN += diff; newN += diff;
2793 // Might be a file drop, in which case we simply extract the text
2797 var loadFile = function(file,
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c4 * This file is part of zsh, the Z shell.
38 /* filename of script or other file containing code source e.g. autoload */
232 FILE *file; variable
239 (file = fopen(filename, "a")) != NULL) {
240 zerrmsg(file, message, ap);
241 fclose(file); variable
264 zerrmsg(FILE *file, const char *fmt, va_list ap) argument
280 fprintf(file, "%lld: ", lineno);
282 fprintf(file, "%ld: ", (long)lineno);
285 fputc((unsigned char)' ', file);
323 zputs(wcs_nicechar(num, NULL, NULL), file); local
325 zputs(nicechar(num), file); local
342 fputc(tulower(errmsg[0]), file); local
6145 char *dir, *file = 0; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c6 This file is part of GNU Emacs.
19 along with GNU Emacs; see the file COPYING. If not, write to
615 /* Allow m- file to inhibit use of FIONREAD. */
1319 /* End of file in -batch run causes exit here. */
1329 returned due to end of file (or end of kbd macro). */
1352 /* On entry to the outer level, run the startup file */
1640 or else I is 0 and we found end of file. */
1642 if (i == 0) /* End of file -- happens only in */
3161 /* Store these characters into recent_keys, the dribble file if any,
3536 /* Write c to the dribble file
9642 int done, diff; local
9665 int done, diff; local
10437 Lisp_Object file; variable
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dmaxima.vim1 " Vim syntax file
10 " For version 6.x: Quit when a syntax file was already loaded
67 syn keyword maximaFunc diagmatrix diagmatrixp diagmetric diff dim dimension direct
113 syn keyword maximaFunc jacobi_sd jacobi_sn jn kdels kdelta keepfloat kill killcontext
H A Dmaple.vim1 " Vim syntax file
20 " This syntax file contains all the keywords and top-level packages of Maple 9.5
25 " For version 6.x: Quit when a syntax file was already loaded
250 syn keyword mvLibrary Gausselim Ssi diff ininame powmod table
502 syn keyword mvPkg_process exec kill

Completed in 319 milliseconds