Home
last modified time | relevance | path

Searched refs:tag (Results 201 – 225 of 1150) sorted by last modified time

12345678910>>...46

/plugin/adhoctags/syntax/
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 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 Dem.php15 protected $tag = 'em'; variable in syntax_plugin_adhoctags_em
H A Dh2.php15 protected $tag = 'h2'; variable in syntax_plugin_adhoctags_h2
H A Dh3.php15 protected $tag = 'h3'; variable in syntax_plugin_adhoctags_h3
H A Dh5.php15 protected $tag = 'h5'; variable in syntax_plugin_adhoctags_h5
H A Dhgroup.php15 protected $tag = 'hgroup'; variable in syntax_plugin_adhoctags_hgroup
H A Dmark.php15 protected $tag = 'mark'; variable in syntax_plugin_adhoctags_mark
H A Dpre.php15 protected $tag = 'pre'; variable in syntax_plugin_adhoctags_pre
H A Dq.php15 protected $tag = 'q'; variable in syntax_plugin_adhoctags_q
H A Dsamp.php15 protected $tag = 'samp'; variable in syntax_plugin_adhoctags_samp
H A Dsection.php15 protected $tag = 'section'; variable in syntax_plugin_adhoctags_section
H A Dsmall.php15 protected $tag = 'small'; variable in syntax_plugin_adhoctags_small
H A Dspan.php15 protected $tag = 'span'; variable in syntax_plugin_adhoctags_span
H A Dstrong.php15 protected $tag = 'strong'; variable in syntax_plugin_adhoctags_strong
H A Dsummary.php15 protected $tag = 'summary'; variable in syntax_plugin_adhoctags_summary
H A Dtime.php15 protected $tag = 'time'; variable in syntax_plugin_adhoctags_time
H A Du.php15 protected $tag = 'u'; variable in syntax_plugin_adhoctags_u
H A Dvar.php15 protected $tag = 'var'; variable in syntax_plugin_adhoctags_var
H A Ddfn.php15 protected $tag = 'dfn'; variable in syntax_plugin_adhoctags_dfn
H A Ddt.php15 protected $tag = 'dt'; variable in syntax_plugin_adhoctags_dt
/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)

12345678910>>...46