Home
last modified time | relevance | path

Searched refs:_text (Results 26 – 31 of 31) sorted by path

12

/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js79 _text: function(text) { method in Builder
106 element.appendChild(Builder._text(e));
110 element.appendChild(Builder._text(children));
H A Dcontrols.js807 this._text = this.getText();
821 this._text = transport.responseText.strip();
834 var marker = ('value' in this.options) ? this.options.value : this._text;
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2419 this._text=(A.text!=null)?SimileAjax.HTML.deEntify(A.text):"";
2420 if(B.length>0){this._text+=" PROBLEM: "+B.join(", ");
2445 },getText:function(){return this._text;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js28 …tion(_cmd,_text){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd)…
H A Dfirebug-lite-1.2.js908 print: function(_cmd,_text){
911 d.console.addLine().update(d.highlight(_text,false,false,true));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js20502 this._text = [];
20512 this._text.push(text);
20527 return this._text.join('').replace(/_x([0-9A-F]{4})_/g, function ($0, $1) {

12