|
# ================================================== |
|
# MTML Completions for ATOM [start] |
|
# ================================================== |
|
'.text.md, .text.plain, .text.html.basic, .text.html.php, .source.js, .source.css, .source.yaml': |
|
|
|
'current_mapping="1"': |
|
'prefix': 'current_mapping="1"' |
|
'body': 'current_mapping=\"${1:1}\"' |
|
|
|
'with_index="1"': |
|
'prefix': 'with_index="1"' |
|
'body': 'with_index=\"${1:1}\"' |
|
|
|
'by_folder="1"': |
|
'prefix': 'by_folder="1"' |
|
'body': 'by_folder=\"${1:1}\"' |
|
|
|
'by_category="1"': |
|
'prefix': 'by_category="1"' |
|
'body': 'by_category=\"${1:1}\"' |
|
|
|
'by_author="1"': |
|
'prefix': 'by_author="1"' |
|
'body': 'by_author=\"${1:1}\"' |
|
|
|
'with_domain="1"': |
|
'prefix': 'with_domain="1"' |
|
'body': 'with_domain=\"${1:1}\"' |
|
|
|
'mt:WebsiteEntryCount': |
|
'prefix': 'mt:WebsiteEntryCount' |
|
'body': 'mt:WebsiteEntryCount${1}>' |
|
|
|
'mt:StatsSnippet': |
|
'prefix': 'mt:StatsSnippet' |
|
'body': 'mt:StatsSnippet${1}>' |
|
|
|
'mt:CanonicalURL': |
|
'prefix': 'mt:CanonicalURL' |
|
'body': 'mt:CanonicalURL${1}>' |
|
|
|
'mt:CanonicalLink': |
|
'prefix': 'mt:CanonicalLink' |
|
'body': 'mt:CanonicalLink${1}>' |
|
|
|
'mt:BlogDateLanguage': |
|
'prefix': 'mt:BlogDateLanguage' |
|
'body': 'mt:BlogDateLanguage${1}>' |
|
|
|
'mt:WebsiteDateLanguage': |
|
'prefix': 'mt:WebsiteDateLanguage' |
|
'body': 'mt:WebsiteDateLanguage${1}>' |
|
|
|
'sort_method="sub_foo"': |
|
'prefix': 'sort_method="sub_foo"' |
|
'body': 'sort_method=\"${1:sub_foo}\"' |
|
|
|
'top="1"': |
|
'prefix': 'top="1"' |
|
'body': 'top=\"${1:1}\"' |
|
|
|
'include_current="1"': |
|
'prefix': 'include_current="1"' |
|
'body': 'include_current=\"${1:1}\"' |
|
|
|
'sort_by="user_custom"': |
|
'prefix': 'sort_by="user_custom"' |
|
'body': 'sort_by=\"${1:user_custom}\"' |
|
|
|
'mt:IfLogin': |
|
'prefix': 'mt:IfLogin' |
|
'body': 'mt:IfLogin${1}>${2}</mt:IfLogin>' |
|
|
|
'exclude_blogs="ID"': |
|
'prefix': 'exclude_blogs="ID"' |
|
'body': 'exclude_blogs=\"${1:ID}\"' |
|
|
|
'include_with_website="1"': |
|
'prefix': 'include_with_website="1"' |
|
'body': 'include_with_website=\"${1:1}\"' |
|
|
|
'include_blogs="ID"': |
|
'prefix': 'include_blogs="ID"' |
|
'body': 'include_blogs=\"${1:ID}\"' |
|
|
|
'include_blogs="siblings"': |
|
'prefix': 'include_blogs="siblings"' |
|
'body': 'include_blogs=\"${1:siblings}\"' |
|
|
|
'include_blogs="children"': |
|
'prefix': 'include_blogs="children"' |
|
'body': 'include_blogs=\"${1:children}\"' |
|
|
|
'include_blogs="all"': |
|
'prefix': 'include_blogs="all"' |
|
'body': 'include_blogs=\"${1:all}\"' |
|
|
|
'blog_ids="ID"': |
|
'prefix': 'blog_ids="ID"' |
|
'body': 'blog_ids=\"${1:ID}\"' |
|
|
|
'blog_ids="siblings"': |
|
'prefix': 'blog_ids="siblings"' |
|
'body': 'blog_ids=\"${1:siblings}\"' |
|
|
|
'blog_ids="children"': |
|
'prefix': 'blog_ids="children"' |
|
'body': 'blog_ids=\"${1:children}\"' |
|
|
|
'blog_ids="all"': |
|
'prefix': 'blog_ids="all"' |
|
'body': 'blog_ids=\"${1:all}\"' |
|
|
|
'variable_foo="value"': |
|
'prefix': 'variable_foo="value"' |
|
'body': 'variable_foo=\"${1:value}\"' |
|
|
|
'var="variable_foo"': |
|
'prefix': 'var="variable_foo"' |
|
'body': 'var=\"${1:variable_foo}\"' |
|
|
|
'value=""': |
|
'prefix': 'value=""' |
|
'body': 'value=\"${1:}\"' |
|
|
|
'utc="1"': |
|
'prefix': 'utc="1"' |
|
'body': 'utc=\"${1:1}\"' |
|
|
|
'unique="1"': |
|
'prefix': 'unique="1"' |
|
'body': 'unique=\"${1:1}\"' |
|
|
|
'type=""': |
|
'prefix': 'type=""' |
|
'body': 'type=\"${1:}\"' |
|
|
|
'trim_spaces="1"': |
|
'prefix': 'trim_spaces="1"' |
|
'body': 'trim_spaces=\"${1:1}\"' |
|
|
|
'tags="tag_foo"': |
|
'prefix': 'tags="tag_foo"' |
|
'body': 'tags=\"${1:tag_foo}\"' |
|
|
|
'tag="tag_foo"': |
|
'prefix': 'tag="tag_foo"' |
|
'body': 'tag=\"${1:tag_foo}\"' |
|
|
|
'stream="stream_name"': |
|
'prefix': 'stream="stream_name"' |
|
'body': 'stream=\"${1:stream_name}\"' |
|
|
|
'ssi="1"': |
|
'prefix': 'ssi="1"' |
|
'body': 'ssi=\"${1:1}\"' |
|
|
|
'square="1"': |
|
'prefix': 'square="1"' |
|
'body': 'square=\"${1:1}\"' |
|
|
|
'sort="created_on"': |
|
'prefix': 'sort="created_on"' |
|
'body': 'sort=\"${1:created_on}\"' |
|
|
|
'sort="authored_on"': |
|
'prefix': 'sort="authored_on"' |
|
'body': 'sort=\"${1:authored_on}\"' |
|
|
|
'sort_order="descend"': |
|
'prefix': 'sort_order="descend"' |
|
'body': 'sort_order=\"${1:descend}\"' |
|
|
|
'sort_order="ascend"': |
|
'prefix': 'sort_order="ascend"' |
|
'body': 'sort_order=\"${1:ascend}\"' |
|
|
|
'sort_by="foo"': |
|
'prefix': 'sort_by="foo"' |
|
'body': 'sort_by=\"${1:foo}\"' |
|
|
|
'sort_by="excerpt"': |
|
'prefix': 'sort_by="excerpt"' |
|
'body': 'sort_by=\"${1:excerpt}\"' |
|
|
|
'sort_by="author_id"': |
|
'prefix': 'sort_by="author_id"' |
|
'body': 'sort_by=\"${1:author_id}\"' |
|
|
|
'sort_by="modified_on"': |
|
'prefix': 'sort_by="modified_on"' |
|
'body': 'sort_by=\"${1:modified_on}\"' |
|
|
|
'sort_by="status"': |
|
'prefix': 'sort_by="status"' |
|
'body': 'sort_by=\"${1:status}\"' |
|
|
|
'sort_by="title"': |
|
'prefix': 'sort_by="title"' |
|
'body': 'sort_by=\"${1:title}\"' |
|
|
|
'sort_by="created_on"': |
|
'prefix': 'sort_by="created_on"' |
|
'body': 'sort_by=\"${1:created_on}\"' |
|
|
|
'singular="text"': |
|
'prefix': 'singular="text"' |
|
'body': 'singular=\"${1:text}\"' |
|
|
|
'service="service_id"': |
|
'prefix': 'service="service_id"' |
|
'body': 'service=\"${1:service_id}\"' |
|
|
|
'script="function_foo"': |
|
'prefix': 'script="function_foo"' |
|
'body': 'script=\"${1:function_foo}\"' |
|
|
|
'recently_commented_on="N"': |
|
'prefix': 'recently_commented_on="N"' |
|
'body': 'recently_commented_on=\"${1:N}\"' |
|
|
|
'range_incl=""': |
|
'prefix': 'range_incl=""' |
|
'body': 'range_incl=\"${1:}\"' |
|
|
|
'preserve_spaces="1"': |
|
'prefix': 'preserve_spaces="1"' |
|
'body': 'preserve_spaces=\"${1:1}\"' |
|
|
|
'prepend="1"': |
|
'prefix': 'prepend="1"' |
|
'body': 'prepend=\"${1:1}\"' |
|
|
|
'plural="text"': |
|
'prefix': 'plural="text"' |
|
'body': 'plural=\"${1:text}\"' |
|
|
|
'period="Sec"': |
|
'prefix': 'period="Sec"' |
|
'body': 'period=\"${1:Sec}\"' |
|
|
|
'parent="1"': |
|
'prefix': 'parent="1"' |
|
'body': 'parent=\"${1:1}\"' |
|
|
|
'offset="N"': |
|
'prefix': 'offset="N"' |
|
'body': 'offset=\"${1:N}\"' |
|
|
|
'object_type="foo"': |
|
'prefix': 'object_type="foo"' |
|
'body': 'object_type=\"${1:foo}\"' |
|
|
|
'object_id="id"': |
|
'prefix': 'object_id="id"' |
|
'body': 'object_id=\"${1:id}\"' |
|
|
|
'object_ds=""': |
|
'prefix': 'object_ds=""' |
|
'body': 'object_ds=\"${1:}\"' |
|
|
|
'none="text"': |
|
'prefix': 'none="text"' |
|
'body': 'none=\"${1:text}\"' |
|
|
|
'no_folder="1"': |
|
'prefix': 'no_folder="1"' |
|
'body': 'no_folder=\"${1:1}\"' |
|
|
|
'namespace="foo"': |
|
'prefix': 'namespace="foo"' |
|
'body': 'namespace=\"${1:foo}\"' |
|
|
|
'name="foo"': |
|
'prefix': 'name="foo"' |
|
'body': 'name=\"${1:foo}\"' |
|
|
|
'method="post"': |
|
'prefix': 'method="post"' |
|
'body': 'method=\"${1:post}\"' |
|
|
|
'method="get"': |
|
'prefix': 'method="get"' |
|
'body': 'method=\"${1:get}\"' |
|
|
|
'limit="N"': |
|
'prefix': 'limit="N"' |
|
'body': 'limit=\"${1:N}\"' |
|
|
|
'lastn="N"': |
|
'prefix': 'lastn="N"' |
|
'body': 'lastn=\"${1:N}\"' |
|
|
|
'key="cache_key"': |
|
'prefix': 'key="cache_key"' |
|
'body': 'key=\"${1:cache_key}\"' |
|
|
|
'include_subfolders="1"': |
|
'prefix': 'include_subfolders="1"' |
|
'body': 'include_subfolders=\"${1:1}\"' |
|
|
|
'identifier="index_template_identifier"': |
|
'prefix': 'identifier="index_template_identifier"' |
|
'body': 'identifier=\"${1:index_template_identifier}\"' |
|
|
|
'id="id"': |
|
'prefix': 'id="id"' |
|
'body': 'id=\"${1:id}\"' |
|
|
|
'html_tag="element_foo"': |
|
'prefix': 'html_tag="element_foo"' |
|
'body': 'html_tag=\"${1:element_foo}\"' |
|
|
|
'head_offset="N"': |
|
'prefix': 'head_offset="N"' |
|
'body': 'head_offset=\"${1:N}\"' |
|
|
|
'glue="foo"': |
|
'prefix': 'glue="foo"' |
|
'body': 'glue=\"${1:foo}\"' |
|
|
|
'global="1"': |
|
'prefix': 'global="1"' |
|
'body': 'global=\"${1:1}\"' |
|
|
|
'format="format"': |
|
'prefix': 'format="format"' |
|
'body': 'format=\"${1:format}\"' |
|
|
|
'format_name="format_name"': |
|
'prefix': 'format_name="format_name"' |
|
'body': 'format_name=\"${1:format_name}\"' |
|
|
|
'folder="folder_foo"': |
|
'prefix': 'folder="folder_foo"' |
|
'body': 'folder=\"${1:folder_foo}\"' |
|
|
|
'flavor="xhtml2"': |
|
'prefix': 'flavor="xhtml2"' |
|
'body': 'flavor=\"${1:xhtml2}\"' |
|
|
|
'flavor="xhtml1"': |
|
'prefix': 'flavor="xhtml1"' |
|
'body': 'flavor=\"${1:xhtml1}\"' |
|
|
|
'flavor="html/css"': |
|
'prefix': 'flavor="html/css"' |
|
'body': 'flavor=\"${1:html/css}\"' |
|
|
|
'flavor="html"': |
|
'prefix': 'flavor="html"' |
|
'body': 'flavor=\"${1:html}\"' |
|
|
|
'field:customfieldbasename="foo"': |
|
'prefix': 'field:customfieldbasename="foo"' |
|
'body': 'field:customfieldbasename=\"${1:foo}\"' |
|
|
|
'enctype="enctype_foo"': |
|
'prefix': 'enctype="enctype_foo"' |
|
'body': 'enctype=\"${1:enctype_foo}\"' |
|
|
|
'element_id="id"': |
|
'prefix': 'element_id="id"' |
|
'body': 'element_id=\"${1:id}\"' |
|
|
|
'display_names="display_name"': |
|
'prefix': 'display_names="display_name"' |
|
'body': 'display_names=\"${1:display_name}\"' |
|
|
|
'display_name="display_name"': |
|
'prefix': 'display_name="display_name"' |
|
'body': 'display_name=\"${1:display_name}\"' |
|
|
|
'direction="ascend"': |
|
'prefix': 'direction="ascend"' |
|
'body': 'direction=\"${1:ascend}\"' |
|
|
|
'direction="descend"': |
|
'prefix': 'direction="descend"' |
|
'body': 'direction=\"${1:descend}\"' |
|
|
|
'days="N"': |
|
'prefix': 'days="N"' |
|
'body': 'days=\"${1:N}\"' |
|
|
|
'cache="1"': |
|
'prefix': 'cache="1"' |
|
'body': 'cache=\"${1:1}\"' |
|
|
|
'cache_prefix="key_foo"': |
|
'prefix': 'cache_prefix="key_foo"' |
|
'body': 'cache_prefix=\"${1:key_foo}\"' |
|
|
|
'cache_key="cache_key"': |
|
'prefix': 'cache_key="cache_key"' |
|
'body': 'cache_key=\"${1:cache_key}\"' |
|
|
|
'by="action"': |
|
'prefix': 'by="action"' |
|
'body': 'by=\"${1:action}\"' |
|
|
|
'by="stream"': |
|
'prefix': 'by="stream"' |
|
'body': 'by=\"${1:stream}\"' |
|
|
|
'by="service"': |
|
'prefix': 'by="service"' |
|
'body': 'by=\"${1:service}\"' |
|
|
|
'by="date"': |
|
'prefix': 'by="date"' |
|
'body': 'by=\"${1:date}\"' |
|
|
|
'by_user="1"': |
|
'prefix': 'by_user="1"' |
|
'body': 'by_user=\"${1:1}\"' |
|
|
|
'by_blog="1"': |
|
'prefix': 'by_blog="1"' |
|
'body': 'by_blog=\"${1:1}\"' |
|
|
|
'blog_id="id"': |
|
'prefix': 'blog_id="id"' |
|
'body': 'blog_id=\"${1:id}\"' |
|
|
|
'authors="author_user_name"': |
|
'prefix': 'authors="author_user_name"' |
|
'body': 'authors=\"${1:author_user_name}\"' |
|
|
|
'author="author_user_name"': |
|
'prefix': 'author="author_user_name"' |
|
'body': 'author=\"${1:author_user_name}\"' |
|
|
|
'author="author_foo"': |
|
'prefix': 'author="author_foo"' |
|
'body': 'author=\"${1:author_foo}\"' |
|
|
|
'author_ids="author_id"': |
|
'prefix': 'author_ids="author_id"' |
|
'body': 'author_ids=\"${1:author_id}\"' |
|
|
|
'author_id="id"': |
|
'prefix': 'author_id="id"' |
|
'body': 'author_id=\"${1:id}\"' |
|
|
|
'append="1"': |
|
'prefix': 'append="1"' |
|
'body': 'append=\"${1:1}\"' |
|
|
|
'action="url"': |
|
'prefix': 'action="url"' |
|
'body': 'action=\"${1:url}\"' |
|
|
|
'__odd__': |
|
'prefix': '__odd__' |
|
'body': '__odd__' |
|
|
|
'__last__': |
|
'prefix': '__last__' |
|
'body': '__last__' |
|
|
|
'__first__': |
|
'prefix': '__first__' |
|
'body': '__first__' |
|
|
|
'__even__': |
|
'prefix': '__even__' |
|
'body': '__even__' |
|
|
|
'__counter__': |
|
'prefix': '__counter__' |
|
'body': '__counter__' |
|
|
|
'trim_to="N+"': |
|
'prefix': 'trim_to="N+"' |
|
'body': 'trim_to=\"${1:N}+${2}\"' |
|
|
|
'escape="mail"': |
|
'prefix': 'escape="mail"' |
|
'body': 'escape=\"mail\"' |
|
|
|
'escape="javascript"': |
|
'prefix': 'escape="javascript"' |
|
'body': 'escape=\"javascript\"' |
|
|
|
'escape="html"': |
|
'prefix': 'escape="html"' |
|
'body': 'escape=\"html\"' |
|
|
|
'mt:AccessibleBlock': |
|
'prefix': 'mt:AccessibleBlock' |
|
'body': 'mt:AccessibleBlock${1}>${2}</mt:AccessibleBlock>' |
|
|
|
'mtml': |
|
'prefix': 'mtml' |
|
'body': 'MTML tag=\'${1:/}mt:${2:TagName}\'${3: params=\'\'}>' |
|
|
|
'mt:If else': |
|
'prefix': 'mt:If else' |
|
'body': 'mt:If name=\"${1:VarName}\">${2}<mt:Else>${3}</mt:If>' |
|
|
|
'mt:If tag else': |
|
'prefix': 'mt:If tag else' |
|
'body': 'mt:If tag=\"${1:TagName}\">${2}<mt:Else>${3}</mt:If>' |
|
|
|
'regex_replace="//",""': |
|
'prefix': 'regex_replace="//",""' |
|
'body': 'regex_replace=\"/${1:RegExp}/\",\"${2:Replacement}\"' |
|
|
|
'mt:GroupBlogsWebsitesFooter': |
|
'prefix': 'mt:GroupBlogsWebsitesFooter' |
|
'body': 'mt:GroupBlogsWebsitesFooter>${1}</mt:GroupBlogsWebsitesFooter>' |
|
|
|
'mt:GroupBlogsWebsitesHeader': |
|
'prefix': 'mt:GroupBlogsWebsitesHeader' |
|
'body': 'mt:GroupBlogsWebsitesHeader>${1}</mt:GroupBlogsWebsitesHeader>' |
|
|
|
'mt:GroupBlogsWebsites': |
|
'prefix': 'mt:GroupBlogsWebsites' |
|
'body': 'mt:GroupBlogsWebsites${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupBlogsWebsites>' |
|
|
|
'mt:GroupWebsitesFooter': |
|
'prefix': 'mt:GroupWebsitesFooter' |
|
'body': 'mt:GroupWebsitesFooter>${1}</mt:GroupWebsitesFooter>' |
|
|
|
'mt:GroupWebsitesHeader': |
|
'prefix': 'mt:GroupWebsitesHeader' |
|
'body': 'mt:GroupWebsitesHeader>${1}</mt:GroupWebsitesHeader>' |
|
|
|
'mt:GroupWebsites': |
|
'prefix': 'mt:GroupWebsites' |
|
'body': 'mt:GroupWebsites${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupWebsites>' |
|
|
|
'mt:GroupBlogsFooter': |
|
'prefix': 'mt:GroupBlogsFooter' |
|
'body': 'mt:GroupBlogsFooter>${1}</mt:GroupBlogsFooter>' |
|
|
|
'mt:GroupBlogsHeader': |
|
'prefix': 'mt:GroupBlogsHeader' |
|
'body': 'mt:GroupBlogsHeader>${1}</mt:GroupBlogsHeader>' |
|
|
|
'mt:GroupBlogs': |
|
'prefix': 'mt:GroupBlogs' |
|
'body': 'mt:GroupBlogs${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupBlogs>' |
|
|
|
'mt:GroupCategoriesFoldersFooter': |
|
'prefix': 'mt:GroupCategoriesFoldersFooter' |
|
'body': 'mt:GroupCategoriesFoldersFooter>${1}</mt:GroupCategoriesFoldersFooter>' |
|
|
|
'mt:GroupCategoriesFoldersHeader': |
|
'prefix': 'mt:GroupCategoriesFoldersHeader' |
|
'body': 'mt:GroupCategoriesFoldersHeader>${1}</mt:GroupCategoriesFoldersHeader>' |
|
|
|
'mt:GroupCategoriesFolders': |
|
'prefix': 'mt:GroupCategoriesFolders' |
|
'body': 'mt:GroupCategoriesFolders${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupCategoriesFolders>' |
|
|
|
'mt:GroupFoldersFooter': |
|
'prefix': 'mt:GroupFoldersFooter' |
|
'body': 'mt:GroupFoldersFooter>${1}</mt:GroupFoldersFooter>' |
|
|
|
'mt:GroupFoldersHeader': |
|
'prefix': 'mt:GroupFoldersHeader' |
|
'body': 'mt:GroupFoldersHeader>${1}</mt:GroupFoldersHeader>' |
|
|
|
'mt:GroupFolders': |
|
'prefix': 'mt:GroupFolders' |
|
'body': 'mt:GroupFolders${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupFolders>' |
|
|
|
'mt:GroupCategoriesFooter': |
|
'prefix': 'mt:GroupCategoriesFooter' |
|
'body': 'mt:GroupCategoriesFooter>${1}</mt:GroupCategoriesFooter>' |
|
|
|
'mt:GroupCategoriesHeader': |
|
'prefix': 'mt:GroupCategoriesHeader' |
|
'body': 'mt:GroupCategoriesHeader>${1}</mt:GroupCategoriesHeader>' |
|
|
|
'mt:GroupCategories': |
|
'prefix': 'mt:GroupCategories' |
|
'body': 'mt:GroupCategories${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupCategories>' |
|
|
|
'mt:GroupEntriesPagesFooter': |
|
'prefix': 'mt:GroupEntriesPagesFooter' |
|
'body': 'mt:GroupEntriesPagesFooter>${1}</mt:GroupEntriesPagesFooter>' |
|
|
|
'mt:GroupEntriesPagesHeader': |
|
'prefix': 'mt:GroupEntriesPagesHeader' |
|
'body': 'mt:GroupEntriesPagesHeader>${1}</mt:GroupEntriesPagesHeader>' |
|
|
|
'mt:GroupEntriesPages': |
|
'prefix': 'mt:GroupEntriesPages' |
|
'body': 'mt:GroupEntriesPages${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupEntriesPages>' |
|
|
|
'mt:GroupPagesFooter': |
|
'prefix': 'mt:GroupPagesFooter' |
|
'body': 'mt:GroupPagesFooter>${1}</mt:GroupPagesFooter>' |
|
|
|
'mt:GroupPagesHeader': |
|
'prefix': 'mt:GroupPagesHeader' |
|
'body': 'mt:GroupPagesHeader>${1}</mt:GroupPagesHeader>' |
|
|
|
'mt:GroupPages': |
|
'prefix': 'mt:GroupPages' |
|
'body': 'mt:GroupPages${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupPages>' |
|
|
|
'mt:GroupEntriesFooter': |
|
'prefix': 'mt:GroupEntriesFooter' |
|
'body': 'mt:GroupEntriesFooter>${1}</mt:GroupEntriesFooter>' |
|
|
|
'mt:GroupEntriesHeader': |
|
'prefix': 'mt:GroupEntriesHeader' |
|
'body': 'mt:GroupEntriesHeader>${1}</mt:GroupEntriesHeader>' |
|
|
|
'mt:GroupEntries': |
|
'prefix': 'mt:GroupEntries' |
|
'body': 'mt:GroupEntries${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupEntries>' |
|
|
|
'zero_pad="N"': |
|
'prefix': 'zero_pad="N"' |
|
'body': 'zero_pad=\"${1:N}\"' |
|
|
|
'wrap_text="N"': |
|
'prefix': 'wrap_text="N"' |
|
'body': 'wrap_text=\"${1:N}\"' |
|
|
|
'upper_case="1"': |
|
'prefix': 'upper_case="1"' |
|
'body': 'upper_case=\"1\"' |
|
|
|
'trim_to="N"': |
|
'prefix': 'trim_to="N"' |
|
'body': 'trim_to=\"${1:N}\"' |
|
|
|
'trim="1"': |
|
'prefix': 'trim="1"' |
|
'body': 'trim=\"1\"' |
|
|
|
'strip_tags="1"': |
|
'prefix': 'strip_tags="1"' |
|
'body': 'strip_tags=\"1\"' |
|
|
|
'strip_linefeeds="1"': |
|
'prefix': 'strip_linefeeds="1"' |
|
'body': 'strip_linefeeds=\"1\"' |
|
|
|
'strip=""': |
|
'prefix': 'strip=""' |
|
'body': 'strip=\"${1}\"' |
|
|
|
'string_format=""': |
|
'prefix': 'string_format=""' |
|
'body': 'string_format=\"${1}\"' |
|
|
|
'sprintf=""': |
|
'prefix': 'sprintf=""' |
|
'body': 'sprintf=\"${1}\"' |
|
|
|
'spam_protect="1"': |
|
'prefix': 'spam_protect="1"' |
|
'body': 'spam_protect=\"1\"' |
|
|
|
'spacify=""': |
|
'prefix': 'spacify=""' |
|
'body': 'spacify=\"${1}\"' |
|
|
|
'space_pad="N"': |
|
'prefix': 'space_pad="N"' |
|
'body': 'space_pad=\"${1:N}\"' |
|
|
|
'smarty_pants="1"': |
|
'prefix': 'smarty_pants="1"' |
|
'body': 'smarty_pants=\"1\"' |
|
|
|
'smart_quotes="1"': |
|
'prefix': 'smart_quotes="1"' |
|
'body': 'smart_quotes=\"1\"' |
|
|
|
'smart_ellipses="1"': |
|
'prefix': 'smart_ellipses="1"' |
|
'body': 'smart_ellipses=\"1\"' |
|
|
|
'smart_dashes="1"': |
|
'prefix': 'smart_dashes="1"' |
|
'body': 'smart_dashes=\"1\"' |
|
|
|
'setvar=""': |
|
'prefix': 'setvar=""' |
|
'body': 'setvar=\"${1}\"' |
|
|
|
'sanitize="1"': |
|
'prefix': 'sanitize="1"' |
|
'body': 'sanitize=\"${1:1}\"' |
|
|
|
'rtrim="1"': |
|
'prefix': 'rtrim="1"' |
|
'body': 'rtrim=\"1\"' |
|
|
|
'replace=""': |
|
'prefix': 'replace=""' |
|
'body': 'replace=\"${1}\"' |
|
|
|
'remove_html="1"': |
|
'prefix': 'remove_html="1"' |
|
'body': 'remove_html=\"1\"' |
|
|
|
'regex_replace=""': |
|
'prefix': 'regex_replace=""' |
|
'body': 'regex_replace=\"${1}\"' |
|
|
|
'numify="1"': |
|
'prefix': 'numify="1"' |
|
'body': 'numify=\"1\"' |
|
|
|
'nofollowfy="1"': |
|
'prefix': 'nofollowfy="1"' |
|
'body': 'nofollowfy=\"1\"' |
|
|
|
'nl2br="xhtml"': |
|
'prefix': 'nl2br="xhtml"' |
|
'body': 'nl2br=\"${1:xhtml}\"' |
|
|
|
'mteval="1"': |
|
'prefix': 'mteval="1"' |
|
'body': 'mteval=\"1\"' |
|
|
|
'ltrim="1"': |
|
'prefix': 'ltrim="1"' |
|
'body': 'ltrim=\"1\"' |
|
|
|
'lower_case="1"': |
|
'prefix': 'lower_case="1"' |
|
'body': 'lower_case=\"1\"' |
|
|
|
'indent="1"': |
|
'prefix': 'indent="1"' |
|
'body': 'indent=\"1\"' |
|
|
|
'filters=""': |
|
'prefix': 'filters=""' |
|
'body': 'filters=\"${1}\"' |
|
|
|
'escape="url"': |
|
'prefix': 'escape="url"' |
|
'body': 'escape=\"url\"' |
|
|
|
'encode_xml="1"': |
|
'prefix': 'encode_xml="1"' |
|
'body': 'encode_xml=\"1\"' |
|
|
|
'encode_url="1"': |
|
'prefix': 'encode_url="1"' |
|
'body': 'encode_url=\"1\"' |
|
|
|
'encode_sha1="1"': |
|
'prefix': 'encode_sha1="1"' |
|
'body': 'encode_sha1=\"1\"' |
|
|
|
'encode_php="1"': |
|
'prefix': 'encode_php="1"' |
|
'body': 'encode_php=\"1\"' |
|
|
|
'encode_js="1"': |
|
'prefix': 'encode_js="1"' |
|
'body': 'encode_js=\"1\"' |
|
|
|
'dirify="1"': |
|
'prefix': 'dirify="1"' |
|
'body': 'dirify=\"1\"' |
|
|
|
'decode_xml="1"': |
|
'prefix': 'decode_xml="1"' |
|
'body': 'decode_xml=\"1\"' |
|
|
|
'decode_html="1"': |
|
'prefix': 'decode_html="1"' |
|
'body': 'decode_html=\"1\"' |
|
|
|
'count_words=""': |
|
'prefix': 'count_words=""' |
|
'body': 'count_words=\"${1}\"' |
|
|
|
'count_paragraphs="1"': |
|
'prefix': 'count_paragraphs="1"' |
|
'body': 'count_paragraphs=\"1\"' |
|
|
|
'count_characters="1"': |
|
'prefix': 'count_characters="1"' |
|
'body': 'count_characters=\"1\"' |
|
|
|
'cat=""': |
|
'prefix': 'cat=""' |
|
'body': 'cat=\"${1}\"' |
|
|
|
'capitalize="1"': |
|
'prefix': 'capitalize="1"' |
|
'body': 'capitalize=\"1\"' |
|
|
|
'mt:ViewerScript': |
|
'prefix': 'mt:ViewerScript' |
|
'body': 'mt:ViewerScript${1}>' |
|
|
|
'mt:IfEnableEdit': |
|
'prefix': 'mt:IfEnableEdit' |
|
'body': 'mt:IfEnableEdit${1}>${2}</mt:IfEnableEdit>' |
|
|
|
'mt:ViewerUserContext': |
|
'prefix': 'mt:ViewerUserContext' |
|
'body': 'mt:ViewerUserContext${1}>${2}</mt:ViewerUserContext>' |
|
|
|
'mt:CookieDump': |
|
'prefix': 'mt:CookieDump' |
|
'body': 'mt:CookieDump${1}>' |
|
|
|
'mt:VarDump': |
|
'prefix': 'mt:VarDump' |
|
'body': 'mt:VarDump${1}>' |
|
|
|
'mt:EnvDump': |
|
'prefix': 'mt:EnvDump' |
|
'body': 'mt:EnvDump${1}>' |
|
|
|
'mt:QueryDump': |
|
'prefix': 'mt:QueryDump' |
|
'body': 'mt:QueryDump${1}>' |
|
|
|
'trimj_to=""': |
|
'prefix': 'trimj_to=""' |
|
'body': 'trimj_to=\"${1}\"' |
|
|
|
'mt:EntryTemplateName': |
|
'prefix': 'mt:EntryTemplateName' |
|
'body': 'mt:EntryTemplateName${1}>' |
|
|
|
'mt:TemplateSelector': |
|
'prefix': 'mt:TemplateSelector' |
|
'body': 'mt:TemplateSelector${1}>${2}</mt:TemplateSelector>' |
|
|
|
'mt:IfTemplateSelectorBlock': |
|
'prefix': 'mt:IfTemplateSelectorBlock' |
|
'body': 'mt:IfTemplateSelectorBlock${1}>${2}</mt:IfTemplateSelectorBlock>' |
|
|
|
'mt:IfTemplateSelector': |
|
'prefix': 'mt:IfTemplateSelector' |
|
'body': 'mt:IfTemplateSelector${1}>${2}</mt:IfTemplateSelector>' |
|
|
|
'mt:TemplateOutput': |
|
'prefix': 'mt:TemplateOutput' |
|
'body': 'mt:TemplateOutput${1}>' |
|
|
|
'mt:TemplateGroupFieldScope': |
|
'prefix': 'mt:TemplateGroupFieldScope' |
|
'body': 'mt:TemplateGroupFieldScope${1}>' |
|
|
|
'mt:TemplateText': |
|
'prefix': 'mt:TemplateText' |
|
'body': 'mt:TemplateText${1}>' |
|
|
|
'mt:TemplateName': |
|
'prefix': 'mt:TemplateName' |
|
'body': 'mt:TemplateName${1}>' |
|
|
|
'mt:TemplatesFooter': |
|
'prefix': 'mt:TemplatesFooter' |
|
'body': 'mt:TemplatesFooter>${1}</mt:TemplatesFooter>' |
|
|
|
'mt:Templates': |
|
'prefix': 'mt:Templates' |
|
'body': 'mt:Templates${1}>${2}</mt:Templates>' |
|
|
|
'mt:TemplatesHeader': |
|
'prefix': 'mt:TemplatesHeader' |
|
'body': 'mt:TemplatesHeader>${1}</mt:TemplatesHeader>' |
|
|
|
'mt:IfNotSent': |
|
'prefix': 'mt:IfNotSent' |
|
'body': 'mt:IfNotSent${1}>${2}</mt:IfNotSent>' |
|
|
|
'mt:SetTagContext': |
|
'prefix': 'mt:SetTagContext' |
|
'body': 'mt:SetTagContext${1}>${2}</mt:SetTagContext>' |
|
|
|
'mt:SidebarAssetCount': |
|
'prefix': 'mt:SidebarAssetCount' |
|
'body': 'mt:SidebarAssetCount${1}>' |
|
|
|
'mt:IfAuthorCanDropBox': |
|
'prefix': 'mt:IfAuthorCanDropBox' |
|
'body': 'mt:IfAuthorCanDropBox${1}>${2}</mt:IfAuthorCanDropBox>' |
|
|
|
'mt:SearchEntryField': |
|
'prefix': 'mt:SearchEntryField' |
|
'body': 'mt:SearchEntryField${1}>${2}</mt:SearchEntryField>' |
|
|
|
'mt:RequestCache': |
|
'prefix': 'mt:RequestCache' |
|
'body': 'mt:RequestCache${1}>${2}</mt:RequestCache>' |
|
|
|
'mt:RebuildIndexById': |
|
'prefix': 'mt:RebuildIndexById' |
|
'body': 'mt:RebuildIndexById${1}>' |
|
|
|
'mt:RebuildBlog': |
|
'prefix': 'mt:RebuildBlog' |
|
'body': 'mt:RebuildBlog${1}>' |
|
|
|
'mt:RebuildIndexByBlogId': |
|
'prefix': 'mt:RebuildIndexByBlogId' |
|
'body': 'mt:RebuildIndexByBlogId${1}>' |
|
|
|
'highlight=""': |
|
'prefix': 'highlight=""' |
|
'body': 'highlight=\"${1}\"' |
|
|
|
'hilight=""': |
|
'prefix': 'hilight=""' |
|
'body': 'hilight=\"${1}\"' |
|
|
|
'is_draft=""': |
|
'prefix': 'is_draft=""' |
|
'body': 'is_draft=\"${1}\"' |
|
|
|
'mt:EstResultEntryBlogID': |
|
'prefix': 'mt:EstResultEntryBlogID' |
|
'body': 'mt:EstResultEntryBlogID${1}>' |
|
|
|
'mt:EstCmdPath': |
|
'prefix': 'mt:EstCmdPath' |
|
'body': 'mt:EstCmdPath${1}>' |
|
|
|
'mt:EstDbPath': |
|
'prefix': 'mt:EstDbPath' |
|
'body': 'mt:EstDbPath${1}>' |
|
|
|
'mt:EstResultURL': |
|
'prefix': 'mt:EstResultURL' |
|
'body': 'mt:EstResultURL${1}>' |
|
|
|
'mt:EstResultExcerpt': |
|
'prefix': 'mt:EstResultExcerpt' |
|
'body': 'mt:EstResultExcerpt${1}>' |
|
|
|
'mt:EstResultEntryID': |
|
'prefix': 'mt:EstResultEntryID' |
|
'body': 'mt:EstResultEntryID${1}>' |
|
|
|
'mt:EstResultAttribute': |
|
'prefix': 'mt:EstResultAttribute' |
|
'body': 'mt:EstResultAttribute${1}>' |
|
|
|
'mt:EstraierScript': |
|
'prefix': 'mt:EstraierScript' |
|
'body': 'mt:EstraierScript${1}>' |
|
|
|
'mt:EstResultTitle': |
|
'prefix': 'mt:EstResultTitle' |
|
'body': 'mt:EstResultTitle${1}>' |
|
|
|
'mt:EstResultDate': |
|
'prefix': 'mt:EstResultDate' |
|
'body': 'mt:EstResultDate${1}>' |
|
|
|
'mt:EstResultCount': |
|
'prefix': 'mt:EstResultCount' |
|
'body': 'mt:EstResultCount${1}>' |
|
|
|
'mt:EstraierTarget': |
|
'prefix': 'mt:EstraierTarget' |
|
'body': 'mt:EstraierTarget${1}>${2}</mt:EstraierTarget>' |
|
|
|
'mt:EstResultPager': |
|
'prefix': 'mt:EstResultPager' |
|
'body': 'mt:EstResultPager${1}>${2}</mt:EstResultPager>' |
|
|
|
'mt:EstResultPagerHeader': |
|
'prefix': 'mt:EstResultPagerHeader' |
|
'body': 'mt:EstResultPagerHeader>${1}</mt:EstResultPagerHeader>' |
|
|
|
'mt:EstraierResults': |
|
'prefix': 'mt:EstraierResults' |
|
'body': 'mt:EstraierResults${1}>${2}</mt:EstraierResults>' |
|
|
|
'mt:EstResultPagerFooter': |
|
'prefix': 'mt:EstResultPagerFooter' |
|
'body': 'mt:EstResultPagerFooter>${1}</mt:EstResultPagerFooter>' |
|
|
|
'mt:IfEstResultNext': |
|
'prefix': 'mt:IfEstResultNext' |
|
'body': 'mt:IfEstResultNext${1}>${2}</mt:IfEstResultNext>' |
|
|
|
'mt:IfEstResultMatch': |
|
'prefix': 'mt:IfEstResultMatch' |
|
'body': 'mt:IfEstResultMatch${1}>${2}</mt:IfEstResultMatch>' |
|
|
|
'mt:IfEstResultPrev': |
|
'prefix': 'mt:IfEstResultPrev' |
|
'body': 'mt:IfEstResultPrev${1}>${2}</mt:IfEstResultPrev>' |
|
|
|
'mt:EstResultEntryCtx': |
|
'prefix': 'mt:EstResultEntryCtx' |
|
'body': 'mt:EstResultEntryCtx${1}>${2}</mt:EstResultEntryCtx>' |
|
|
|
'mt:EstraierSuffix': |
|
'prefix': 'mt:EstraierSuffix' |
|
'body': 'mt:EstraierSuffix${1}>${2}</mt:EstraierSuffix>' |
|
|
|
'mt:EstResultHeader': |
|
'prefix': 'mt:EstResultHeader' |
|
'body': 'mt:EstResultHeader>${1}</mt:EstResultHeader>' |
|
|
|
'mt:EstResultFooter': |
|
'prefix': 'mt:EstResultFooter' |
|
'body': 'mt:EstResultFooter>${1}</mt:EstResultFooter>' |
|
|
|
'mt:EstraierMeta': |
|
'prefix': 'mt:EstraierMeta' |
|
'body': 'mt:EstraierMeta${1}>${2}</mt:EstraierMeta>' |
|
|
|
'mt:EstraierBlock': |
|
'prefix': 'mt:EstraierBlock' |
|
'body': 'mt:EstraierBlock${1}>${2}</mt:EstraierBlock>' |
|
|
|
'mt:EstResultBlogCtx': |
|
'prefix': 'mt:EstResultBlogCtx' |
|
'body': 'mt:EstResultBlogCtx${1}>${2}</mt:EstResultBlogCtx>' |
|
|
|
'mt:LatestRevisionValue': |
|
'prefix': 'mt:LatestRevisionValue' |
|
'body': 'mt:LatestRevisionValue${1}>' |
|
|
|
'mt:RevisionCount': |
|
'prefix': 'mt:RevisionCount' |
|
'body': 'mt:RevisionCount${1}>' |
|
|
|
'set_loop=""': |
|
'prefix': 'set_loop=""' |
|
'body': 'set_loop=\"${1}\"' |
|
|
|
'translate_templatized=""': |
|
'prefix': 'translate_templatized=""' |
|
'body': 'translate_templatized=\"${1}\"' |
|
|
|
'table2tag=""': |
|
'prefix': 'table2tag=""' |
|
'body': 'table2tag=\"${1}\"' |
|
|
|
'strip_emptylines=""': |
|
'prefix': 'strip_emptylines=""' |
|
'body': 'strip_emptylines=\"${1}\"' |
|
|
|
'tab2table=""': |
|
'prefix': 'tab2table=""' |
|
'body': 'tab2table=\"${1}\"' |
|
|
|
'mt:TableColumnValue': |
|
'prefix': 'mt:TableColumnValue' |
|
'body': 'mt:TableColumnValue${1}>' |
|
|
|
'mt:TabSplitLine': |
|
'prefix': 'mt:TabSplitLine' |
|
'body': 'mt:TabSplitLine${1}>' |
|
|
|
'mt:BlogIsMembersOnly': |
|
'prefix': 'mt:BlogIsMembersOnly' |
|
'body': 'mt:BlogIsMembersOnly${1}>' |
|
|
|
'mt:ThisURL': |
|
'prefix': 'mt:ThisURL' |
|
'body': 'mt:ThisURL${1}>' |
|
|
|
'mt:PluginSetting': |
|
'prefix': 'mt:PluginSetting' |
|
'body': 'mt:PluginSetting${1}>' |
|
|
|
'mt:PowerCMSEdition': |
|
'prefix': 'mt:PowerCMSEdition' |
|
'body': 'mt:PowerCMSEdition${1}>' |
|
|
|
'mt:CGIMaxUpload': |
|
'prefix': 'mt:CGIMaxUpload' |
|
'body': 'mt:CGIMaxUpload${1}>' |
|
|
|
'mt:PowerCMSVersion': |
|
'prefix': 'mt:PowerCMSVersion' |
|
'body': 'mt:PowerCMSVersion${1}>' |
|
|
|
'mt:EntryStatus': |
|
'prefix': 'mt:EntryStatus' |
|
'body': 'mt:EntryStatus${1}>' |
|
|
|
'mt:CMSParam': |
|
'prefix': 'mt:CMSParam' |
|
'body': 'mt:CMSParam${1}>' |
|
|
|
'mt:PowerCMSFilesDir': |
|
'prefix': 'mt:PowerCMSFilesDir' |
|
'body': 'mt:PowerCMSFilesDir${1}>' |
|
|
|
'mt:IfModule': |
|
'prefix': 'mt:IfModule' |
|
'body': 'mt:IfModule${1}>${2}</mt:IfModule>' |
|
|
|
'mt:IfPerlModule': |
|
'prefix': 'mt:IfPerlModule' |
|
'body': 'mt:IfPerlModule${1}>${2}</mt:IfPerlModule>' |
|
|
|
'mt:TabSplitDatas': |
|
'prefix': 'mt:TabSplitDatas' |
|
'body': 'mt:TabSplitDatas${1}>${2}</mt:TabSplitDatas>' |
|
|
|
'mt:IfUserRole': |
|
'prefix': 'mt:IfUserRole' |
|
'body': 'mt:IfUserRole${1}>${2}</mt:IfUserRole>' |
|
|
|
'mt:IfCMSParam': |
|
'prefix': 'mt:IfCMSParam' |
|
'body': 'mt:IfCMSParam${1}>${2}</mt:IfCMSParam>' |
|
|
|
'mt:IfComponent': |
|
'prefix': 'mt:IfComponent' |
|
'body': 'mt:IfComponent${1}>${2}</mt:IfComponent>' |
|
|
|
'mt:IfPowerCMSFiles': |
|
'prefix': 'mt:IfPowerCMSFiles' |
|
'body': 'mt:IfPowerCMSFiles${1}>${2}</mt:IfPowerCMSFiles>' |
|
|
|
'mt:CMSContext': |
|
'prefix': 'mt:CMSContext' |
|
'body': 'mt:CMSContext${1}>${2}</mt:CMSContext>' |
|
|
|
'mt:TabSplitData': |
|
'prefix': 'mt:TabSplitData' |
|
'body': 'mt:TabSplitData${1}>${2}</mt:TabSplitData>' |
|
|
|
'mt:IfEntryIsinCategory': |
|
'prefix': 'mt:IfEntryIsinCategory' |
|
'body': 'mt:IfEntryIsinCategory${1}>${2}</mt:IfEntryIsinCategory>' |
|
|
|
'mt:IfUserCan': |
|
'prefix': 'mt:IfUserCan' |
|
'body': 'mt:IfUserCan${1}>${2}</mt:IfUserCan>' |
|
|
|
'mt:IfPlugin': |
|
'prefix': 'mt:IfPlugin' |
|
'body': 'mt:IfPlugin${1}>${2}</mt:IfPlugin>' |
|
|
|
'mt:IfCMS': |
|
'prefix': 'mt:IfCMS' |
|
'body': 'mt:IfCMS${1}>${2}</mt:IfCMS>' |
|
|
|
'mt:IfSecure': |
|
'prefix': 'mt:IfSecure' |
|
'body': 'mt:IfSecure${1}>${2}</mt:IfSecure>' |
|
|
|
'mt:PagerCurrent': |
|
'prefix': 'mt:PagerCurrent' |
|
'body': 'mt:PagerCurrent${1}>' |
|
|
|
'mt:PagerLink': |
|
'prefix': 'mt:PagerLink' |
|
'body': 'mt:PagerLink${1}>' |
|
|
|
'mt:PagerPrevLink': |
|
'prefix': 'mt:PagerPrevLink' |
|
'body': 'mt:PagerPrevLink${1}>' |
|
|
|
'mt:PagerTotal': |
|
'prefix': 'mt:PagerTotal' |
|
'body': 'mt:PagerTotal${1}>' |
|
|
|
'mt:PagerCounter': |
|
'prefix': 'mt:PagerCounter' |
|
'body': 'mt:PagerCounter${1}>' |
|
|
|
'mt:PagerNextLink': |
|
'prefix': 'mt:PagerNextLink' |
|
'body': 'mt:PagerNextLink${1}>' |
|
|
|
'mt:IfPagerHeader': |
|
'prefix': 'mt:IfPagerHeader' |
|
'body': 'mt:IfPagerHeader>${1}</mt:IfPagerHeader>' |
|
|
|
'mt:IfPagerCurrent': |
|
'prefix': 'mt:IfPagerCurrent' |
|
'body': 'mt:IfPagerCurrent${1}>${2}</mt:IfPagerCurrent>' |
|
|
|
'mt:PagerBlock': |
|
'prefix': 'mt:PagerBlock' |
|
'body': 'mt:PagerBlock${1}>${2}</mt:PagerBlock>' |
|
|
|
'mt:IfPagerFooter': |
|
'prefix': 'mt:IfPagerFooter' |
|
'body': 'mt:IfPagerFooter>${1}</mt:IfPagerFooter>' |
|
|
|
'mt:IfPagerPrev': |
|
'prefix': 'mt:IfPagerPrev' |
|
'body': 'mt:IfPagerPrev${1}>${2}</mt:IfPagerPrev>' |
|
|
|
'mt:Pager': |
|
'prefix': 'mt:Pager' |
|
'body': 'mt:Pager${1}>${2}</mt:Pager>' |
|
|
|
'mt:IfPagerNext': |
|
'prefix': 'mt:IfPagerNext' |
|
'body': 'mt:IfPagerNext${1}>${2}</mt:IfPagerNext>' |
|
|
|
'mt:ObjectGroupItemClass': |
|
'prefix': 'mt:ObjectGroupItemClass' |
|
'body': 'mt:ObjectGroupItemClass${1}>' |
|
|
|
'mt:OGBlogs': |
|
'prefix': 'mt:OGBlogs' |
|
'body': 'mt:OGBlogs${1}>${2}</mt:OGBlogs>' |
|
|
|
'mt:OGEntries': |
|
'prefix': 'mt:OGEntries' |
|
'body': 'mt:OGEntries${1}>${2}</mt:OGEntries>' |
|
|
|
'mt:IfObjectGroupItemIsEntry': |
|
'prefix': 'mt:IfObjectGroupItemIsEntry' |
|
'body': 'mt:IfObjectGroupItemIsEntry${1}>${2}</mt:IfObjectGroupItemIsEntry>' |
|
|
|
'mt:OGCategories': |
|
'prefix': 'mt:OGCategories' |
|
'body': 'mt:OGCategories${1}>${2}</mt:OGCategories>' |
|
|
|
'mt:ObjectGroupItems': |
|
'prefix': 'mt:ObjectGroupItems' |
|
'body': 'mt:ObjectGroupItems${1}>${2}</mt:ObjectGroupItems>' |
|
|
|
'mt:IfObjectGroupItemIsCategory': |
|
'prefix': 'mt:IfObjectGroupItemIsCategory' |
|
'body': 'mt:IfObjectGroupItemIsCategory${1}>${2}</mt:IfObjectGroupItemIsCategory>' |
|
|
|
'mt:IfObjectGroupItemIsBlog': |
|
'prefix': 'mt:IfObjectGroupItemIsBlog' |
|
'body': 'mt:IfObjectGroupItemIsBlog${1}>${2}</mt:IfObjectGroupItemIsBlog>' |
|
|
|
'abs_addslash=""': |
|
'prefix': 'abs_addslash=""' |
|
'body': 'abs_addslash=\"${1}\"' |
|
|
|
'cut_firstslash=""': |
|
'prefix': 'cut_firstslash=""' |
|
'body': 'cut_firstslash=\"${1}\"' |
|
|
|
'mt:CSSCompressor': |
|
'prefix': 'mt:CSSCompressor' |
|
'body': 'mt:CSSCompressor${1}>${2}</mt:CSSCompressor>' |
|
|
|
'mt:JSCompressor': |
|
'prefix': 'mt:JSCompressor' |
|
'body': 'mt:JSCompressor${1}>${2}</mt:JSCompressor>' |
|
|
|
'add_session_for_mobile=""': |
|
'prefix': 'add_session_for_mobile=""' |
|
'body': 'add_session_for_mobile=\"${1}\"' |
|
|
|
'external_link_for_mobile=""': |
|
'prefix': 'external_link_for_mobile=""' |
|
'body': 'external_link_for_mobile=\"${1}\"' |
|
|
|
'mt:AuthorMobileEmail': |
|
'prefix': 'mt:AuthorMobileEmail' |
|
'body': 'mt:AuthorMobileEmail${1}>' |
|
|
|
'mt:AuthorMobileToken': |
|
'prefix': 'mt:AuthorMobileToken' |
|
'body': 'mt:AuthorMobileToken${1}>' |
|
|
|
'mt:MembersScript': |
|
'prefix': 'mt:MembersScript' |
|
'body': 'mt:MembersScript${1}>' |
|
|
|
'mt:MembersLoginCheck': |
|
'prefix': 'mt:MembersLoginCheck' |
|
'body': 'mt:MembersLoginCheck${1}>' |
|
|
|
'mt:CustomFieldQuery': |
|
'prefix': 'mt:CustomFieldQuery' |
|
'body': 'mt:CustomFieldQuery${1}>' |
|
|
|
'mt:IfMemberLogin': |
|
'prefix': 'mt:IfMemberLogin' |
|
'body': 'mt:IfMemberLogin${1}>${2}</mt:IfMemberLogin>' |
|
|
|
'mt:MailMagazineNumber': |
|
'prefix': 'mt:MailMagazineNumber' |
|
'body': 'mt:MailMagazineNumber${1}>' |
|
|
|
'mt:CurrentDate': |
|
'prefix': 'mt:CurrentDate' |
|
'body': 'mt:CurrentDate${1}>' |
|
|
|
'mt:LinkTarget': |
|
'prefix': 'mt:LinkTarget' |
|
'body': 'mt:LinkTarget${1}>' |
|
|
|
'mt:LinkAuthoredOn': |
|
'prefix': 'mt:LinkAuthoredOn' |
|
'body': 'mt:LinkAuthoredOn${1}>' |
|
|
|
'mt:LinkName': |
|
'prefix': 'mt:LinkName' |
|
'body': 'mt:LinkName${1}>' |
|
|
|
'mt:LinkRSSUpdatedOn': |
|
'prefix': 'mt:LinkRSSUpdatedOn' |
|
'body': 'mt:LinkRSSUpdatedOn${1}>' |
|
|
|
'mt:LinkURLUpdatedOn': |
|
'prefix': 'mt:LinkURLUpdatedOn' |
|
'body': 'mt:LinkURLUpdatedOn${1}>' |
|
|
|
'mt:LinkAuthorDisplayName': |
|
'prefix': 'mt:LinkAuthorDisplayName' |
|
'body': 'mt:LinkAuthorDisplayName${1}>' |
|
|
|
'mt:LinkNotes': |
|
'prefix': 'mt:LinkNotes' |
|
'body': 'mt:LinkNotes${1}>' |
|
|
|
'mt:LinkDescription': |
|
'prefix': 'mt:LinkDescription' |
|
'body': 'mt:LinkDescription${1}>' |
|
|
|
'mt:LinkImageAddress': |
|
'prefix': 'mt:LinkImageAddress' |
|
'body': 'mt:LinkImageAddress${1}>' |
|
|
|
'mt:LinkRSSAddress': |
|
'prefix': 'mt:LinkRSSAddress' |
|
'body': 'mt:LinkRSSAddress${1}>' |
|
|
|
'mt:LinkRel': |
|
'prefix': 'mt:LinkRel' |
|
'body': 'mt:LinkRel${1}>' |
|
|
|
'mt:LinkFieldScope': |
|
'prefix': 'mt:LinkFieldScope' |
|
'body': 'mt:LinkFieldScope${1}>' |
|
|
|
'mt:LinkBlogID': |
|
'prefix': 'mt:LinkBlogID' |
|
'body': 'mt:LinkBlogID${1}>' |
|
|
|
'mt:LinkRating': |
|
'prefix': 'mt:LinkRating' |
|
'body': 'mt:LinkRating${1}>' |
|
|
|
'mt:LinkURL': |
|
'prefix': 'mt:LinkURL' |
|
'body': 'mt:LinkURL${1}>' |
|
|
|
'mt:LinkHTML': |
|
'prefix': 'mt:LinkHTML' |
|
'body': 'mt:LinkHTML${1}>' |
|
|
|
'mt:LinkTitle': |
|
'prefix': 'mt:LinkTitle' |
|
'body': 'mt:LinkTitle${1}>' |
|
|
|
'mt:LinkCreatedOn': |
|
'prefix': 'mt:LinkCreatedOn' |
|
'body': 'mt:LinkCreatedOn${1}>' |
|
|
|
'mt:LinkModifiedOn': |
|
'prefix': 'mt:LinkModifiedOn' |
|
'body': 'mt:LinkModifiedOn${1}>' |
|
|
|
'mt:IfActiveLink': |
|
'prefix': 'mt:IfActiveLink' |
|
'body': 'mt:IfActiveLink${1}>${2}</mt:IfActiveLink>' |
|
|
|
'mt:IfActiveImage': |
|
'prefix': 'mt:IfActiveImage' |
|
'body': 'mt:IfActiveImage${1}>${2}</mt:IfActiveImage>' |
|
|
|
'mt:LinksFooter': |
|
'prefix': 'mt:LinksFooter' |
|
'body': 'mt:LinksFooter>${1}</mt:LinksFooter>' |
|
|
|
'mt:Links': |
|
'prefix': 'mt:Links' |
|
'body': 'mt:Links${1}>${2}</mt:Links>' |
|
|
|
'mt:LinkBlock': |
|
'prefix': 'mt:LinkBlock' |
|
'body': 'mt:LinkBlock${1}>${2}</mt:LinkBlock>' |
|
|
|
'mt:IfActiveRSS': |
|
'prefix': 'mt:IfActiveRSS' |
|
'body': 'mt:IfActiveRSS${1}>${2}</mt:IfActiveRSS>' |
|
|
|
'mt:IfBrokenRSS': |
|
'prefix': 'mt:IfBrokenRSS' |
|
'body': 'mt:IfBrokenRSS${1}>${2}</mt:IfBrokenRSS>' |
|
|
|
'mt:LinkIfTagged': |
|
'prefix': 'mt:LinkIfTagged' |
|
'body': 'mt:LinkIfTagged${1}>${2}</mt:LinkIfTagged>' |
|
|
|
'mt:LinkAuthor': |
|
'prefix': 'mt:LinkAuthor' |
|
'body': 'mt:LinkAuthor${1}>${2}</mt:LinkAuthor>' |
|
|
|
'mt:IfBrokenLink': |
|
'prefix': 'mt:IfBrokenLink' |
|
'body': 'mt:IfBrokenLink${1}>${2}</mt:IfBrokenLink>' |
|
|
|
'mt:LinkTags': |
|
'prefix': 'mt:LinkTags' |
|
'body': 'mt:LinkTags${1}>${2}</mt:LinkTags>' |
|
|
|
'mt:LinksHeader': |
|
'prefix': 'mt:LinksHeader' |
|
'body': 'mt:LinksHeader>${1}</mt:LinksHeader>' |
|
|
|
'mt:IfBrokenImage': |
|
'prefix': 'mt:IfBrokenImage' |
|
'body': 'mt:IfBrokenImage${1}>${2}</mt:IfBrokenImage>' |
|
|
|
'convert2thumbnail=""': |
|
'prefix': 'convert2thumbnail=""' |
|
'body': 'convert2thumbnail=\"${1}\"' |
|
|
|
'z2h=""': |
|
'prefix': 'z2h=""' |
|
'body': 'z2h=\"${1}\"' |
|
|
|
'str2keitai=""': |
|
'prefix': 'str2keitai=""' |
|
'body': 'str2keitai=\"${1}\"' |
|
|
|
'emoticon2mtml=""': |
|
'prefix': 'emoticon2mtml=""' |
|
'body': 'emoticon2mtml=\"${1}\"' |
|
|
|
'tel2link=""': |
|
'prefix': 'tel2link=""' |
|
'body': 'tel2link=\"${1}\"' |
|
|
|
'convertthumbnail=""': |
|
'prefix': 'convertthumbnail=""' |
|
'body': 'convertthumbnail=\"${1}\"' |
|
|
|
'mt:GetUnicodeEmoji': |
|
'prefix': 'mt:GetUnicodeEmoji' |
|
'body': 'mt:GetUnicodeEmoji${1}>' |
|
|
|
'mt:GetCareer': |
|
'prefix': 'mt:GetCareer' |
|
'body': 'mt:GetCareer${1}>' |
|
|
|
'mt:KeitaiPageNumber': |
|
'prefix': 'mt:KeitaiPageNumber' |
|
'body': 'mt:KeitaiPageNumber${1}>' |
|
|
|
'mt:GetEmoji': |
|
'prefix': 'mt:GetEmoji' |
|
'body': 'mt:GetEmoji${1}>' |
|
|
|
'mt:KeitaiPageCount': |
|
'prefix': 'mt:KeitaiPageCount' |
|
'body': 'mt:KeitaiPageCount${1}>' |
|
|
|
'mt:GetEmojiRegacy': |
|
'prefix': 'mt:GetEmojiRegacy' |
|
'body': 'mt:GetEmojiRegacy${1}>' |
|
|
|
'mt:KeitaiPageLink': |
|
'prefix': 'mt:KeitaiPageLink' |
|
'body': 'mt:KeitaiPageLink${1}>' |
|
|
|
'mt:KeitaiPagePrevLink': |
|
'prefix': 'mt:KeitaiPagePrevLink' |
|
'body': 'mt:KeitaiPagePrevLink${1}>' |
|
|
|
'mt:XMLDocument': |
|
'prefix': 'mt:XMLDocument' |
|
'body': 'mt:XMLDocument${1}>' |
|
|
|
'mt:GetEmojiLegacy': |
|
'prefix': 'mt:GetEmojiLegacy' |
|
'body': 'mt:GetEmojiLegacy${1}>' |
|
|
|
'mt:KeitaiPageNextLink': |
|
'prefix': 'mt:KeitaiPageNextLink' |
|
'body': 'mt:KeitaiPageNextLink${1}>' |
|
|
|
'mt:KeitaiEmoticonSize': |
|
'prefix': 'mt:KeitaiEmoticonSize' |
|
'body': 'mt:KeitaiEmoticonSize${1}>' |
|
|
|
'mt:GetEmojiUnicode': |
|
'prefix': 'mt:GetEmojiUnicode' |
|
'body': 'mt:GetEmojiUnicode${1}>' |
|
|
|
'mt:GetEmoticon': |
|
'prefix': 'mt:GetEmoticon' |
|
'body': 'mt:GetEmoticon${1}>' |
|
|
|
'mt:IfKeitaiPagePrev': |
|
'prefix': 'mt:IfKeitaiPagePrev' |
|
'body': 'mt:IfKeitaiPagePrev${1}>${2}</mt:IfKeitaiPagePrev>' |
|
|
|
'mt:KeitaiContentBody': |
|
'prefix': 'mt:KeitaiContentBody' |
|
'body': 'mt:KeitaiContentBody${1}>${2}</mt:KeitaiContentBody>' |
|
|
|
'mt:KeitaiContentPageList': |
|
'prefix': 'mt:KeitaiContentPageList' |
|
'body': 'mt:KeitaiContentPageList${1}>${2}</mt:KeitaiContentPageList>' |
|
|
|
'mt:KeitaiContentPageListFooter': |
|
'prefix': 'mt:KeitaiContentPageListFooter' |
|
'body': 'mt:KeitaiContentPageListFooter>${1}</mt:KeitaiContentPageListFooter>' |
|
|
|
'mt:KeitaiContentPageListHeader': |
|
'prefix': 'mt:KeitaiContentPageListHeader' |
|
'body': 'mt:KeitaiContentPageListHeader>${1}</mt:KeitaiContentPageListHeader>' |
|
|
|
'mt:IfKeitai': |
|
'prefix': 'mt:IfKeitai' |
|
'body': 'mt:IfKeitai${1}>${2}</mt:IfKeitai>' |
|
|
|
'mt:IfAndroid': |
|
'prefix': 'mt:IfAndroid' |
|
'body': 'mt:IfAndroid${1}>${2}</mt:IfAndroid>' |
|
|
|
'mt:IfPC': |
|
'prefix': 'mt:IfPC' |
|
'body': 'mt:IfPC${1}>${2}</mt:IfPC>' |
|
|
|
'mt:Emoticon2emoji': |
|
'prefix': 'mt:Emoticon2emoji' |
|
'body': 'mt:Emoticon2emoji${1}>${2}</mt:Emoticon2emoji>' |
|
|
|
'mt:StripLineFeeds': |
|
'prefix': 'mt:StripLineFeeds' |
|
'body': 'mt:StripLineFeeds${1}>${2}</mt:StripLineFeeds>' |
|
|
|
'mt:IfTablet': |
|
'prefix': 'mt:IfTablet' |
|
'body': 'mt:IfTablet${1}>${2}</mt:IfTablet>' |
|
|
|
'mt:KeitaiContent': |
|
'prefix': 'mt:KeitaiContent' |
|
'body': 'mt:KeitaiContent${1}>${2}</mt:KeitaiContent>' |
|
|
|
'mt:IfKeitaiPageCurrent': |
|
'prefix': 'mt:IfKeitaiPageCurrent' |
|
'body': 'mt:IfKeitaiPageCurrent${1}>${2}</mt:IfKeitaiPageCurrent>' |
|
|
|
'mt:IfiPhone': |
|
'prefix': 'mt:IfiPhone' |
|
'body': 'mt:IfiPhone${1}>${2}</mt:IfiPhone>' |
|
|
|
'mt:IfKeitaiPageNext': |
|
'prefix': 'mt:IfKeitaiPageNext' |
|
'body': 'mt:IfKeitaiPageNext${1}>${2}</mt:IfKeitaiPageNext>' |
|
|
|
'mt:IfSmartphone': |
|
'prefix': 'mt:IfSmartphone' |
|
'body': 'mt:IfSmartphone${1}>${2}</mt:IfSmartphone>' |
|
|
|
'mt:IfiPad': |
|
'prefix': 'mt:IfiPad' |
|
'body': 'mt:IfiPad${1}>${2}</mt:IfiPad>' |
|
|
|
'mt:ConvertSJIS': |
|
'prefix': 'mt:ConvertSJIS' |
|
'body': 'mt:ConvertSJIS${1}>${2}</mt:ConvertSJIS>' |
|
|
|
'mt:IfTheURLFound': |
|
'prefix': 'mt:IfTheURLFound' |
|
'body': 'mt:IfTheURLFound${1}>${2}</mt:IfTheURLFound>' |
|
|
|
'mt:IfURLFound': |
|
'prefix': 'mt:IfURLFound' |
|
'body': 'mt:IfURLFound${1}>${2}</mt:IfURLFound>' |
|
|
|
'mt:GAHotEntriesCount': |
|
'prefix': 'mt:GAHotEntriesCount' |
|
'body': 'mt:GAHotEntriesCount${1}>' |
|
|
|
'mt:GATrackingCode': |
|
'prefix': 'mt:GATrackingCode' |
|
'body': 'mt:GATrackingCode${1}>' |
|
|
|
'mt:GALastUpdateTs': |
|
'prefix': 'mt:GALastUpdateTs' |
|
'body': 'mt:GALastUpdateTs${1}>' |
|
|
|
'mt:IfCMSIsBlog': |
|
'prefix': 'mt:IfCMSIsBlog' |
|
'body': 'mt:IfCMSIsBlog${1}>${2}</mt:IfCMSIsBlog>' |
|
|
|
'mt:GAHotEntries': |
|
'prefix': 'mt:GAHotEntries' |
|
'body': 'mt:GAHotEntries${1}>${2}</mt:GAHotEntries>' |
|
|
|
'mt:GetCookie': |
|
'prefix': 'mt:GetCookie' |
|
'body': 'mt:GetCookie${1}>' |
|
|
|
'mt:GetEnv': |
|
'prefix': 'mt:GetEnv' |
|
'body': 'mt:GetEnv${1}>' |
|
|
|
'mt:SetFolderContext': |
|
'prefix': 'mt:SetFolderContext' |
|
'body': 'mt:SetFolderContext${1}>${2}</mt:SetFolderContext>' |
|
|
|
'mt:FormScript': |
|
'prefix': 'mt:FormScript' |
|
'body': 'mt:FormScript${1}>' |
|
|
|
'mt:PostFieldsAsStr': |
|
'prefix': 'mt:PostFieldsAsStr' |
|
'body': 'mt:PostFieldsAsStr${1}>' |
|
|
|
'mt:EntryPostCount': |
|
'prefix': 'mt:EntryPostCount' |
|
'body': 'mt:EntryPostCount${1}>' |
|
|
|
'mt:PagePostCount': |
|
'prefix': 'mt:PagePostCount' |
|
'body': 'mt:PagePostCount${1}>' |
|
|
|
'mt:EntryPosts': |
|
'prefix': 'mt:EntryPosts' |
|
'body': 'mt:EntryPosts${1}>${2}</mt:EntryPosts>' |
|
|
|
'mt:ExtFieldFileDate': |
|
'prefix': 'mt:ExtFieldFileDate' |
|
'body': 'mt:ExtFieldFileDate${1}>' |
|
|
|
'mt:ExtFieldFileSize': |
|
'prefix': 'mt:ExtFieldFileSize' |
|
'body': 'mt:ExtFieldFileSize${1}>' |
|
|
|
'mt:ExtFieldImageWidth': |
|
'prefix': 'mt:ExtFieldImageWidth' |
|
'body': 'mt:ExtFieldImageWidth${1}>' |
|
|
|
'mt:ExtFieldValue': |
|
'prefix': 'mt:ExtFieldValue' |
|
'body': 'mt:ExtFieldValue${1}>' |
|
|
|
'mt:ExtFieldNum': |
|
'prefix': 'mt:ExtFieldNum' |
|
'body': 'mt:ExtFieldNum${1}>' |
|
|
|
'mt:ExtFieldDescription': |
|
'prefix': 'mt:ExtFieldDescription' |
|
'body': 'mt:ExtFieldDescription${1}>' |
|
|
|
'mt:ExtFieldThumbnailHeight': |
|
'prefix': 'mt:ExtFieldThumbnailHeight' |
|
'body': 'mt:ExtFieldThumbnailHeight${1}>' |
|
|
|
'mt:ExtFieldImageHeight': |
|
'prefix': 'mt:ExtFieldImageHeight' |
|
'body': 'mt:ExtFieldImageHeight${1}>' |
|
|
|
'mt:ExtFieldMultiValue': |
|
'prefix': 'mt:ExtFieldMultiValue' |
|
'body': 'mt:ExtFieldMultiValue${1}>' |
|
|
|
'mt:ExtFieldFileSuffix': |
|
'prefix': 'mt:ExtFieldFileSuffix' |
|
'body': 'mt:ExtFieldFileSuffix${1}>' |
|
|
|
'mt:ExtFieldAlt': |
|
'prefix': 'mt:ExtFieldAlt' |
|
'body': 'mt:ExtFieldAlt${1}>' |
|
|
|
'mt:ExtFieldThumbnailWidth': |
|
'prefix': 'mt:ExtFieldThumbnailWidth' |
|
'body': 'mt:ExtFieldThumbnailWidth${1}>' |
|
|
|
'mt:ExtFieldFileThumbnail': |
|
'prefix': 'mt:ExtFieldFileThumbnail' |
|
'body': 'mt:ExtFieldFileThumbnail${1}>' |
|
|
|
'mt:ExtFieldExportData': |
|
'prefix': 'mt:ExtFieldExportData' |
|
'body': 'mt:ExtFieldExportData${1}>' |
|
|
|
'mt:ExtFieldName': |
|
'prefix': 'mt:ExtFieldName' |
|
'body': 'mt:ExtFieldName${1}>' |
|
|
|
'mt:ExtFieldCBLabel': |
|
'prefix': 'mt:ExtFieldCBLabel' |
|
'body': 'mt:ExtFieldCBLabel${1}>' |
|
|
|
'mt:ExtFieldID': |
|
'prefix': 'mt:ExtFieldID' |
|
'body': 'mt:ExtFieldID${1}>' |
|
|
|
'mt:ExtFieldFileName': |
|
'prefix': 'mt:ExtFieldFileName' |
|
'body': 'mt:ExtFieldFileName${1}>' |
|
|
|
'mt:ExtFieldFilePath': |
|
'prefix': 'mt:ExtFieldFilePath' |
|
'body': 'mt:ExtFieldFilePath${1}>' |
|
|
|
'mt:ExtFieldLabel': |
|
'prefix': 'mt:ExtFieldLabel' |
|
'body': 'mt:ExtFieldLabel${1}>' |
|
|
|
'mt:ExtFieldText': |
|
'prefix': 'mt:ExtFieldText' |
|
'body': 'mt:ExtFieldText${1}>' |
|
|
|
'mt:ExtFieldCount': |
|
'prefix': 'mt:ExtFieldCount' |
|
'body': 'mt:ExtFieldCount${1}>' |
|
|
|
'mt:ExtFieldCounter': |
|
'prefix': 'mt:ExtFieldCounter' |
|
'body': 'mt:ExtFieldCounter${1}>' |
|
|
|
'mt:EntryExtDatas': |
|
'prefix': 'mt:EntryExtDatas' |
|
'body': 'mt:EntryExtDatas${1}>' |
|
|
|
'mt:ExtFieldThumbnail': |
|
'prefix': 'mt:ExtFieldThumbnail' |
|
'body': 'mt:ExtFieldThumbnail${1}>' |
|
|
|
'mt:IfExtFieldType': |
|
'prefix': 'mt:IfExtFieldType' |
|
'body': 'mt:IfExtFieldType${1}>${2}</mt:IfExtFieldType>' |
|
|
|
'mt:IfExtField': |
|
'prefix': 'mt:IfExtField' |
|
'body': 'mt:IfExtField${1}>${2}</mt:IfExtField>' |
|
|
|
'mt:IfExtFieldTypeImage': |
|
'prefix': 'mt:IfExtFieldTypeImage' |
|
'body': 'mt:IfExtFieldTypeImage${1}>${2}</mt:IfExtFieldTypeImage>' |
|
|
|
'mt:IfExtFieldFileExists': |
|
'prefix': 'mt:IfExtFieldFileExists' |
|
'body': 'mt:IfExtFieldFileExists${1}>${2}</mt:IfExtFieldFileExists>' |
|
|
|
'mt:ExtFields': |
|
'prefix': 'mt:ExtFields' |
|
'body': 'mt:ExtFields${1}>${2}</mt:ExtFields>' |
|
|
|
'mt:IfExtFieldThumbnailExists': |
|
'prefix': 'mt:IfExtFieldThumbnailExists' |
|
'body': 'mt:IfExtFieldThumbnailExists${1}>${2}</mt:IfExtFieldThumbnailExists>' |
|
|
|
'mt:IfExtFieldCompare': |
|
'prefix': 'mt:IfExtFieldCompare' |
|
'body': 'mt:IfExtFieldCompare${1}>${2}</mt:IfExtFieldCompare>' |
|
|
|
'mt:IfEntryIsDynamic': |
|
'prefix': 'mt:IfEntryIsDynamic' |
|
'body': 'mt:IfEntryIsDynamic${1}>${2}</mt:IfEntryIsDynamic>' |
|
|
|
'mt:ExtFieldAsset': |
|
'prefix': 'mt:ExtFieldAsset' |
|
'body': 'mt:ExtFieldAsset${1}>${2}</mt:ExtFieldAsset>' |
|
|
|
'mt:IfExtFieldNonEmpty': |
|
'prefix': 'mt:IfExtFieldNonEmpty' |
|
'body': 'mt:IfExtFieldNonEmpty${1}>${2}</mt:IfExtFieldNonEmpty>' |
|
|
|
'mt:ExtFieldsMultiValues': |
|
'prefix': 'mt:ExtFieldsMultiValues' |
|
'body': 'mt:ExtFieldsMultiValues${1}>${2}</mt:ExtFieldsMultiValues>' |
|
|
|
'mt:IfExtFieldSelected': |
|
'prefix': 'mt:IfExtFieldSelected' |
|
'body': 'mt:IfExtFieldSelected${1}>${2}</mt:IfExtFieldSelected>' |
|
|
|
'mt:EntryCreatorID': |
|
'prefix': 'mt:EntryCreatorID' |
|
'body': 'mt:EntryCreatorID${1}>' |
|
|
|
'mt:EntryCreatorDisplayName': |
|
'prefix': 'mt:EntryCreatorDisplayName' |
|
'body': 'mt:EntryCreatorDisplayName${1}>' |
|
|
|
'mt:IfEntryCanEditable': |
|
'prefix': 'mt:IfEntryCanEditable' |
|
'body': 'mt:IfEntryCanEditable${1}>${2}</mt:IfEntryCanEditable>' |
|
|
|
'mt:IfAuthorPostLimitInBlog': |
|
'prefix': 'mt:IfAuthorPostLimitInBlog' |
|
'body': 'mt:IfAuthorPostLimitInBlog${1}>${2}</mt:IfAuthorPostLimitInBlog>' |
|
|
|
'mt:IfCanCreateInCategory': |
|
'prefix': 'mt:IfCanCreateInCategory' |
|
'body': 'mt:IfCanCreateInCategory${1}>${2}</mt:IfCanCreateInCategory>' |
|
|
|
'mt:EntryCreatorContext': |
|
'prefix': 'mt:EntryCreatorContext' |
|
'body': 'mt:EntryCreatorContext${1}>${2}</mt:EntryCreatorContext>' |
|
|
|
'mt:EntryPublishedOn': |
|
'prefix': 'mt:EntryPublishedOn' |
|
'body': 'mt:EntryPublishedOn${1}>' |
|
|
|
'mt:EntryUnpublishedOn': |
|
'prefix': 'mt:EntryUnpublishedOn' |
|
'body': 'mt:EntryUnpublishedOn${1}>' |
|
|
|
'mt:IfEntryUnpublished': |
|
'prefix': 'mt:IfEntryUnpublished' |
|
'body': 'mt:IfEntryUnpublished${1}>${2}</mt:IfEntryUnpublished>' |
|
|
|
'mt:IfEntryPublished': |
|
'prefix': 'mt:IfEntryPublished' |
|
'body': 'mt:IfEntryPublished${1}>${2}</mt:IfEntryPublished>' |
|
|
|
'mt:Permalink': |
|
'prefix': 'mt:Permalink' |
|
'body': 'mt:Permalink${1}>' |
|
|
|
'mt:EntryChildrenCounter': |
|
'prefix': 'mt:EntryChildrenCounter' |
|
'body': 'mt:EntryChildrenCounter${1}>' |
|
|
|
'mt:EntryParentID': |
|
'prefix': 'mt:EntryParentID' |
|
'body': 'mt:EntryParentID${1}>' |
|
|
|
'mt:EntryChildrenPagesFooter': |
|
'prefix': 'mt:EntryChildrenPagesFooter' |
|
'body': 'mt:EntryChildrenPagesFooter>${1}</mt:EntryChildrenPagesFooter>' |
|
|
|
'mt:IfEntryChildrenFooter': |
|
'prefix': 'mt:IfEntryChildrenFooter' |
|
'body': 'mt:IfEntryChildrenFooter>${1}</mt:IfEntryChildrenFooter>' |
|
|
|
'mt:EntryChildrenPages': |
|
'prefix': 'mt:EntryChildrenPages' |
|
'body': 'mt:EntryChildrenPages${1}>${2}</mt:EntryChildrenPages>' |
|
|
|
'mt:PageParentEntry': |
|
'prefix': 'mt:PageParentEntry' |
|
'body': 'mt:PageParentEntry${1}>${2}</mt:PageParentEntry>' |
|
|
|
'mt:EntryChildrenPrev': |
|
'prefix': 'mt:EntryChildrenPrev' |
|
'body': 'mt:EntryChildrenPrev${1}>${2}</mt:EntryChildrenPrev>' |
|
|
|
'mt:EntryChildrenPagesHeader': |
|
'prefix': 'mt:EntryChildrenPagesHeader' |
|
'body': 'mt:EntryChildrenPagesHeader>${1}</mt:EntryChildrenPagesHeader>' |
|
|
|
'mt:IfEntryChildrenHeader': |
|
'prefix': 'mt:IfEntryChildrenHeader' |
|
'body': 'mt:IfEntryChildrenHeader>${1}</mt:IfEntryChildrenHeader>' |
|
|
|
'mt:EntryChildrenNext': |
|
'prefix': 'mt:EntryChildrenNext' |
|
'body': 'mt:EntryChildrenNext${1}>${2}</mt:EntryChildrenNext>' |
|
|
|
'pickup_extension=""': |
|
'prefix': 'pickup_extension=""' |
|
'body': 'pickup_extension=\"${1}\"' |
|
|
|
'make_seo_basename=""': |
|
'prefix': 'make_seo_basename=""' |
|
'body': 'make_seo_basename=\"${1}\"' |
|
|
|
'build_mtml=""': |
|
'prefix': 'build_mtml=""' |
|
'body': 'build_mtml=\"${1}\"' |
|
|
|
'trimwhitespace=""': |
|
'prefix': 'trimwhitespace=""' |
|
'body': 'trimwhitespace=\"${1}\"' |
|
|
|
'intval=""': |
|
'prefix': 'intval=""' |
|
'body': 'intval=\"${1}\"' |
|
|
|
'highlightingsearchword=""': |
|
'prefix': 'highlightingsearchword=""' |
|
'body': 'highlightingsearchword=\"${1}\"' |
|
|
|
'mt:BlogDynamicMTMLConditional': |
|
'prefix': 'mt:BlogDynamicMTMLConditional' |
|
'body': 'mt:BlogDynamicMTMLConditional${1}>' |
|
|
|
'mt:CurrentArchiveURL': |
|
'prefix': 'mt:CurrentArchiveURL' |
|
'body': 'mt:CurrentArchiveURL${1}>' |
|
|
|
'mt:BlogDynamicConditional': |
|
'prefix': 'mt:BlogDynamicConditional' |
|
'body': 'mt:BlogDynamicConditional${1}>' |
|
|
|
'mt:AuthorLanguage': |
|
'prefix': 'mt:AuthorLanguage' |
|
'body': 'mt:AuthorLanguage${1}>' |
|
|
|
'mt:ReferralKeyword': |
|
'prefix': 'mt:ReferralKeyword' |
|
'body': 'mt:ReferralKeyword${1}>' |
|
|
|
'mt:Rand': |
|
'prefix': 'mt:Rand' |
|
'body': 'mt:Rand${1}>' |
|
|
|
'mt:BlogFilesDirective': |
|
'prefix': 'mt:BlogFilesDirective' |
|
'body': 'mt:BlogFilesDirective${1}>' |
|
|
|
'mt:BlogFilesMatch': |
|
'prefix': 'mt:BlogFilesMatch' |
|
'body': 'mt:BlogFilesMatch${1}>' |
|
|
|
'mt:Trans': |
|
'prefix': 'mt:Trans' |
|
'body': 'mt:Trans${1}>' |
|
|
|
'mt:FileGetContents': |
|
'prefix': 'mt:FileGetContents' |
|
'body': 'mt:FileGetContents${1}>' |
|
|
|
'mt:BlogDynamicSearchConditional': |
|
'prefix': 'mt:BlogDynamicSearchConditional' |
|
'body': 'mt:BlogDynamicSearchConditional${1}>' |
|
|
|
'mt:DynamicSiteBootstrapper': |
|
'prefix': 'mt:DynamicSiteBootstrapper' |
|
'body': 'mt:DynamicSiteBootstrapper${1}>' |
|
|
|
'mt:UserAgent': |
|
'prefix': 'mt:UserAgent' |
|
'body': 'mt:UserAgent${1}>' |
|
|
|
'mt:BlogDynamicMTMLCache': |
|
'prefix': 'mt:BlogDynamicMTMLCache' |
|
'body': 'mt:BlogDynamicMTMLCache${1}>' |
|
|
|
'mt:BlogDynamicCache': |
|
'prefix': 'mt:BlogDynamicCache' |
|
'body': 'mt:BlogDynamicCache${1}>' |
|
|
|
'mt:BlogDynamicExcludeExtension': |
|
'prefix': 'mt:BlogDynamicExcludeExtension' |
|
'body': 'mt:BlogDynamicExcludeExtension${1}>' |
|
|
|
'mt:BlogDynamicExtension': |
|
'prefix': 'mt:BlogDynamicExtension' |
|
'body': 'mt:BlogDynamicExtension${1}>' |
|
|
|
'mt:CurrentArchiveFile': |
|
'prefix': 'mt:CurrentArchiveFile' |
|
'body': 'mt:CurrentArchiveFile${1}>' |
|
|
|
'mt:BlogFilesMatchDirective': |
|
'prefix': 'mt:BlogFilesMatchDirective' |
|
'body': 'mt:BlogFilesMatchDirective${1}>' |
|
|
|
'mt:PluginVersion': |
|
'prefix': 'mt:PluginVersion' |
|
'body': 'mt:PluginVersion${1}>' |
|
|
|
'mt:EntryStatusInt': |
|
'prefix': 'mt:EntryStatusInt' |
|
'body': 'mt:EntryStatusInt${1}>' |
|
|
|
'mt:Query': |
|
'prefix': 'mt:Query' |
|
'body': 'mt:Query${1}>' |
|
|
|
'mt:BlogDynamicSearchCacheExpiration': |
|
'prefix': 'mt:BlogDynamicSearchCacheExpiration' |
|
'body': 'mt:BlogDynamicSearchCacheExpiration${1}>' |
|
|
|
'mt:Error': |
|
'prefix': 'mt:Error' |
|
'body': 'mt:Error${1}>' |
|
|
|
'mt:BlogDynamicSearchCache': |
|
'prefix': 'mt:BlogDynamicSearchCache' |
|
'body': 'mt:BlogDynamicSearchCache${1}>' |
|
|
|
'mt:BlogDynamicDirectoryIndex': |
|
'prefix': 'mt:BlogDynamicDirectoryIndex' |
|
'body': 'mt:BlogDynamicDirectoryIndex${1}>' |
|
|
|
'mt:PluginPath': |
|
'prefix': 'mt:PluginPath' |
|
'body': 'mt:PluginPath${1}>' |
|
|
|
'mt:CommentStrip': |
|
'prefix': 'mt:CommentStrip' |
|
'body': 'mt:CommentStrip${1}>${2}</mt:CommentStrip>' |
|
|
|
'mt:LoginAuthorCtx': |
|
'prefix': 'mt:LoginAuthorCtx' |
|
'body': 'mt:LoginAuthorCtx${1}>${2}</mt:LoginAuthorCtx>' |
|
|
|
'mt:IfUserHasPermission': |
|
'prefix': 'mt:IfUserHasPermission' |
|
'body': 'mt:IfUserHasPermission${1}>${2}</mt:IfUserHasPermission>' |
|
|
|
'mt:CommentOut': |
|
'prefix': 'mt:CommentOut' |
|
'body': 'mt:CommentOut${1}>${2}</mt:CommentOut>' |
|
|
|
'mt:ReferralKeywords': |
|
'prefix': 'mt:ReferralKeywords' |
|
'body': 'mt:ReferralKeywords${1}>${2}</mt:ReferralKeywords>' |
|
|
|
'mt:StripTags': |
|
'prefix': 'mt:StripTags' |
|
'body': 'mt:StripTags${1}>${2}</mt:StripTags>' |
|
|
|
'mt:QueryLoop': |
|
'prefix': 'mt:QueryLoop' |
|
'body': 'mt:QueryLoop${1}>${2}</mt:QueryLoop>' |
|
|
|
'mt:NonDynamicMTML': |
|
'prefix': 'mt:NonDynamicMTML' |
|
'body': 'mt:NonDynamicMTML${1}>${2}</mt:NonDynamicMTML>' |
|
|
|
'mt:IfBlogDynamicConditional': |
|
'prefix': 'mt:IfBlogDynamicConditional' |
|
'body': 'mt:IfBlogDynamicConditional${1}>${2}</mt:IfBlogDynamicConditional>' |
|
|
|
'mt:EntryCategoryBlock': |
|
'prefix': 'mt:EntryCategoryBlock' |
|
'body': 'mt:EntryCategoryBlock${1}>${2}</mt:EntryCategoryBlock>' |
|
|
|
'mt:DynamicMTML': |
|
'prefix': 'mt:DynamicMTML' |
|
'body': 'mt:DynamicMTML>${1}</mt:DynamicMTML>' |
|
|
|
'mt:SetErrorHandler': |
|
'prefix': 'mt:SetErrorHandler' |
|
'body': 'mt:SetErrorHandler${1}>${2}</mt:SetErrorHandler>' |
|
|
|
'mt:ClientAuthorBlock': |
|
'prefix': 'mt:ClientAuthorBlock' |
|
'body': 'mt:ClientAuthorBlock${1}>${2}</mt:ClientAuthorBlock>' |
|
|
|
'mt:BuildRecurs': |
|
'prefix': 'mt:BuildRecurs' |
|
'body': 'mt:BuildRecurs${1}>${2}</mt:BuildRecurs>' |
|
|
|
'mt:QueryVars': |
|
'prefix': 'mt:QueryVars' |
|
'body': 'mt:QueryVars${1}>${2}</mt:QueryVars>' |
|
|
|
'mt:IfBlogDynamicCache': |
|
'prefix': 'mt:IfBlogDynamicCache' |
|
'body': 'mt:IfBlogDynamicCache${1}>${2}</mt:IfBlogDynamicCache>' |
|
|
|
'mt:SplitVars': |
|
'prefix': 'mt:SplitVars' |
|
'body': 'mt:SplitVars${1}>${2}</mt:SplitVars>' |
|
|
|
'mt:SearchEntries': |
|
'prefix': 'mt:SearchEntries' |
|
'body': 'mt:SearchEntries${1}>${2}</mt:SearchEntries>' |
|
|
|
'mt:RawMTML': |
|
'prefix': 'mt:RawMTML' |
|
'body': 'mt:RawMTML${1}>${2}</mt:RawMTML>' |
|
|
|
'mt:IfUserAgent': |
|
'prefix': 'mt:IfUserAgent' |
|
'body': 'mt:IfUserAgent${1}>${2}</mt:IfUserAgent>' |
|
|
|
'mt:SetQueryVars': |
|
'prefix': 'mt:SetQueryVars' |
|
'body': 'mt:SetQueryVars${1}>${2}</mt:SetQueryVars>' |
|
|
|
'mt:IfBlogDynamicMTML': |
|
'prefix': 'mt:IfBlogDynamicMTML' |
|
'body': 'mt:IfBlogDynamicMTML${1}>${2}</mt:IfBlogDynamicMTML>' |
|
|
|
'mt:CustomObjectBasename': |
|
'prefix': 'mt:CustomObjectBasename' |
|
'body': 'mt:CustomObjectBasename${1}>' |
|
|
|
'mt:CustomObjectID': |
|
'prefix': 'mt:CustomObjectID' |
|
'body': 'mt:CustomObjectID${1}>' |
|
|
|
'mt:CustomObjectLabel': |
|
'prefix': 'mt:CustomObjectLabel' |
|
'body': 'mt:CustomObjectLabel${1}>' |
|
|
|
'mt:CustomObjectColumnValue': |
|
'prefix': 'mt:CustomObjectColumnValue' |
|
'body': 'mt:CustomObjectColumnValue${1}>' |
|
|
|
'mt:CustomObjectAuthoredOn': |
|
'prefix': 'mt:CustomObjectAuthoredOn' |
|
'body': 'mt:CustomObjectAuthoredOn${1}>' |
|
|
|
'mt:CustomObjectAuthorDisplayName': |
|
'prefix': 'mt:CustomObjectAuthorDisplayName' |
|
'body': 'mt:CustomObjectAuthorDisplayName${1}>' |
|
|
|
'mt:CustomObjectBody': |
|
'prefix': 'mt:CustomObjectBody' |
|
'body': 'mt:CustomObjectBody${1}>' |
|
|
|
'mt:CustomObjectColumnName': |
|
'prefix': 'mt:CustomObjectColumnName' |
|
'body': 'mt:CustomObjectColumnName${1}>' |
|
|
|
'mt:CustomFieldColumnValue': |
|
'prefix': 'mt:CustomFieldColumnValue' |
|
'body': 'mt:CustomFieldColumnValue${1}>' |
|
|
|
'mt:CustomObjectsCount': |
|
'prefix': 'mt:CustomObjectsCount' |
|
'body': 'mt:CustomObjectsCount${1}>' |
|
|
|
'mt:CustomObjectColumn': |
|
'prefix': 'mt:CustomObjectColumn' |
|
'body': 'mt:CustomObjectColumn${1}>' |
|
|
|
'mt:CustomObjectFieldScope': |
|
'prefix': 'mt:CustomObjectFieldScope' |
|
'body': 'mt:CustomObjectFieldScope${1}>' |
|
|
|
'mt:CustomObjectPermalink': |
|
'prefix': 'mt:CustomObjectPermalink' |
|
'body': 'mt:CustomObjectPermalink${1}>' |
|
|
|
'mt:CustomObjectName': |
|
'prefix': 'mt:CustomObjectName' |
|
'body': 'mt:CustomObjectName${1}>' |
|
|
|
'mt:CustomObjectModifiedOn': |
|
'prefix': 'mt:CustomObjectModifiedOn' |
|
'body': 'mt:CustomObjectModifiedOn${1}>' |
|
|
|
'mt:CustomObjectFolderLink': |
|
'prefix': 'mt:CustomObjectFolderLink' |
|
'body': 'mt:CustomObjectFolderLink${1}>' |
|
|
|
'mt:CustomObjectKeywords': |
|
'prefix': 'mt:CustomObjectKeywords' |
|
'body': 'mt:CustomObjectKeywords${1}>' |
|
|
|
'mt:CustomObjectPeriodOn': |
|
'prefix': 'mt:CustomObjectPeriodOn' |
|
'body': 'mt:CustomObjectPeriodOn${1}>' |
|
|
|
'mt:ComponentPath': |
|
'prefix': 'mt:ComponentPath' |
|
'body': 'mt:ComponentPath${1}>' |
|
|
|
'mt:CustomObjectBlogID': |
|
'prefix': 'mt:CustomObjectBlogID' |
|
'body': 'mt:CustomObjectBlogID${1}>' |
|
|
|
'mt:CustomObjectCreatedOn': |
|
'prefix': 'mt:CustomObjectCreatedOn' |
|
'body': 'mt:CustomObjectCreatedOn${1}>' |
|
|
|
'mt:CustomObjectAuthor': |
|
'prefix': 'mt:CustomObjectAuthor' |
|
'body': 'mt:CustomObjectAuthor${1}>${2}</mt:CustomObjectAuthor>' |
|
|
|
'mt:CustomObjectTags': |
|
'prefix': 'mt:CustomObjectTags' |
|
'body': 'mt:CustomObjectTags${1}>${2}</mt:CustomObjectTags>' |
|
|
|
'mt:IfNonSystemScope': |
|
'prefix': 'mt:IfNonSystemScope' |
|
'body': 'mt:IfNonSystemScope${1}>${2}</mt:IfNonSystemScope>' |
|
|
|
'mt:IfHyperion': |
|
'prefix': 'mt:IfHyperion' |
|
'body': 'mt:IfHyperion${1}>${2}</mt:IfHyperion>' |
|
|
|
'mt:CustomObjects': |
|
'prefix': 'mt:CustomObjects' |
|
'body': 'mt:CustomObjects${1}>${2}</mt:CustomObjects>' |
|
|
|
'mt:CustomObjectColumnsHeader': |
|
'prefix': 'mt:CustomObjectColumnsHeader' |
|
'body': 'mt:CustomObjectColumnsHeader>${1}</mt:CustomObjectColumnsHeader>' |
|
|
|
'mt:CustomObjectsHeader': |
|
'prefix': 'mt:CustomObjectsHeader' |
|
'body': 'mt:CustomObjectsHeader>${1}</mt:CustomObjectsHeader>' |
|
|
|
'mt:CustomObjectColumnsFooter': |
|
'prefix': 'mt:CustomObjectColumnsFooter' |
|
'body': 'mt:CustomObjectColumnsFooter>${1}</mt:CustomObjectColumnsFooter>' |
|
|
|
'mt:SetContext': |
|
'prefix': 'mt:SetContext' |
|
'body': 'mt:SetContext${1}>${2}</mt:SetContext>' |
|
|
|
'mt:CustomObjectFolder': |
|
'prefix': 'mt:CustomObjectFolder' |
|
'body': 'mt:CustomObjectFolder${1}>${2}</mt:CustomObjectFolder>' |
|
|
|
'mt:CustomObject': |
|
'prefix': 'mt:CustomObject' |
|
'body': 'mt:CustomObject${1}>${2}</mt:CustomObject>' |
|
|
|
'mt:CustomObjectColumns': |
|
'prefix': 'mt:CustomObjectColumns' |
|
'body': 'mt:CustomObjectColumns${1}>${2}</mt:CustomObjectColumns>' |
|
|
|
'mt:CustomObjectIfTagged': |
|
'prefix': 'mt:CustomObjectIfTagged' |
|
'body': 'mt:CustomObjectIfTagged${1}>${2}</mt:CustomObjectIfTagged>' |
|
|
|
'mt:CustomObjectsFooter': |
|
'prefix': 'mt:CustomObjectsFooter' |
|
'body': 'mt:CustomObjectsFooter>${1}</mt:CustomObjectsFooter>' |
|
|
|
'mt:CategoryClass': |
|
'prefix': 'mt:CategoryClass' |
|
'body': 'mt:CategoryClass${1}>' |
|
|
|
'mt:ItemGroupBlogsCount': |
|
'prefix': 'mt:ItemGroupBlogsCount' |
|
'body': 'mt:ItemGroupBlogsCount${1}>' |
|
|
|
'mt:ItemGroupCategoriesCount': |
|
'prefix': 'mt:ItemGroupCategoriesCount' |
|
'body': 'mt:ItemGroupCategoriesCount${1}>' |
|
|
|
'mt:ItemGroupEntriesCount': |
|
'prefix': 'mt:ItemGroupEntriesCount' |
|
'body': 'mt:ItemGroupEntriesCount${1}>' |
|
|
|
'mt:ItemGroupEntriesFooter': |
|
'prefix': 'mt:ItemGroupEntriesFooter' |
|
'body': 'mt:ItemGroupEntriesFooter>${1}</mt:ItemGroupEntriesFooter>' |
|
|
|
'mt:ItemGroupCategoriesFooter': |
|
'prefix': 'mt:ItemGroupCategoriesFooter' |
|
'body': 'mt:ItemGroupCategoriesFooter>${1}</mt:ItemGroupCategoriesFooter>' |
|
|
|
'mt:ItemGroupBlogsFooter': |
|
'prefix': 'mt:ItemGroupBlogsFooter' |
|
'body': 'mt:ItemGroupBlogsFooter>${1}</mt:ItemGroupBlogsFooter>' |
|
|
|
'mt:ItemGroupBlogs': |
|
'prefix': 'mt:ItemGroupBlogs' |
|
'body': 'mt:ItemGroupBlogs${1}>${2}</mt:ItemGroupBlogs>' |
|
|
|
'mt:ItemGroupBlogsHeader': |
|
'prefix': 'mt:ItemGroupBlogsHeader' |
|
'body': 'mt:ItemGroupBlogsHeader>${1}</mt:ItemGroupBlogsHeader>' |
|
|
|
'mt:ItemGroupCategoriesHeader': |
|
'prefix': 'mt:ItemGroupCategoriesHeader' |
|
'body': 'mt:ItemGroupCategoriesHeader>${1}</mt:ItemGroupCategoriesHeader>' |
|
|
|
'mt:ItemGroupEntriesHeader': |
|
'prefix': 'mt:ItemGroupEntriesHeader' |
|
'body': 'mt:ItemGroupEntriesHeader>${1}</mt:ItemGroupEntriesHeader>' |
|
|
|
'mt:ItemGroupEntries': |
|
'prefix': 'mt:ItemGroupEntries' |
|
'body': 'mt:ItemGroupEntries${1}>${2}</mt:ItemGroupEntries>' |
|
|
|
'mt:ItemGroupCategories': |
|
'prefix': 'mt:ItemGroupCategories' |
|
'body': 'mt:ItemGroupCategories${1}>${2}</mt:ItemGroupCategories>' |
|
|
|
'mt:CustomGroupFieldScope': |
|
'prefix': 'mt:CustomGroupFieldScope' |
|
'body': 'mt:CustomGroupFieldScope${1}>' |
|
|
|
'mt:GetObjectChildLabel': |
|
'prefix': 'mt:GetObjectChildLabel' |
|
'body': 'mt:GetObjectChildLabel${1}>' |
|
|
|
'mt:CustomGroupName': |
|
'prefix': 'mt:CustomGroupName' |
|
'body': 'mt:CustomGroupName${1}>' |
|
|
|
'mt:GetObjectClassLabel': |
|
'prefix': 'mt:GetObjectClassLabel' |
|
'body': 'mt:GetObjectClassLabel${1}>' |
|
|
|
'mt:CustomGroupOrder': |
|
'prefix': 'mt:CustomGroupOrder' |
|
'body': 'mt:CustomGroupOrder${1}>' |
|
|
|
'mt:ItemGroupBlogPrevious': |
|
'prefix': 'mt:ItemGroupBlogPrevious' |
|
'body': 'mt:ItemGroupBlogPrevious${1}>${2}</mt:ItemGroupBlogPrevious>' |
|
|
|
'mt:ItemGroupEntryNext': |
|
'prefix': 'mt:ItemGroupEntryNext' |
|
'body': 'mt:ItemGroupEntryNext${1}>${2}</mt:ItemGroupEntryNext>' |
|
|
|
'mt:ItemGroupEntryPrevious': |
|
'prefix': 'mt:ItemGroupEntryPrevious' |
|
'body': 'mt:ItemGroupEntryPrevious${1}>${2}</mt:ItemGroupEntryPrevious>' |
|
|
|
'mt:ItemGroupBlogNext': |
|
'prefix': 'mt:ItemGroupBlogNext' |
|
'body': 'mt:ItemGroupBlogNext${1}>${2}</mt:ItemGroupBlogNext>' |
|
|
|
'mt:CustomGroupsFooter': |
|
'prefix': 'mt:CustomGroupsFooter' |
|
'body': 'mt:CustomGroupsFooter>${1}</mt:CustomGroupsFooter>' |
|
|
|
'mt:ItemGroupCategoryPrevious': |
|
'prefix': 'mt:ItemGroupCategoryPrevious' |
|
'body': 'mt:ItemGroupCategoryPrevious${1}>${2}</mt:ItemGroupCategoryPrevious>' |
|
|
|
'mt:CustomGroups': |
|
'prefix': 'mt:CustomGroups' |
|
'body': 'mt:CustomGroups${1}>${2}</mt:CustomGroups>' |
|
|
|
'mt:ItemGroupCategoryNext': |
|
'prefix': 'mt:ItemGroupCategoryNext' |
|
'body': 'mt:ItemGroupCategoryNext${1}>${2}</mt:ItemGroupCategoryNext>' |
|
|
|
'mt:IfCMSWebSite': |
|
'prefix': 'mt:IfCMSWebSite' |
|
'body': 'mt:IfCMSWebSite${1}>${2}</mt:IfCMSWebSite>' |
|
|
|
'mt:CustomGroupsHeader': |
|
'prefix': 'mt:CustomGroupsHeader' |
|
'body': 'mt:CustomGroupsHeader>${1}</mt:CustomGroupsHeader>' |
|
|
|
'mt:CustomConfigID': |
|
'prefix': 'mt:CustomConfigID' |
|
'body': 'mt:CustomConfigID${1}>' |
|
|
|
'mt:CustomConfigCreatedOn': |
|
'prefix': 'mt:CustomConfigCreatedOn' |
|
'body': 'mt:CustomConfigCreatedOn${1}>' |
|
|
|
'mt:CustomConfigAuthorDisplayName': |
|
'prefix': 'mt:CustomConfigAuthorDisplayName' |
|
'body': 'mt:CustomConfigAuthorDisplayName${1}>' |
|
|
|
'mt:CustomConfigKey': |
|
'prefix': 'mt:CustomConfigKey' |
|
'body': 'mt:CustomConfigKey${1}>' |
|
|
|
'mt:CustomConfigValue': |
|
'prefix': 'mt:CustomConfigValue' |
|
'body': 'mt:CustomConfigValue${1}>' |
|
|
|
'mt:CustomConfigPriority': |
|
'prefix': 'mt:CustomConfigPriority' |
|
'body': 'mt:CustomConfigPriority${1}>' |
|
|
|
'mt:CustomConfigName': |
|
'prefix': 'mt:CustomConfigName' |
|
'body': 'mt:CustomConfigName${1}>' |
|
|
|
'mt:CustomConfigModifiedOn': |
|
'prefix': 'mt:CustomConfigModifiedOn' |
|
'body': 'mt:CustomConfigModifiedOn${1}>' |
|
|
|
'mt:CustomConfig': |
|
'prefix': 'mt:CustomConfig' |
|
'body': 'mt:CustomConfig${1}>${2}</mt:CustomConfig>' |
|
|
|
'mt:CustomConfigLoop': |
|
'prefix': 'mt:CustomConfigLoop' |
|
'body': 'mt:CustomConfigLoop${1}>${2}</mt:CustomConfigLoop>' |
|
|
|
'mt:CountGroupCount': |
|
'prefix': 'mt:CountGroupCount' |
|
'body': 'mt:CountGroupCount${1}>' |
|
|
|
'mt:CountGroupValue': |
|
'prefix': 'mt:CountGroupValue' |
|
'body': 'mt:CountGroupValue${1}>' |
|
|
|
'mt:CountGroupBy': |
|
'prefix': 'mt:CountGroupBy' |
|
'body': 'mt:CountGroupBy${1}>${2}</mt:CountGroupBy>' |
|
|
|
'format_ts=""': |
|
'prefix': 'format_ts=""' |
|
'body': 'format_ts=\"${1}\"' |
|
|
|
'mt:FormElementDescription': |
|
'prefix': 'mt:FormElementDescription' |
|
'body': 'mt:FormElementDescription${1}>' |
|
|
|
'mt:FormElementBasename': |
|
'prefix': 'mt:FormElementBasename' |
|
'body': 'mt:FormElementBasename${1}>' |
|
|
|
'mt:FormElementOption': |
|
'prefix': 'mt:FormElementOption' |
|
'body': 'mt:FormElementOption${1}>' |
|
|
|
'mt:ContactFormStaticLink': |
|
'prefix': 'mt:ContactFormStaticLink' |
|
'body': 'mt:ContactFormStaticLink${1}>' |
|
|
|
'mt:FeedbackClosedMessage': |
|
'prefix': 'mt:FeedbackClosedMessage' |
|
'body': 'mt:FeedbackClosedMessage${1}>' |
|
|
|
'mt:FormCMSFormStatusMsg': |
|
'prefix': 'mt:FormCMSFormStatusMsg' |
|
'body': 'mt:FormCMSFormStatusMsg${1}>' |
|
|
|
'mt:ContactFormAuthorDisplayName': |
|
'prefix': 'mt:ContactFormAuthorDisplayName' |
|
'body': 'mt:ContactFormAuthorDisplayName${1}>' |
|
|
|
'mt:FeedbackInformationMessage': |
|
'prefix': 'mt:FeedbackInformationMessage' |
|
'body': 'mt:FeedbackInformationMessage${1}>' |
|
|
|
'mt:FeedbackConfirmMessage': |
|
'prefix': 'mt:FeedbackConfirmMessage' |
|
'body': 'mt:FeedbackConfirmMessage${1}>' |
|
|
|
'mt:ContactFormColumn': |
|
'prefix': 'mt:ContactFormColumn' |
|
'body': 'mt:ContactFormColumn${1}>' |
|
|
|
'mt:FormElementColumn': |
|
'prefix': 'mt:FormElementColumn' |
|
'body': 'mt:FormElementColumn${1}>' |
|
|
|
'mt:FormElementDefault': |
|
'prefix': 'mt:FormElementDefault' |
|
'body': 'mt:FormElementDefault${1}>' |
|
|
|
'mt:FormElementType': |
|
'prefix': 'mt:FormElementType' |
|
'body': 'mt:FormElementType${1}>' |
|
|
|
'mt:ContactFormID': |
|
'prefix': 'mt:ContactFormID' |
|
'body': 'mt:ContactFormID${1}>' |
|
|
|
'mt:FeedbackPreOpenMessage': |
|
'prefix': 'mt:FeedbackPreOpenMessage' |
|
'body': 'mt:FeedbackPreOpenMessage${1}>' |
|
|
|
'mt:FeedbackCount': |
|
'prefix': 'mt:FeedbackCount' |
|
'body': 'mt:FeedbackCount${1}>' |
|
|
|
'mt:ContactFormFieldScope': |
|
'prefix': 'mt:ContactFormFieldScope' |
|
'body': 'mt:ContactFormFieldScope${1}>' |
|
|
|
'mt:FormElementName': |
|
'prefix': 'mt:FormElementName' |
|
'body': 'mt:FormElementName${1}>' |
|
|
|
'mt:FeedbackThanksMessage': |
|
'prefix': 'mt:FeedbackThanksMessage' |
|
'body': 'mt:FeedbackThanksMessage${1}>' |
|
|
|
'mt:FeedbackErrorMessage': |
|
'prefix': 'mt:FeedbackErrorMessage' |
|
'body': 'mt:FeedbackErrorMessage${1}>' |
|
|
|
'mt:ContactFormScript': |
|
'prefix': 'mt:ContactFormScript' |
|
'body': 'mt:ContactFormScript${1}>' |
|
|
|
'mt:ContactFormName': |
|
'prefix': 'mt:ContactFormName' |
|
'body': 'mt:ContactFormName${1}>' |
|
|
|
'mt:FormElementSize': |
|
'prefix': 'mt:FormElementSize' |
|
'body': 'mt:FormElementSize${1}>' |
|
|
|
'mt:FormCMSHTML': |
|
'prefix': 'mt:FormCMSHTML' |
|
'body': 'mt:FormCMSHTML${1}>' |
|
|
|
'mt:FormElementHTML': |
|
'prefix': 'mt:FormElementHTML' |
|
'body': 'mt:FormElementHTML${1}>' |
|
|
|
'mt:IfContactFormIsClosed': |
|
'prefix': 'mt:IfContactFormIsClosed' |
|
'body': 'mt:IfContactFormIsClosed${1}>${2}</mt:IfContactFormIsClosed>' |
|
|
|
'mt:IfFeedbackAlreadyPosted': |
|
'prefix': 'mt:IfFeedbackAlreadyPosted' |
|
'body': 'mt:IfFeedbackAlreadyPosted${1}>${2}</mt:IfFeedbackAlreadyPosted>' |
|
|
|
'mt:ContactForms': |
|
'prefix': 'mt:ContactForms' |
|
'body': 'mt:ContactForms${1}>${2}</mt:ContactForms>' |
|
|
|
'mt:IfFormElementValidate': |
|
'prefix': 'mt:IfFormElementValidate' |
|
'body': 'mt:IfFormElementValidate${1}>${2}</mt:IfFormElementValidate>' |
|
|
|
'mt:IfFormElementColumn': |
|
'prefix': 'mt:IfFormElementColumn' |
|
'body': 'mt:IfFormElementColumn${1}>${2}</mt:IfFormElementColumn>' |
|
|
|
'mt:IfContactFormIsPreOpen': |
|
'prefix': 'mt:IfContactFormIsPreOpen' |
|
'body': 'mt:IfContactFormIsPreOpen${1}>${2}</mt:IfContactFormIsPreOpen>' |
|
|
|
'mt:IfContactFormIsOpen': |
|
'prefix': 'mt:IfContactFormIsOpen' |
|
'body': 'mt:IfContactFormIsOpen${1}>${2}</mt:IfContactFormIsOpen>' |
|
|
|
'mt:FormElementOptions': |
|
'prefix': 'mt:FormElementOptions' |
|
'body': 'mt:FormElementOptions${1}>${2}</mt:FormElementOptions>' |
|
|
|
'mt:IfFormElementRequired': |
|
'prefix': 'mt:IfFormElementRequired' |
|
'body': 'mt:IfFormElementRequired${1}>${2}</mt:IfFormElementRequired>' |
|
|
|
'mt:CampaignRedirect': |
|
'prefix': 'mt:CampaignRedirect' |
|
'body': 'mt:CampaignRedirect${1}>' |
|
|
|
'mt:BannerCounter': |
|
'prefix': 'mt:BannerCounter' |
|
'body': 'mt:BannerCounter${1}>' |
|
|
|
'mt:BannerUniqClicks': |
|
'prefix': 'mt:BannerUniqClicks' |
|
'body': 'mt:BannerUniqClicks${1}>' |
|
|
|
'mt:BannerDisplays': |
|
'prefix': 'mt:BannerDisplays' |
|
'body': 'mt:BannerDisplays${1}>' |
|
|
|
'mt:CampaignConversionCounter': |
|
'prefix': 'mt:CampaignConversionCounter' |
|
'body': 'mt:CampaignConversionCounter${1}>' |
|
|
|
'mt:BannerPublishingOn': |
|
'prefix': 'mt:BannerPublishingOn' |
|
'body': 'mt:BannerPublishingOn${1}>' |
|
|
|
'mt:BannerText': |
|
'prefix': 'mt:BannerText' |
|
'body': 'mt:BannerText${1}>' |
|
|
|
'mt:BannerURL': |
|
'prefix': 'mt:BannerURL' |
|
'body': 'mt:BannerURL${1}>' |
|
|
|
'mt:CampaignCounter': |
|
'prefix': 'mt:CampaignCounter' |
|
'body': 'mt:CampaignCounter${1}>' |
|
|
|
'mt:CampaignBannerWidth': |
|
'prefix': 'mt:CampaignBannerWidth' |
|
'body': 'mt:CampaignBannerWidth${1}>' |
|
|
|
'mt:CampaignAuthorDisplayName': |
|
'prefix': 'mt:CampaignAuthorDisplayName' |
|
'body': 'mt:CampaignAuthorDisplayName${1}>' |
|
|
|
'mt:BannerBannerHeight': |
|
'prefix': 'mt:BannerBannerHeight' |
|
'body': 'mt:BannerBannerHeight${1}>' |
|
|
|
'mt:BannerMaxUniqDisplays': |
|
'prefix': 'mt:BannerMaxUniqDisplays' |
|
'body': 'mt:BannerMaxUniqDisplays${1}>' |
|
|
|
'mt:CampaignTitle': |
|
'prefix': 'mt:CampaignTitle' |
|
'body': 'mt:CampaignTitle${1}>' |
|
|
|
'mt:CampaignMaxDisplays': |
|
'prefix': 'mt:CampaignMaxDisplays' |
|
'body': 'mt:CampaignMaxDisplays${1}>' |
|
|
|
'mt:CampaignConversion': |
|
'prefix': 'mt:CampaignConversion' |
|
'body': 'mt:CampaignConversion${1}>' |
|
|
|
'mt:CampaignCreatedOn': |
|
'prefix': 'mt:CampaignCreatedOn' |
|
'body': 'mt:CampaignCreatedOn${1}>' |
|
|
|
'mt:BannerMemo': |
|
'prefix': 'mt:BannerMemo' |
|
'body': 'mt:BannerMemo${1}>' |
|
|
|
'mt:CampaignBannerURL': |
|
'prefix': 'mt:CampaignBannerURL' |
|
'body': 'mt:CampaignBannerURL${1}>' |
|
|
|
'mt:BannerConversionView': |
|
'prefix': 'mt:BannerConversionView' |
|
'body': 'mt:BannerConversionView${1}>' |
|
|
|
'mt:CampaignConversionView': |
|
'prefix': 'mt:CampaignConversionView' |
|
'body': 'mt:CampaignConversionView${1}>' |
|
|
|
'mt:CampaignUniqDisplays': |
|
'prefix': 'mt:CampaignUniqDisplays' |
|
'body': 'mt:CampaignUniqDisplays${1}>' |
|
|
|
'mt:CampaignDisplays': |
|
'prefix': 'mt:CampaignDisplays' |
|
'body': 'mt:CampaignDisplays${1}>' |
|
|
|
'mt:CampaignMaxClicks': |
|
'prefix': 'mt:CampaignMaxClicks' |
|
'body': 'mt:CampaignMaxClicks${1}>' |
|
|
|
'mt:BannerPeriodOn': |
|
'prefix': 'mt:BannerPeriodOn' |
|
'body': 'mt:BannerPeriodOn${1}>' |
|
|
|
'mt:BannerRedirect': |
|
'prefix': 'mt:BannerRedirect' |
|
'body': 'mt:BannerRedirect${1}>' |
|
|
|
'mt:BannerMaxClicks': |
|
'prefix': 'mt:BannerMaxClicks' |
|
'body': 'mt:BannerMaxClicks${1}>' |
|
|
|
'mt:CampaignBannerHeight': |
|
'prefix': 'mt:CampaignBannerHeight' |
|
'body': 'mt:CampaignBannerHeight${1}>' |
|
|
|
'mt:BannerTitle': |