Searched +refs:desktop +refs:file +refs:version (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddesktop.vim1 " Vim syntax file
2 " Language: .desktop, .directory files
4 " http://pdx.freedesktop.org/Standards/desktop-entry-spec/desktop-entry-spec-0.9.4.html
7 " Version Info: desktop.vim 0.9.4-1.2
9 " For version 5.x: Clear all syntax items
10 " For version 6.x: Quit when a syntax file was already loaded
11 if version < 600
17 " This syntax file ca
[all...]
H A Dave.vim1 " Vim syntax file
8 " a desktop GIS by ESRI. Though it is a built-in language
14 " For version 5.x: Clear all syntax items
15 " For version 6.x: Quit when a syntax file was already loaded
16 if version < 600
62 " For version 5.7 and earlier: only when not done already
63 " For version 5.8 and later: only when an item doesn't have highlighting+yet
64 if version >= 508 || !exists("did_ave_syn_inits")
65 if version < 50
[all...]
H A Dconaryrecipe.vim1 " Vim syntax file
101 syn keyword conaryKeywords name buildRequires version clearBuildReqs
106 syn keyword conaryUseFlag contained xfce gd ldap sasl pie desktop ssl kde
H A Determ.vim1 " Vim syntax file
2 " Language: eterm(1) configuration file
27 syn keyword etermPreProc contained appname exec get put random version
98 syn keyword etermAttrOptions contained scrollbar_width desktop
148 syn keyword etermImageOptions contained file nextgroup=etermString
H A Dbaan.vim1 " Vim syntax file"
7 " For version 5.x: Clear all syntax items
8 " For version 6.x: Quit when a syntax file was already loaded
10 if version < 600
1062 syn match baanBshell "\<creat.tmp.file\$"
1461 syn keyword baanBshell file.stat
1462 syn keyword baanBshell file.cp
1463 syn keyword baanBshell file.mv
1464 syn keyword baanBshell file
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
82 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
109 Requires: openssh = %{version}-%{release}
117 Requires: openssh = %{version}-%{release}, chkconfig >= 0.9
125 Requires: openssh = %{version}-%{release}
131 Requires: openssh = %{version}-%{release}
141 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
156 OpenSSH is a free version o
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim1 " Vim support file to detect file types
34 echomsg "Warning: some filetypes will not be recognized because this version of Vim does not have fnameescape()"
37 " Pattern used to match file names which should not be inspected.
44 " file name matches ft_ignore_pat.
109 " Apache style config file
112 " Apache config file
132 " Arch Inventory file
167 " can be detected from the first five lines of the file.
191 " see if file contain
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex208 trivially factored\footnote{A Pollard-Rho factoring would take only $2^{16}$ time.} on the average desktop computer,
475 The code base of LibTomMath is well organized. Each function is in its own separate source code file
477 file which makes the source very easily to follow. By comparison MPI and LIP are single file projects making code tracing
510 LibTomMath will build ``out of the box'' on any platform equipped with a modern version of the GNU C Compiler
767 name represents a constant\footnote{Defined in the ``tommath.h'' header file within LibTomMath.}
2317 Essentially the loop is a generic version of algorithm mp\_mul\_2 designed to handle any shift count in the range $1 \le x < lg(\beta)$. The $mask$
3587 $\left [ 3 \right ] $ & Implement a threaded version of Comba multiplication (and squaring) where you \\
5563 multiplication algorithm. Essentially this algorithm is a modified version of algorithm s\_mp\_mul\_digs where one of the multiplicands
6517 mp\_digit. The table \_\_prime\_tab is defined in the following file
[all...]

Completed in 210 milliseconds