Home
last modified time | relevance | path

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

/plugin/todo/
H A Daction.php151 … $oldTag = substr($wikitext, $todoTagStartPos, ($todoTagEndPos - $todoTagStartPos));
152 $newTag = $this->_buildTodoTag($oldTag, $checked);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js14264 merge: function(args, oldTag) argument
14266 if (oldTag)
14267 this.tagName = oldTag.tagName;
14269 this.context = oldTag ? oldTag.context : null;
14270 this.subject = oldTag ? oldTag.subject : null;
14271 this.attrs = oldTag ? copyObject(oldTag.attrs) : {};
14272 this.classes = oldTag ? copyObject(oldTag.classes) : {};
14273 this.props = oldTag ? copyObject(oldTag.props) : null;
14274 this.listeners = oldTag ? copyArray(oldTag.listeners) : null;
14275 this.children = oldTag ? copyArray(oldTag.children) : [];
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js3728 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName argument
3729 }this.context=oldTag?oldTag.context:null;
3730 this.subject=oldTag?oldTag.subject:null;
3731 this.attrs=oldTag?copyObject(oldTag.attrs):{};
3732 this.classes=oldTag?copyObject(oldTag.classes):{};
3733 this.props=oldTag?copyObject(oldTag.props):null;
3734 this.listeners=oldTag?copyArray(oldTag.listeners):null;
3735 this.children=oldTag?copyArray(oldTag.children):[];
3736 this.vars=oldTag?copyArray(oldTag.vars):[];
3932 …e=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.value=oldTag?oldTag.value… argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3739 FBL.DomplateTag.prototype={merge:function(args,oldTag){if(oldTag){this.tagName=oldTag.tagName argument
3740 }this.context=oldTag?oldTag.context:null;
3741 this.subject=oldTag?oldTag.subject:null;
3742 this.attrs=oldTag?copyObject(oldTag.attrs):{};
3743 this.classes=oldTag?copyObject(oldTag.classes):{};
3744 this.props=oldTag?copyObject(oldTag.props):null;
3745 this.listeners=oldTag?copyArray(oldTag.listeners):null;
3746 this.children=oldTag?copyArray(oldTag.children):[];
3747 this.vars=oldTag?copyArray(oldTag.vars):[];
3943 …e=copyObject(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.value=oldTag?oldTag.value… argument
[all …]