arduino-0018-windows
This commit is contained in:
parent
157fd6f1a1
commit
f39fc49523
5182 changed files with 950586 additions and 0 deletions
File diff suppressed because one or more lines are too long
157
arduino-0018-windows/hardware/tools/avr/pn/clips/aspnet.clips
Normal file
157
arduino-0018-windows/hardware/tools/avr/pn/clips/aspnet.clips
Normal file
|
@ -0,0 +1,157 @@
|
|||
<clips name="ASP.NET"><clip name="----- Directives ----" shortcut=""></clip><clip name="Assembly" shortcut=""><%@ Assembly Name="|" %></clip><clip name="Control (C#)" shortcut=""><%@ Control Language="C#" %>|</clip><clip name="Control (VB)" shortcut=""><%@ Control Language="VB" %>|</clip><clip name="Implements" shortcut=""><%@ Implements Interface="|" %></clip><clip name="Import" shortcut=""><%@ Import Namespace="|" %></clip><clip name="OutputCache" shortcut=""><%@ OutputCache Duration="100" VaryByParam="none|" %></clip><clip name="Page (C#)" shortcut=""><%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>|</clip><clip name="Page (VB)" shortcut=""><%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>|</clip><clip name="Reference (Control)" shortcut=""><%@ Reference Control="|.ascx" %></clip><clip name="Reference (Page)" shortcut=""><%@ Reference Page="|.aspx" %></clip><clip name="Register" shortcut=""><%@ Register TagPrefix="|" TagName="" Src="" %></clip><clip name="----- Web Controls ----" shortcut=""></clip><clip name="AdRotator" shortcut=""><asp:AdRotator id="AdRotator1"
|
||||
AdvertisementFile="|.xml"
|
||||
runat="server"/></clip><clip name="Button" shortcut=""><asp:Button id="Button1"
|
||||
Text="|"
|
||||
OnClick=""
|
||||
runat="server" /></clip><clip name="Calendar" shortcut=""><asp:Calendar id="Calendar1"
|
||||
runat="server">
|
||||
</asp:Calendar></clip><clip name="CheckBox" shortcut=""><asp:CheckBox id="CheckBox1"
|
||||
Text="|"
|
||||
runat="server" /></clip><clip name="CheckBoxList" shortcut=""><asp:CheckBoxList id="CheckBoxList1"
|
||||
DataSource='<%# | %>'
|
||||
DataTextField=""
|
||||
DataValueField=""
|
||||
runat="server">
|
||||
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
||||
</asp:CheckBoxList></clip><clip name="DataGrid" shortcut=""><asp:DataGrid id="DataGrid1"
|
||||
DataSource='<%# | %>'
|
||||
runat="server">
|
||||
</asp:DataGrid></clip><clip name="DataList" shortcut=""><asp:DataList id="DataList1"
|
||||
DataKeyField=""
|
||||
DataSource='<%# | %>'
|
||||
runat="server">
|
||||
</asp:DataList></clip><clip name="DropDownList" shortcut=""><asp:DropDownList id="DropDownList1"
|
||||
DataSource='<%# | %>'
|
||||
DataTextField=""
|
||||
DataValueField=""
|
||||
runat="server">
|
||||
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
||||
</asp:DropDownList></clip><clip name="HyperLink" shortcut=""><asp:HyperLink id="HyperLink1"
|
||||
Text="|"
|
||||
ToolTip=""
|
||||
NavigateUrl=""
|
||||
runat="server" /></clip><clip name="Image" shortcut=""><asp:Image id="Image1"
|
||||
ImageUrl="|"
|
||||
AlternateText=""
|
||||
ImageAlign=""
|
||||
runat="server" /></clip><clip name="ImageButton" shortcut=""><asp:ImageButton id="ImageButton1"
|
||||
ImageUrl="|"
|
||||
OnClick=""
|
||||
runat="server" /></clip><clip name="Label" shortcut=""><asp:Label id="Label1" Text="|" runat="server" /></clip><clip name="LinkButton" shortcut=""><asp:LinkButton id="LinkButton1"
|
||||
Text="|"
|
||||
OnClick=""
|
||||
runat="server" /></clip><clip name="ListBox" shortcut=""><asp:ListBox id="ListBox1"
|
||||
DataSource='<%# | %>'
|
||||
DataTextField=""
|
||||
DataValueField=""
|
||||
runat="server">
|
||||
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
||||
</asp:ListBox></clip><clip name="Literal" shortcut=""><asp:Literal id="Literal1" Text="|" runat="server" /></clip><clip name="Panel" shortcut=""><asp:Panel id="Panel1" runat="server">
|
||||
|
|
||||
</asp:Panel></clip><clip name="PlaceHolder" shortcut=""><asp:PlaceHolder id="PlaceHolder1" runat="server" /></clip><clip name="RadioButton" shortcut=""><asp:RadioButton id="RadioButton1"
|
||||
Checked="|"
|
||||
GroupName=""
|
||||
Text=""
|
||||
runat="server" /></clip><clip name="RadioButtonList" shortcut=""><asp:RadioButtonList id="RadioButtonList1"
|
||||
DataSource='<%# | %>'
|
||||
DataTextField=""
|
||||
DataValueField=""
|
||||
RepeatColumns=""
|
||||
RepeatDirection=""
|
||||
RepeatLayout=""
|
||||
TextAlign=""
|
||||
runat="server">
|
||||
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
||||
</asp:RadioButtonList></clip><clip name="Repeater" shortcut=""><asp:Repeater id="Repeater1"
|
||||
DataSource='<%# | %>'
|
||||
runat="server">
|
||||
<HeaderTemplate>
|
||||
|
||||
</HeaderTemplate>
|
||||
<ItemTemplate>
|
||||
|
||||
</ItemTemplate>
|
||||
<AlternatingItemTemplate>
|
||||
|
||||
</AlternatingItemTemplate>
|
||||
<SeparatorTemplate>
|
||||
|
||||
</SeparatorTemplate>
|
||||
<FooterTemplate>
|
||||
|
||||
</FooterTemplate>
|
||||
</asp:Repeater></clip><clip name="Table" shortcut=""><asp:Table id="Table1"
|
||||
CellSpacing=""
|
||||
CellPadding=""
|
||||
GridLines=""
|
||||
HorizontalAlign=""
|
||||
runat="server">
|
||||
<asp:TableRow>
|
||||
<asp:TableCell>
|
||||
|
|
||||
</asp:TableCell>
|
||||
</asp:TableRow>
|
||||
</asp:Table></clip><clip name="TableCell" shortcut=""><asp:TableCell id="TableCell1"
|
||||
ColumnSpan=""
|
||||
RowSpan=""
|
||||
HorizontalAlign=""
|
||||
VerticalAlign=""
|
||||
Wrap=""
|
||||
runat="server">
|
||||
|
|
||||
</asp:TableCell></clip><clip name="TableRow" shortcut=""><asp:TableRow id="TableRow1"
|
||||
HorizontalAlign=""
|
||||
VerticalAlign=""
|
||||
runat="server">
|
||||
<asp:TableCell>
|
||||
|
|
||||
</asp:TableCell>
|
||||
</asp:TableRow></clip><clip name="TextBox" shortcut=""><asp:TextBox id="TextBox1"
|
||||
Columns=""
|
||||
MaxLength=""
|
||||
Rows=""
|
||||
Text="|"
|
||||
TextMode=""
|
||||
Wrap=""
|
||||
runat="server" /></clip><clip name="Xml" shortcut=""><asp:Xml id="Xml1"
|
||||
Document=""
|
||||
DocumentContent=""
|
||||
DocumentSource=""
|
||||
Transform=""
|
||||
TransformSource=""
|
||||
runat="server" /></clip><clip name="----- Validation Controls -----" shortcut=""></clip><clip name="CompareValidator" shortcut=""><asp:CompareValidator id="CompareValidator1"
|
||||
ControlToValidate="|"
|
||||
ValueToCompare=""
|
||||
Type=""
|
||||
Operator=""
|
||||
ErrorMessage=""
|
||||
runat="server">
|
||||
</asp:CompareValidator></clip><clip name="CustomValidator" shortcut=""><asp:CustomValidator id="CustomValidator1"
|
||||
runat="server"
|
||||
ControlToValidate="|"
|
||||
ClientValidationFunction=""
|
||||
OnServerValidate=""
|
||||
ErrorMessage="">
|
||||
</asp:CustomValidator></clip><clip name="RangeValidator" shortcut=""><asp:RangeValidator id="RangeValidator1"
|
||||
ControlToValidate="|"
|
||||
MinimumValue=""
|
||||
Type=""
|
||||
ErrorMessage=""
|
||||
runat="server">
|
||||
</asp:RangeValidator></clip><clip name="RegularExpressionValidator" shortcut=""><asp:RegularExpressionValidator id="RegularExpressionValidator1"
|
||||
ControlToValidate="|"
|
||||
ValidationExpression=""
|
||||
ErrorMessage=""
|
||||
runat="server">
|
||||
</asp:RegularExpressionValidator></clip><clip name="RequiredFieldValidator" shortcut=""><asp:RequiredFieldValidator id="RequiredFieldValidator1"
|
||||
ControlToValidate="|"
|
||||
InitialValue=""
|
||||
ErrorMessage=""
|
||||
runat="server">
|
||||
</asp:RequiredFieldValidator></clip><clip name="ValidationSummary" shortcut=""><asp:ValidationSummary id="ValidationSummary1"
|
||||
DisplayMode="|"
|
||||
EnableClientScript=""
|
||||
ShowSummary=""
|
||||
ShowMessageBox=""
|
||||
HeaderText=""
|
||||
runat="server" /></clip></clips>
|
|
@ -0,0 +1,36 @@
|
|||
<clips name="C#" scheme="csharp">
|
||||
<clip name="class" shortcut="cl">/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class |
|
||||
{
|
||||
|
||||
}</clip><clip name="method" shortcut="m">/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public void |()
|
||||
{
|
||||
|
||||
}</clip><clip name="property" shortcut="prop">private | x;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets
|
||||
/// </summary>
|
||||
public type X
|
||||
{
|
||||
get { return this.x; }
|
||||
set { this.x = value; }
|
||||
}</clip><clip name="interface" shortcut="iface">public interface I|
|
||||
{
|
||||
|
||||
}</clip><clip name="if" shortcut="if">if (|)
|
||||
{
|
||||
|
||||
}</clip><clip name="if else" shortcut="ife">if (|)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}</clip></clips>
|
|
@ -0,0 +1,89 @@
|
|||
<clips name="C Standard"><clip name="----- Block -----" shortcut=""></clip><clip name="Main body" shortcut="">
|
||||
void main(void)
|
||||
//
|
||||
{
|
||||
|;
|
||||
}
|
||||
|
||||
</clip><clip name="Function body" shortcut="">
|
||||
void | (void)
|
||||
//
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="return" shortcut=""> return;
|
||||
|</clip><clip name="----- Control -----" shortcut=""></clip><clip name="if (short)" shortcut=""> if (|) {;}
|
||||
</clip><clip name="if" shortcut=""> if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="if else (short)" shortcut=""> if (|) {;} else {;}
|
||||
</clip><clip name="if else" shortcut=""> if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="if else if" shortcut=""> if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
else if ()
|
||||
{
|
||||
;
|
||||
}
|
||||
else if ()
|
||||
{
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="switch" shortcut=""> switch (|)
|
||||
{
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
default:
|
||||
;
|
||||
break;
|
||||
}
|
||||
|
||||
</clip><clip name="for (short)" shortcut=""> for(|;;) {;}
|
||||
</clip><clip name="for" shortcut=""> for(|;;)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="while (short)" shortcut=""> while(|) {;}
|
||||
</clip><clip name="while" shortcut=""> while(|)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
</clip><clip name="do while (short)" shortcut=""> do {;} while (|);
|
||||
</clip><clip name="do while" shortcut=""> do
|
||||
{
|
||||
;
|
||||
}
|
||||
while (|);
|
||||
|
||||
</clip><clip name="break" shortcut=""> break;
|
||||
|</clip><clip name="continue" shortcut=""> continue;
|
||||
|</clip><clip name="----- Other -----" shortcut=""></clip><clip name="#define" shortcut="">#define |</clip><clip name="#include """ shortcut="">#include "|"</clip><clip name="#include <>" shortcut="">#include <|></clip><clip name="Comment /**/" shortcut="">/*|*/</clip><clip name="Comment //" shortcut="">//|</clip><clip name="Comment //***" shortcut="">//***|</clip></clips>
|
|
@ -0,0 +1,58 @@
|
|||
<clips name="Docbook"><clip name="book" shortcut="">
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
||||
|
||||
<book>
|
||||
<title>|</title>
|
||||
<titleabbrev></titleabbrev>
|
||||
|
||||
<bookinfo>
|
||||
<legalnotice>
|
||||
<para>
|
||||
Copyright (c) Company. 2003-200, see <ulink url="http://www.myurl.com/">www.myurl.com</ulink>.
|
||||
</para>
|
||||
</legalnotice>
|
||||
<author>
|
||||
<firstname>Joe</firstname>
|
||||
<surname>Bloggs</surname>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder>Company.</holder>
|
||||
</copyright>
|
||||
</bookinfo>
|
||||
|
||||
<preface>
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
Welcome to the book.
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
</clip><clip name="part" shortcut="">
|
||||
<part>
|
||||
<title>|</title>
|
||||
<partintro>
|
||||
<para>
|
||||
Introduction to this part.
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
</part>
|
||||
|
||||
</clip><clip name="chapter" shortcut="">
|
||||
<chapter>
|
||||
<title>|</title>
|
||||
</chapter>
|
||||
</clip><clip name="PN Help Topic" shortcut="">
|
||||
<section>
|
||||
<?dbhh topicname="IDH_project_templates" topicid="13"?>
|
||||
<title>Creating Project Templates</title>
|
||||
|
||||
<para>This documentation is still to be written, <ulink url="mailto:ss@pnotepad.org?subject=documentation%20help">perhaps you can help?</ulink></para>
|
||||
</section>
|
||||
|
||||
</clip><clip name="link" shortcut=""><link linkend="|"></link></clip><clip name="keycombo" shortcut=""><keycombo>|</keycombo></clip><clip name="htmlhelp topic" shortcut=""><?dbhh topicname="|" topicid="number"?></clip></clips>
|
103
arduino-0018-windows/hardware/tools/avr/pn/clips/htmlchars.clips
Normal file
103
arduino-0018-windows/hardware/tools/avr/pn/clips/htmlchars.clips
Normal file
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<clips name="HTML Characters" decodeNames="true">
|
||||
<clip name="Space">&nbsp;</clip>
|
||||
<clip name=""">&quot;</clip>
|
||||
<clip name="&">&amp;</clip>
|
||||
<clip name="<">&lt;</clip>
|
||||
<clip name=">">&gt;</clip>
|
||||
<clip name="©">&copy;</clip>
|
||||
<clip name="®"><SUP>&reg;</SUP></clip>
|
||||
<clip name="TM"><FONT SIZE="-1"><SUP>TM</SUP></FONT></clip>
|
||||
<clip name="´">&acute;</clip>
|
||||
<clip name="«">&laquo;</clip>
|
||||
<clip name="»">&raquo;</clip>
|
||||
<clip name="¡">&iexcl;</clip>
|
||||
<clip name="¿">&iquest;</clip>
|
||||
<clip name="À">&Agrave;</clip>
|
||||
<clip name="à">&agrave;</clip>
|
||||
<clip name="Á">&Aacute;</clip>
|
||||
<clip name="á">&aacute;</clip>
|
||||
<clip name="Â">&Acirc;</clip>
|
||||
<clip name="â">&acirc;</clip>
|
||||
<clip name="Ã">&Atilde;</clip>
|
||||
<clip name="ã">&atilde;</clip>
|
||||
<clip name="Ä">&Auml;</clip>
|
||||
<clip name="ä">&auml;</clip>
|
||||
<clip name="Å">&Aring;</clip>
|
||||
<clip name="å">&aring;</clip>
|
||||
<clip name="Æ">&AElig;</clip>
|
||||
<clip name="æ">&aelig;</clip>
|
||||
<clip name="Ç">&Ccedil;</clip>
|
||||
<clip name="ç">&ccedil;</clip>
|
||||
<clip name="Ð">&ETH;</clip>
|
||||
<clip name="ð">&eth;</clip>
|
||||
<clip name="È">&Egrave;</clip>
|
||||
<clip name="è">&egrave;</clip>
|
||||
<clip name="É">&Eacute;</clip>
|
||||
<clip name="é">&eacute;</clip>
|
||||
<clip name="Ê">&Ecirc;</clip>
|
||||
<clip name="ê">&ecirc;</clip>
|
||||
<clip name="Ë">&Euml;</clip>
|
||||
<clip name="ë">&euml;</clip>
|
||||
<clip name="Ì">&Igrave;</clip>
|
||||
<clip name="ì">&igrave;</clip>
|
||||
<clip name="Í">&Iacute;</clip>
|
||||
<clip name="í">&iacute;</clip>
|
||||
<clip name="Î">&Icirc;</clip>
|
||||
<clip name="î">&icirc;</clip>
|
||||
<clip name="Ï">&Iuml;</clip>
|
||||
<clip name="ï">&iuml;</clip>
|
||||
<clip name="Ñ">&Ntilde;</clip>
|
||||
<clip name="ñ">&ntilde;</clip>
|
||||
<clip name="Ò">&Ograve;</clip>
|
||||
<clip name="ò">&ograve;</clip>
|
||||
<clip name="Ó">&Oacute;</clip>
|
||||
<clip name="ó">&oacute;</clip>
|
||||
<clip name="Ô">&Ocirc;</clip>
|
||||
<clip name="ô">&ocirc;</clip>
|
||||
<clip name="Õ">&Otilde;</clip>
|
||||
<clip name="õ">&otilde;</clip>
|
||||
<clip name="Ö">&Ouml;</clip>
|
||||
<clip name="ö">&ouml;</clip>
|
||||
<clip name="Ø">&Oslash;</clip>
|
||||
<clip name="ø">&oslash;</clip>
|
||||
<clip name="Ù">&Ugrave;</clip>
|
||||
<clip name="ù">&ugrave;</clip>
|
||||
<clip name="Ú">&Uacute;</clip>
|
||||
<clip name="ú">&uacute;</clip>
|
||||
<clip name="Û">&Ucirc;</clip>
|
||||
<clip name="û">&ucirc;</clip>
|
||||
<clip name="Ü">&Uuml;</clip>
|
||||
<clip name="ü">&uuml;</clip>
|
||||
<clip name="Ý">&Yacute;</clip>
|
||||
<clip name="ý">&yacute;</clip>
|
||||
<clip name="ÿ">&yuml;</clip>
|
||||
<clip name="Þ">&THORN;</clip>
|
||||
<clip name="þ">&thorn;</clip>
|
||||
<clip name="ß">&szlig;</clip>
|
||||
<clip name="§">&sect;</clip>
|
||||
<clip name="¶">&para;</clip>
|
||||
<clip name="µ">&micro;</clip>
|
||||
<clip name="¦">&brvbar;</clip>
|
||||
<clip name="±">&plusmn;</clip>
|
||||
<clip name="·">&middot;</clip>
|
||||
<clip name="¨">&uml;</clip>
|
||||
<clip name="¸">&cedil;</clip>
|
||||
<clip name="ª">&ordf;</clip>
|
||||
<clip name="º">&ordm;</clip>
|
||||
<clip name="¬">&not;</clip>
|
||||
<clip name="">&shy;</clip>
|
||||
<clip name="¯">&macr;</clip>
|
||||
<clip name="°">&deg;</clip>
|
||||
<clip name="¹">&sup1;</clip>
|
||||
<clip name="²">&sup2;</clip>
|
||||
<clip name="³">&sup3;</clip>
|
||||
<clip name="¼">&frac14;</clip>
|
||||
<clip name="½">&frac12;</clip>
|
||||
<clip name="¾">&frac34;</clip>
|
||||
<clip name="×">&times;</clip>
|
||||
<clip name="÷">&divide;</clip>
|
||||
<clip name="¢">&cent;</clip>
|
||||
<clip name="£">&pound;</clip>
|
||||
<clip name="¤">&curren;</clip>
|
||||
<clip name="¥">&yen;</clip></clips>
|
116
arduino-0018-windows/hardware/tools/avr/pn/clips/java.clips
Normal file
116
arduino-0018-windows/hardware/tools/avr/pn/clips/java.clips
Normal file
|
@ -0,0 +1,116 @@
|
|||
<?xml version="1.0"?>
|
||||
<clips name="Java">
|
||||
<clip name="----- Block -----"><![CDATA[]]></clip>
|
||||
<clip name="Main body"><![CDATA[
|
||||
void main(void)
|
||||
//
|
||||
{
|
||||
|;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="Function body"><![CDATA[
|
||||
void | (void)
|
||||
//
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="return"><![CDATA[ return;
|
||||
|]]></clip>
|
||||
<clip name="----- Control -----"><![CDATA[]]></clip>
|
||||
<clip name="if (short)"><![CDATA[ if (|) {;}
|
||||
]]></clip>
|
||||
<clip name="if"><![CDATA[ if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else (short)"><![CDATA[ if (|) {;} else {;}
|
||||
]]></clip>
|
||||
<clip name="if else"><![CDATA[ if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else if"><![CDATA[ if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
else if ()
|
||||
{
|
||||
;
|
||||
}
|
||||
else if ()
|
||||
{
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="switch"><![CDATA[ switch (|)
|
||||
{
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
case ():
|
||||
;
|
||||
break;
|
||||
|
||||
default:
|
||||
;
|
||||
break;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="for (short)"><![CDATA[ for(|;;) {;}
|
||||
]]></clip>
|
||||
<clip name="for"><![CDATA[ for(|;;)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="while (short)"><![CDATA[ while(|) {;}
|
||||
]]></clip>
|
||||
<clip name="while"><![CDATA[ while(|)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="do while (short)"><![CDATA[ do {;} while (|);
|
||||
]]></clip>
|
||||
<clip name="do while"><![CDATA[ do
|
||||
{
|
||||
;
|
||||
}
|
||||
while (|);
|
||||
|
||||
]]></clip>
|
||||
<clip name="break"><![CDATA[ break;
|
||||
|]]></clip>
|
||||
<clip name="continue"><![CDATA[ continue;
|
||||
|]]></clip>
|
||||
<clip name="----- Other -----"><![CDATA[]]></clip>
|
||||
<clip name="constant"><![CDATA[final static | = ;]]></clip>
|
||||
<clip name="import"><![CDATA[import "|";]]></clip>
|
||||
<clip name="#include <>"><![CDATA[#include <|>]]></clip>
|
||||
<clip name="Comment /**/"><![CDATA[/*|*/]]></clip>
|
||||
<clip name="Comment //"><![CDATA[//|]]></clip>
|
||||
</clips>
|
56
arduino-0018-windows/hardware/tools/avr/pn/clips/nant.clips
Normal file
56
arduino-0018-windows/hardware/tools/avr/pn/clips/nant.clips
Normal file
|
@ -0,0 +1,56 @@
|
|||
<clips name="NAnt"><clip name="Project" shortcut=""><?xml version="1.0"?>
|
||||
<project name="myproject" default="build" basedir=".">
|
||||
<target name="build">
|
||||
|
|
||||
</target>
|
||||
</project>
|
||||
|
||||
</clip><clip name="Target" shortcut=""><target name="|">
|
||||
|
||||
</target>
|
||||
</clip><clip name="Call" shortcut="">
|
||||
<call target="|"/>
|
||||
</clip><clip name="Echo" shortcut="">
|
||||
<echo message="|"/>
|
||||
</clip><clip name="If" shortcut="">
|
||||
<if test="|">
|
||||
|
||||
</if>
|
||||
</clip><clip name="If Not" shortcut=""><ifnot test="|">
|
||||
|
||||
</ifnot>
|
||||
</clip><clip name="Property" shortcut="">
|
||||
<property name="|" value="" />
|
||||
</clip><clip name="Execute" shortcut="">
|
||||
<exec program="|" workingdir="" commandline='' />
|
||||
</clip><clip name="Copy" shortcut="">
|
||||
<copy file="|" tofile="" />
|
||||
</clip><clip name="Delete" shortcut="">
|
||||
<delete file="|" failonerror="false" />
|
||||
</clip><clip name="Move" shortcut="">
|
||||
<move file="|" tofile="" />
|
||||
</clip><clip name="Make Directory" shortcut="">
|
||||
<mkdir dir="|"/>
|
||||
</clip><clip name="Set Copy" shortcut=""><copy todir="|">
|
||||
<fileset basedir=".">
|
||||
<include name="*.*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</clip><clip name="Set Delete" shortcut=""><delete>
|
||||
<fileset>
|
||||
<include name="|"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
</clip><clip name="Set Move" shortcut=""><move todir="|">
|
||||
<fileset basedir=".">
|
||||
<include name="*.*"/>
|
||||
</fileset>
|
||||
</move>
|
||||
</clip><clip name="Set Zip" shortcut=""><zip zipfile="|">
|
||||
<fileset basedir=".">
|
||||
<include name="**/*"/>
|
||||
</fileset>
|
||||
</zip>
|
||||
</clip><clip name="Property Exists" shortcut="">
|
||||
property::exists('|')
|
||||
</clip></clips>
|
104
arduino-0018-windows/hardware/tools/avr/pn/clips/pascal.clips
Normal file
104
arduino-0018-windows/hardware/tools/avr/pn/clips/pascal.clips
Normal file
|
@ -0,0 +1,104 @@
|
|||
<?xml version="1.0"?>
|
||||
<clips name="Pascal/Delphi">
|
||||
<clip name="----- Block -----"><![CDATA[]]></clip>
|
||||
<clip name="Main body"><![CDATA[
|
||||
|
||||
begin
|
||||
|;
|
||||
end.
|
||||
|
||||
]]></clip>
|
||||
<clip name="Function body"><![CDATA[
|
||||
function |(param1: int):int;
|
||||
var ;
|
||||
begin
|
||||
end;
|
||||
]]></clip>
|
||||
<clip name="Procedure body"><![CDATA[
|
||||
Procedure |();
|
||||
var ;
|
||||
begin
|
||||
end;
|
||||
]]></clip>
|
||||
<clip name="exit proc/function"><![CDATA[ exit;
|
||||
|]]></clip>
|
||||
<clip name="exit program"><![CDATA[ halt(0);
|
||||
|]]></clip>
|
||||
<clip name="----- Control -----"><![CDATA[]]></clip>
|
||||
<clip name="if (short)"><![CDATA[ if (|) then ;
|
||||
]]></clip>
|
||||
<clip name="if"><![CDATA[ if (|) then
|
||||
begin
|
||||
;
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else"><![CDATA[ if (|) then
|
||||
begin
|
||||
;
|
||||
end
|
||||
else begin
|
||||
;
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else if"><![CDATA[ if (|) then
|
||||
begin
|
||||
;
|
||||
end
|
||||
else begin
|
||||
;
|
||||
end
|
||||
else begin
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
<clip name="case (switch)"><![CDATA[ case (|) of
|
||||
:
|
||||
begin
|
||||
end;
|
||||
|
||||
:
|
||||
begin
|
||||
end;
|
||||
|
||||
:
|
||||
begin
|
||||
end;
|
||||
|
||||
else
|
||||
begin
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
<clip name="for"><![CDATA[ for | to do
|
||||
begin
|
||||
;
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="repeat"><![CDATA[ repeat
|
||||
|
||||
;
|
||||
until |;
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="do while"><![CDATA[ while (|) do
|
||||
begin
|
||||
;
|
||||
end;
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="----- Other -----"><![CDATA[]]></clip>
|
||||
<clip name="constant"><![CDATA[const | = ;]]></clip>
|
||||
<clip name="variable section"><![CDATA[var | = ;]]></clip>
|
||||
<clip name="variable assign"><![CDATA[ |:=; ]]></clip>
|
||||
<clip name="use library"><![CDATA[uses "|";]]></clip>
|
||||
<clip name="Comment "><![CDATA[{|}]]></clip>
|
||||
<clip name="Comment //"><![CDATA[//|]]></clip>
|
||||
</clips>
|
|
@ -0,0 +1,52 @@
|
|||
<clips name="PHP Control"><clip name="Open/Close PHP Tags" shortcut="">
|
||||
<?php
|
||||
|
||||
|
|
||||
|
||||
?>
|
||||
</clip><clip name="For Loop" shortcut="">
|
||||
for ( $i = 0; $i <= |; $i++ ) {
|
||||
|
||||
}
|
||||
</clip><clip name="Foreach Loop (array)" shortcut="">
|
||||
foreach ( $array as $value ) {
|
||||
|
|
||||
}
|
||||
</clip><clip name="Foreach Loop (hash)" shortcut="">
|
||||
foreach ( $array as $key => $value ) {
|
||||
|
|
||||
}
|
||||
</clip><clip name="While Loop" shortcut="">
|
||||
while ( | ) {
|
||||
|
||||
}
|
||||
</clip><clip name="Do...While Loop" shortcut="">
|
||||
do {
|
||||
|
|
||||
} while ( expr );
|
||||
</clip><clip name="If..Else If Loop" shortcut="">
|
||||
if ( | ) {
|
||||
|
||||
}
|
||||
else if ( expr ) {
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
}
|
||||
</clip><clip name="Switch (Case)" shortcut="">
|
||||
switch ($i) {
|
||||
case |:
|
||||
|
||||
break;
|
||||
case value:
|
||||
|
||||
break;
|
||||
default:
|
||||
|
||||
}
|
||||
</clip><clip name="Require" shortcut="">
|
||||
require( '|' );
|
||||
</clip><clip name="Include" shortcut="">
|
||||
include( '|' );
|
||||
</clip></clips>
|
162
arduino-0018-windows/hardware/tools/avr/pn/clips/pl.clips
Normal file
162
arduino-0018-windows/hardware/tools/avr/pn/clips/pl.clips
Normal file
|
@ -0,0 +1,162 @@
|
|||
<?xml version="1.0"?>
|
||||
<clips name="Perl">
|
||||
<clip name="----- Block -----" />
|
||||
<clip name="Begin Block">BEGIN {
|
||||
|
||||
|;
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="End Block">END {
|
||||
|
||||
|;
|
||||
|
||||
}
|
||||
</clip>
|
||||
<clip name="Function"><![CDATA[
|
||||
sub |($Par1, $Par2)
|
||||
{
|
||||
my($Par1,$Par2)=($_[0],$_[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="----- Control -----" />
|
||||
|
||||
<clip name="if"><![CDATA[
|
||||
if (|)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else"><![CDATA[
|
||||
if(|)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else if"><![CDATA[
|
||||
if(|)
|
||||
{
|
||||
|
||||
}
|
||||
elsif
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
]]></clip>
|
||||
<clip name="unless">unless (|) {
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="switch">SWITCH: {
|
||||
if (|) {
|
||||
|
||||
last SWITCH; }
|
||||
if () {
|
||||
|
||||
last SWITCH; }
|
||||
if () {
|
||||
|
||||
last SWITCH; }
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="for">for(|;;) {
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="foreach">foreach $x (|) {
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="while">while(|) {
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="do while">do {
|
||||
|
||||
} while ();
|
||||
|
||||
</clip>
|
||||
<clip name="do until">do {
|
||||
|
||||
} until ();
|
||||
|
||||
</clip>
|
||||
<clip name="until">until(|) {
|
||||
|
||||
}
|
||||
|
||||
</clip>
|
||||
<clip name="----- Files and Directories -----" />
|
||||
<clip name="Open File for reading">open(FILEREAD, "|/path/to/file")|| die "cannot open: $!";
|
||||
</clip>
|
||||
<clip name="Open File for writing (clobber)">open(FILEWRITE, ">|/path/to/file")|| die "cannot open: $!";
|
||||
</clip>
|
||||
<clip name="Open File for writing (append)">open(FILEAPPEND, ">>|/path/to/file")|| die "cannot open: $!";
|
||||
</clip>
|
||||
<clip name="File Stats">($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,
|
||||
$size,$atime,$mtime,$ctime,$blksize,$blocks) = stat ("|/path/to/file");
|
||||
</clip>
|
||||
<clip name="----- Other -----" />
|
||||
<clip name="use">use |;</clip>
|
||||
<clip name="Shebang">#!/usr/bin/perl
|
||||
|
||||
|
|
||||
</clip>
|
||||
<clip name="Shebang (warnings)">#!/usr/bin/perl -w
|
||||
|
||||
|
|
||||
</clip>
|
||||
<clip name="POD Documentaion">=head1 NAME
|
||||
|
||||
|#TODO Insert name of script
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
#TODO Overview of script
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
#TODO Write detailed description of script
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
#TODO Insert author name
|
||||
|
||||
=head1 REVISION HISTORY
|
||||
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
</clip>
|
||||
<clip name="print error statement"><![CDATA[&print("ERROR=".$@."\n");]]></clip>
|
||||
<clip name="call function"><![CDATA[&funcName($Var1,$Var2);]></clip>
|
||||
<clip name="declare and assign variable"><![CDATA[$VarName="";]]></clip>
|
||||
<clip name="declare array"><![CDATA[@MyArr=();]]></clip>
|
||||
<clip name="Access n-element in array"><![CDATA[$MyArr[n]=0;]]></clip>
|
||||
<clip name="Comment "><![CDATA[#|]]></clip>
|
||||
<clip name="Concatenate 'string' and var "><![CDATA["stringtoconcatenate".$Var]]></clip>
|
||||
<clip name="Compare 2 substrings of length n"><![CDATA[substr($S1,0,$n) eq substr($S2,0,$n)]]></clip>
|
||||
</clips>
|
|
@ -0,0 +1,18 @@
|
|||
<clips name="Python" scheme="python">
|
||||
<clip name="class" shortcut="cl">class |:</clip><clip name="method" shortcut="m">def |():</clip><clip name="xrange" shortcut="xr">for x in xrange(|):</clip><clip name="PyPN Script File" shortcut="pnscriptfile">###############################################################################
|
||||
## Script description
|
||||
## By: your name here
|
||||
|
||||
import pn
|
||||
import scintilla
|
||||
from pypn.decorators import script
|
||||
|
||||
@script()
|
||||
def |():
|
||||
""" What this does """
|
||||
pass</clip><clip name="PyPN Script Method" shortcut="pnscript">@script()
|
||||
def |():
|
||||
""" What this does """
|
||||
pass</clip><clip name="PyPN Editor" shortcut="pneditor">editor = scintilla.Scintilla(pn.CurrentDoc())</clip><clip name="PyPN Undo Block" shortcut="undoblock">editor.BeginUndoAction()
|
||||
|
|
||||
editor.EndUndoAction()</clip><clip name="PyPN Selected Text" shortcut="pnsel">editor.GetText(editor.SelectionStart, editor.SelectionEnd)</clip></clips>
|
61
arduino-0018-windows/hardware/tools/avr/pn/clips/vb.clips
Normal file
61
arduino-0018-windows/hardware/tools/avr/pn/clips/vb.clips
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0"?>
|
||||
<clips name="VBNet">
|
||||
<clip name="----- Block -----"><![CDATA[]]></clip>
|
||||
<clip name="Main body"><![CDATA[
|
||||
Imports System
|
||||
Class |
|
||||
Shared Sub main()
|
||||
System.Console.WriteLine("HI!")
|
||||
System.Console.ReadLine()
|
||||
End Sub
|
||||
End Class
|
||||
]]></clip>
|
||||
<clip name="Function body"><![CDATA[
|
||||
function | (ByVal Par1 as int16, ByVal Par2 as String) As Int16
|
||||
return 0
|
||||
end function
|
||||
]]></clip>
|
||||
<clip name="Procedure body"><![CDATA[ sub |()
|
||||
|
||||
end sub
|
||||
]]></clip>
|
||||
<clip name="return"><![CDATA[ return
|
||||
|]]></clip>
|
||||
<clip name="----- Control -----"><![CDATA[]]></clip>
|
||||
<clip name="if (short)"><![CDATA[ if (|) then
|
||||
]]></clip>
|
||||
<clip name="if"><![CDATA[ if (|) then
|
||||
|
||||
|
||||
end if
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="if else"><![CDATA[ if (|) then
|
||||
|
||||
else
|
||||
|
||||
end if
|
||||
|
||||
]]></clip>
|
||||
<clip name="if else if"><![CDATA[ if |
|
||||
|
||||
else if
|
||||
|
||||
else
|
||||
|
||||
end if
|
||||
|
||||
]]></clip>
|
||||
|
||||
<clip name="for"><![CDATA[ Dim i=0: For i = | To Step 1
|
||||
|
||||
Next
|
||||
]]></clip>
|
||||
|
||||
<clip name="----- Other -----"><![CDATA[]]></clip>
|
||||
<clip name="imports"><![CDATA[imports |]]></clip>
|
||||
<clip name="Var declaration "><![CDATA[ Dim | as new Object() ]]></clip>
|
||||
<clip name="Array declaration (size=n) "><![CDATA[ Dim MyArr(n-1) of Object]]></clip>
|
||||
<clip name="Comment "><![CDATA['|]]></clip>
|
||||
</clips>
|
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0"?>
|
||||
<clips name="WinAVR">
|
||||
<clip name="Application"><![CDATA[
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
static void avr_init(void);
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
avr_init();
|
||||
|
||||
for(;;)
|
||||
{
|
||||
// Tasks here.
|
||||
|
||||
}
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void avr_init(void)
|
||||
{
|
||||
// Initialize device here.
|
||||
|
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
]]>
|
||||
</clip>
|
||||
<clip name="Function"><![CDATA[
|
||||
|
||||
void |(void)
|
||||
{
|
||||
}
|
||||
|
||||
]]>
|
||||
</clip>
|
||||
</clips>
|
23
arduino-0018-windows/hardware/tools/avr/pn/clips/xhtml.clips
Normal file
23
arduino-0018-windows/hardware/tools/avr/pn/clips/xhtml.clips
Normal file
|
@ -0,0 +1,23 @@
|
|||
<clips name="XHTML Tags"><clip name="------ DOCTYPEs ------" shortcut=""></clip><clip name="XHTML 1.0 transitional" shortcut=""><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">|</clip><clip name="XHTML 1.0 strict" shortcut=""><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">|</clip><clip name="XHTML 1.1" shortcut=""><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">|</clip><clip name="------ Tags ------" shortcut=""></clip><clip name="a" shortcut=""><a href="|" target=""></a></clip><clip name="area" shortcut=""><area shape="" coords="" href="|" alt="" /></clip><clip name="abbr" shortcut=""><abbr>|</abbr></clip><clip name="acronym" shortcut=""><acronym>|</acronym></clip><clip name="address" shortcut=""><address>|</address></clip><clip name="base" shortcut=""><base href="|" /></clip><clip name="bdo" shortcut=""><bdo dir="ltr">|</bdo></clip><clip name="blockquote" shortcut=""><blockquote>|</blockquote></clip><clip name="body" shortcut=""><body>
|
||||
|
|
||||
</body></clip><clip name="br" shortcut=""><br />|</clip><clip name="button" shortcut=""><button onclick="|" /></clip><clip name="caption" shortcut=""><caption>|</caption></clip><clip name="cite" shortcut=""><cite title="">|</cite></clip><clip name="code" shortcut=""><code>|</code></clip><clip name="col" shortcut=""><col /></clip><clip name="colgroup" shortcut=""><colgroup>|</colgroup></clip><clip name="del" shortcut=""><del>|</del></clip><clip name="dd" shortcut=""><dd>|</dd></clip><clip name="dfn" shortcut=""><dfn>|</dfn></clip><clip name="div" shortcut=""><div>|</div></clip><clip name="dl" shortcut=""><dl>|</dl></clip><clip name="dt" shortcut=""><dt>|</dt></clip><clip name="em" shortcut=""><em>|</em></clip><clip name="form" shortcut=""><form action="|" method="post"></form></clip><clip name="fieldset" shortcut=""><fieldset>|</fieldset></clip><clip name="h1" shortcut=""><h1>|</h1></clip><clip name="h2" shortcut=""><h2>|</h2></clip><clip name="h3" shortcut=""><h3>|</h3></clip><clip name="h4" shortcut=""><h4>|</h4></clip><clip name="h5" shortcut=""><h5>|</h5></clip><clip name="h6" shortcut=""><h6>|</h6></clip><clip name="head" shortcut=""><head>
|
||||
|
|
||||
</head></clip><clip name="html" shortcut=""><html>
|
||||
|
|
||||
</html></clip><clip name="html (strict)" shortcut=""><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
|
|
||||
</html></clip><clip name="hr" shortcut=""><hr /></clip><clip name="input (button)" shortcut=""><input type="button" name="|" /></clip><clip name="input (checkbox)" shortcut=""><input type="checkbox" name="|" /></clip><clip name="input (file)" shortcut=""><input type="file" name="|" /></clip><clip name="input (hidden)" shortcut=""><input type="hidden" name="|" /></clip><clip name="input (image)" shortcut=""><input type="image" name="|" /></clip><clip name="input (password)" shortcut=""><input type="password" name="|" /></clip><clip name="input (radio)" shortcut=""><input type="radio" name="|" /></clip><clip name="input (reset)" shortcut=""><input type="reset" name="|" /></clip><clip name="input (submit)" shortcut=""><input type="submit" name="|" /></clip><clip name="input (text)" shortcut=""><input type="text" name="|" /></clip><clip name="img" shortcut=""><img src="|" width="" height="" title="" alt="" /></clip><clip name="ins" shortcut=""><ins>|</ins></clip><clip name="kbd" shortcut=""><kbd>|</kbd></clip><clip name="label" shortcut=""><label>|</label></clip><clip name="legend" shortcut=""><legend>|</legend></clip><clip name="li" shortcut=""><li>|</li></clip><clip name="link" shortcut=""><link href="|" rel="" type="" title="" /></clip><clip name="link (stylesheet)" shortcut=""><link rel="stylesheet" type="text/css" media="screen" href="|" /></clip><clip name="map" shortcut=""><map name="" id="|"></map></clip><clip name="meta" shortcut=""><meta name="|" content="" /></clip><clip name="meta (charset=iso-8859-1)" shortcut=""><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></clip><clip name="meta (charset=utf-8)" shortcut=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></clip><clip name="noscript" shortcut=""><noscript>|</noscript></clip><clip name="object" shortcut=""><object classid="|"></object></clip><clip name="ol" shortcut=""><ol>|</ol></clip><clip name="optgroup" shortcut=""><optgroup>|</optgroup></clip><clip name="option" shortcut=""><option>|</option></clip><clip name="p" shortcut=""><p>|</p></clip><clip name="param" shortcut=""><param name="" value="">|</param></clip><clip name="pre" shortcut=""><pre>|</pre></clip><clip name="q" shortcut=""><q>|</q></clip><clip name="samp" shortcut=""><samp>|</samp></clip><clip name="script" shortcut=""><script type="text/javascript">
|
||||
<!--
|
||||
|
|
||||
//-->
|
||||
</script></clip><clip name="script src=" shortcut=""><script type="text/javascript" src="|"></script></clip><clip name="select" shortcut=""><select name="">
|
||||
|
|
||||
</select></clip><clip name="span" shortcut=""><span>|</span></clip><clip name="strong" shortcut=""><strong>|</strong></clip><clip name="style" shortcut=""><style type="text/css">
|
||||
<!--
|
||||
|
|
||||
//-->
|
||||
</style></clip><clip name="style @import" shortcut=""><style type="text/css">
|
||||
<!--
|
||||
@import "|";
|
||||
//-->
|
||||
</style></clip><clip name="table" shortcut=""><table>|</table></clip><clip name="tbody" shortcut=""><tbody>|</tbody></clip><clip name="td" shortcut=""><td>|</td></clip><clip name="textarea" shortcut=""><textarea name="" rows="" cols="">|</textarea></clip><clip name="tfoot" shortcut=""><tfoot>|</tfoot></clip><clip name="th" shortcut=""><th>|</th></clip><clip name="thead" shortcut=""><thead>|</thead></clip><clip name="tr" shortcut=""><tr>|</tr></clip><clip name="title" shortcut=""><title>|</title></clip><clip name="tt" shortcut=""><tt>|</tt></clip><clip name="ul" shortcut=""><ul>|</ul></clip></clips>
|
|
@ -0,0 +1 @@
|
|||
<clips name="XML" scheme="xml"><clip name="File Header" shortcut="file"><?xml version="1.0" encoding="utf-8"?></clip><clip name="Comment" shortcut="co"><!--|--></clip></clips>
|
Reference in a new issue