Home
last modified time | relevance | path

Searched refs:set_text (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/features/
H A Dwatermark.php7 $this->set_text('');
26 $this->set_text($params['text']);
29 function set_text($text) { function in FeatureWatermark
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php298 $this->suiteField->set_text($suiteName != NULL ? $suiteName : '');
606 $label->set_text($value);
643 $this->statusLine->set_text($status);
683 $this->suiteField->set_text($this->suite->getName());
/plugin/metaeditor/
H A Djstree.js3353 set_text : function (obj, val) {
3358 this.set_text(obj[t1], val);
3555 this.set_text(obj, val); // .apply(this, Array.prototype.slice.call(arguments))
4102 this.set_text(obj, "");
4138 this.set_text(obj, t);
4140 this.set_text(obj, t); // move this up? and fix #483