Home
last modified time | relevance | path

Searched refs:entry_match (Results 1 – 1 of 1) sorted by relevance

/plugin/fckg/syntax/
H A Ddwplugin.php108 $entry_match = $this->getEntryMatch($match, $entry_patterns);
109 if(!$entry_match) {
111 $entry_match = $this->getEntryMatch($match, $entry_patterns);
113 … $middle = $this->getMiddleMatches($match,$entry_match, $middle_patterns, $_exit);
119 $regex = '/' . preg_quote($entry_match, '/') . '(.*?)' . preg_quote($_exit, '/') . '/';
131 return $this->write_plugin($entry_match, $middle, $_exit, $plugin_name);
165 function write_plugin($entry_match, $middle, $_exit, $plugin_name) { argument
172 … list($state, $match) = $this->plugin_ref->handle($entry_match, $enter_state, $pos, $handler);
373 function getMiddleMatches($text,$entry_match, $patterns, $exit_pattern) { argument
377 $len = strlen($entry_match);