Lines Matching defs:text
189 .text(opt.label);
192 jQuery.each(opt.btns, function (i, text) {
197 .attr('title', LANG['media' + text])
201 .attr('src', DOKU_BASE + 'lib/images/media_' + opt.id + '_' + text + '.png');
292 var $file, $name, text;
303 text = $file.val();
304 text = text.substr(text.lastIndexOf('/') + 1);
305 text = text.substr(text.lastIndexOf('\\') + 1);
306 $name.val(text);
553 select.options[0].text = LANG.media_diff_both;
554 select.options[1].text = LANG.media_diff_opacity;
555 select.options[2].text = LANG.media_diff_portions;
798 .text(LANG[opt[1]]);