Home
last modified time | relevance | path

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

/plugin/icalevents/
H A Dsyntax-impl.php262 $rep = $this->nowikiStart() . $summaryLinkToken . $this->nowikiEnd();
272 …static::str_remove_deep(array($this->nowikiStart(), $this->nowikiEnd(), $this->magicString()), $in…
281 …$text = str_replace(array($this->nowikiStart(), $this->nowikiEnd(), $this->magicString()), '', $te…
501 $haystack = array('', $this->nowikiEnd() . '\\\\ '. $this->nowikiStart());
503 return $this->nowikiStart() . $text . $this->nowikiEnd();
510 function nowikiStart() { function in syntax_plugin_icalevents