Home
last modified time | relevance | path

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

/plugin/todo/
H A Daction.php152 $newTag = $this->_buildTodoTag($oldTag, $checked);
153 $wikitext = substr_replace($wikitext, $newTag, $todoTagStartPos, ($todoTagEndPos - $todoTagStartPos));
206 $newTag = preg_replace('/>/', ' #'.$user.':'.date('Y-m-d').'>', $todoTag);
208 $newTag = preg_replace('/[\s]*[#].*>/', '>', $todoTag);
210 return $newTag;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js320 function RenameNode( oNode , newTag ) argument
330 if ( oNode.nodeName == newTag )
335 var newNode = oDoc.createElement( newTag ) ;
/plugin/tagging/
H A Dhelper.php475 foreach ($newTagNames as $newTag) {
476 if ($newTag === $this->cleanTag($formerTagName)) {
480 $params = [$newTag, $this->cleanTag($formerTagName)];