Home
last modified time | relevance | path

Searched refs:pattern_start (Results 1 – 25 of 40) sorted by relevance

12

/plugin/imagelink/syntax/
H A Dimagelink.php16 public $pattern_start = '<imagelink.*?>(?=.*?</imagelink>)'; variable in syntax_plugin_imagelink_imagelink
39 $this->Lexer->addEntryPattern($this->pattern_start,$mode,'plugin_imagelink_imagelink');
/plugin/quizlib/
H A Dsyntax.php20 protected $pattern_start = '<quizlib\b.*?>(?=.*?</quizlib>)'; variable in syntax_plugin_quizlib
30 $this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_quizlib');
/plugin/bootswrapper/syntax/
H A Drow.php13 public $pattern_start = '<row>'; variable in syntax_plugin_bootswrapper_row
H A Dpills.php13 public $pattern_start = '<pills.*?>(?=.*?</pills>)'; variable in syntax_plugin_bootswrapper_pills
H A Dtabs.php13 public $pattern_start = '<tabs.*?>(?=.*?</tabs>)'; variable in syntax_plugin_bootswrapper_tabs
H A Dpageheader.php13 public $pattern_start = '<page-header>'; variable in syntax_plugin_bootswrapper_pageheader
H A Dprogress.php14 public $pattern_start = '<progress>'; variable in syntax_plugin_bootswrapper_progress
H A Dbadge.php14 public $pattern_start = '<badge>'; variable in syntax_plugin_bootswrapper_badge
H A Dcaption.php14 public $pattern_start = '<caption>'; variable in syntax_plugin_bootswrapper_caption
H A Dgrid.php14 public $pattern_start = '<grid>'; variable in syntax_plugin_bootswrapper_grid
H A Dhidden.php14 public $pattern_start = '<hidden>'; variable in syntax_plugin_bootswrapper_hidden
H A Dinvisible.php14 public $pattern_start = '<invisible>'; variable in syntax_plugin_bootswrapper_invisible
H A Dlead.php14 public $pattern_start = '<lead>'; variable in syntax_plugin_bootswrapper_lead
H A Dlist.php14 public $pattern_start = '<list-group>'; variable in syntax_plugin_bootswrapper_list
H A Dpanelbody.php14 public $pattern_start = '<panel-body>'; variable in syntax_plugin_bootswrapper_panelbody
H A Dshow.php14 public $pattern_start = '<show>'; variable in syntax_plugin_bootswrapper_show
H A Dslide.php14 public $pattern_start = '<slide>'; variable in syntax_plugin_bootswrapper_slide
H A Dthumbnail.php14 public $pattern_start = '<thumbnail>'; variable in syntax_plugin_bootswrapper_thumbnail
H A Dwell.php14 public $pattern_start = '<well.*?>(?=.*?</well>)'; variable in syntax_plugin_bootswrapper_well
H A Dimage.php14 public $pattern_start = '<image.*?>(?=.*?</image>)'; variable in syntax_plugin_bootswrapper_image
H A Dcollapse.php14 public $pattern_start = '<collapse.*?>(?=.*?</collapse>)'; variable in syntax_plugin_bootswrapper_collapse
H A Daccordion.php14 public $pattern_start = '<accordion.*?>(?=.*?</accordion>)'; variable in syntax_plugin_bootswrapper_accordion
H A Dlabel.php14 public $pattern_start = '<(?:LABEL|label).*?>(?=.*?</(?:LABEL|label)>)'; variable in syntax_plugin_bootswrapper_label
H A Dwrapper.php13 public $pattern_start = '<(?:WRAPPER|wrapper).*?>(?=.*?</(?:WRAPPER|wrapper)>)'; variable in syntax_plugin_bootswrapper_wrapper
H A Dcarousel.php14 public $pattern_start = '<carousel.*?>(?=.*?</carousel>)'; variable in syntax_plugin_bootswrapper_carousel

12