Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 50 of 1150) sorted by path

12345678910>>...46

/plugin/adhocmathml/
H A Dmsqrt.php14 protected $tag = 'msqrt'; variable in syntax_plugin_adhocmathml_msqrt
H A Dmstyle.php14 protected $tag = 'mstyle'; variable in syntax_plugin_adhocmathml_mstyle
H A Dmsub.php14 protected $tag = 'msub'; variable in syntax_plugin_adhocmathml_msub
H A Dmsubsup.php14 protected $tag = 'msubsup'; variable in syntax_plugin_adhocmathml_msubsup
H A Dmsup.php14 protected $tag = 'msup'; variable in syntax_plugin_adhocmathml_msup
H A Dmtable.php14 protected $tag = 'mtable'; variable in syntax_plugin_adhocmathml_mtable
H A Dmtd.php14 protected $tag = 'mtd'; variable in syntax_plugin_adhocmathml_mtd
H A Dmtext.php14 protected $tag = 'mtext'; variable in syntax_plugin_adhocmathml_mtext
H A Dmtr.php14 protected $tag = 'mtr'; variable in syntax_plugin_adhocmathml_mtr
H A Dmunder.php14 protected $tag = 'munder'; variable in syntax_plugin_adhocmathml_munder
H A Dmunderover.php14 protected $tag = 'munderover'; variable in syntax_plugin_adhocmathml_munderover
H A Dsemantics.php14 protected $tag = 'semantics'; variable in syntax_plugin_adhocmathml_semantics
/plugin/adhoctables/
H A Ddivblock.php14 protected $tag = 'block'; variable in syntax_plugin_adhocwrap_divblock
H A Ddivwrap.php14 protected $tag = 'WRAP'; variable in syntax_plugin_adhocwrap_divwrap
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
/plugin/adhoctags/
H A DREADME.md82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
/plugin/adhoctags/syntax/
H A Da.php15 protected $tag = 'a'; variable in syntax_plugin_adhoctags_a
H A Dabbr.php17 protected $tag = 'abbr'; variable in syntax_plugin_adhoctags_abbr
H A Dabstract.php12 protected $tag = null; variable in syntax_plugin_adhoctags_abstract
17 protected $output_tag = null; /* allows overriding the tag name for output */
26 return in_array($this->tag, $arr);
54 if ($this->tag && $this->registerTag()) {
58 dbg('connectTo plugin_adhoctags_pre called for ' . $this->tag .', output = ' . $this->output_tag ); */
61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
70 if ($this->tag && $this->registerTag()) {
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
162 // is there an overridden output tag
[all...]
H A Daddress.php15 protected $tag = 'address'; variable in syntax_plugin_adhoctags_address
H A Darticle.php15 protected $tag = 'article'; variable in syntax_plugin_adhoctags_article
H A Daside.php15 protected $tag = 'aside'; variable in syntax_plugin_adhoctags_aside
H A Db.php15 protected $tag = 'b'; variable in syntax_plugin_adhoctags_b
H A Dbdi.php15 protected $tag = 'bdi'; variable in syntax_plugin_adhoctags_bdi

12345678910>>...46