Home
last modified time | relevance | path

Searched refs:tag (Results 226 – 250 of 1150) sorted by last modified time

12345678910>>...46

/plugin/adhoctags/syntax/
H A Darticle.php15 protected $tag = 'article'; variable in syntax_plugin_adhoctags_article
H A Dbdi.php15 protected $tag = 'bdi'; variable in syntax_plugin_adhoctags_bdi
H A Dbdo.php15 protected $tag = 'bdo'; variable in syntax_plugin_adhoctags_bdo
H A Dcite.php15 protected $tag = 'cite'; variable in syntax_plugin_adhoctags_cite
H A Ddd.php15 protected $tag = 'dd'; variable in syntax_plugin_adhoctags_dd
H A Ddetails.php15 protected $tag = 'details'; variable in syntax_plugin_adhoctags_details
H A Ddiv.php15 protected $tag = 'div'; variable in syntax_plugin_adhoctags_div
H A Ddl.php15 protected $tag = 'dl'; variable in syntax_plugin_adhoctags_dl
H A Dfigcaption.php15 protected $tag = 'figcaption'; variable in syntax_plugin_adhoctags_figcaption
H A Dfigure.php15 protected $tag = 'figure'; variable in syntax_plugin_adhoctags_figure
H A Dh1.php15 protected $tag = 'h1'; variable in syntax_plugin_adhoctags_h1
H A Dh4.php15 protected $tag = 'h4'; variable in syntax_plugin_adhoctags_h4
H A Dh6.php15 protected $tag = 'h6'; variable in syntax_plugin_adhoctags_h6
H A Di.php15 protected $tag = 'i'; variable in syntax_plugin_adhoctags_i
H A Dkbd.php15 protected $tag = 'kbd'; variable in syntax_plugin_adhoctags_kbd
H A Ds.php15 protected $tag = 's'; variable in syntax_plugin_adhoctags_s
/plugin/bpmnio/script/
H A Dbpmnio_render.js112 function safeRender(tag, type, fn) { argument
114 const root = jQuery(tag);
131 jQuery("div[id^=__bpmn_js_]").each((_, tag) =>
132 safeRender(tag, 'bpmn', renderBpmnDiagram)
134 jQuery("div[id^=__dmn_js_]").each((_, tag) =>
135 safeRender(tag, 'dmn', renderDmnDiagram)
137 jQuery("div[id=plugin_bpmnio__bpmn_editor]").each((_, tag) =>
138 safeRender(tag, 'bpmn', renderBpmnEditor)
140 jQuery("div[id=plugin_bpmnio__dmn_editor]").each((_, tag) =>
141 safeRender(tag, 'dmn', renderDmnEditor)
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md457 * `FIX`: parse `>` in attribute names and body tag
932 * `CHORE`: bump to [`bpmn-moddle@4.0.0`](https://github.com/bpmn-io/bpmn-moddle/releases/tag/v4.0.0)
937 * `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)
/plugin/katex/_assets/
H A Dkatex.min.js1tag,e=e[0].body);var n,a=ft(e,t,"root");2===a.length&&a[1].hasClass("tag")&&(n=a.pop());for(var i,…
H A Dkatex.min.css1 …ive}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.…
/plugin/katex/syntax/
H A Dprotect.php91 foreach ( $mathtags as $tag ) {
92 $tag = trim( $tag );
93 if ( $tag == "" ) {continue;}
94 …$this->Lexer->addEntryPattern( '<' . $tag . '.*?>(?=.*?</' . $tag . '>)', $mode, 'plugin_katex_pro…
115 foreach ( $mathtags as $tag ) {
116 $tag = trim( $tag );
117 if ( $tag == "" ) {continue;}
118 $this->Lexer->addExitPattern( '</' . $tag . '>', 'plugin_katex_protect' );
/plugin/adhoctables/
H A Ddivwrap.php14 protected $tag = 'WRAP'; variable in syntax_plugin_adhocwrap_divwrap
H A Ddivblock.php14 protected $tag = 'block'; variable in syntax_plugin_adhocwrap_divblock
H A Dspaninline.php14 protected $tag = 'inline'; variable in syntax_plugin_adhocwrap_spaninline
H A Dspanwrap.php14 protected $tag = 'wrap'; variable in syntax_plugin_adhocwrap_spanwrap

12345678910>>...46