Lines Matching +refs:text +refs:line +refs:d

48 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
51 …"the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link…
52 …weight:600'>{NAME}</span>. When there is no place holder, the replacement text will be appended to…
55 LinkDispText: "Link display text (optional)",
214 var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi;
387 var insertInternalLinkText = function (text)
389 if(!text) return;
393 var ar = text.split(/;;/);
394 text = ar[0];
396 text = text.replace(/^[\/\:]/,"");
397 text = text.replace(/\//g,':');
398 text = ':' + text;
399 document.getElementById(fckgInternalInputId).value = text;
409 var insertMediaLinkText = function (text)
411 if(!text) return;
412 text = text.replace(/^[\/\:]/,"");
413 text = text.replace(/\//g,':');
414 text = ':' + text;
415 document.getElementById(fckgMediaInputId).value = text;
632 type : 'text',
708 type : 'text',
724 type : 'text',
740 type : 'text',
767 type : 'text',
816 type: 'text',
837 type : 'text',
865 type : 'text',
887 type : 'text',
920 type : 'text',
1030 type : 'text',
1067 type : 'text',
1076 type : 'text',
1353 // Short mailto link text view (#5736).
1355 var text = new CKEDITOR.dom.text( data.type == 'email' ?
1358 ranges[0].insertNode( text );
1359 ranges[0].selectNodeContents( text );
1364 if(navigator.userAgent.match(/(Trident|MSIE)/) || !text) {
1403 // Update text view when user changes protocol (#4612).
1406 // Short mailto link text view (#5736).
1423 if(text) {
1426 text.setText(media_text);
1429 text.setText(internal_text);
1431 else if(text && iwiki_text) {
1432 text.setText(iwiki_text);
1435 text.setText(url_text);
1437 else if(text && data.adv.advTitle) {
1438 text.setText(data.adv.advTitle);
1475 …lement("info", 'iwiki_shortcut'). disable(); //restricts attempts to enter filenames into text box
1489 option.text = ar[i] + '://\u200E';
1550 // position relative to the text area
1565 …'<div>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></…