Home
last modified time | relevance | path

Searched defs:PATTERN (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/inc/
H A Dfunctions.php305 public function getSpecialExportFileName($FILE, $PATTERN = null) {
335 public function getCacheFileNameForPattern($PATTERN = null)
/plugin/displayfile/
H A Dsyntax.php29 const PATTERN = '<displayfile\s+[a-z0-9_\-]+?\s*.*?\s*\/>'; define in syntax_plugin_displayfile
/plugin/combo/syntax/
H A Dfrontmatter.php70 const PATTERN = self::START_TAG . '.*?' . self::END_TAG; define in syntax_plugin_combo_frontmatter