Searched refs:newTag (Results 1 – 5 of 5) sorted by relevance
/plugin/todo/ |
D | action.php | 152 $newTag = $this->_buildTodoTag($oldTag, $checked); 153 …$wikitext = substr_replace($wikitext, $newTag, $todoTagStartPos, ($todoTagEndPos - $todoTagStartPo… 205 $newTag = preg_replace('/>/', ' #'.$user.':'.date('Y-m-d').'>', $todoTag); 207 $newTag = preg_replace('/[\s]*[#].*>/', '>', $todoTag); 209 return $newTag;
|
/plugin/fckg/fckeditor/editor/dialog/common/ |
D | fck_dialog_common.js | 320 function RenameNode( oNode , newTag ) argument 330 if ( oNode.nodeName == newTag ) 335 var newNode = oDoc.createElement( newTag ) ;
|
/plugin/tagging/ |
D | helper.php | 482 foreach ($newTagNames as $newTag) { 483 if ($newTag === $this->cleanTag($formerTagName)) { 487 $params = [$newTag, $this->cleanTag($formerTagName)];
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 47704 function newTag (parser) { 48299 newTag(parser)
|
D | pdfmake.min.js | 2 …newTag(o),">"===g?openTag(o):"/"===g?o.state=D.OPEN_TAG_SLASH:(isWhitespace(g)||strictFail(o,"Inva…
|