Searched refs:tex (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewDraw.h60 - (id) initWithTexture:(GLuint)tex;
/macosx-10.9.5/emacs-92/emacs/etc/
H A DMakefile35 ## No PS files: vipcard.tex viperCard.tex survival.tex sk-survival.tex
46 ## FIXME the sk-*.tex files say to use csplain, but were not
48 cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi: %.dvi: %.tex
51 pl-refcard.dvi: %.dvi: %.tex
55 tex $<
57 ru-refcard.dvi gnus-refcard.dvi: %.dvi: %.tex
60 gnus-booklet.dvi: gnus-refcard.tex
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2dvi95 txiprereq=19990129 # minimum texinfo.tex version to have macro expansion
229 /^@tex/,/^@end tex/{
314 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
320 # though the user may be able to reenter a valid filename at the tex
372 # Empty path components are meaningful to tex. We rewrite them
426 [lL]a[tT]e[xX] | *.ltx | *.tex)
433 tex=${LATEX:-latex}
435 tex=${PDFLATEX:-pdflatex}
440 # Assume a Texinfo file. Texinfo files need makeinfo, texindex and tex
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dthreadinfo.c99 kperf_threadinfo_extra_sample(struct tinfo_ex *tex, struct kperf_context *context) argument
123 &tex->p_comm[0], CHUD_MAXPCOMM );
134 tex->p_comm[0] = '\0';
140 kperf_threadinfo_extra_log(struct tinfo_ex *tex) argument
143 if( tex->p_comm[0] == '\0' )
147 BUF_DATA1( PERF_TI_XDATA, (uintptr_t)*(uintptr_t*)&tex->p_comm[0] );
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlhaskell.vim18 " lhs_markup must be set to either tex or none to indicate that
21 " b:lhs_markup must be set to eiterh tex or none to indicate that
28 " lhaskell.vim, cweb.vim, tex.vim, sh.vim and fortran.vim
50 if lhs_markup =~ '\<\%(tex\|none\)\>'
51 let b:lhs_markup = matchstr(lhs_markup,'\<\%(tex\|none\)\>')
60 if b:lhs_markup !~ '\<\%(tex\|none\)\>'
79 let b:lhs_markup = "tex"
86 if b:lhs_markup == "tex"
88 source <sfile>:p:h/tex.vim
91 runtime! syntax/tex
[all...]
H A Dweb.vim7 " "The WEB System of Structured Documentation", included as "webman.tex" in
9 " ftp://labrea.stanford.edu/pub/tex/web/.
H A Dcweb.vim8 " file "cwebman.tex" in the standard CWEB distribution, available for
29 source <sfile>:p:h/tex.vim
31 runtime! syntax/tex.vim
H A Drnoweb.vim24 runtime syntax/tex.vim
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dmpexpand.all22 latex tex
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcontext.vim25 setlocal suffixesadd=.tex
H A Dinitex.vim34 setlocal suffixesadd=.tex
H A Dtex.vim2 " Language: LaTeX (ft=tex)
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-autoindex.conf.in55 AddIcon /icons/tex.gif .tex
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtex-mode.el0 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*-
7 ;; Keywords: tex
45 (defgroup tex-file nil
47 :prefix "tex-"
48 :group 'tex)
50 (defgroup tex-run nil
52 :prefix "tex-"
53 :group 'tex)
55 (defgroup tex-view nil
57 :prefix "tex
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc.tcl105 proc ::sak::doc::latex {modules} {Gen latex tex $modules}
112 foreach f [lsort -dict [glob -nocomplain ../latex/*.tex]] {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc.tcl105 proc ::sak::doc::latex {modules} {Gen latex tex $modules}
112 foreach f [lsort -dict [glob -nocomplain ../latex/*.tex]] {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dmakefile141 poster: poster.tex
152 mandvi: bn.tex
169 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.cpp1330 WebGLTexture* tex = validateTextureBinding("compressedTexImage2D", target, true);
1331 if (!tex)
1341 tex->setLevelInfo(target, level, internalformat, width, height, GraphicsContext3D::UNSIGNED_BYTE);
1359 WebGLTexture* tex = validateTextureBinding("compressedTexSubImage2D", target, true);
1360 if (!tex)
1363 if (format != tex->getInternalFormat(target, level)) {
1368 if (!validateCompressedTexSubDimensions("compressedTexSubImage2D", target, level, xoffset, yoffset, width, height, format, tex))
1393 WebGLTexture* tex = validateTextureBinding("copyTexImage2D", target, true);
1394 if (!tex)
1428 tex
3666 WebGLTexture* tex = validateTextureBinding("texImage2D", target, true); local
3973 WebGLTexture* tex = validateTextureBinding("texSubImage2D", target, true); local
4894 WebGLTexture* tex = 0; local
5335 validateCompressedTexSubDimensions(const char* functionName, GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, WebGLTexture* tex) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/installation/
H A Dactions.tcl58 0 *.tex
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/installation/
H A Dactions.tcl98 0 *.tex
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalccomp.el102 (if (memq calc-language '(tex latex eqn math maple c fortran pascal))
270 (if (and (eq calc-language 'tex)
277 (math-compose-tex-matrix (cdr a))
280 (math-compose-tex-matrix (cdr a))
289 (math-compose-tex-matrix (cdr a) t)
292 (math-compose-tex-matrix (cdr a) t)
321 math-comp-comma (if (memq calc-language '(tex latex))
356 (if (and (memq calc-language '(tex latex))
391 (if (memq calc-language '(tex latex)) " \\ldots "
436 (memq calc-language '(tex late
[all...]
/macosx-10.9.5/rsync-42/rsync/packaging/lsb/
H A Drsync.spec40 %doc COPYING README tech_report.tex
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl504 return [glob -type f -directory $here -tails *.tex]
517 # exist or is matching the pattern *.tex.
522 if {![string match *.tex $name]} {
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
11 % This texinfo.tex file is free software; you can redistribute it and/or
16 % This texinfo.tex file is distributed in the hope that it will be
22 % along with this texinfo.tex file; see the file COPYING. If not, write
30 % Please try the latest version of texinfo.tex before submitting bug
32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
34 % ftp://tug.org/tex/texinfo.tex
36 % and /home/gd/gnu/doc/texinfo.tex on the GNU machines.
40 % The texinfo.tex i
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
11 % This texinfo.tex file is free software; you can redistribute it and/or
16 % This texinfo.tex file is distributed in the hope that it will be
22 % along with this texinfo.tex file; see the file COPYING. If not, write
30 % Please try the latest version of texinfo.tex before submitting bug
32 % ftp://ftp.gnu.org/gnu/texinfo.tex
34 % ftp://texinfo.org/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
37 % and /home/gd/gnu/doc/texinfo.tex o
[all...]

Completed in 234 milliseconds

1234