Home
last modified time | relevance | path

Searched refs:urlize (Results 1 – 5 of 5) sorted by path

/plugin/codemirror/dist/modes/
H A Ddjango.min.js.map1 …l\",\n \"unordered_list\", \"upper\", \"urlencode\", \"urlize\",\n …
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …filesizeformat:1,escape:1,linebreaks:1,length_is:1,ljust:1,rjust:1,cut:1,urlize:1,fix_ampersands:1…
/plugin/hipchat/
H A Daction.php67 …lname . '</b> '.$this->getLang('hipchat_update').'<b><a href="' . $this->urlize() . '">' . $INFO['…
77 private function urlize() { function in action_plugin_hipchat
/plugin/rocketchatnotifier/
H A Daction.php52 $title = "{$fullname} updated page <{$this->urlize()}|{$INFO['id']}>";
58 $title .= " (<{$this->urlize($revArr[0])}|Compare changes>)";
69 "title_link" => "{$this->urlize()}",
120 private function urlize($diffRev=null) { function in action_plugin_rocketchatnotifier
/plugin/webexteamsnotifier/
H A Daction.php51 $title = "{$fullname} updated page [{$INFO['id']}]({$this->urlize()})";
57 $title .= " ([Compare changes]({$this->urlize($revArr[0])}))";
115 private function urlize($diffRev=null) { function in action_plugin_webexteamsnotifier