文件操作 - cfml.bflang2
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/bluefish/bflang/cfml.bflang2
编辑文件内容
<?xml version="1.0"?> <!-- Bluefish HTML Editor cfml.bflang2 $$Revision: 8607 $ Copyright (C) 2008-2015 Olivier Sessink This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <!DOCTYPE bflang [ <!ENTITY univ "accesskey,class,contenteditable,contextmenudir,draggable,dropzone,hidden,id,lang,spellcheck,style=c.html.attrib.style,tabindex,title,translate"> <!ENTITY evnt "onclick,ondblclick,ondrag,ondragend,ondragenter,ondragleave,ondragover,ondragstart,ondrop,onmousedown,onmouseup,onmouseover,onmousemove,onmouseout,onkeypress,onkeydown,onkeyup,onmousewheel,onscroll,onwheel,oncopy,oncut,onpaste"> <!ENTITY css-selectors SYSTEM "css-selectors.bfinc"> <!ENTITY css-rules SYSTEM "css-rules.bfinc"> <!ENTITY all-javascript SYSTEM "all-javascript.bfinc"> <!ENTITY all-html SYSTEM "all-html.bfinc"> <!ENTITY JQuery SYSTEM "JQuery.bfinc"> ]> <bflang name="CFML" version="3" contexts="418" matches="4841"> <header> <mime type="application/x-cfml"/> <mime type="text/plain?cfm"/> <mime type="text/html?cfm"/> <option name="load_reference" default="1"/> <option name="load_completion" default="1"/> <option name="show_in_menu" default="0"/> <option name="attribute_string_is_block" default="0" description="Show tag attributes as block"/> <option name="javascript_object_methods" default="1" description="Autocomplete Javascript object methods" /> <option name="javascript_css_properties" default="1" description="CSS properties" /> <option name="autocomplete-html-entities" default="0" description="HTML entities" /> <option name="JQuery" default="0" description="include JQuery syntax" /> <highlight name="attribute-string" style="string-no-spell-check" /> <highlight name="brackets" style="brackets" /> <highlight name="cfml-attribute" style="special-keyword" /> <highlight name="cfml-variable" style="variable" /> <highlight name="cfml-content" style="function" /> <highlight name="comment" style="comment" /> <highlight name="keyword" style="keyword" /> <highlight name="string" style="string" /> <highlight name="value" style="value" /> <highlight name="html-attribute" style="attribute" /> <highlight name="html-comment" style="comment" /> <highlight name="html-deprecated-tag" style="warning" /> <highlight name="html-entity" style="value" /> <highlight name="html-form-tag" style="special-tag3" /> <highlight name="html-reference-external-tag" style="special-tag" /> <highlight name="html-table-tag" style="special-tag2" /> <highlight name="html-tag" style="tag" /> <highlight name="js-brackets" style="brackets" /> <highlight name="js-comment" style="comment" /> <highlight name="js-css-property" style="function" /> <highlight name="js-function" style="function" /> <highlight name="js-keyword" style="keyword" /> <highlight name="js-property" style="special-function" /> <highlight name="js-string" style="string" /> <highlight name="js-type" style="type" /> <highlight name="js-value" style="value" /> <highlight name="js-variable" style="variable" /> <highlight name="css-brackets" style="brackets" /> <highlight name="css-comment" style="comment" /> <highlight name="css-html-classid" style="tag" /> <highlight name="css-html-media" style="special-tag" /> <highlight name="css-html-tag" style="tag" /> <highlight name="css-keyword" style="keyword" /> <highlight name="css-property" style="special-keyword" /> <highlight name="css-draft-property" style="special-tag3" /> <highlight name="css-pseudo-element" style="keyword" /> <highlight name="css-operator" style="operator" /> <highlight name="css-string" style="string" /> <highlight name="css-value" style="value" /> </header> <properties> <comment id="cm.htmlcomment" type="block" start="<!--" end="-->" /> <comment id="cm.cblockcomment" type="block" start="/*" end="*/" /> <comment id="cm.cpplinecomment" type="line" start="//" /> <comment id="cm.scriptcomment" type="line" start="#" /> <default_spellcheck enabled="1" spell_decode_entities="1" /> <auto_re_use_attributes enabled="1" /> </properties> <definition> <context symbols="><&; 	 -/" commentid_block="cm.htmlcomment" commentid_line="none"> <element id="e.cfml.comment" pattern="<!---" highlight="comment" starts_block="1"> <context symbols="-> 	 " highlight="comment"> <element pattern="--->" ends_block="1" blockstartelement="e.cfml.comment" highlight="comment" ends_context="1" /> </context> </element> <element pattern="</?cfset" is_regex="1" highlight="keyword"> <context id="c.cftag" symbols="><&; 	 "()" highlight="cfml-content"> <element pattern="[a-z0-9]+" is_regex="1" highlight="cfml-attribute"/> <element pattern=""[^"]+"" is_regex="1" highlight="string"/> <element pattern=">" ends_context="1" highlight="keyword"/> </context> </element> <element pattern="</?cfif" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfelse" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfloop" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfquery" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfinclude" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfparam" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cffunction" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfargument" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="</?cfreturn" is_regex="1" highlight="keyword"><context idref="c.cftag" /></element> <element pattern="<cfoutput" is_regex="1" highlight="keyword"> <context id="c.cftag" symbols="><&; 	 "()" > <element pattern="[a-z0-9]+" is_regex="1" highlight="cfml-attribute"/> <element pattern=""[^"]+"" is_regex="1" highlight="string"/> <element pattern=">" highlight="keyword"> <context symbols="><&; 	 -#"> <element pattern="#[a-z0-9.()]+#" is_regex="1" case_insens="1" highlight="cfml-variable"/> <element pattern="</cfoutput>" highlight="keyword" ends_context="2"/> </context> </element> </context> </element> &all-html; </context> </definition> </bflang>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件