set svn:eol-style to LF in all files

This commit is contained in:
capitaomorte 2010-03-15 21:58:33 +00:00
parent f3ff02272c
commit c9d7153f4a
54 changed files with 262 additions and 262 deletions

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <body>...</body>
# --
<body$1>
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <body>...</body>
# --
<body$1>
$0
</body>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <br />
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <br />
# --
<br />

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <code>...</code>
# --
<code>
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <code>...</code>
# --
<code>
$0
</code>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <div id="...">...</div>
# --
<div id="$1">
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <div id="...">...</div>
# --
<div id="$1">
$0
</div>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <div id="..." class="...">...</div>
# --
<div id="$1" class="$2">
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <div id="..." class="...">...</div>
# --
<div id="$1" class="$2">
$0
</div>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<form method="..." id="..." action="..."></form>
# --
<form method="$1" id="$2" action="$3">
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<form method="..." id="..." action="..."></form>
# --
<form method="$1" id="$2" action="$3">
$0
</form>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <head>...</head>
# --
<head>
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <head>...</head>
# --
<head>
$0
</head>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <hr />
# --
<hr />
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <hr />
# --
<hr />

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <a href="...">...</a>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <a href="...">...</a>
# --
<a href="$1">$2</a>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <html>...</html>
# --
<html>
$0
</html>
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <html>...</html>
# --
<html>
$0
</html>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <html xmlns="...">...</html>
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <html xmlns="...">...</html>
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <img src="..." class="..." alt="..." />
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <img src="..." class="..." alt="..." />
# --
<img src="$1" class="$2" alt="$3" />

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <input ... />
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <input ... />
# --
<input type="$1" name="$2" value="$3" />

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <link stylesheet="..." />
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <!--[if IE]><link stylesheet="..." /><![endif]-->
# --
<!--[if IE]>
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <!--[if IE]><link stylesheet="..." /><![endif]-->
# --
<!--[if IE]>
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />
<![endif]-->

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <a href="mailto:...@...">...</a>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <a href="mailto:...@...">...</a>
# --
<a href="mailto:$1@$2">$0</a>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <p>...</p>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <p>...</p>
# --
<p>$1</p>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <pre>...</pre>
# --
<pre>
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <pre>...</pre>
# --
<pre>
$0
</pre>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <blockquote>...</blockquote>
# --
<blockquote>
$1
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <blockquote>...</blockquote>
# --
<blockquote>
$1
</blockquote>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<script type="text/javascript">...</script>
# --
<script type="text/javascript">
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<script type="text/javascript">...</script>
# --
<script type="text/javascript">
$0
</script>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<script type="text/javascript" src="..."></script>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name :<script type="text/javascript" src="..."></script>
# --
<script type="text/javascript" src="$1"></script>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <span>...</span>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <span>...</span>
# --
<span>$1</span>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <span id="...">...</span>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <span id="...">...</span>
# --
<span id="$1">$2</span>

View File

@ -1,6 +1,6 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
$0
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
$0
</style>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <textarea ...></textarea>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <textarea ...></textarea>
# --
<textarea name="$1" id="$2" rows="$3" cols="$4" tabindex="$5"></textarea>

View File

@ -1,4 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <title>...</title>
# --
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <title>...</title>
# --
<title>$1</title>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <body>...</body>
# --
<body$1>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <body>...</body>
# --
<body$1>
$0
</body>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <br />
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <br />
# --
<br />

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <code>...</code>
# --
<code>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <code>...</code>
# --
<code>
$0
</code>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name :<form method="..." action="..."></form>
# --
<form method="$1" action="$2">
$0
</form>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <head>...</head>
# --
<head>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <head>...</head>
# --
<head>
$0
</head>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <hr />
# --
<hr />
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <hr />
# --
<hr />

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <a href="...">...</a>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <a href="...">...</a>
# --
<a href="$1">$2</a>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <html xmlns="...">...</html>
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <html xmlns="...">...</html>
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <img src="..." alt="..." />
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <img src="..." alt="..." />
# --
<img src="$1" alt="$2" />

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <input ... />
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <input ... />
# --
<input type="$1" name="$2" value="$3" />

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <li>...</li>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <li>...</li>
# --
<li>$1</li>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <link stylesheet="..." />
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <a name="..."></a>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <a name="..."></a>
# --
<a name="$1"></a>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <ol>...</ol>
# --
<ol>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <ol>...</ol>
# --
<ol>
$0
</ol>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <p>...</p>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <p>...</p>
# --
<p>$1</p>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <pre>...</pre>
# --
<pre>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <pre>...</pre>
# --
<pre>
$0
</pre>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <blockquote>...</blockquote>
# --
<blockquote>
$1
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <blockquote>...</blockquote>
# --
<blockquote>
$1
</blockquote>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <span>...</span>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <span>...</span>
# --
<span>$1</span>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <style type="text/css" media="...">...</style>
# --
<style type="text/css" media="${1:screen}">
$0
</style>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <table>...</table>
# --
<table>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <table>...</table>
# --
<table>
$0
</table>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <td>...</td>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <td>...</td>
# --
<td$1>$2</td>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <th>...</th>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <th>...</th>
# --
<th$1>$2</th>

