Home
last modified time | relevance | path

Searched +refs:text +refs:line (Results 126 – 150 of 1010) sorted by path

12345678910>>...41

/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_ie.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie7.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie8.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_iequirks.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1408 text = text.replace(/\t/g," ");
1418 text = text.replace(String.frasl,"\/");
1431 text=text.replace('< ','<');
1462 text=text.replace(/^\s{2,}/," ");
1483 text = text.replace(/&lt;\s/g, '<');
1488 text = text.replace( geshi[0], "");
1520 text = text.replace(/---/g,'&mdash;');
1564 if(text && text.length) {
1595 text = text.replace(/^\s+/g,"");
1596 text = text.replace(/^\n$/g,"");
[all …]
/plugin/ckgedit/action/
H A Dedit.php228 $text = str_replace('&notags', '&amp;amp;notags',$text);
259 …if(strpos($text, '%%') !== false || strpos($text, '\\\\') !== false || strpos($text, '|') !== fals…
270 $text
281 $text = str_replace('DBLPERCENT','%%',$text);
386 $text = str_replace('>>','CHEVRONescC',$text);
387 $text = str_replace('<<','CHEVRONescO',$text);
390 $text = preg_replace($email_regex,"<$1>",$text);
532 $line = fgets($fh,1024); //msg($line);
533 if(strpos($line,$tpl_name)!==false) {
1312 function write_debug($what,$line="") { argument
[all …]
/plugin/ckgedit/ckeditor/
H A DCHANGES.md102 …://ckeditor.com/cke4/addon/emoji) dropdown does not show up with repeated symbols in a single line.
212 …* Fixed: After some text is dragged and dropped, the markup is not refreshed for grammar problems …
250 …://ckeditor.com/cke4/addon/magicline) plugin line element can now be identified by the `data-cke-m…
564 …: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) inserts a blank line at the top.
625 …252): [IE] Fixed: Styles drop-down list does not always reflect the current style of the text line.
960 … Fixed: Documentation for [`CKEDITOR.dom.text`](https://ckeditor.com/docs/ckeditor4/latest/api/CKE…
972 * [#13031](https://dev.ckeditor.com/ticket/13031): [Firefox] Fixed: No more line breaks in source v…
1085 …ed: Clicking below `<body>` in Compatibility Mode will no longer reset selection to the first line.
1145 ….ckeditor.com/ticket/11947): [Firefox+IE11] Fixed: *Shift+Enter* in lists produces two line breaks.
1319 …ditor.com/ticket/11379): Changed default contents `line-height` to unitless values to avoid huge t…
[all …]
H A Dckeditor.js102 this.$.text&&CKEDITOR.env.ie&&9>CKEDITOR.env.version?this.$.text+=a:this.append(new CKEDITOR.dom.te…
196text("​"),a?e.startContainer.append(f,!0):0===e.startOffset?f.insertBefore(e.startContainer.getFir…
521 CKEDITOR.dom.text=function(a,d){"string"==typeof a&&(a=(d?d.$:document).createTextNode(a));this.$=a…
522text.prototype,{type:CKEDITOR.NODE_TEXT,getLength:function(){return this.$.nodeValue.length},getTe…
1044 b.data.preventDefault(!0)});d.on("mousedown",function(a){a.data.preventDefault(!0)});a.line=d}funct…
1046 …nction A(a,c){if(!c||c.type!=CKEDITOR.NODE_ELEMENT||!c.$)return!1;var d=a.line;return d.wrap.equal…
1048 …tFirst"](function(a){return!(E(a)||F(a))});if(!c)return null;A(a,c)&&(c=a.line.wrap[f?"getPrevious…
1056line.detach()}),d.attachListener(a,"beforeGetData",function(){b.line.wrap.getParent()&&(b.line.det…
1057line.detach()}),d.attachListener(d,"keyup",function(){b.hiddenMode=0}),d.attachListener(d,"keydown…
1058line.attach().place():(b.trigger=null,b.line.detach()),f=!1)},30)}}),d.attachListener(l,"scroll",f…
[all …]
H A Dckeditor.js.unc6594 a.text && this.textRules.add(a.text, f, c);
13033 return "line-through" == a.styles["text-decoration"]
20563 var c = a.line.trigger;
20573 a.line = d
20609 a.line.detach()
20629 var d = a.line;
20849 b.line.detach()
20851 b.line.wrap.getParent() && (b.line.detach(), a.once("getData", function() {
20852 b.line.attach()
20865 k = null, b.line.detach()
[all …]
H A Dconfig.js.unc426 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
427 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
438 Validate: 'The footnote text field cannot be empty.',
444 MainHeader: 'View and optionally alter text styled with the font plugin .',
450 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
451 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
452 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
453 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
456 'Clicking on the text will select the text for copying.</div>',
H A Dcontents-default.css111 line-height:100%;
115 line-height:100%;
161 text-align:left;
174 text-align:center;
182 .leftalign {text-align: left;}
183 .centeralign {text-align: center;}
184 .rightalign {text-align: right;}
206 line-height: 1.5em;
215 line-height: 1.5em;
264 line-height: 50%;
[all …]
H A Dcontents.css1text-size-adjust:100%;color:#222;background-color:#fff}ol,ul,dl{margin-right:0;padding:0 40px}tabl…
H A Dcontents.css.unc40 text-align: left;
43 text-align: right;
57 text-align: left;
106 text-align: left;
114 text-decoration: underline;
186 line-height: 1.2;
192 text-align:left;
224 .leftalign {text-align: left;}
226 .rightalign {text-align: right;}
332 line-height: 50%;
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified305 "notFoundMsg": "The specified text was not found.",
371 "text": "Text (Value)",
548 "toAnchor": "Link to anchor in the text",
596 "button": "Paste as plain text",
601 …"confirmCleanup": "The text you want to paste seems to be copied from Word. Do you want to clean i…
802line-height:125%;'>Dokuwiki's interwiki links are short-cuts which look like this: <span style='fo…
828 …ding: 18px;font-size:125%;line-height:125%;"><ul style="list-style-type:disc;"><li>To create a foo…
836 Validate: "The footnote text field cannot be empty."
841 MainHeader: "View and optionally alter text styled with the font plugin .",
846text. Clicking anywhere on the plugin syntax or its text will enable you to check the appearance o…
H A Den.js-4.9.merged55 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
59 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
89 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
90 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
101 Validate: 'The footnote text field cannot be empty.',
107 MainHeader: 'View and optionally alter text styled with the font plugin .',
113 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
114 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
115 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
116 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
H A Den.js.ckgedit54 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
58 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
88 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
89 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
100 Validate: 'The footnote text field cannot be empty.',
106 MainHeader: 'View and optionally alter text styled with the font plugin .',
112 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
113 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
114 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
115 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
H A Den.js.unc55 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
59 …weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to…
90 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
91 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
102 Validate: 'The footnote text field cannot be empty.',
108 MainHeader: 'View and optionally alter text styled with the font plugin .',
114 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
115 'Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the …
116 … syntax in place. To do this you must select both the font syntax itself and the enclosed text:' +
117 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
H A Dfr.js.unc297 "text": "Texte (Value)",
428 "advisoryContentType": "Type de contenu (ex: text/html)",
717 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Les l…
754 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
781 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
H A Dlang_array.txt225 "notFoundMsg": "The specified text was not found.",
291 "text": "Text (Value)",
472 "toAnchor": "Link to anchor in the text",
520 "button": "Paste as plain text",
524 …"confirmCleanup": "The text you want to paste seems to be copied from Word. Do you want to clean i…
721 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">' +
733 Validate: 'The footnote text field cannot be empty.',
739 MainHeader: 'View and optionally alter text styled with the font plugin .',
745 …the font plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. ' +
748 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc166 … label: editor.lang.geshi.linenums ||'Line number or numbers: line n or n1,n2..',
198 text = text.replace(/</gm,'&lt;');
199 text = text.replace(/>/gm,'&gt;');
205 text = "\n" + hiliting +']' +"*/\n" + text;
209 text = "\n" + hiliting + ', start_line_numbers_at="'+num +'"]' +"*/\n" + text;
213 text = "\n" + hiliting + ', highlight_lines_extra="'+num +'"]' +"*/\n" + text;
219 if(which == 'text') {
220 p_lang = 'text';
232 if(p_lang == 'text') {
233 text = text.replace(/^(.*?)\n$/gm,"<p>$1</p>");
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc48 …re-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuw…
396 text = text.replace(/^[\/\:]/,"");
397 text = text.replace(/\//g,':');
398 text = ':' + text;
412 text = text.replace(/^[\/\:]/,"");
413 text = text.replace(/\//g,':');
414 text = ':' + text;
740 type : 'text',
887 type : 'text',
920 type : 'text',
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc63 // The default line-height on IE.
66 'vertical-align:' + ( CKEDITOR.env.opera ? 'middle' : 'text-bottom' ) + ';' +
259 * text[<a href="#">link]</a>
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…
H A Deditor_ie7.css5text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;positio…

12345678910>>...41