Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: and
# contributor: Translated from TextMate Snippet
# name: And
# --
.and.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: eq
# contributor: Translated from TextMate Snippet
# name: Equal
# --
.eq.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: eqv
# contributor: Translated from TextMate Snippet
# name: Equality
# --
.eqv.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: gt
# contributor: Translated from TextMate Snippet
# name: Greater Than
# --
.gt.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: ge
# contributor: Translated from TextMate Snippet
# name: Greater or Equal
# --
.ge.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: lt
# contributor: Translated from TextMate Snippet
# name: Less Than
# --
.lt.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: le
# contributor: Translated from TextMate Snippet
# name: Less or Equal
# --
.le.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: neqv
# contributor: Translated from TextMate Snippet
# name: Non-Equality
# --
.neqv.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: not
# contributor: Translated from TextMate Snippet
# name: Not
# --
.not.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: or
# contributor: Translated from TextMate Snippet
# name: Or
# --
.or.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: F
# contributor: Translated from TextMate Snippet
# name: .FALSE.
# --
.FALSE.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: T
# contributor: Translated from TextMate Snippet
# name: .TRUE.
# --
.TRUE.

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: all
# contributor: Translated from TextMate Snippet
# name: all
# --
all(${1:mask}${2:, dim=${3:1}})

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: any
# contributor: Translated from TextMate Snippet
# name: any
# --
any(${1:mask}${2:, dim=${3:1}})

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# key: count
# contributor: Translated from TextMate Snippet
# name: count
# --
count(${1:mask}${2:, dim=${3:1}})