Lines Matching full:template
29 // replacement = The pattern to replace bzw. to split the template
30 // template = template with replacement
32 …// subpattern = when there are additional parts in the template which have to be replaced (ex. h1 …
44 'template' => "<p style='ps-0' dir='ltr'>normaler Text</p>",
45 // 'template' => "<c style='cs-0'>normaler Text</c>",
53 'template' => "<c style='cs-0'>CDATA</c>",
60 'template' => "<p style='ps-1' dir='ltr'>
70 // Template contains another template of "normaler Text"!
71 // 'template' => "<p style='ps-0' dir='ltr'>
79 'template' => "<c style='cs-3'>{{NOTE}}<note stream='nsm-0'>
90 …'template' => "<c style='cs-0'><hyperlink display-as-link='yes'><display-text><c style='cs-0'…
98 #'template' => '&qout;',
99 'template' => '<c style="cs-0">"</c>',
106 #'template' => '&qout;',
107 'template' => '<c style="cs-0">"</c>',
114 'template' => '<c style="cs-0">\'</c>',
121 'template' => '<c style="cs-0">\'</c>',
128 'template' => "<c style='cs-0'>PLAIN</c>", // same template as "p", correct?
148 'template' => '<list style="ls-0">LIST</list>',
156 'template' => 'LISTCONTENT',
163 'template' => '<p style="ps-0" dir="ltr" list-level="{{LEVEL}}">LISTITEM</p>',
170 'template' => "<c style='cs-0' lang='tl-0' over='co-0'>BOLD</c>",
177 'template' => "<c style='cs-0' lang='tl-0' over='co-2'>EMPHASIS</c>",
184 'template' => "<c style='cs-0' over='co-3'>UNDERLINE</c>",
191 'template' => '<c style="cs-0" over="co-4">DELETED</c>',
198 'template' => '<c style="cs-0" over="co-5">MONOSPACE</c>',
205 …'template' => '<p style="ps-0" dir="ltr"><c style="cs-0" lang="tl-0" over="co-5">CODE</c></p…
212 'template' => 'SMILEY',
219 'template' => 'TABLE',
226 'template' => "<p style='ps-0' dir='ltr'>TABLEROW</p>",
233 'template' => '<c style="cs-0"> | </c>TABLECELL<c style="cs-0"> | </c>',
234 // 'template' => 'TABLECELL ',