View File

@ -1,4 +1,4 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <title>...</title>
# --
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <title>...</title>
# --
<title>$1</title>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <tr>...</tr>
# --
<tr>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <tr>...</tr>
# --
<tr>
$0
</tr>

View File

@ -1,6 +1,6 @@
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <ul>...</ul>
# --
<ul>
$0
#contributor : Anders Bach Nielsen <abachn@abachn.net>
#name : <ul>...</ul>
# --
<ul>
$0
</ul>

View File

@ -1,33 +1,33 @@
# -*- coding: utf-8 -*-
# name: defm
# contributor: Yasser Gonz¨¢lez Fern¨¢ndez <yglez@uh.cu>
# --
def ${1:name}(self, $2):
"""$3
${2:$
(let* ((indent
(concat "\n" (make-string (current-column) 32)))
(args
(mapconcat
'(lambda (x)
(if (not (string= (nth 0 x) ""))
(concat "- " (char-to-string 96) (nth 0 x)
(char-to-string 96) ":")))
(mapcar
'(lambda (x)
(mapcar
'(lambda (x)
(replace-regexp-in-string "[[:blank:]]*$" ""
(replace-regexp-in-string "^[[:blank:]]*" "" x)))
x))
(mapcar '(lambda (x) (split-string x "="))
(split-string text ",")))
indent)))
(if (string= args "")
(make-string 3 34)
(mapconcat
'identity
(list "" "Arguments:" args (make-string 3 34))
indent)))
}
$0
# -*- coding: utf-8 -*-
# name: defm
# contributor: Yasser Gonz¨¢lez Fern¨¢ndez <yglez@uh.cu>
# --
def ${1:name}(self, $2):
"""$3
${2:$
(let* ((indent
(concat "\n" (make-string (current-column) 32)))
(args
(mapconcat
'(lambda (x)
(if (not (string= (nth 0 x) ""))
(concat "- " (char-to-string 96) (nth 0 x)
(char-to-string 96) ":")))
(mapcar
'(lambda (x)
(mapcar
'(lambda (x)
(replace-regexp-in-string "[[:blank:]]*$" ""
(replace-regexp-in-string "^[[:blank:]]*" "" x)))
x))
(mapcar '(lambda (x) (split-string x "="))
(split-string text ",")))
indent)))
(if (string= args "")
(make-string 3 34)
(mapconcat
'identity
(list "" "Arguments:" args (make-string 3 34))
indent)))
}
$0

View File

@ -1,9 +1,9 @@
#contributor : Julio Carlos Menendez <godinblack@gmail.com>
#name : _get_foo ... foo=property(...)
# --
def _get_${1:foo}(self):
return self._$1
$1 = property(_get_$1)
$0
#contributor : Julio Carlos Menendez <godinblack@gmail.com>
#name : _get_foo ... foo=property(...)
# --
def _get_${1:foo}(self):
return self._$1
$1 = property(_get_$1)
$0

View File

@ -1,12 +1,12 @@
#contributor : Julio Carlos Menendez <godinblack@gmail.com>
#name : _get_foo ... _set_foo ... foo=property(...)
# --
def _set_${1:foo}(self, value):
self._$1 = value
def _get_$1(self):
return self._$1
$1 = property(_get_$1, _set_$1)
$0
#contributor : Julio Carlos Menendez <godinblack@gmail.com>
#name : _get_foo ... _set_foo ... foo=property(...)
# --
def _set_${1:foo}(self, value):
self._$1 = value
def _get_$1(self):
return self._$1
$1 = property(_get_$1, _set_$1)
$0