Searched refs:newTag (Results 1 – 3 of 3) sorted by relevance
/plugin/todo/ |
H A D | action.php | 152 $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 D | fck_dialog_common.js | 320 function RenameNode( oNode , newTag ) argument 330 if ( oNode.nodeName == newTag ) 335 var newNode = oDoc.createElement( newTag ) ;
|
/plugin/tagging/ |
H A D | helper.php | 475 foreach ($newTagNames as $newTag) { 476 if ($newTag === $this->cleanTag($formerTagName)) { 480 $params = [$newTag, $this->cleanTag($formerTagName)];
|