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/webcode/vendor/
H A Dfirebug-lite-1.4.js3729 }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;
3735 this.children=oldTag?copyArray(oldTag.children):[];
3736 this.vars=oldTag?copyArray(oldTag.vars):[];
3933 this.attrs=oldTag?oldTag.attrs:{};
3934 this.vars=oldTag?copyArray(oldTag.vars):[];
3961 this.iter=oldTag?oldTag.iter:parseValue(args[1]);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14269 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;
14275 this.children = oldTag ? copyArray(oldTag.children) : [];
14276 this.vars = oldTag ? copyArray(oldTag.vars) : [];
14717 this.attrs = oldTag ? oldTag.attrs : {};
14718 this.vars = oldTag ? copyArray(oldTag.vars) : [];
14785 this.varName = oldTag ? oldTag.varName : args[0];
[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
3943 AnonymousFunction4beb6123d700(args,oldTag) global() argument
3971 AnonymousFunction4beb6123db00(args,oldTag) global() argument
[all...]